#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" 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 VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct 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 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 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); } }; 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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 VirtActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // 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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B; // System.Collections.Generic.IComparer`1 struct IComparer_1_tFF77EB203CF12E843446A71A6581145AB929D681; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tD216768A5E34C442881CF5CDB269847AD52BA2BC; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // 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.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E; // System.Exception struct Exception_t; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F; // System.Func`2 struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6; // System.Func`2 struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t60C737B7786EB91FCEF6E177F75E05BC1E16290C; // 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.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61; // System.Net.ICredentials struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344; // System.Net.IWebProxy struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // 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.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Text.UTF8Encoding struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.StackGuard struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t198D7FF79AA188C951A10D4B361EBBDFB217CB6A; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114; // System.Threading.Tasks.Task`1 struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09; // System.Threading.Tasks.Task`1> struct Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D; // System.Tuple`4 struct Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E; // System.Uri/UriInfo struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E; // System.UriParser struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // System.Xml.DomNameTable struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3; // System.Xml.IDtdDefaultAttributeInfo struct IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2; // System.Xml.IDtdInfo struct IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C; // System.Xml.IDtdParser struct IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43; // System.Xml.IValidationEventHandling struct IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663; // System.Xml.NameTable struct NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1; // System.Xml.Schema.SchemaEntity struct SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F; // System.Xml.UTF16Decoder struct UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3; // System.Xml.Ucs4Decoder struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E; // System.Xml.XmlCharacterData struct XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA; // System.Xml.XmlChildNodes struct XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4; // System.Xml.XmlDocument struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97; // System.Xml.XmlDownloadManager struct XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752; // 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.XmlName struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682; // System.Xml.XmlNameTable struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84; // 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.XmlNotation struct XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53; // System.Xml.XmlParserContext struct XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0; // System.Xml.XmlQualifiedName struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8; // System.Xml.XmlReader struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662; // System.Xml.XmlResolver struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB; // System.Xml.XmlText struct XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649; // System.Xml.XmlTextReader struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF; // System.Xml.XmlTextReaderImpl/NoNamespaceManager struct NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883; // System.Xml.XmlTextReaderImpl/NodeData struct NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF; // System.Xml.XmlTextReaderImpl/NodeData[] struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D; // System.Xml.XmlTextReaderImpl/ParsingState[] struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739; // System.Xml.XmlTextReaderImpl/XmlContext struct XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9; extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; extern RuntimeClass* BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; extern RuntimeClass* DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B_il2cpp_TypeInfo_var; extern RuntimeClass* DtdDefaultAttributeInfoToNodeDataComparer_t0B9FEF7A80832980C3E32D47BE835964E8B423B7_il2cpp_TypeInfo_var; extern RuntimeClass* DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var; extern RuntimeClass* DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var; extern RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; extern RuntimeClass* HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdAttributeListInfo_t9ACD0541C2140CC523BE126B23431DD94FA8C534_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var; extern RuntimeClass* IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_tD26ACE5BBFAB179C228A1D6676FC1A3EE2ADEF71_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t87AD02E2C921D7A8EB2DBEDF781C45FBD02C2B8A_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; extern RuntimeClass* IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var; extern RuntimeClass* IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var; extern RuntimeClass* IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var; extern RuntimeClass* IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; extern RuntimeClass* NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C_il2cpp_TypeInfo_var; extern RuntimeClass* NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883_il2cpp_TypeInfo_var; extern RuntimeClass* NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var; extern RuntimeClass* NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; extern RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var; extern RuntimeClass* ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var; extern RuntimeClass* SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var; extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var; extern RuntimeClass* TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var; extern RuntimeClass* Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var; extern RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var; extern RuntimeClass* Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var; extern RuntimeClass* ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var; extern RuntimeClass* XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var; extern RuntimeClass* XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var; extern RuntimeClass* XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4_il2cpp_TypeInfo_var; extern RuntimeClass* XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_il2cpp_TypeInfo_var; extern RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var; extern RuntimeClass* XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var; extern RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var; extern RuntimeClass* XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var; extern RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var; extern RuntimeClass* XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_il2cpp_TypeInfo_var; extern RuntimeClass* XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var; extern RuntimeClass* XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var; extern RuntimeClass* XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_il2cpp_TypeInfo_var; extern String_t* _stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813; extern String_t* _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354; extern String_t* _stringLiteral048BC0EB94B0616C2A1B575ED738F355D9AD3174; extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; extern String_t* _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252; extern String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194; extern String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779; extern String_t* _stringLiteral09FF967B6BF662CDCA90833563EFA8275200F079; extern String_t* _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D; extern String_t* _stringLiteral0EB823E14D8226D370C009162E5825A9329C3D55; extern String_t* _stringLiteral1179478FEFD71361F803762D50D1C8161576802F; extern String_t* _stringLiteral127AD408CEBDC653BFBD76B6537B5F6E62343F3B; extern String_t* _stringLiteral14547A7443C0E53C064B4C63239DDFDA4D337EA5; extern String_t* _stringLiteral14A25F47BDDFEB324F618BB03EA8B068E690C866; extern String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336; extern String_t* _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D; extern String_t* _stringLiteral17B2EA34FFFF98A7B87E6D4AA4AD04559FB16A90; extern String_t* _stringLiteral20D5C9DB2A495A738626B50227970726AB5CA09E; extern String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76; extern String_t* _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6; extern String_t* _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D; extern String_t* _stringLiteral252F57BA0321E6841011EE0686893584C876EC4C; extern String_t* _stringLiteral2547BF06A9A1BA77AA1004FACBFABAE4834F8A18; extern String_t* _stringLiteral276C94648FD11C723FAE798A7497BFE7D11E3E91; extern String_t* _stringLiteral278BDE2ABA4E4EC64DB4EC86372C7F8EA916C2EA; extern String_t* _stringLiteral27B477F4BCAE42DDF0C09B6DC74420257DC11C33; extern String_t* _stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58; extern String_t* _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1; extern String_t* _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F; extern String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; extern String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312; extern String_t* _stringLiteral32F50C3682CD56F6081C17BF43AA1C9B7D8DD0E8; extern String_t* _stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7; extern String_t* _stringLiteral34C2BF5C04F4CBC0C66C990CB319001456D9161C; extern String_t* _stringLiteral35FCFAE669E45B9B01A711B29A9F0DE9BF0B17EF; extern String_t* _stringLiteral37CF73DA2931BC4788A24804D80A5CCA283374FA; extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727; extern String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9; extern String_t* _stringLiteral3D4BFF1597CBE361C23D2AA50E78F8F6DE554DCF; extern String_t* _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA; extern String_t* _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3; extern String_t* _stringLiteral4247E55F75ED1D84BE9C6D27B09F679B69D2D261; extern String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736; extern String_t* _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75; extern String_t* _stringLiteral479512DB569535E666062785B36930B067D2B3BE; extern String_t* _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE; extern String_t* _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD; extern String_t* _stringLiteral4DA582837AF69476F0F679C11D515EBB8F65371D; extern String_t* _stringLiteral4F75F4A3769EDB64C3D3258B7D66BCF5600E57AC; extern String_t* _stringLiteral5027A1A2964CD3D919155486FB01FBF819D4490A; extern String_t* _stringLiteral50813027F068E3C36CB1518BAADF80EBFA016339; extern String_t* _stringLiteral553D05116FDAA5D91C02589D43BA7617086A5094; extern String_t* _stringLiteral56674BB1EF4B24126B160381FE7EB129E1B774EE; extern String_t* _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B; extern String_t* _stringLiteral5ACF03314709224B232D223DF6F8C67A3355482E; extern String_t* _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF; extern String_t* _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154; extern String_t* _stringLiteral623950FD45803F384FA4321930E2FF79538A6DF5; extern String_t* _stringLiteral635824F9BE245D77F832AFDFCC616C299C4D6BD6; extern String_t* _stringLiteral65F9BA3E3CDFFA500D8B5A924B3AD7C64800C996; extern String_t* _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2; extern String_t* _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D; extern String_t* _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694; extern String_t* _stringLiteral6AF760BB2A311501A7447F7EB9E5EE1C505DB919; extern String_t* _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B; extern String_t* _stringLiteral6DFBD87F622B0E49F3B1EFFDEBA5438559E84663; extern String_t* _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE; extern String_t* _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037; extern String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA; extern String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635; extern String_t* _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A; extern String_t* _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B; extern String_t* _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9; extern String_t* _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12; extern String_t* _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374; extern String_t* _stringLiteral85FA5264361488C0C9A690DDDE62F1EAD0F021C3; extern String_t* _stringLiteral8641A5FD310FA8A663AE8F1074E9A66AA3DBA324; extern String_t* _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A; extern String_t* _stringLiteral875D1CA10FE226985615D6FBB7BB09BC06C1B844; extern String_t* _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408; extern String_t* _stringLiteral8CD4846F69847919203EFA2171877E4F1CED83A5; extern String_t* _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3; extern String_t* _stringLiteral8FAB96F8A9E113C10A089DEE9B34DBD853D038A6; extern String_t* _stringLiteral90A7785BA73E4A8FB56265D0072E182A877F0D1A; extern String_t* _stringLiteral919176ABD217DFC0AE8AB2A29692E22D95F3AC4B; extern String_t* _stringLiteral929E7FD106BAC69246B8B3CC794A12945F496E05; extern String_t* _stringLiteral93356CDE85A498B294B365D5386BC8718EDE944C; extern String_t* _stringLiteral947CD40E124AF7D847ECFE2C5E882DCD01D5F92B; extern String_t* _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE; extern String_t* _stringLiteral9BB26199673D08FAD2D3C9A802D5A4246DCC6959; extern String_t* _stringLiteral9C3AE6C434AD0A915F4979D56D0E4E521D5B780D; extern String_t* _stringLiteral9CCBF530908E0E9B0656E5ED0D292708DBAEED16; extern String_t* _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130; extern String_t* _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B; extern String_t* _stringLiteralA5DD71B34216A7F77AFE01A40B002C9E275B6967; extern String_t* _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2; extern String_t* _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9; extern String_t* _stringLiteralA77E18958FCA6326DB0ECE9BE2F8EC863BED6D3F; extern String_t* _stringLiteralA7CD802DE35E6B8BF41C099C20815BE3FF783652; extern String_t* _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04; extern String_t* _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236; extern String_t* _stringLiteralAC638F3BF08185FAEE5FE8F5B1052FF726F18D91; extern String_t* _stringLiteralAE365AF1602219583A76C66E6E94EA213D6051BF; extern String_t* _stringLiteralB0E7DC794ECABBC437910AD666550333823EECE1; extern String_t* _stringLiteralB43DC55E330D0B42D6206DC60B387C262398AC6A; extern String_t* _stringLiteralB489FAE1CBFABCE0059F15C1FC2116E35BE740A8; extern String_t* _stringLiteralB63A1D5B6BD47E91F4A7EC063639A38580C3041C; extern String_t* _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457; extern String_t* _stringLiteralB82E1120FAA671E759C3B20F058DB73F0BC2CAC6; extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; extern String_t* _stringLiteralB8C1626447FA8716F0689D3C8B247CF5BDA4ED6D; extern String_t* _stringLiteralB91208935A904461D6076C458F68BA6DB99BAF79; extern String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8; extern String_t* _stringLiteralBFC1D4739556BB2E8C6CA6F181CB91549150ED2C; extern String_t* _stringLiteralC0BA8E87FC4F3994D04ECEE4DDFA25C01B300593; extern String_t* _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257; extern String_t* _stringLiteralC4CDE5A02E48EBA3606A4A90C2CE61681EBFB0D5; extern String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97; extern String_t* _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C; extern String_t* _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050; extern String_t* _stringLiteralCA22F9FC808EBA81F2F7A5C43B200E49F8FFCE92; extern String_t* _stringLiteralCA7DBCE1E5EF11421D4E1FC80E659E099B786674; extern String_t* _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4; extern String_t* _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220; extern String_t* _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3; extern String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46; extern String_t* _stringLiteralD786F83B0B6927990DFEAFC71B90F0A0E4FD566E; extern String_t* _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652; extern String_t* _stringLiteralDB954EFC7BE1AB344B9EE4ED85B4C684D535ADA0; extern String_t* _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579; extern String_t* _stringLiteralDE4DDDDCCDD513FE2412EAC6F554FB7164F24B37; extern String_t* _stringLiteralDEF160FCD5CCFA1403F690DD100EA7D0BAC6F382; extern String_t* _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635; extern String_t* _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4; extern String_t* _stringLiteralE5174E04567358B00F36DE0E34C6D0C382563271; extern String_t* _stringLiteralE7639FFDDA2E2F080DA3849F1DF41574D4F94B39; extern String_t* _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334; extern String_t* _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411; extern String_t* _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8; extern String_t* _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1; extern String_t* _stringLiteralECAD1EACB424CA673E6714299871AFAF60E052A8; extern String_t* _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48; extern String_t* _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8; extern String_t* _stringLiteralF192A1AFF587546389E57227D5C32F585D13AE95; extern String_t* _stringLiteralF2B44AFF371DB997AA89F469BF68B7C11526B71D; extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; extern String_t* _stringLiteralF584208D0918902BC0D56AC87077A98CA7FE3C9D; extern String_t* _stringLiteralF7F3BCBB4582CB7BF4B48F6BD318A558B5B5B655; extern String_t* _stringLiteralF822E613BB83930ECC0DEE4EE211973D6E8664F8; extern String_t* _stringLiteralF8A0B875C1C1CE46AA71981F7C56E9674C2EA498; extern String_t* _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15; extern String_t* _stringLiteralFA7FF6FB00A7ACE8D98CF880A492DC6C5FFC8CA7; extern String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0; extern String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06; extern String_t* _stringLiteralFF9ADA5DD77A58B768C31CF306739F95A7349D2D; extern const RuntimeMethod* Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194_RuntimeMethod_var; extern const RuntimeMethod* Array_Sort_TisNodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_m2BE1A666667833B2F5C45345D0BE03906722EC14_RuntimeMethod_var; extern const RuntimeMethod* Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var; extern const RuntimeMethod* Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7_RuntimeMethod_var; extern const RuntimeMethod* Task_FromResult_TisTuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_mB52B4302A3C9F5EA9967C8857255AA5C15C342CB_RuntimeMethod_var; extern const RuntimeMethod* Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3_RuntimeMethod_var; extern const RuntimeMethod* XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var; extern const RuntimeMethod* XmlNode_GetEventArgs_m7D686FF9DDB40FE69DCBD8383D2559D9556B1947_RuntimeMethod_var; extern const RuntimeMethod* XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1_RuntimeMethod_var; extern const RuntimeMethod* XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E_RuntimeMethod_var; extern const RuntimeMethod* XmlNode_set_InnerXml_mB262CE4A809F5E6C7FC8CCBD02B08B65F9D16850_RuntimeMethod_var; extern const RuntimeMethod* XmlNotation_CloneNode_m7B54909467E7BDD33AB1CDC1B8D003B05233CE37_RuntimeMethod_var; extern const RuntimeMethod* XmlNotation_set_InnerXml_mED7DD20F04D83FB5B2F339907363B5D902AF6D0F_RuntimeMethod_var; extern const RuntimeMethod* XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C_RuntimeMethod_var; extern const RuntimeMethod* XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57_RuntimeMethod_var; extern const RuntimeMethod* XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_RuntimeMethod_var; extern const RuntimeMethod* XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F_RuntimeMethod_var; extern const RuntimeMethod* XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330_RuntimeMethod_var; extern const RuntimeMethod* XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5_RuntimeMethod_var; extern const RuntimeMethod* XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123_RuntimeMethod_var; extern const RuntimeMethod* XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF_RuntimeMethod_var; extern const RuntimeMethod* XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_RuntimeMethod_var; extern const RuntimeMethod* XmlResolver_GetEntityAsync_m22E6B8AD63C12C24F78B06AAB875F7F6016F8752_RuntimeMethod_var; extern const RuntimeMethod* XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_RuntimeMethod_var; extern const RuntimeMethod* XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_RuntimeMethod_var; extern const RuntimeMethod* XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A_RuntimeMethod_var; extern const RuntimeMethod* XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511_RuntimeMethod_var; extern const RuntimeType* HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_0_0_0_var; extern const RuntimeType* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_0_0_0_var; extern const uint32_t HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499_MetadataUsageId; extern const uint32_t XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0_MetadataUsageId; extern const uint32_t XmlNode_AppendChildForLoad_m40D14AD65118994FFCEB1BBCE7CB3940D72D951A_MetadataUsageId; extern const uint32_t XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_MetadataUsageId; extern const uint32_t XmlNode_GetEventArgs_m7D686FF9DDB40FE69DCBD8383D2559D9556B1947_MetadataUsageId; extern const uint32_t XmlNode_HasReadOnlyParent_m92868160A595A6C7C275159F8AE7D530B6F90A8E_MetadataUsageId; extern const uint32_t XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1_MetadataUsageId; extern const uint32_t XmlNode_System_Collections_IEnumerable_GetEnumerator_mC8BE3ACFBE87B8F5ABAE7B797FAF48A900679B27_MetadataUsageId; extern const uint32_t XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E_MetadataUsageId; extern const uint32_t XmlNode_get_BaseURI_mC2B4FE0FC10955513B02BC46043E20637CFA111B_MetadataUsageId; extern const uint32_t XmlNode_get_ChildNodes_m7038666A20852738277321FA070543963CF8FEF2_MetadataUsageId; extern const uint32_t XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE_MetadataUsageId; extern const uint32_t XmlNode_get_NamespaceURI_m33ECE01ED91F96AEB3DF635FB81B8FD55545C8ED_MetadataUsageId; extern const uint32_t XmlNode_get_OwnerDocument_mC9FA496F7BA21559ECB6CA51EFCF64EA3EFA5A5C_MetadataUsageId; extern const uint32_t XmlNode_get_ParentNode_m6AC4A7F4FEE5B469A86490C129F011C12201C3E6_MetadataUsageId; extern const uint32_t XmlNode_get_Prefix_m0CB5A323576D4C67EA8E70C276AA3FD4DC3A52D5_MetadataUsageId; extern const uint32_t XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35_MetadataUsageId; extern const uint32_t XmlNode_set_InnerXml_mB262CE4A809F5E6C7FC8CCBD02B08B65F9D16850_MetadataUsageId; extern const uint32_t XmlNotation_CloneNode_m7B54909467E7BDD33AB1CDC1B8D003B05233CE37_MetadataUsageId; extern const uint32_t XmlNotation_set_InnerXml_mED7DD20F04D83FB5B2F339907363B5D902AF6D0F_MetadataUsageId; extern const uint32_t XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C_MetadataUsageId; extern const uint32_t XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9_MetadataUsageId; extern const uint32_t XmlProcessingInstruction_get_Name_m4E3CB55ABDCC021118F5394ABC8749AD3D5D314D_MetadataUsageId; extern const uint32_t XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9_MetadataUsageId; extern const uint32_t XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173_MetadataUsageId; extern const uint32_t XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9_MetadataUsageId; extern const uint32_t XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_MetadataUsageId; extern const uint32_t XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724_MetadataUsageId; extern const uint32_t XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10_MetadataUsageId; extern const uint32_t XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396_MetadataUsageId; extern const uint32_t XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_MetadataUsageId; extern const uint32_t XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F_MetadataUsageId; extern const uint32_t XmlReaderSettings_CreateDefaultResolver_m039C61CF441A91166D2F3888E17B20AC506E6376_MetadataUsageId; extern const uint32_t XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958_MetadataUsageId; extern const uint32_t XmlReaderSettings_Initialize_m832D10349AE49444E41322DC5963540432ADCDEE_MetadataUsageId; extern const uint32_t XmlReaderSettings_get_Schemas_m092542FE9F7250CB20F32A02E11534E90DD82D56_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_CheckCharacters_m2D6E25EE9B633B41605BC7ADED3913DBAD36E0DB_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_IgnoreComments_mC3A6B64095C4D63E7291897CFACC620BCD0E3A5C_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_IgnoreProcessingInstructions_m4D332DF7DB21BFBC698202CABE23694EEB387E93_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_IgnoreWhitespace_m85606F49433EEEBB0BC0534FE9610C9249DF8600_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_LineNumberOffset_m8FEFE0B0F5BDB318643FA327AE64C87B95939D02_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_LinePositionOffset_m326669C922BE5D5CD79BA9DC82C46DC53FD6C630_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_NameTable_m2792CBE34EF61A64668C3C7FF6FF520D9BE6A71E_MetadataUsageId; extern const uint32_t XmlReaderSettings_set_XmlResolver_m9C4C7F524FC2E792F8C51D54D842294E81DB6A0E_MetadataUsageId; extern const uint32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_MetadataUsageId; extern const uint32_t XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E_MetadataUsageId; extern const uint32_t XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893_MetadataUsageId; extern const uint32_t XmlReader_get_SchemaInfo_mCFB2B2AC5F00C0C986286CD79F7B235E89D12F31_MetadataUsageId; extern const uint32_t XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1_MetadataUsageId; extern const uint32_t XmlRegisteredNonCachedStream_Dispose_m3ABA938F4DB412F8141BA60C752D930646BE8F17_MetadataUsageId; extern const uint32_t XmlRegisteredNonCachedStream__ctor_m88EEA1BE0454C16CC78B0EF11E48D132B8C67A29_MetadataUsageId; extern const uint32_t XmlResolver_GetEntityAsync_m22E6B8AD63C12C24F78B06AAB875F7F6016F8752_MetadataUsageId; extern const uint32_t XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_MetadataUsageId; extern const uint32_t XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_MetadataUsageId; extern const uint32_t XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AddAttribute_m1820450C0F0359EC50B1E133BBC11E2C1955C52E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AddDefaultAttributeDtd_mACBFB101DB7D1A4A6797577B20E23855C4592793_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_AttributeDuplCheck_m77796D28B24EC032D7E1078FC742C48479E55952_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Close_m86DDE1F542A2FECA045A102ED8227EB645141EBE_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_FinishIncrementalRead_mE9A0F8C5E82F69349691474445EF0FAA33F76950_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_FinishReadElementContentAsBinary_mF742F598CA76EC1E8CB23018612B751A11915607_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_IncrementalRead_m60207E0F8A0AB35AEBB22A0B69742C46D274AF20_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OpenUrlDelegate_m567B4FFF12B7473E4FABB0EE752534B830DD4C53_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseAttributeValueChunk_m1EC8E20B261FC3B08CD652B0D212AC5408282311_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseAttributes_m1916085C5BC70C6C712A300FD7423510D0C66487_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseElementContent_mC4101EA352E91017AC4A3A6265046E9ABF052CBA_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseEndElement_mEEE9B4C714108A265AFD4E62D498AC12A4F6C25A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseRootLevelWhitespace_m47A81C357F6645B50E4BA694430ECC7456CA2194_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseXmlDeclarationFragment_mC0B73C0A63F415D5AB244E8381F053E4C2002CF8_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Read_m653E3E111C3050E1928C507860CC3FA407E94FD6_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SetDtdInfo_m2A54AE744D004FB4CCC3404333029748B5076C3F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SkipDtd_mC1FEFE4EE118B4A9B2DF2822529DCF6489662D04_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_StripSpaces_mB12C2C6298DADEEB9E11040418F911DAD4AE335C_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B_MetadataUsageId; extern const uint32_t XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9_MetadataUsageId; extern const uint32_t XmlTextReaderImpl__ctor_m197C7872A20B250CEEFCF5E5B77C63D2E7F05120_MetadataUsageId; extern const uint32_t XmlTextReaderImpl__ctor_mBADA3A5DC14C97B32027C0C61D1E3583B8326A47_MetadataUsageId; extern const uint32_t XmlTextReaderImpl__ctor_mD91A12EA339F03CD5113D52039827D9936EF6A95_MetadataUsageId; extern const uint32_t XmlTextReaderImpl__ctor_mFAB2D3A5A759C7ED7472FF6EA9F9C710F8F1C2B4_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_get_Settings_m2E039F44F9DAF18FED61CE9277762BE7B44C6B1D_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511_MetadataUsageId; extern const uint32_t XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C_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 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE; struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef DICTIONARY_2_TD00930653EC02E03C14ADE0FF8737B6193A5FE1B_H #define DICTIONARY_2_TD00930653EC02E03C14ADE0FF8737B6193A5FE1B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B : 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_t230F9CDB90731A57A06A1BFA179337278BC39FBF* ___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_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * ___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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___entries_1)); } inline EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___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((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___keys_7)); } inline KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___values_8)); } inline ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * get_values_8() const { return ___values_8; } inline ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ____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((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_TD00930653EC02E03C14ADE0FF8737B6193A5FE1B_H #ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&____className_1), 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((&____message_2), 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((&____data_3), 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((&____innerException_4), 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((&____helpURL_5), 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((&____stackTrace_6), 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((&____stackTraceString_7), 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((&____remoteStackTraceString_8), 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((&____dynamicMethods_10), 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((&____source_12), 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((&____safeSerializationManager_13), 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((&___captured_traces_14), 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((&___native_trace_ips_15), 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((&___s_EDILock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; intptr_t* ___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; intptr_t* ___native_trace_ips_15; }; #endif // EXCEPTION_T_H #ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___numInfo_10), 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((&___dateTimeInfo_11), 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((&___textInfo_12), 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((&___m_name_13), 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((&___englishname_14), 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((&___nativename_15), 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((&___iso3lang_16), 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((&___iso2lang_17), 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((&___win3lang_18), 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((&___territory_19), 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((&___native_calendar_names_20), 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((&___compareInfo_21), 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((&___calendar_24), 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((&___parent_culture_25), 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((&___cached_serialized_form_27), 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((&___m_cultureData_28), 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((&___invariant_culture_info_0), 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((&___shared_table_lock_1), 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((&___default_current_culture_2), 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((&___s_DefaultThreadCurrentUICulture_33), 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((&___s_DefaultThreadCurrentCulture_34), 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((&___shared_by_number_35), 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((&___shared_by_name_36), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; uint8_t* ___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; uint8_t* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; #endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___Empty_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H #define DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___m_fallback_0), 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((&___m_fallbackBuffer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H #ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___dataItem_10), 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((&___encoderFallback_13), 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((&___decoderFallback_14), 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((&___defaultEncoding_0), 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((&___unicodeEncoding_1), 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((&___bigEndianUnicode_2), 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((&___utf7Encoding_3), 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((&___utf8Encoding_4), 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((&___utf32Encoding_5), 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((&___asciiEncoding_6), 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((&___latin1Encoding_7), 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((&___encodings_8), 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((&___s_InternalSyncObject_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___m_ChunkChars_0), 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((&___m_ChunkPrevious_1), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef TUPLE_4_TD2D1CA7B33B323048381C8E16F23DD95A64927F6_H #define TUPLE_4_TD2D1CA7B33B323048381C8E16F23DD95A64927F6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Tuple`4 struct Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 : public RuntimeObject { public: // T1 System.Tuple`4::m_Item1 int32_t ___m_Item1_0; // T2 System.Tuple`4::m_Item2 int32_t ___m_Item2_1; // T3 System.Tuple`4::m_Item3 int32_t ___m_Item3_2; // T4 System.Tuple`4::m_Item4 bool ___m_Item4_3; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6, ___m_Item1_0)); } inline int32_t get_m_Item1_0() const { return ___m_Item1_0; } inline int32_t* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(int32_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6, ___m_Item2_1)); } inline int32_t get_m_Item2_1() const { return ___m_Item2_1; } inline int32_t* get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(int32_t value) { ___m_Item2_1 = value; } inline static int32_t get_offset_of_m_Item3_2() { return static_cast(offsetof(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6, ___m_Item3_2)); } inline int32_t get_m_Item3_2() const { return ___m_Item3_2; } inline int32_t* get_address_of_m_Item3_2() { return &___m_Item3_2; } inline void set_m_Item3_2(int32_t value) { ___m_Item3_2 = value; } inline static int32_t get_offset_of_m_Item4_3() { return static_cast(offsetof(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6, ___m_Item4_3)); } inline bool get_m_Item4_3() const { return ___m_Item4_3; } inline bool* get_address_of_m_Item4_3() { return &___m_Item4_3; } inline void set_m_Item4_3(bool value) { ___m_Item4_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TUPLE_4_TD2D1CA7B33B323048381C8E16F23DD95A64927F6_H #ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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 { }; #endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifndef INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H #define INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H #ifndef SCHEMAENTITY_T242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_H #define SCHEMAENTITY_T242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.SchemaEntity struct SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname_0; // System.String System.Xml.Schema.SchemaEntity::url String_t* ___url_1; // System.String System.Xml.Schema.SchemaEntity::pubid String_t* ___pubid_2; // System.String System.Xml.Schema.SchemaEntity::text String_t* ___text_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___ndata_4; // System.Int32 System.Xml.Schema.SchemaEntity::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Xml.Schema.SchemaEntity::linePosition int32_t ___linePosition_6; // System.Boolean System.Xml.Schema.SchemaEntity::isParameter bool ___isParameter_7; // System.Boolean System.Xml.Schema.SchemaEntity::isExternal bool ___isExternal_8; // System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress bool ___parsingInProgress_9; // System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal bool ___isDeclaredInExternal_10; // System.String System.Xml.Schema.SchemaEntity::baseURI String_t* ___baseURI_11; // System.String System.Xml.Schema.SchemaEntity::declaredURI String_t* ___declaredURI_12; public: inline static int32_t get_offset_of_qname_0() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___qname_0)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_qname_0() const { return ___qname_0; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_qname_0() { return &___qname_0; } inline void set_qname_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___qname_0 = value; Il2CppCodeGenWriteBarrier((&___qname_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((&___pubid_2), value); } inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___text_3)); } inline String_t* get_text_3() const { return ___text_3; } inline String_t** get_address_of_text_3() { return &___text_3; } inline void set_text_3(String_t* value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((&___text_3), value); } inline static int32_t get_offset_of_ndata_4() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___ndata_4)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_ndata_4() const { return ___ndata_4; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_ndata_4() { return &___ndata_4; } inline void set_ndata_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___ndata_4 = value; Il2CppCodeGenWriteBarrier((&___ndata_4), value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_linePosition_6() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___linePosition_6)); } inline int32_t get_linePosition_6() const { return ___linePosition_6; } inline int32_t* get_address_of_linePosition_6() { return &___linePosition_6; } inline void set_linePosition_6(int32_t value) { ___linePosition_6 = value; } inline static int32_t get_offset_of_isParameter_7() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isParameter_7)); } inline bool get_isParameter_7() const { return ___isParameter_7; } inline bool* get_address_of_isParameter_7() { return &___isParameter_7; } inline void set_isParameter_7(bool value) { ___isParameter_7 = value; } inline static int32_t get_offset_of_isExternal_8() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isExternal_8)); } inline bool get_isExternal_8() const { return ___isExternal_8; } inline bool* get_address_of_isExternal_8() { return &___isExternal_8; } inline void set_isExternal_8(bool value) { ___isExternal_8 = value; } inline static int32_t get_offset_of_parsingInProgress_9() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___parsingInProgress_9)); } inline bool get_parsingInProgress_9() const { return ___parsingInProgress_9; } inline bool* get_address_of_parsingInProgress_9() { return &___parsingInProgress_9; } inline void set_parsingInProgress_9(bool value) { ___parsingInProgress_9 = value; } inline static int32_t get_offset_of_isDeclaredInExternal_10() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isDeclaredInExternal_10)); } inline bool get_isDeclaredInExternal_10() const { return ___isDeclaredInExternal_10; } inline bool* get_address_of_isDeclaredInExternal_10() { return &___isDeclaredInExternal_10; } inline void set_isDeclaredInExternal_10(bool value) { ___isDeclaredInExternal_10 = value; } inline static int32_t get_offset_of_baseURI_11() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___baseURI_11)); } inline String_t* get_baseURI_11() const { return ___baseURI_11; } inline String_t** get_address_of_baseURI_11() { return &___baseURI_11; } inline void set_baseURI_11(String_t* value) { ___baseURI_11 = value; Il2CppCodeGenWriteBarrier((&___baseURI_11), value); } inline static int32_t get_offset_of_declaredURI_12() { return static_cast(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___declaredURI_12)); } inline String_t* get_declaredURI_12() const { return ___declaredURI_12; } inline String_t** get_address_of_declaredURI_12() { return &___declaredURI_12; } inline void set_declaredURI_12(String_t* value) { ___declaredURI_12 = value; Il2CppCodeGenWriteBarrier((&___declaredURI_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCHEMAENTITY_T242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_H #ifndef XMLSCHEMASET_TD92B4BF5F65FBF5B106399A36284FDC64E602F7F_H #define XMLSCHEMASET_TD92B4BF5F65FBF5B106399A36284FDC64E602F7F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___nameTable_0), 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((&___schemas_1), 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((&___internalEventHandler_2), 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((&___eventHandler_3), 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((&___schemaLocations_4), 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((&___chameleonSchemas_5), 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((&___targetNamespaces_6), 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((&___cachedCompiledInfo_8), 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((&___readerSettings_9), 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((&___compilationSettings_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASET_TD92B4BF5F65FBF5B106399A36284FDC64E602F7F_H #ifndef XMLCHILDENUMERATOR_TA5E9216BDDC135630E6C1283B8976192A9847ABA_H #define XMLCHILDENUMERATOR_TA5E9216BDDC135630E6C1283B8976192A9847ABA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___container_0), 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((&___child_1), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHILDENUMERATOR_TA5E9216BDDC135630E6C1283B8976192A9847ABA_H #ifndef XMLDOWNLOADMANAGER_TF864449330C09DCF4353B7F17EA226CE28C4D752_H #define XMLDOWNLOADMANAGER_TF864449330C09DCF4353B7F17EA226CE28C4D752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDownloadManager struct XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___connections_0; public: inline static int32_t get_offset_of_connections_0() { return static_cast(offsetof(XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752, ___connections_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_connections_0() const { return ___connections_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_connections_0() { return &___connections_0; } inline void set_connections_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___connections_0 = value; Il2CppCodeGenWriteBarrier((&___connections_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOWNLOADMANAGER_TF864449330C09DCF4353B7F17EA226CE28C4D752_H #ifndef XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H #define XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameTable struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H #ifndef XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H #define XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F : public RuntimeObject { public: // System.Xml.XmlNamespaceManager_NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((&___nsdecls_0), value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___lastDecl_1)); } inline int32_t get_lastDecl_1() const { return ___lastDecl_1; } inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; } inline void set_lastDecl_1(int32_t value) { ___lastDecl_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___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((&___nameTable_2), value); } inline static int32_t get_offset_of_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___hashTable_4)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((&___hashTable_4), value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((&___xml_6), value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((&___xmlNs_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H #ifndef XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #define XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___parentNode_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T07D70045D843753E4FE8AFE40FD36244E6B6D7FB_H #ifndef XMLNODELIST_T6A2162EDB563F1707F00C5156460E1073244C8E7_H #define XMLNODELIST_T6A2162EDB563F1707F00C5156460E1073244C8E7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T6A2162EDB563F1707F00C5156460E1073244C8E7_H #ifndef XMLQUALIFIEDNAME_TF72E1729FE6150B6ADABFE331F26F5E743E15BAD_H #define XMLQUALIFIEDNAME_TF72E1729FE6150B6ADABFE331F26F5E743E15BAD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___name_1), 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((&___ns_2), 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((&___hashCodeDelegate_0), 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((&___Empty_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLQUALIFIEDNAME_TF72E1729FE6150B6ADABFE331F26F5E743E15BAD_H #ifndef XMLREADER_T13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_H #define XMLREADER_T13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADER_T13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_H #ifndef XMLRESOLVER_T93269F14B2F8750D040AED2FB7A303CE85016280_H #define XMLRESOLVER_T93269F14B2F8750D040AED2FB7A303CE85016280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlResolver struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLRESOLVER_T93269F14B2F8750D040AED2FB7A303CE85016280_H #ifndef DTDPARSERPROXY_TF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_H #define DTDPARSERPROXY_TF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_DtdParserProxy struct DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 : public RuntimeObject { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReaderImpl_DtdParserProxy::reader XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___reader_0; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7, ___reader_0)); } inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * get_reader_0() const { return ___reader_0; } inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDPARSERPROXY_TF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_H #ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___TrueString_5), 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((&___FalseString_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___categoryForLatin1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___enumSeperatorCharArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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 { }; #endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&____activeReadWriteTask_2), 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((&____asyncActiveSemaphore_3), 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((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifndef TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #define TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&____ReadLineDelegate_1), 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((&____ReadDelegate_2), 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((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifndef UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H #define UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.UTF8Encoding struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_16; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_17; public: inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_16)); } inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; } inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; } inline void set_emitUTF8Identifier_16(bool value) { ___emitUTF8Identifier_16 = value; } inline static int32_t get_offset_of_isThrowException_17() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_17)); } inline bool get_isThrowException_17() const { return ___isThrowException_17; } inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; } inline void set_isThrowException_17(bool value) { ___isThrowException_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H #ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifndef DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H #define DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.DebuggerDisplayXmlNodeProxy struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 { public: // System.Xml.XmlNode System.Xml.DebuggerDisplayXmlNodeProxy::node XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0; public: inline static int32_t get_offset_of_node_0() { return static_cast(offsetof(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0, ___node_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_node_0() const { return ___node_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_node_0() { return &___node_0; } inline void set_node_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___node_0 = value; Il2CppCodeGenWriteBarrier((&___node_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.DebuggerDisplayXmlNodeProxy struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0; }; // Native definition for COM marshalling of System.Xml.DebuggerDisplayXmlNodeProxy struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0; }; #endif // DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H #ifndef INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H #define INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 : public IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H #ifndef LINEINFO_T7E3D50496C7BA51B84D485D0A30B9006943544E5_H #define LINEINFO_T7E3D50496C7BA51B84D485D0A30B9006943544E5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.LineInfo struct LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 { public: // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; public: inline static int32_t get_offset_of_lineNo_0() { return static_cast(offsetof(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5, ___lineNo_0)); } inline int32_t get_lineNo_0() const { return ___lineNo_0; } inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; } inline void set_lineNo_0(int32_t value) { ___lineNo_0 = value; } inline static int32_t get_offset_of_linePos_1() { return static_cast(offsetof(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5, ___linePos_1)); } inline int32_t get_linePos_1() const { return ___linePos_1; } inline int32_t* get_address_of_linePos_1() { return &___linePos_1; } inline void set_linePos_1(int32_t value) { ___linePos_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINEINFO_T7E3D50496C7BA51B84D485D0A30B9006943544E5_H #ifndef NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H #define NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NameTable struct NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C : public XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 { public: // System.Xml.NameTable_Entry[] System.Xml.NameTable::entries EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___entries_0)); } inline EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* get_entries_0() const { return ___entries_0; } inline EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((&___entries_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___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(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___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_hashCodeRandomizer_3() { return static_cast(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___hashCodeRandomizer_3)); } inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; } inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; } inline void set_hashCodeRandomizer_3(int32_t value) { ___hashCodeRandomizer_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H #ifndef SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H #define SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H #ifndef UTF16DECODER_TFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_H #define UTF16DECODER_TFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTF16DECODER_TFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_H #ifndef UCS4ENCODING_T068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_H #define UCS4ENCODING_T068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___ucs4Decoder_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UCS4ENCODING_T068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_H #ifndef XMLATTRIBUTE_TEAB5F066D1D6965D6528617BD89826AE7114DEFA_H #define XMLATTRIBUTE_TEAB5F066D1D6965D6528617BD89826AE7114DEFA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___name_1), 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((&___lastChild_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_TEAB5F066D1D6965D6528617BD89826AE7114DEFA_H #ifndef XMLCHARTYPE_T7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_H #define XMLCHARTYPE_T7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___charProperties_2), 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((&___s_Lock_0), 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((&___s_CharProperties_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHARTYPE_T7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_H #ifndef XMLCHILDNODES_TEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4_H #define XMLCHILDNODES_TEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___container_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHILDNODES_TEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4_H #ifndef XMLDOCUMENT_T448325D04430147AF19F2955BD6A5F1551003C97_H #define XMLDOCUMENT_T448325D04430147AF19F2955BD6A5F1551003C97_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___implementation_1), 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((&___domNameTable_2), 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((&___lastChild_3), 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((&___entities_4), 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((&___htElementIdMap_5), 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((&___htElementIDAttrDecl_6), 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((&___schemaInfo_7), 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((&___schemas_8), 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((&___onNodeInsertingDelegate_11), 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((&___onNodeInsertedDelegate_12), 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((&___onNodeRemovingDelegate_13), 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((&___onNodeRemovedDelegate_14), 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((&___onNodeChangingDelegate_15), 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((&___onNodeChangedDelegate_16), 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((&___strDocumentName_21), 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((&___strDocumentFragmentName_22), 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((&___strCommentName_23), 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((&___strTextName_24), 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((&___strCDataSectionName_25), 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((&___strEntityName_26), 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((&___strID_27), 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((&___strXmlns_28), 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((&___strXml_29), 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((&___strSpace_30), 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((&___strLang_31), 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((&___strEmpty_32), 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((&___strNonSignificantWhitespaceName_33), 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((&___strSignificantWhitespaceName_34), 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((&___strReservedXmlns_35), 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((&___strReservedXml_36), 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((&___baseURI_37), 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((&___resolver_38), 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((&___objLock_40), 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((&___EmptyEnumerator_41), 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((&___NotKnownSchemaInfo_42), 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((&___ValidSchemaInfo_43), 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((&___InvalidSchemaInfo_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T448325D04430147AF19F2955BD6A5F1551003C97_H #ifndef XMLLINKEDNODE_T4F76C8580C2E6D2908D88AC84A86060FA9289A0E_H #define XMLLINKEDNODE_T4F76C8580C2E6D2908D88AC84A86060FA9289A0E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___next_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T4F76C8580C2E6D2908D88AC84A86060FA9289A0E_H #ifndef SMALLXMLNODELIST_T962D7A66CF19950FE6DFA9476903952B76844A1E_H #define SMALLXMLNODELIST_T962D7A66CF19950FE6DFA9476903952B76844A1E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___field_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // SMALLXMLNODELIST_T962D7A66CF19950FE6DFA9476903952B76844A1E_H #ifndef NAMESPACEDECLARATION_TFD9A771E0585F887CE869FA7D0FAD365A40D436A_H #define NAMESPACEDECLARATION_TFD9A771E0585F887CE869FA7D0FAD365A40D436A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager_NamespaceDeclaration struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A { public: // System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::prefix String_t* ___prefix_0; // System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::uri String_t* ___uri_1; // System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::scopeId int32_t ___scopeId_2; // System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::previousNsIndex int32_t ___previousNsIndex_3; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___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((&___prefix_0), value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___scopeId_2)); } inline int32_t get_scopeId_2() const { return ___scopeId_2; } inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int32_t value) { ___scopeId_2 = value; } inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___previousNsIndex_3)); } inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; } inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; } inline void set_previousNsIndex_3(int32_t value) { ___previousNsIndex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke { char* ___prefix_0; char* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; #endif // NAMESPACEDECLARATION_TFD9A771E0585F887CE869FA7D0FAD365A40D436A_H #ifndef XMLNOTATION_TA1B86454CE48EBA5498A774B06535CEC10ABBF53_H #define XMLNOTATION_TA1B86454CE48EBA5498A774B06535CEC10ABBF53_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNotation struct XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { public: // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_1; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_2; // System.String System.Xml.XmlNotation::name String_t* ___name_3; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53, ___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((&___publicId_1), value); } inline static int32_t get_offset_of_systemId_2() { return static_cast(offsetof(XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53, ___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((&___systemId_2), value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53, ___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((&___name_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNOTATION_TA1B86454CE48EBA5498A774B06535CEC10ABBF53_H #ifndef XMLREADERDEBUGGERDISPLAYPROXY_T554A0424FC659767F6977BF48A4018DDECADFA01_H #define XMLREADERDEBUGGERDISPLAYPROXY_T554A0424FC659767F6977BF48A4018DDECADFA01_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 { public: // System.Xml.XmlReader System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::reader XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01, ___reader_0)); } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_reader_0() const { return ___reader_0; } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0; }; // Native definition for COM marshalling of System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0; }; #endif // XMLREADERDEBUGGERDISPLAYPROXY_T554A0424FC659767F6977BF48A4018DDECADFA01_H #ifndef XMLTEXTREADER_TAF28DD94DDC4A59EE85A627A606C9347C8149A8C_H #define XMLTEXTREADER_TAF28DD94DDC4A59EE85A627A606C9347C8149A8C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___impl_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_TAF28DD94DDC4A59EE85A627A606C9347C8149A8C_H #ifndef NONAMESPACEMANAGER_T11014200BFBB3974A5E72A75867B9730C7D7E883_H #define NONAMESPACEMANAGER_T11014200BFBB3974A5E72A75867B9730C7D7E883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_NoNamespaceManager struct NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 : public XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONAMESPACEMANAGER_T11014200BFBB3974A5E72A75867B9730C7D7E883_H #ifndef PARSINGSTATE_TE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_H #define PARSINGSTATE_TE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_ParsingState struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 { public: // System.Char[] System.Xml.XmlTextReaderImpl_ParsingState::chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_0; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charPos int32_t ___charPos_1; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charsUsed int32_t ___charsUsed_2; // System.Text.Encoding System.Xml.XmlTextReaderImpl_ParsingState::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3; // System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::appendMode bool ___appendMode_4; // System.IO.Stream System.Xml.XmlTextReaderImpl_ParsingState::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; // System.Text.Decoder System.Xml.XmlTextReaderImpl_ParsingState::decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6; // System.Byte[] System.Xml.XmlTextReaderImpl_ParsingState::bytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes_7; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytePos int32_t ___bytePos_8; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytesUsed int32_t ___bytesUsed_9; // System.IO.TextReader System.Xml.XmlTextReaderImpl_ParsingState::textReader TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineNo int32_t ___lineNo_11; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineStartPos int32_t ___lineStartPos_12; // System.String System.Xml.XmlTextReaderImpl_ParsingState::baseUriStr String_t* ___baseUriStr_13; // System.Uri System.Xml.XmlTextReaderImpl_ParsingState::baseUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14; // System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isEof bool ___isEof_15; // System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isStreamEof bool ___isStreamEof_16; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl_ParsingState::entity RuntimeObject* ___entity_17; // System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::entityId int32_t ___entityId_18; // System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::eolNormalized bool ___eolNormalized_19; // System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::entityResolvedManually bool ___entityResolvedManually_20; public: inline static int32_t get_offset_of_chars_0() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___chars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_0() const { return ___chars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_0() { return &___chars_0; } inline void set_chars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___chars_0 = value; Il2CppCodeGenWriteBarrier((&___chars_0), value); } inline static int32_t get_offset_of_charPos_1() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charPos_1)); } inline int32_t get_charPos_1() const { return ___charPos_1; } inline int32_t* get_address_of_charPos_1() { return &___charPos_1; } inline void set_charPos_1(int32_t value) { ___charPos_1 = value; } inline static int32_t get_offset_of_charsUsed_2() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charsUsed_2)); } inline int32_t get_charsUsed_2() const { return ___charsUsed_2; } inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; } inline void set_charsUsed_2(int32_t value) { ___charsUsed_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_3() const { return ___encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((&___encoding_3), value); } inline static int32_t get_offset_of_appendMode_4() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___appendMode_4)); } inline bool get_appendMode_4() const { return ___appendMode_4; } inline bool* get_address_of_appendMode_4() { return &___appendMode_4; } inline void set_appendMode_4(bool value) { ___appendMode_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___stream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } inline static int32_t get_offset_of_decoder_6() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___decoder_6)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_6() const { return ___decoder_6; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_6() { return &___decoder_6; } inline void set_decoder_6(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___decoder_6 = value; Il2CppCodeGenWriteBarrier((&___decoder_6), value); } inline static int32_t get_offset_of_bytes_7() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytes_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytes_7() const { return ___bytes_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytes_7() { return &___bytes_7; } inline void set_bytes_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___bytes_7 = value; Il2CppCodeGenWriteBarrier((&___bytes_7), value); } inline static int32_t get_offset_of_bytePos_8() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytePos_8)); } inline int32_t get_bytePos_8() const { return ___bytePos_8; } inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; } inline void set_bytePos_8(int32_t value) { ___bytePos_8 = value; } inline static int32_t get_offset_of_bytesUsed_9() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytesUsed_9)); } inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; } inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; } inline void set_bytesUsed_9(int32_t value) { ___bytesUsed_9 = value; } inline static int32_t get_offset_of_textReader_10() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___textReader_10)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_textReader_10() const { return ___textReader_10; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_textReader_10() { return &___textReader_10; } inline void set_textReader_10(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___textReader_10 = value; Il2CppCodeGenWriteBarrier((&___textReader_10), value); } inline static int32_t get_offset_of_lineNo_11() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineNo_11)); } inline int32_t get_lineNo_11() const { return ___lineNo_11; } inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; } inline void set_lineNo_11(int32_t value) { ___lineNo_11 = value; } inline static int32_t get_offset_of_lineStartPos_12() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineStartPos_12)); } inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; } inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; } inline void set_lineStartPos_12(int32_t value) { ___lineStartPos_12 = value; } inline static int32_t get_offset_of_baseUriStr_13() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUriStr_13)); } inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; } inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; } inline void set_baseUriStr_13(String_t* value) { ___baseUriStr_13 = value; Il2CppCodeGenWriteBarrier((&___baseUriStr_13), value); } inline static int32_t get_offset_of_baseUri_14() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUri_14)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_baseUri_14() const { return ___baseUri_14; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_baseUri_14() { return &___baseUri_14; } inline void set_baseUri_14(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___baseUri_14 = value; Il2CppCodeGenWriteBarrier((&___baseUri_14), value); } inline static int32_t get_offset_of_isEof_15() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isEof_15)); } inline bool get_isEof_15() const { return ___isEof_15; } inline bool* get_address_of_isEof_15() { return &___isEof_15; } inline void set_isEof_15(bool value) { ___isEof_15 = value; } inline static int32_t get_offset_of_isStreamEof_16() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isStreamEof_16)); } inline bool get_isStreamEof_16() const { return ___isStreamEof_16; } inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; } inline void set_isStreamEof_16(bool value) { ___isStreamEof_16 = value; } inline static int32_t get_offset_of_entity_17() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entity_17)); } inline RuntimeObject* get_entity_17() const { return ___entity_17; } inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; } inline void set_entity_17(RuntimeObject* value) { ___entity_17 = value; Il2CppCodeGenWriteBarrier((&___entity_17), value); } inline static int32_t get_offset_of_entityId_18() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityId_18)); } inline int32_t get_entityId_18() const { return ___entityId_18; } inline int32_t* get_address_of_entityId_18() { return &___entityId_18; } inline void set_entityId_18(int32_t value) { ___entityId_18 = value; } inline static int32_t get_offset_of_eolNormalized_19() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___eolNormalized_19)); } inline bool get_eolNormalized_19() const { return ___eolNormalized_19; } inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; } inline void set_eolNormalized_19(bool value) { ___eolNormalized_19 = value; } inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityResolvedManually_20)); } inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; } inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; } inline void set_entityResolvedManually_20(bool value) { ___entityResolvedManually_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3; int32_t ___appendMode_4; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6; uint8_t* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; char* ___baseUriStr_13; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3; int32_t ___appendMode_4; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6; uint8_t* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; Il2CppChar* ___baseUriStr_13; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; #endif // PARSINGSTATE_TE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_H #ifndef XMLURLRESOLVER_T43FE24F4601B4197354EFB5783E5CB9F57997EC9_H #define XMLURLRESOLVER_T43FE24F4601B4197354EFB5783E5CB9F57997EC9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlUrlResolver struct XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 : public XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 { public: // System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials RuntimeObject* ____credentials_1; // System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy RuntimeObject* ____proxy_2; // System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ____cachePolicy_3; public: inline static int32_t get_offset_of__credentials_1() { return static_cast(offsetof(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9, ____credentials_1)); } inline RuntimeObject* get__credentials_1() const { return ____credentials_1; } inline RuntimeObject** get_address_of__credentials_1() { return &____credentials_1; } inline void set__credentials_1(RuntimeObject* value) { ____credentials_1 = value; Il2CppCodeGenWriteBarrier((&____credentials_1), value); } inline static int32_t get_offset_of__proxy_2() { return static_cast(offsetof(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9, ____proxy_2)); } inline RuntimeObject* get__proxy_2() const { return ____proxy_2; } inline RuntimeObject** get_address_of__proxy_2() { return &____proxy_2; } inline void set__proxy_2(RuntimeObject* value) { ____proxy_2 = value; Il2CppCodeGenWriteBarrier((&____proxy_2), value); } inline static int32_t get_offset_of__cachePolicy_3() { return static_cast(offsetof(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9, ____cachePolicy_3)); } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get__cachePolicy_3() const { return ____cachePolicy_3; } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of__cachePolicy_3() { return &____cachePolicy_3; } inline void set__cachePolicy_3(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value) { ____cachePolicy_3 = value; Il2CppCodeGenWriteBarrier((&____cachePolicy_3), value); } }; struct XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_StaticFields { public: // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject * ___s_DownloadManager_0; public: inline static int32_t get_offset_of_s_DownloadManager_0() { return static_cast(offsetof(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_StaticFields, ___s_DownloadManager_0)); } inline RuntimeObject * get_s_DownloadManager_0() const { return ___s_DownloadManager_0; } inline RuntimeObject ** get_address_of_s_DownloadManager_0() { return &___s_DownloadManager_0; } inline void set_s_DownloadManager_0(RuntimeObject * value) { ___s_DownloadManager_0 = value; Il2CppCodeGenWriteBarrier((&___s_DownloadManager_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLURLRESOLVER_T43FE24F4601B4197354EFB5783E5CB9F57997EC9_H #ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___m_paramName_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifndef ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H #define ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H #ifndef DELEGATE_T_H #define DELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___m_target_2), 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((&___method_info_7), 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((&___original_method_info_8), 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((&___data_9), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // DELEGATE_T_H #ifndef SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #define SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifndef TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #define TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_10; // System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((&___m_action_5), value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((&___m_stateObject_6), value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((&___m_taskScheduler_7), value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((&___m_parent_8), value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); } inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; } inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; } inline void set_m_continuationObject_10(RuntimeObject * value) { ___m_continuationObject_10 = value; Il2CppCodeGenWriteBarrier((&___m_continuationObject_10), value); } inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((&___m_contingentProperties_15), value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_11; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_12; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_14; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((&___s_factory_3), value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); } inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; } inline void set_s_taskCompletionSentinel_11(RuntimeObject * value) { ___s_taskCompletionSentinel_11 = value; Il2CppCodeGenWriteBarrier((&___s_taskCompletionSentinel_11), value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); } inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; } inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; } inline void set_s_asyncDebuggingEnabled_12(bool value) { ___s_asyncDebuggingEnabled_12 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value) { ___s_currentActiveTasks_13 = value; Il2CppCodeGenWriteBarrier((&___s_currentActiveTasks_13), value); } inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); } inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; } inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; } inline void set_s_activeTasksLock_14(RuntimeObject * value) { ___s_activeTasksLock_14 = value; Il2CppCodeGenWriteBarrier((&___s_activeTasksLock_14), value); } inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_taskCancelCallback_16 = value; Il2CppCodeGenWriteBarrier((&___s_taskCancelCallback_16), value); } inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value) { ___s_createContingentProperties_17 = value; Il2CppCodeGenWriteBarrier((&___s_createContingentProperties_17), value); } inline static int32_t get_offset_of_s_completedTask_18() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___s_completedTask_18 = value; Il2CppCodeGenWriteBarrier((&___s_completedTask_18), value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value) { ___s_IsExceptionObservedByParentPredicate_19 = value; Il2CppCodeGenWriteBarrier((&___s_IsExceptionObservedByParentPredicate_19), value); } inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_ecCallback_20 = value; Il2CppCodeGenWriteBarrier((&___s_ecCallback_20), value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((&___s_IsTaskContinuationNullPredicate_21), value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((&___t_currentTask_0), value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((&___t_stackGuard_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H #ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifndef URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #define URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #ifndef CONFORMANCELEVEL_T42F011B2E0FC7FB8324076CCBDEDAD7CC6FFBE1A_H #define CONFORMANCELEVEL_T42F011B2E0FC7FB8324076CCBDEDAD7CC6FFBE1A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ConformanceLevel struct ConformanceLevel_t42F011B2E0FC7FB8324076CCBDEDAD7CC6FFBE1A { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_t42F011B2E0FC7FB8324076CCBDEDAD7CC6FFBE1A, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFORMANCELEVEL_T42F011B2E0FC7FB8324076CCBDEDAD7CC6FFBE1A_H #ifndef DTDPROCESSING_TAB3B800A5365ED9C5841D71F40E5A38840D32DB3_H #define DTDPROCESSING_TAB3B800A5365ED9C5841D71F40E5A38840D32DB3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.DtdProcessing struct DtdProcessing_tAB3B800A5365ED9C5841D71F40E5A38840D32DB3 { public: // System.Int32 System.Xml.DtdProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DtdProcessing_tAB3B800A5365ED9C5841D71F40E5A38840D32DB3, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDPROCESSING_TAB3B800A5365ED9C5841D71F40E5A38840D32DB3_H #ifndef ENTITYHANDLING_T15C89E916C1AC46126DCF896A6317CE364B8F89B_H #define ENTITYHANDLING_T15C89E916C1AC46126DCF896A6317CE364B8F89B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTITYHANDLING_T15C89E916C1AC46126DCF896A6317CE364B8F89B_H #ifndef READSTATE_TAAF15D8DE96B6A22379D2B6FEF22764640D05DD0_H #define READSTATE_TAAF15D8DE96B6A22379D2B6FEF22764640D05DD0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ReadState struct ReadState_tAAF15D8DE96B6A22379D2B6FEF22764640D05DD0 { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_tAAF15D8DE96B6A22379D2B6FEF22764640D05DD0, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READSTATE_TAAF15D8DE96B6A22379D2B6FEF22764640D05DD0_H #ifndef XMLSCHEMAEXCEPTION_T6E118FD214784A2E7DE004B99148C2C4CCC1EE65_H #define XMLSCHEMAEXCEPTION_T6E118FD214784A2E7DE004B99148C2C4CCC1EE65_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___res_17), 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((&___args_18), 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((&___sourceUri_19), 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((&___sourceSchemaObject_22), 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((&___message_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAEXCEPTION_T6E118FD214784A2E7DE004B99148C2C4CCC1EE65_H #ifndef XMLSCHEMAVALIDATIONFLAGS_T866C695263C623EE4F1746A541248AE12D311A73_H #define XMLSCHEMAVALIDATIONFLAGS_T866C695263C623EE4F1746A541248AE12D311A73_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t866C695263C623EE4F1746A541248AE12D311A73 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidationFlags_t866C695263C623EE4F1746A541248AE12D311A73, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T866C695263C623EE4F1746A541248AE12D311A73_H #ifndef XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H #define XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H #ifndef VALIDATIONTYPE_TFA1BE5AAA395D6B8033755CD823243B8FAC2673E_H #define VALIDATIONTYPE_TFA1BE5AAA395D6B8033755CD823243B8FAC2673E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONTYPE_TFA1BE5AAA395D6B8033755CD823243B8FAC2673E_H #ifndef WHITESPACEHANDLING_T46A500512D84C27CBFB4580E40C5D583F4B149DC_H #define WHITESPACEHANDLING_T46A500512D84C27CBFB4580E40C5D583F4B149DC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WHITESPACEHANDLING_T46A500512D84C27CBFB4580E40C5D583F4B149DC_H #ifndef XMLCHARACTERDATA_TA7587D706680E42BD7A094F87CB0859C840A8531_H #define XMLCHARACTERDATA_TA7587D706680E42BD7A094F87CB0859C840A8531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___data_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHARACTERDATA_TA7587D706680E42BD7A094F87CB0859C840A8531_H #ifndef XMLELEMENT_T05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_H #define XMLELEMENT_T05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___name_2), 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((&___attributes_3), 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((&___lastChild_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_H #ifndef XMLENTITYREFERENCE_T878158918F3AD20215DE606E9C1725A05372A204_H #define XMLENTITYREFERENCE_T878158918F3AD20215DE606E9C1725A05372A204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___name_2), 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((&___lastChild_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITYREFERENCE_T878158918F3AD20215DE606E9C1725A05372A204_H #ifndef XMLEXCEPTION_TD7DA2CBE07488D18EE7A284862B7523E3CD4365D_H #define XMLEXCEPTION_TD7DA2CBE07488D18EE7A284862B7523E3CD4365D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___res_17), 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((&___args_18), 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((&___sourceUri_21), 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((&___message_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLEXCEPTION_TD7DA2CBE07488D18EE7A284862B7523E3CD4365D_H #ifndef XMLNAMEDNODEMAP_T260246787BA7B6747AB878378D22EC7693465E31_H #define XMLNAMEDNODEMAP_T260246787BA7B6747AB878378D22EC7693465E31_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___parent_0), 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T260246787BA7B6747AB878378D22EC7693465E31_H #ifndef XMLNODECHANGEDACTION_TD5DC99DE9A26516B08D3AFBE8B31613469009E29_H #define XMLNODECHANGEDACTION_TD5DC99DE9A26516B08D3AFBE8B31613469009E29_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDACTION_TD5DC99DE9A26516B08D3AFBE8B31613469009E29_H #ifndef XMLNODETYPE_TEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_H #define XMLNODETYPE_TEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_TEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_H #ifndef XMLPROCESSINGINSTRUCTION_T87662A3B85D8B2F79E74917CA294C8954F71C6D0_H #define XMLPROCESSINGINSTRUCTION_T87662A3B85D8B2F79E74917CA294C8954F71C6D0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___target_2), 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((&___data_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPROCESSINGINSTRUCTION_T87662A3B85D8B2F79E74917CA294C8954F71C6D0_H #ifndef XMLREGISTEREDNONCACHEDSTREAM_T0ABCA497273FDB399052583D11AF6528616E9662_H #define XMLREGISTEREDNONCACHEDSTREAM_T0ABCA497273FDB399052583D11AF6528616E9662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_4; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * ___downloadManager_5; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_6; public: inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662, ___stream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_4() const { return ___stream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((&___stream_4), value); } inline static int32_t get_offset_of_downloadManager_5() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662, ___downloadManager_5)); } inline XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * get_downloadManager_5() const { return ___downloadManager_5; } inline XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 ** get_address_of_downloadManager_5() { return &___downloadManager_5; } inline void set_downloadManager_5(XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * value) { ___downloadManager_5 = value; Il2CppCodeGenWriteBarrier((&___downloadManager_5), value); } inline static int32_t get_offset_of_host_6() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662, ___host_6)); } inline String_t* get_host_6() const { return ___host_6; } inline String_t** get_address_of_host_6() { return &___host_6; } inline void set_host_6(String_t* value) { ___host_6 = value; Il2CppCodeGenWriteBarrier((&___host_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREGISTEREDNONCACHEDSTREAM_T0ABCA497273FDB399052583D11AF6528616E9662_H #ifndef XMLSPACE_TC1A644D65B6BE72CF02BA2687B5AE169713271AB_H #define XMLSPACE_TC1A644D65B6BE72CF02BA2687B5AE169713271AB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSpace struct XmlSpace_tC1A644D65B6BE72CF02BA2687B5AE169713271AB { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSpace_tC1A644D65B6BE72CF02BA2687B5AE169713271AB, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSPACE_TC1A644D65B6BE72CF02BA2687B5AE169713271AB_H #ifndef ENTITYEXPANDTYPE_TC9953664AB0CE6F0813792286A9F3F6D6EF4A878_H #define ENTITYEXPANDTYPE_TC9953664AB0CE6F0813792286A9F3F6D6EF4A878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_EntityExpandType struct EntityExpandType_tC9953664AB0CE6F0813792286A9F3F6D6EF4A878 { public: // System.Int32 System.Xml.XmlTextReaderImpl_EntityExpandType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityExpandType_tC9953664AB0CE6F0813792286A9F3F6D6EF4A878, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTITYEXPANDTYPE_TC9953664AB0CE6F0813792286A9F3F6D6EF4A878_H #ifndef ENTITYTYPE_TD1C5D0F2F43C096B07783E681D885A6F511F0657_H #define ENTITYTYPE_TD1C5D0F2F43C096B07783E681D885A6F511F0657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_EntityType struct EntityType_tD1C5D0F2F43C096B07783E681D885A6F511F0657 { public: // System.Int32 System.Xml.XmlTextReaderImpl_EntityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityType_tD1C5D0F2F43C096B07783E681D885A6F511F0657, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTITYTYPE_TD1C5D0F2F43C096B07783E681D885A6F511F0657_H #ifndef INCREMENTALREADSTATE_T9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C_H #define INCREMENTALREADSTATE_T9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_IncrementalReadState struct IncrementalReadState_t9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C { public: // System.Int32 System.Xml.XmlTextReaderImpl_IncrementalReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IncrementalReadState_t9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INCREMENTALREADSTATE_T9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C_H #ifndef INITINPUTTYPE_TBF51CCB79B0C9D912C92528B2B8F1DBCC3649175_H #define INITINPUTTYPE_TBF51CCB79B0C9D912C92528B2B8F1DBCC3649175_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_InitInputType struct InitInputType_tBF51CCB79B0C9D912C92528B2B8F1DBCC3649175 { public: // System.Int32 System.Xml.XmlTextReaderImpl_InitInputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InitInputType_tBF51CCB79B0C9D912C92528B2B8F1DBCC3649175, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INITINPUTTYPE_TBF51CCB79B0C9D912C92528B2B8F1DBCC3649175_H #ifndef PARSINGFUNCTION_T257574D1598B3E416A38FAB3204B4298FB2672B7_H #define PARSINGFUNCTION_T257574D1598B3E416A38FAB3204B4298FB2672B7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_ParsingFunction struct ParsingFunction_t257574D1598B3E416A38FAB3204B4298FB2672B7 { public: // System.Int32 System.Xml.XmlTextReaderImpl_ParsingFunction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingFunction_t257574D1598B3E416A38FAB3204B4298FB2672B7, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSINGFUNCTION_T257574D1598B3E416A38FAB3204B4298FB2672B7_H #ifndef PARSINGMODE_T16C9A13D4CD287424B850D09ABF6377BAA2A32EB_H #define PARSINGMODE_T16C9A13D4CD287424B850D09ABF6377BAA2A32EB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_ParsingMode struct ParsingMode_t16C9A13D4CD287424B850D09ABF6377BAA2A32EB { public: // System.Int32 System.Xml.XmlTextReaderImpl_ParsingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingMode_t16C9A13D4CD287424B850D09ABF6377BAA2A32EB, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSINGMODE_T16C9A13D4CD287424B850D09ABF6377BAA2A32EB_H #ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___m_actualValue_19), 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((&____rangeMessage_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___delegates_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // MULTICASTDELEGATE_T_H #ifndef OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H #define OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H #ifndef TASK_1_TA56001ED5270173CA1432EDFCD84EABB1024BC09_H #define TASK_1_TA56001ED5270173CA1432EDFCD84EABB1024BC09_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Tasks.Task`1 struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09, ___m_result_22)); } inline RuntimeObject * get_m_result_22() const { return ___m_result_22; } inline RuntimeObject ** get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(RuntimeObject * value) { ___m_result_22 = value; Il2CppCodeGenWriteBarrier((&___m_result_22), value); } }; struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((&___s_Factory_23), value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((&___TaskWhenAnyCast_24), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASK_1_TA56001ED5270173CA1432EDFCD84EABB1024BC09_H #ifndef TASK_1_TFB42A7666202CD6CD81E6BF0FF63815EE40E621D_H #define TASK_1_TFB42A7666202CD6CD81E6BF0FF63815EE40E621D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Tasks.Task`1> struct Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D, ___m_result_22)); } inline Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * get_m_result_22() const { return ___m_result_22; } inline Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 ** get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * value) { ___m_result_22 = value; Il2CppCodeGenWriteBarrier((&___m_result_22), value); } }; struct Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t198D7FF79AA188C951A10D4B361EBBDFB217CB6A * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t60C737B7786EB91FCEF6E177F75E05BC1E16290C * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t198D7FF79AA188C951A10D4B361EBBDFB217CB6A * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t198D7FF79AA188C951A10D4B361EBBDFB217CB6A ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t198D7FF79AA188C951A10D4B361EBBDFB217CB6A * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((&___s_Factory_23), value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t60C737B7786EB91FCEF6E177F75E05BC1E16290C * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t60C737B7786EB91FCEF6E177F75E05BC1E16290C ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t60C737B7786EB91FCEF6E177F75E05BC1E16290C * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((&___TaskWhenAnyCast_24), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TASK_1_TFB42A7666202CD6CD81E6BF0FF63815EE40E621D_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___FilterAttribute_0), 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((&___FilterName_1), 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((&___FilterNameIgnoreCase_2), 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((&___Missing_3), 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((&___EmptyTypes_5), 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((&___defaultBinder_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri_Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri_UriInfo System.Uri::m_Info UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); } inline String_t* get_m_String_13() const { return ___m_String_13; } inline String_t** get_address_of_m_String_13() { return &___m_String_13; } inline void set_m_String_13(String_t* value) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((&___m_String_13), value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); } inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; } inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; } inline void set_m_originalUnicodeString_14(String_t* value) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); } inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; } inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; } inline void set_m_DnsSafeHost_16(String_t* value) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); } inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; } inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; } inline void set_m_Flags_17(uint64_t value) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((&___m_Info_18), value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); } inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; } inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; } inline void set_m_iriParsing_19(bool value) { ___m_iriParsing_19 = value; } }; 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_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28; 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((&___UriSchemeFile_0), 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((&___UriSchemeFtp_1), 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((&___UriSchemeGopher_2), 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((&___UriSchemeHttp_3), 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((&___UriSchemeHttps_4), 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((&___UriSchemeWs_5), 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((&___UriSchemeWss_6), 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((&___UriSchemeMailto_7), 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((&___UriSchemeNews_8), 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((&___UriSchemeNntp_9), 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((&___UriSchemeNetTcp_10), 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((&___UriSchemeNetPipe_11), 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((&___SchemeDelimiter_12), value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); } inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; } inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; } inline void set_s_ConfigInitialized_20(bool value) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); } inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; } inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; } inline void set_s_ConfigInitializing_21(bool value) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); } inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; } inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; } inline void set_s_IdnScope_22(int32_t value) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); } inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; } inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; } inline void set_s_IriParsing_23(bool value) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); } inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; } inline void set_useDotNetRelativeOrAbsolute_24(bool value) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); } inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; } inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; } inline void set_IsWindowsFileSystem_25(bool value) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); } inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; } inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; } inline void set_s_initLock_26(RuntimeObject * value) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((&___s_initLock_26), value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((&____WSchars_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifndef XMLATTRIBUTECOLLECTION_TF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E_H #define XMLATTRIBUTECOLLECTION_TF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E : public XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_TF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E_H #ifndef XMLNODECHANGEDEVENTARGS_T0376E69AE8B0ED655552CD4B073F3213AE414BDA_H #define XMLNODECHANGEDEVENTARGS_T0376E69AE8B0ED655552CD4B073F3213AE414BDA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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((&___node_2), 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((&___oldParent_3), 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((&___newParent_4), 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((&___oldValue_5), 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((&___newValue_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDEVENTARGS_T0376E69AE8B0ED655552CD4B073F3213AE414BDA_H #ifndef XMLPARSERCONTEXT_TDC3A95452BC683F0D64EC3C4AF9934D3FC732279_H #define XMLPARSERCONTEXT_TDC3A95452BC683F0D64EC3C4AF9934D3FC732279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserContext struct XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlParserContext::_nt XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ____nt_0; // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::_nsMgr XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ____nsMgr_1; // System.String System.Xml.XmlParserContext::_docTypeName String_t* ____docTypeName_2; // System.String System.Xml.XmlParserContext::_pubId String_t* ____pubId_3; // System.String System.Xml.XmlParserContext::_sysId String_t* ____sysId_4; // System.String System.Xml.XmlParserContext::_internalSubset String_t* ____internalSubset_5; // System.String System.Xml.XmlParserContext::_xmlLang String_t* ____xmlLang_6; // System.Xml.XmlSpace System.Xml.XmlParserContext::_xmlSpace int32_t ____xmlSpace_7; // System.String System.Xml.XmlParserContext::_baseURI String_t* ____baseURI_8; // System.Text.Encoding System.Xml.XmlParserContext::_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_9; public: inline static int32_t get_offset_of__nt_0() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____nt_0)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get__nt_0() const { return ____nt_0; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of__nt_0() { return &____nt_0; } inline void set__nt_0(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ____nt_0 = value; Il2CppCodeGenWriteBarrier((&____nt_0), value); } inline static int32_t get_offset_of__nsMgr_1() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____nsMgr_1)); } inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * get__nsMgr_1() const { return ____nsMgr_1; } inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F ** get_address_of__nsMgr_1() { return &____nsMgr_1; } inline void set__nsMgr_1(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * value) { ____nsMgr_1 = value; Il2CppCodeGenWriteBarrier((&____nsMgr_1), value); } inline static int32_t get_offset_of__docTypeName_2() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____docTypeName_2)); } inline String_t* get__docTypeName_2() const { return ____docTypeName_2; } inline String_t** get_address_of__docTypeName_2() { return &____docTypeName_2; } inline void set__docTypeName_2(String_t* value) { ____docTypeName_2 = value; Il2CppCodeGenWriteBarrier((&____docTypeName_2), value); } inline static int32_t get_offset_of__pubId_3() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____pubId_3)); } inline String_t* get__pubId_3() const { return ____pubId_3; } inline String_t** get_address_of__pubId_3() { return &____pubId_3; } inline void set__pubId_3(String_t* value) { ____pubId_3 = value; Il2CppCodeGenWriteBarrier((&____pubId_3), value); } inline static int32_t get_offset_of__sysId_4() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____sysId_4)); } inline String_t* get__sysId_4() const { return ____sysId_4; } inline String_t** get_address_of__sysId_4() { return &____sysId_4; } inline void set__sysId_4(String_t* value) { ____sysId_4 = value; Il2CppCodeGenWriteBarrier((&____sysId_4), value); } inline static int32_t get_offset_of__internalSubset_5() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____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((&____internalSubset_5), value); } inline static int32_t get_offset_of__xmlLang_6() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____xmlLang_6)); } inline String_t* get__xmlLang_6() const { return ____xmlLang_6; } inline String_t** get_address_of__xmlLang_6() { return &____xmlLang_6; } inline void set__xmlLang_6(String_t* value) { ____xmlLang_6 = value; Il2CppCodeGenWriteBarrier((&____xmlLang_6), value); } inline static int32_t get_offset_of__xmlSpace_7() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____xmlSpace_7)); } inline int32_t get__xmlSpace_7() const { return ____xmlSpace_7; } inline int32_t* get_address_of__xmlSpace_7() { return &____xmlSpace_7; } inline void set__xmlSpace_7(int32_t value) { ____xmlSpace_7 = value; } inline static int32_t get_offset_of__baseURI_8() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____baseURI_8)); } inline String_t* get__baseURI_8() const { return ____baseURI_8; } inline String_t** get_address_of__baseURI_8() { return &____baseURI_8; } inline void set__baseURI_8(String_t* value) { ____baseURI_8 = value; Il2CppCodeGenWriteBarrier((&____baseURI_8), value); } inline static int32_t get_offset_of__encoding_9() { return static_cast(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____encoding_9)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_9() const { return ____encoding_9; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_9() { return &____encoding_9; } inline void set__encoding_9(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ____encoding_9 = value; Il2CppCodeGenWriteBarrier((&____encoding_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPARSERCONTEXT_TDC3A95452BC683F0D64EC3C4AF9934D3FC732279_H #ifndef XMLREADERSETTINGS_T33E632C6BB215A5F2B4EAA81B289E027AF617F65_H #define XMLREADERSETTINGS_T33E632C6BB215A5F2B4EAA81B289E027AF617F65_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings struct XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::useAsync bool ___useAsync_0; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_1; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___xmlResolver_2; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_3; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_4; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformanceLevel int32_t ___conformanceLevel_5; // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_6; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersInDocument int64_t ___maxCharactersInDocument_7; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_8; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_9; // System.Boolean System.Xml.XmlReaderSettings::ignorePIs bool ___ignorePIs_10; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_11; // System.Xml.DtdProcessing System.Xml.XmlReaderSettings::dtdProcessing int32_t ___dtdProcessing_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_14; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * ___schemas_15; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_16; // System.Boolean System.Xml.XmlReaderSettings::isReadOnly bool ___isReadOnly_17; // System.Boolean System.Xml.XmlReaderSettings::k__BackingField bool ___U3CIsXmlResolverSetU3Ek__BackingField_18; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_nameTable_1() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___nameTable_1)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_1() const { return ___nameTable_1; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_1() { return &___nameTable_1; } inline void set_nameTable_1(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_1 = value; Il2CppCodeGenWriteBarrier((&___nameTable_1), value); } inline static int32_t get_offset_of_xmlResolver_2() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___xmlResolver_2)); } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * get_xmlResolver_2() const { return ___xmlResolver_2; } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 ** get_address_of_xmlResolver_2() { return &___xmlResolver_2; } inline void set_xmlResolver_2(XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * value) { ___xmlResolver_2 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_2), value); } inline static int32_t get_offset_of_lineNumberOffset_3() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___lineNumberOffset_3)); } inline int32_t get_lineNumberOffset_3() const { return ___lineNumberOffset_3; } inline int32_t* get_address_of_lineNumberOffset_3() { return &___lineNumberOffset_3; } inline void set_lineNumberOffset_3(int32_t value) { ___lineNumberOffset_3 = value; } inline static int32_t get_offset_of_linePositionOffset_4() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___linePositionOffset_4)); } inline int32_t get_linePositionOffset_4() const { return ___linePositionOffset_4; } inline int32_t* get_address_of_linePositionOffset_4() { return &___linePositionOffset_4; } inline void set_linePositionOffset_4(int32_t value) { ___linePositionOffset_4 = value; } inline static int32_t get_offset_of_conformanceLevel_5() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___conformanceLevel_5)); } inline int32_t get_conformanceLevel_5() const { return ___conformanceLevel_5; } inline int32_t* get_address_of_conformanceLevel_5() { return &___conformanceLevel_5; } inline void set_conformanceLevel_5(int32_t value) { ___conformanceLevel_5 = value; } inline static int32_t get_offset_of_checkCharacters_6() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___checkCharacters_6)); } inline bool get_checkCharacters_6() const { return ___checkCharacters_6; } inline bool* get_address_of_checkCharacters_6() { return &___checkCharacters_6; } inline void set_checkCharacters_6(bool value) { ___checkCharacters_6 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_7() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___maxCharactersInDocument_7)); } inline int64_t get_maxCharactersInDocument_7() const { return ___maxCharactersInDocument_7; } inline int64_t* get_address_of_maxCharactersInDocument_7() { return &___maxCharactersInDocument_7; } inline void set_maxCharactersInDocument_7(int64_t value) { ___maxCharactersInDocument_7 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_8() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___maxCharactersFromEntities_8)); } inline int64_t get_maxCharactersFromEntities_8() const { return ___maxCharactersFromEntities_8; } inline int64_t* get_address_of_maxCharactersFromEntities_8() { return &___maxCharactersFromEntities_8; } inline void set_maxCharactersFromEntities_8(int64_t value) { ___maxCharactersFromEntities_8 = value; } inline static int32_t get_offset_of_ignoreWhitespace_9() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___ignoreWhitespace_9)); } inline bool get_ignoreWhitespace_9() const { return ___ignoreWhitespace_9; } inline bool* get_address_of_ignoreWhitespace_9() { return &___ignoreWhitespace_9; } inline void set_ignoreWhitespace_9(bool value) { ___ignoreWhitespace_9 = value; } inline static int32_t get_offset_of_ignorePIs_10() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___ignorePIs_10)); } inline bool get_ignorePIs_10() const { return ___ignorePIs_10; } inline bool* get_address_of_ignorePIs_10() { return &___ignorePIs_10; } inline void set_ignorePIs_10(bool value) { ___ignorePIs_10 = value; } inline static int32_t get_offset_of_ignoreComments_11() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___ignoreComments_11)); } inline bool get_ignoreComments_11() const { return ___ignoreComments_11; } inline bool* get_address_of_ignoreComments_11() { return &___ignoreComments_11; } inline void set_ignoreComments_11(bool value) { ___ignoreComments_11 = value; } inline static int32_t get_offset_of_dtdProcessing_12() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___dtdProcessing_12)); } inline int32_t get_dtdProcessing_12() const { return ___dtdProcessing_12; } inline int32_t* get_address_of_dtdProcessing_12() { return &___dtdProcessing_12; } inline void set_dtdProcessing_12(int32_t value) { ___dtdProcessing_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_validationFlags_14() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___validationFlags_14)); } inline int32_t get_validationFlags_14() const { return ___validationFlags_14; } inline int32_t* get_address_of_validationFlags_14() { return &___validationFlags_14; } inline void set_validationFlags_14(int32_t value) { ___validationFlags_14 = value; } inline static int32_t get_offset_of_schemas_15() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___schemas_15)); } inline XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * get_schemas_15() const { return ___schemas_15; } inline XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F ** get_address_of_schemas_15() { return &___schemas_15; } inline void set_schemas_15(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * value) { ___schemas_15 = value; Il2CppCodeGenWriteBarrier((&___schemas_15), value); } inline static int32_t get_offset_of_closeInput_16() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___closeInput_16)); } inline bool get_closeInput_16() const { return ___closeInput_16; } inline bool* get_address_of_closeInput_16() { return &___closeInput_16; } inline void set_closeInput_16(bool value) { ___closeInput_16 = value; } inline static int32_t get_offset_of_isReadOnly_17() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___isReadOnly_17)); } inline bool get_isReadOnly_17() const { return ___isReadOnly_17; } inline bool* get_address_of_isReadOnly_17() { return &___isReadOnly_17; } inline void set_isReadOnly_17(bool value) { ___isReadOnly_17 = value; } inline static int32_t get_offset_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65, ___U3CIsXmlResolverSetU3Ek__BackingField_18)); } inline bool get_U3CIsXmlResolverSetU3Ek__BackingField_18() const { return ___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return &___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline void set_U3CIsXmlResolverSetU3Ek__BackingField_18(bool value) { ___U3CIsXmlResolverSetU3Ek__BackingField_18 = value; } }; struct XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields { public: // System.Nullable`1 System.Xml.XmlReaderSettings::s_enableLegacyXmlSettings Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___s_enableLegacyXmlSettings_19; public: inline static int32_t get_offset_of_s_enableLegacyXmlSettings_19() { return static_cast(offsetof(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields, ___s_enableLegacyXmlSettings_19)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_s_enableLegacyXmlSettings_19() const { return ___s_enableLegacyXmlSettings_19; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_s_enableLegacyXmlSettings_19() { return &___s_enableLegacyXmlSettings_19; } inline void set_s_enableLegacyXmlSettings_19(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ___s_enableLegacyXmlSettings_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERSETTINGS_T33E632C6BB215A5F2B4EAA81B289E027AF617F65_H #ifndef XMLSIGNIFICANTWHITESPACE_TCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_H #define XMLSIGNIFICANTWHITESPACE_TCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSIGNIFICANTWHITESPACE_TCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_H #ifndef XMLTEXT_T9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_H #define XMLTEXT_T9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlText struct XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXT_T9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_H #ifndef XMLTEXTREADERIMPL_T393737BE3F9168D966F164C2FD840C3494DEDE61_H #define XMLTEXTREADERIMPL_T393737BE3F9168D966F164C2FD840C3494DEDE61_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 : public XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB { public: // System.Xml.XmlTextReaderImpl_LaterInitParam System.Xml.XmlTextReaderImpl::laterInitParam LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * ___laterInitParam_3; // System.Xml.XmlCharType System.Xml.XmlTextReaderImpl::xmlCharType XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_4; // System.Xml.XmlTextReaderImpl_ParsingState System.Xml.XmlTextReaderImpl::ps ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 ___ps_5; // System.Xml.XmlTextReaderImpl_ParsingFunction System.Xml.XmlTextReaderImpl::parsingFunction int32_t ___parsingFunction_6; // System.Xml.XmlTextReaderImpl_ParsingFunction System.Xml.XmlTextReaderImpl::nextParsingFunction int32_t ___nextParsingFunction_7; // System.Xml.XmlTextReaderImpl_ParsingFunction System.Xml.XmlTextReaderImpl::nextNextParsingFunction int32_t ___nextNextParsingFunction_8; // System.Xml.XmlTextReaderImpl_NodeData[] System.Xml.XmlTextReaderImpl::nodes NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* ___nodes_9; // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::curNode NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___curNode_10; // System.Int32 System.Xml.XmlTextReaderImpl::index int32_t ___index_11; // System.Int32 System.Xml.XmlTextReaderImpl::curAttrIndex int32_t ___curAttrIndex_12; // System.Int32 System.Xml.XmlTextReaderImpl::attrCount int32_t ___attrCount_13; // System.Int32 System.Xml.XmlTextReaderImpl::attrHashtable int32_t ___attrHashtable_14; // System.Int32 System.Xml.XmlTextReaderImpl::attrDuplWalkCount int32_t ___attrDuplWalkCount_15; // System.Boolean System.Xml.XmlTextReaderImpl::attrNeedNamespaceLookup bool ___attrNeedNamespaceLookup_16; // System.Boolean System.Xml.XmlTextReaderImpl::fullAttrCleanup bool ___fullAttrCleanup_17; // System.Xml.XmlTextReaderImpl_NodeData[] System.Xml.XmlTextReaderImpl::attrDuplSortingArray NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* ___attrDuplSortingArray_18; // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_19; // System.Boolean System.Xml.XmlTextReaderImpl::nameTableFromSettings bool ___nameTableFromSettings_20; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::xmlResolver XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___xmlResolver_21; // System.String System.Xml.XmlTextReaderImpl::url String_t* ___url_22; // System.Boolean System.Xml.XmlTextReaderImpl::normalize bool ___normalize_23; // System.Boolean System.Xml.XmlTextReaderImpl::supportNamespaces bool ___supportNamespaces_24; // System.Xml.WhitespaceHandling System.Xml.XmlTextReaderImpl::whitespaceHandling int32_t ___whitespaceHandling_25; // System.Xml.DtdProcessing System.Xml.XmlTextReaderImpl::dtdProcessing int32_t ___dtdProcessing_26; // System.Xml.EntityHandling System.Xml.XmlTextReaderImpl::entityHandling int32_t ___entityHandling_27; // System.Boolean System.Xml.XmlTextReaderImpl::ignorePIs bool ___ignorePIs_28; // System.Boolean System.Xml.XmlTextReaderImpl::ignoreComments bool ___ignoreComments_29; // System.Boolean System.Xml.XmlTextReaderImpl::checkCharacters bool ___checkCharacters_30; // System.Int32 System.Xml.XmlTextReaderImpl::lineNumberOffset int32_t ___lineNumberOffset_31; // System.Int32 System.Xml.XmlTextReaderImpl::linePositionOffset int32_t ___linePositionOffset_32; // System.Boolean System.Xml.XmlTextReaderImpl::closeInput bool ___closeInput_33; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersInDocument int64_t ___maxCharactersInDocument_34; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_35; // System.Boolean System.Xml.XmlTextReaderImpl::v1Compat bool ___v1Compat_36; // System.Xml.XmlNamespaceManager System.Xml.XmlTextReaderImpl::namespaceManager XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___namespaceManager_37; // System.String System.Xml.XmlTextReaderImpl::lastPrefix String_t* ___lastPrefix_38; // System.Xml.XmlTextReaderImpl_XmlContext System.Xml.XmlTextReaderImpl::xmlContext XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * ___xmlContext_39; // System.Xml.XmlTextReaderImpl_ParsingState[] System.Xml.XmlTextReaderImpl::parsingStatesStack ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* ___parsingStatesStack_40; // System.Int32 System.Xml.XmlTextReaderImpl::parsingStatesStackTop int32_t ___parsingStatesStackTop_41; // System.String System.Xml.XmlTextReaderImpl::reportedBaseUri String_t* ___reportedBaseUri_42; // System.Text.Encoding System.Xml.XmlTextReaderImpl::reportedEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___reportedEncoding_43; // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::dtdInfo RuntimeObject* ___dtdInfo_44; // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::fragmentType int32_t ___fragmentType_45; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl::fragmentParserContext XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___fragmentParserContext_46; // System.Boolean System.Xml.XmlTextReaderImpl::fragment bool ___fragment_47; // System.Xml.IncrementalReadDecoder System.Xml.XmlTextReaderImpl::incReadDecoder IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * ___incReadDecoder_48; // System.Xml.XmlTextReaderImpl_IncrementalReadState System.Xml.XmlTextReaderImpl::incReadState int32_t ___incReadState_49; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl::incReadLineInfo LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___incReadLineInfo_50; // System.Int32 System.Xml.XmlTextReaderImpl::incReadDepth int32_t ___incReadDepth_51; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftStartPos int32_t ___incReadLeftStartPos_52; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftEndPos int32_t ___incReadLeftEndPos_53; // System.Int32 System.Xml.XmlTextReaderImpl::attributeValueBaseEntityId int32_t ___attributeValueBaseEntityId_54; // System.Boolean System.Xml.XmlTextReaderImpl::emptyEntityInAttributeResolved bool ___emptyEntityInAttributeResolved_55; // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::validationEventHandling RuntimeObject* ___validationEventHandling_56; // System.Xml.XmlTextReaderImpl_OnDefaultAttributeUseDelegate System.Xml.XmlTextReaderImpl::onDefaultAttributeUse OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * ___onDefaultAttributeUse_57; // System.Boolean System.Xml.XmlTextReaderImpl::validatingReaderCompatFlag bool ___validatingReaderCompatFlag_58; // System.Boolean System.Xml.XmlTextReaderImpl::addDefaultAttributesAndNormalize bool ___addDefaultAttributesAndNormalize_59; // System.Text.StringBuilder System.Xml.XmlTextReaderImpl::stringBuilder StringBuilder_t * ___stringBuilder_60; // System.Boolean System.Xml.XmlTextReaderImpl::rootElementParsed bool ___rootElementParsed_61; // System.Boolean System.Xml.XmlTextReaderImpl::standalone bool ___standalone_62; // System.Int32 System.Xml.XmlTextReaderImpl::nextEntityId int32_t ___nextEntityId_63; // System.Xml.XmlTextReaderImpl_ParsingMode System.Xml.XmlTextReaderImpl::parsingMode int32_t ___parsingMode_64; // System.Xml.ReadState System.Xml.XmlTextReaderImpl::readState int32_t ___readState_65; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl::lastEntity RuntimeObject* ___lastEntity_66; // System.Boolean System.Xml.XmlTextReaderImpl::afterResetState bool ___afterResetState_67; // System.Int32 System.Xml.XmlTextReaderImpl::documentStartBytePos int32_t ___documentStartBytePos_68; // System.Int32 System.Xml.XmlTextReaderImpl::readValueOffset int32_t ___readValueOffset_69; // System.Int64 System.Xml.XmlTextReaderImpl::charactersInDocument int64_t ___charactersInDocument_70; // System.Int64 System.Xml.XmlTextReaderImpl::charactersFromEntities int64_t ___charactersFromEntities_71; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextReaderImpl::currentEntities Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * ___currentEntities_72; // System.Boolean System.Xml.XmlTextReaderImpl::disableUndeclaredEntityCheck bool ___disableUndeclaredEntityCheck_73; // System.Xml.XmlReader System.Xml.XmlTextReaderImpl::outerReader XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___outerReader_74; // System.Boolean System.Xml.XmlTextReaderImpl::xmlResolverIsSet bool ___xmlResolverIsSet_75; // System.String System.Xml.XmlTextReaderImpl::Xml String_t* ___Xml_76; // System.String System.Xml.XmlTextReaderImpl::XmlNs String_t* ___XmlNs_77; // System.Threading.Tasks.Task`1> System.Xml.XmlTextReaderImpl::parseText_dummyTask Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * ___parseText_dummyTask_78; public: inline static int32_t get_offset_of_laterInitParam_3() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___laterInitParam_3)); } inline LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * get_laterInitParam_3() const { return ___laterInitParam_3; } inline LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF ** get_address_of_laterInitParam_3() { return &___laterInitParam_3; } inline void set_laterInitParam_3(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * value) { ___laterInitParam_3 = value; Il2CppCodeGenWriteBarrier((&___laterInitParam_3), value); } inline static int32_t get_offset_of_xmlCharType_4() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlCharType_4)); } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_4() const { return ___xmlCharType_4; } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_4() { return &___xmlCharType_4; } inline void set_xmlCharType_4(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value) { ___xmlCharType_4 = value; } inline static int32_t get_offset_of_ps_5() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___ps_5)); } inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 get_ps_5() const { return ___ps_5; } inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * get_address_of_ps_5() { return &___ps_5; } inline void set_ps_5(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 value) { ___ps_5 = value; } inline static int32_t get_offset_of_parsingFunction_6() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingFunction_6)); } inline int32_t get_parsingFunction_6() const { return ___parsingFunction_6; } inline int32_t* get_address_of_parsingFunction_6() { return &___parsingFunction_6; } inline void set_parsingFunction_6(int32_t value) { ___parsingFunction_6 = value; } inline static int32_t get_offset_of_nextParsingFunction_7() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nextParsingFunction_7)); } inline int32_t get_nextParsingFunction_7() const { return ___nextParsingFunction_7; } inline int32_t* get_address_of_nextParsingFunction_7() { return &___nextParsingFunction_7; } inline void set_nextParsingFunction_7(int32_t value) { ___nextParsingFunction_7 = value; } inline static int32_t get_offset_of_nextNextParsingFunction_8() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nextNextParsingFunction_8)); } inline int32_t get_nextNextParsingFunction_8() const { return ___nextNextParsingFunction_8; } inline int32_t* get_address_of_nextNextParsingFunction_8() { return &___nextNextParsingFunction_8; } inline void set_nextNextParsingFunction_8(int32_t value) { ___nextNextParsingFunction_8 = value; } inline static int32_t get_offset_of_nodes_9() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nodes_9)); } inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* get_nodes_9() const { return ___nodes_9; } inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE** get_address_of_nodes_9() { return &___nodes_9; } inline void set_nodes_9(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* value) { ___nodes_9 = value; Il2CppCodeGenWriteBarrier((&___nodes_9), value); } inline static int32_t get_offset_of_curNode_10() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___curNode_10)); } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * get_curNode_10() const { return ___curNode_10; } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** get_address_of_curNode_10() { return &___curNode_10; } inline void set_curNode_10(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value) { ___curNode_10 = value; Il2CppCodeGenWriteBarrier((&___curNode_10), value); } inline static int32_t get_offset_of_index_11() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___index_11)); } inline int32_t get_index_11() const { return ___index_11; } inline int32_t* get_address_of_index_11() { return &___index_11; } inline void set_index_11(int32_t value) { ___index_11 = value; } inline static int32_t get_offset_of_curAttrIndex_12() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___curAttrIndex_12)); } inline int32_t get_curAttrIndex_12() const { return ___curAttrIndex_12; } inline int32_t* get_address_of_curAttrIndex_12() { return &___curAttrIndex_12; } inline void set_curAttrIndex_12(int32_t value) { ___curAttrIndex_12 = value; } inline static int32_t get_offset_of_attrCount_13() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrCount_13)); } inline int32_t get_attrCount_13() const { return ___attrCount_13; } inline int32_t* get_address_of_attrCount_13() { return &___attrCount_13; } inline void set_attrCount_13(int32_t value) { ___attrCount_13 = value; } inline static int32_t get_offset_of_attrHashtable_14() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrHashtable_14)); } inline int32_t get_attrHashtable_14() const { return ___attrHashtable_14; } inline int32_t* get_address_of_attrHashtable_14() { return &___attrHashtable_14; } inline void set_attrHashtable_14(int32_t value) { ___attrHashtable_14 = value; } inline static int32_t get_offset_of_attrDuplWalkCount_15() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrDuplWalkCount_15)); } inline int32_t get_attrDuplWalkCount_15() const { return ___attrDuplWalkCount_15; } inline int32_t* get_address_of_attrDuplWalkCount_15() { return &___attrDuplWalkCount_15; } inline void set_attrDuplWalkCount_15(int32_t value) { ___attrDuplWalkCount_15 = value; } inline static int32_t get_offset_of_attrNeedNamespaceLookup_16() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrNeedNamespaceLookup_16)); } inline bool get_attrNeedNamespaceLookup_16() const { return ___attrNeedNamespaceLookup_16; } inline bool* get_address_of_attrNeedNamespaceLookup_16() { return &___attrNeedNamespaceLookup_16; } inline void set_attrNeedNamespaceLookup_16(bool value) { ___attrNeedNamespaceLookup_16 = value; } inline static int32_t get_offset_of_fullAttrCleanup_17() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___fullAttrCleanup_17)); } inline bool get_fullAttrCleanup_17() const { return ___fullAttrCleanup_17; } inline bool* get_address_of_fullAttrCleanup_17() { return &___fullAttrCleanup_17; } inline void set_fullAttrCleanup_17(bool value) { ___fullAttrCleanup_17 = value; } inline static int32_t get_offset_of_attrDuplSortingArray_18() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrDuplSortingArray_18)); } inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* get_attrDuplSortingArray_18() const { return ___attrDuplSortingArray_18; } inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE** get_address_of_attrDuplSortingArray_18() { return &___attrDuplSortingArray_18; } inline void set_attrDuplSortingArray_18(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* value) { ___attrDuplSortingArray_18 = value; Il2CppCodeGenWriteBarrier((&___attrDuplSortingArray_18), value); } inline static int32_t get_offset_of_nameTable_19() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nameTable_19)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_19() const { return ___nameTable_19; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_19() { return &___nameTable_19; } inline void set_nameTable_19(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_19 = value; Il2CppCodeGenWriteBarrier((&___nameTable_19), value); } inline static int32_t get_offset_of_nameTableFromSettings_20() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nameTableFromSettings_20)); } inline bool get_nameTableFromSettings_20() const { return ___nameTableFromSettings_20; } inline bool* get_address_of_nameTableFromSettings_20() { return &___nameTableFromSettings_20; } inline void set_nameTableFromSettings_20(bool value) { ___nameTableFromSettings_20 = value; } inline static int32_t get_offset_of_xmlResolver_21() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlResolver_21)); } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * get_xmlResolver_21() const { return ___xmlResolver_21; } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 ** get_address_of_xmlResolver_21() { return &___xmlResolver_21; } inline void set_xmlResolver_21(XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * value) { ___xmlResolver_21 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_21), value); } inline static int32_t get_offset_of_url_22() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___url_22)); } inline String_t* get_url_22() const { return ___url_22; } inline String_t** get_address_of_url_22() { return &___url_22; } inline void set_url_22(String_t* value) { ___url_22 = value; Il2CppCodeGenWriteBarrier((&___url_22), value); } inline static int32_t get_offset_of_normalize_23() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___normalize_23)); } inline bool get_normalize_23() const { return ___normalize_23; } inline bool* get_address_of_normalize_23() { return &___normalize_23; } inline void set_normalize_23(bool value) { ___normalize_23 = value; } inline static int32_t get_offset_of_supportNamespaces_24() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___supportNamespaces_24)); } inline bool get_supportNamespaces_24() const { return ___supportNamespaces_24; } inline bool* get_address_of_supportNamespaces_24() { return &___supportNamespaces_24; } inline void set_supportNamespaces_24(bool value) { ___supportNamespaces_24 = value; } inline static int32_t get_offset_of_whitespaceHandling_25() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___whitespaceHandling_25)); } inline int32_t get_whitespaceHandling_25() const { return ___whitespaceHandling_25; } inline int32_t* get_address_of_whitespaceHandling_25() { return &___whitespaceHandling_25; } inline void set_whitespaceHandling_25(int32_t value) { ___whitespaceHandling_25 = value; } inline static int32_t get_offset_of_dtdProcessing_26() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___dtdProcessing_26)); } inline int32_t get_dtdProcessing_26() const { return ___dtdProcessing_26; } inline int32_t* get_address_of_dtdProcessing_26() { return &___dtdProcessing_26; } inline void set_dtdProcessing_26(int32_t value) { ___dtdProcessing_26 = value; } inline static int32_t get_offset_of_entityHandling_27() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___entityHandling_27)); } inline int32_t get_entityHandling_27() const { return ___entityHandling_27; } inline int32_t* get_address_of_entityHandling_27() { return &___entityHandling_27; } inline void set_entityHandling_27(int32_t value) { ___entityHandling_27 = value; } inline static int32_t get_offset_of_ignorePIs_28() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___ignorePIs_28)); } inline bool get_ignorePIs_28() const { return ___ignorePIs_28; } inline bool* get_address_of_ignorePIs_28() { return &___ignorePIs_28; } inline void set_ignorePIs_28(bool value) { ___ignorePIs_28 = value; } inline static int32_t get_offset_of_ignoreComments_29() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___ignoreComments_29)); } inline bool get_ignoreComments_29() const { return ___ignoreComments_29; } inline bool* get_address_of_ignoreComments_29() { return &___ignoreComments_29; } inline void set_ignoreComments_29(bool value) { ___ignoreComments_29 = value; } inline static int32_t get_offset_of_checkCharacters_30() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___checkCharacters_30)); } inline bool get_checkCharacters_30() const { return ___checkCharacters_30; } inline bool* get_address_of_checkCharacters_30() { return &___checkCharacters_30; } inline void set_checkCharacters_30(bool value) { ___checkCharacters_30 = value; } inline static int32_t get_offset_of_lineNumberOffset_31() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___lineNumberOffset_31)); } inline int32_t get_lineNumberOffset_31() const { return ___lineNumberOffset_31; } inline int32_t* get_address_of_lineNumberOffset_31() { return &___lineNumberOffset_31; } inline void set_lineNumberOffset_31(int32_t value) { ___lineNumberOffset_31 = value; } inline static int32_t get_offset_of_linePositionOffset_32() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___linePositionOffset_32)); } inline int32_t get_linePositionOffset_32() const { return ___linePositionOffset_32; } inline int32_t* get_address_of_linePositionOffset_32() { return &___linePositionOffset_32; } inline void set_linePositionOffset_32(int32_t value) { ___linePositionOffset_32 = value; } inline static int32_t get_offset_of_closeInput_33() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___closeInput_33)); } inline bool get_closeInput_33() const { return ___closeInput_33; } inline bool* get_address_of_closeInput_33() { return &___closeInput_33; } inline void set_closeInput_33(bool value) { ___closeInput_33 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_34() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___maxCharactersInDocument_34)); } inline int64_t get_maxCharactersInDocument_34() const { return ___maxCharactersInDocument_34; } inline int64_t* get_address_of_maxCharactersInDocument_34() { return &___maxCharactersInDocument_34; } inline void set_maxCharactersInDocument_34(int64_t value) { ___maxCharactersInDocument_34 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_35() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___maxCharactersFromEntities_35)); } inline int64_t get_maxCharactersFromEntities_35() const { return ___maxCharactersFromEntities_35; } inline int64_t* get_address_of_maxCharactersFromEntities_35() { return &___maxCharactersFromEntities_35; } inline void set_maxCharactersFromEntities_35(int64_t value) { ___maxCharactersFromEntities_35 = value; } inline static int32_t get_offset_of_v1Compat_36() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___v1Compat_36)); } inline bool get_v1Compat_36() const { return ___v1Compat_36; } inline bool* get_address_of_v1Compat_36() { return &___v1Compat_36; } inline void set_v1Compat_36(bool value) { ___v1Compat_36 = value; } inline static int32_t get_offset_of_namespaceManager_37() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___namespaceManager_37)); } inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * get_namespaceManager_37() const { return ___namespaceManager_37; } inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F ** get_address_of_namespaceManager_37() { return &___namespaceManager_37; } inline void set_namespaceManager_37(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * value) { ___namespaceManager_37 = value; Il2CppCodeGenWriteBarrier((&___namespaceManager_37), value); } inline static int32_t get_offset_of_lastPrefix_38() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___lastPrefix_38)); } inline String_t* get_lastPrefix_38() const { return ___lastPrefix_38; } inline String_t** get_address_of_lastPrefix_38() { return &___lastPrefix_38; } inline void set_lastPrefix_38(String_t* value) { ___lastPrefix_38 = value; Il2CppCodeGenWriteBarrier((&___lastPrefix_38), value); } inline static int32_t get_offset_of_xmlContext_39() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlContext_39)); } inline XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * get_xmlContext_39() const { return ___xmlContext_39; } inline XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 ** get_address_of_xmlContext_39() { return &___xmlContext_39; } inline void set_xmlContext_39(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * value) { ___xmlContext_39 = value; Il2CppCodeGenWriteBarrier((&___xmlContext_39), value); } inline static int32_t get_offset_of_parsingStatesStack_40() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingStatesStack_40)); } inline ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* get_parsingStatesStack_40() const { return ___parsingStatesStack_40; } inline ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739** get_address_of_parsingStatesStack_40() { return &___parsingStatesStack_40; } inline void set_parsingStatesStack_40(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* value) { ___parsingStatesStack_40 = value; Il2CppCodeGenWriteBarrier((&___parsingStatesStack_40), value); } inline static int32_t get_offset_of_parsingStatesStackTop_41() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingStatesStackTop_41)); } inline int32_t get_parsingStatesStackTop_41() const { return ___parsingStatesStackTop_41; } inline int32_t* get_address_of_parsingStatesStackTop_41() { return &___parsingStatesStackTop_41; } inline void set_parsingStatesStackTop_41(int32_t value) { ___parsingStatesStackTop_41 = value; } inline static int32_t get_offset_of_reportedBaseUri_42() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___reportedBaseUri_42)); } inline String_t* get_reportedBaseUri_42() const { return ___reportedBaseUri_42; } inline String_t** get_address_of_reportedBaseUri_42() { return &___reportedBaseUri_42; } inline void set_reportedBaseUri_42(String_t* value) { ___reportedBaseUri_42 = value; Il2CppCodeGenWriteBarrier((&___reportedBaseUri_42), value); } inline static int32_t get_offset_of_reportedEncoding_43() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___reportedEncoding_43)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_reportedEncoding_43() const { return ___reportedEncoding_43; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_reportedEncoding_43() { return &___reportedEncoding_43; } inline void set_reportedEncoding_43(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___reportedEncoding_43 = value; Il2CppCodeGenWriteBarrier((&___reportedEncoding_43), value); } inline static int32_t get_offset_of_dtdInfo_44() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___dtdInfo_44)); } inline RuntimeObject* get_dtdInfo_44() const { return ___dtdInfo_44; } inline RuntimeObject** get_address_of_dtdInfo_44() { return &___dtdInfo_44; } inline void set_dtdInfo_44(RuntimeObject* value) { ___dtdInfo_44 = value; Il2CppCodeGenWriteBarrier((&___dtdInfo_44), value); } inline static int32_t get_offset_of_fragmentType_45() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___fragmentType_45)); } inline int32_t get_fragmentType_45() const { return ___fragmentType_45; } inline int32_t* get_address_of_fragmentType_45() { return &___fragmentType_45; } inline void set_fragmentType_45(int32_t value) { ___fragmentType_45 = value; } inline static int32_t get_offset_of_fragmentParserContext_46() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___fragmentParserContext_46)); } inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * get_fragmentParserContext_46() const { return ___fragmentParserContext_46; } inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 ** get_address_of_fragmentParserContext_46() { return &___fragmentParserContext_46; } inline void set_fragmentParserContext_46(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * value) { ___fragmentParserContext_46 = value; Il2CppCodeGenWriteBarrier((&___fragmentParserContext_46), value); } inline static int32_t get_offset_of_fragment_47() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___fragment_47)); } inline bool get_fragment_47() const { return ___fragment_47; } inline bool* get_address_of_fragment_47() { return &___fragment_47; } inline void set_fragment_47(bool value) { ___fragment_47 = value; } inline static int32_t get_offset_of_incReadDecoder_48() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadDecoder_48)); } inline IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * get_incReadDecoder_48() const { return ___incReadDecoder_48; } inline IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 ** get_address_of_incReadDecoder_48() { return &___incReadDecoder_48; } inline void set_incReadDecoder_48(IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * value) { ___incReadDecoder_48 = value; Il2CppCodeGenWriteBarrier((&___incReadDecoder_48), value); } inline static int32_t get_offset_of_incReadState_49() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadState_49)); } inline int32_t get_incReadState_49() const { return ___incReadState_49; } inline int32_t* get_address_of_incReadState_49() { return &___incReadState_49; } inline void set_incReadState_49(int32_t value) { ___incReadState_49 = value; } inline static int32_t get_offset_of_incReadLineInfo_50() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadLineInfo_50)); } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_incReadLineInfo_50() const { return ___incReadLineInfo_50; } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_incReadLineInfo_50() { return &___incReadLineInfo_50; } inline void set_incReadLineInfo_50(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value) { ___incReadLineInfo_50 = value; } inline static int32_t get_offset_of_incReadDepth_51() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadDepth_51)); } inline int32_t get_incReadDepth_51() const { return ___incReadDepth_51; } inline int32_t* get_address_of_incReadDepth_51() { return &___incReadDepth_51; } inline void set_incReadDepth_51(int32_t value) { ___incReadDepth_51 = value; } inline static int32_t get_offset_of_incReadLeftStartPos_52() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadLeftStartPos_52)); } inline int32_t get_incReadLeftStartPos_52() const { return ___incReadLeftStartPos_52; } inline int32_t* get_address_of_incReadLeftStartPos_52() { return &___incReadLeftStartPos_52; } inline void set_incReadLeftStartPos_52(int32_t value) { ___incReadLeftStartPos_52 = value; } inline static int32_t get_offset_of_incReadLeftEndPos_53() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadLeftEndPos_53)); } inline int32_t get_incReadLeftEndPos_53() const { return ___incReadLeftEndPos_53; } inline int32_t* get_address_of_incReadLeftEndPos_53() { return &___incReadLeftEndPos_53; } inline void set_incReadLeftEndPos_53(int32_t value) { ___incReadLeftEndPos_53 = value; } inline static int32_t get_offset_of_attributeValueBaseEntityId_54() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attributeValueBaseEntityId_54)); } inline int32_t get_attributeValueBaseEntityId_54() const { return ___attributeValueBaseEntityId_54; } inline int32_t* get_address_of_attributeValueBaseEntityId_54() { return &___attributeValueBaseEntityId_54; } inline void set_attributeValueBaseEntityId_54(int32_t value) { ___attributeValueBaseEntityId_54 = value; } inline static int32_t get_offset_of_emptyEntityInAttributeResolved_55() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___emptyEntityInAttributeResolved_55)); } inline bool get_emptyEntityInAttributeResolved_55() const { return ___emptyEntityInAttributeResolved_55; } inline bool* get_address_of_emptyEntityInAttributeResolved_55() { return &___emptyEntityInAttributeResolved_55; } inline void set_emptyEntityInAttributeResolved_55(bool value) { ___emptyEntityInAttributeResolved_55 = value; } inline static int32_t get_offset_of_validationEventHandling_56() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___validationEventHandling_56)); } inline RuntimeObject* get_validationEventHandling_56() const { return ___validationEventHandling_56; } inline RuntimeObject** get_address_of_validationEventHandling_56() { return &___validationEventHandling_56; } inline void set_validationEventHandling_56(RuntimeObject* value) { ___validationEventHandling_56 = value; Il2CppCodeGenWriteBarrier((&___validationEventHandling_56), value); } inline static int32_t get_offset_of_onDefaultAttributeUse_57() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___onDefaultAttributeUse_57)); } inline OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * get_onDefaultAttributeUse_57() const { return ___onDefaultAttributeUse_57; } inline OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D ** get_address_of_onDefaultAttributeUse_57() { return &___onDefaultAttributeUse_57; } inline void set_onDefaultAttributeUse_57(OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * value) { ___onDefaultAttributeUse_57 = value; Il2CppCodeGenWriteBarrier((&___onDefaultAttributeUse_57), value); } inline static int32_t get_offset_of_validatingReaderCompatFlag_58() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___validatingReaderCompatFlag_58)); } inline bool get_validatingReaderCompatFlag_58() const { return ___validatingReaderCompatFlag_58; } inline bool* get_address_of_validatingReaderCompatFlag_58() { return &___validatingReaderCompatFlag_58; } inline void set_validatingReaderCompatFlag_58(bool value) { ___validatingReaderCompatFlag_58 = value; } inline static int32_t get_offset_of_addDefaultAttributesAndNormalize_59() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___addDefaultAttributesAndNormalize_59)); } inline bool get_addDefaultAttributesAndNormalize_59() const { return ___addDefaultAttributesAndNormalize_59; } inline bool* get_address_of_addDefaultAttributesAndNormalize_59() { return &___addDefaultAttributesAndNormalize_59; } inline void set_addDefaultAttributesAndNormalize_59(bool value) { ___addDefaultAttributesAndNormalize_59 = value; } inline static int32_t get_offset_of_stringBuilder_60() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___stringBuilder_60)); } inline StringBuilder_t * get_stringBuilder_60() const { return ___stringBuilder_60; } inline StringBuilder_t ** get_address_of_stringBuilder_60() { return &___stringBuilder_60; } inline void set_stringBuilder_60(StringBuilder_t * value) { ___stringBuilder_60 = value; Il2CppCodeGenWriteBarrier((&___stringBuilder_60), value); } inline static int32_t get_offset_of_rootElementParsed_61() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___rootElementParsed_61)); } inline bool get_rootElementParsed_61() const { return ___rootElementParsed_61; } inline bool* get_address_of_rootElementParsed_61() { return &___rootElementParsed_61; } inline void set_rootElementParsed_61(bool value) { ___rootElementParsed_61 = value; } inline static int32_t get_offset_of_standalone_62() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___standalone_62)); } inline bool get_standalone_62() const { return ___standalone_62; } inline bool* get_address_of_standalone_62() { return &___standalone_62; } inline void set_standalone_62(bool value) { ___standalone_62 = value; } inline static int32_t get_offset_of_nextEntityId_63() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nextEntityId_63)); } inline int32_t get_nextEntityId_63() const { return ___nextEntityId_63; } inline int32_t* get_address_of_nextEntityId_63() { return &___nextEntityId_63; } inline void set_nextEntityId_63(int32_t value) { ___nextEntityId_63 = value; } inline static int32_t get_offset_of_parsingMode_64() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingMode_64)); } inline int32_t get_parsingMode_64() const { return ___parsingMode_64; } inline int32_t* get_address_of_parsingMode_64() { return &___parsingMode_64; } inline void set_parsingMode_64(int32_t value) { ___parsingMode_64 = value; } inline static int32_t get_offset_of_readState_65() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___readState_65)); } inline int32_t get_readState_65() const { return ___readState_65; } inline int32_t* get_address_of_readState_65() { return &___readState_65; } inline void set_readState_65(int32_t value) { ___readState_65 = value; } inline static int32_t get_offset_of_lastEntity_66() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___lastEntity_66)); } inline RuntimeObject* get_lastEntity_66() const { return ___lastEntity_66; } inline RuntimeObject** get_address_of_lastEntity_66() { return &___lastEntity_66; } inline void set_lastEntity_66(RuntimeObject* value) { ___lastEntity_66 = value; Il2CppCodeGenWriteBarrier((&___lastEntity_66), value); } inline static int32_t get_offset_of_afterResetState_67() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___afterResetState_67)); } inline bool get_afterResetState_67() const { return ___afterResetState_67; } inline bool* get_address_of_afterResetState_67() { return &___afterResetState_67; } inline void set_afterResetState_67(bool value) { ___afterResetState_67 = value; } inline static int32_t get_offset_of_documentStartBytePos_68() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___documentStartBytePos_68)); } inline int32_t get_documentStartBytePos_68() const { return ___documentStartBytePos_68; } inline int32_t* get_address_of_documentStartBytePos_68() { return &___documentStartBytePos_68; } inline void set_documentStartBytePos_68(int32_t value) { ___documentStartBytePos_68 = value; } inline static int32_t get_offset_of_readValueOffset_69() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___readValueOffset_69)); } inline int32_t get_readValueOffset_69() const { return ___readValueOffset_69; } inline int32_t* get_address_of_readValueOffset_69() { return &___readValueOffset_69; } inline void set_readValueOffset_69(int32_t value) { ___readValueOffset_69 = value; } inline static int32_t get_offset_of_charactersInDocument_70() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___charactersInDocument_70)); } inline int64_t get_charactersInDocument_70() const { return ___charactersInDocument_70; } inline int64_t* get_address_of_charactersInDocument_70() { return &___charactersInDocument_70; } inline void set_charactersInDocument_70(int64_t value) { ___charactersInDocument_70 = value; } inline static int32_t get_offset_of_charactersFromEntities_71() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___charactersFromEntities_71)); } inline int64_t get_charactersFromEntities_71() const { return ___charactersFromEntities_71; } inline int64_t* get_address_of_charactersFromEntities_71() { return &___charactersFromEntities_71; } inline void set_charactersFromEntities_71(int64_t value) { ___charactersFromEntities_71 = value; } inline static int32_t get_offset_of_currentEntities_72() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___currentEntities_72)); } inline Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * get_currentEntities_72() const { return ___currentEntities_72; } inline Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B ** get_address_of_currentEntities_72() { return &___currentEntities_72; } inline void set_currentEntities_72(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * value) { ___currentEntities_72 = value; Il2CppCodeGenWriteBarrier((&___currentEntities_72), value); } inline static int32_t get_offset_of_disableUndeclaredEntityCheck_73() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___disableUndeclaredEntityCheck_73)); } inline bool get_disableUndeclaredEntityCheck_73() const { return ___disableUndeclaredEntityCheck_73; } inline bool* get_address_of_disableUndeclaredEntityCheck_73() { return &___disableUndeclaredEntityCheck_73; } inline void set_disableUndeclaredEntityCheck_73(bool value) { ___disableUndeclaredEntityCheck_73 = value; } inline static int32_t get_offset_of_outerReader_74() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___outerReader_74)); } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_outerReader_74() const { return ___outerReader_74; } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_outerReader_74() { return &___outerReader_74; } inline void set_outerReader_74(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value) { ___outerReader_74 = value; Il2CppCodeGenWriteBarrier((&___outerReader_74), value); } inline static int32_t get_offset_of_xmlResolverIsSet_75() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlResolverIsSet_75)); } inline bool get_xmlResolverIsSet_75() const { return ___xmlResolverIsSet_75; } inline bool* get_address_of_xmlResolverIsSet_75() { return &___xmlResolverIsSet_75; } inline void set_xmlResolverIsSet_75(bool value) { ___xmlResolverIsSet_75 = value; } inline static int32_t get_offset_of_Xml_76() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___Xml_76)); } inline String_t* get_Xml_76() const { return ___Xml_76; } inline String_t** get_address_of_Xml_76() { return &___Xml_76; } inline void set_Xml_76(String_t* value) { ___Xml_76 = value; Il2CppCodeGenWriteBarrier((&___Xml_76), value); } inline static int32_t get_offset_of_XmlNs_77() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___XmlNs_77)); } inline String_t* get_XmlNs_77() const { return ___XmlNs_77; } inline String_t** get_address_of_XmlNs_77() { return &___XmlNs_77; } inline void set_XmlNs_77(String_t* value) { ___XmlNs_77 = value; Il2CppCodeGenWriteBarrier((&___XmlNs_77), value); } inline static int32_t get_offset_of_parseText_dummyTask_78() { return static_cast(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parseText_dummyTask_78)); } inline Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * get_parseText_dummyTask_78() const { return ___parseText_dummyTask_78; } inline Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D ** get_address_of_parseText_dummyTask_78() { return &___parseText_dummyTask_78; } inline void set_parseText_dummyTask_78(Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * value) { ___parseText_dummyTask_78 = value; Il2CppCodeGenWriteBarrier((&___parseText_dummyTask_78), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADERIMPL_T393737BE3F9168D966F164C2FD840C3494DEDE61_H #ifndef LATERINITPARAM_TE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF_H #define LATERINITPARAM_TE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_LaterInitParam struct LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF : public RuntimeObject { public: // System.Boolean System.Xml.XmlTextReaderImpl_LaterInitParam::useAsync bool ___useAsync_0; // System.IO.Stream System.Xml.XmlTextReaderImpl_LaterInitParam::inputStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___inputStream_1; // System.Byte[] System.Xml.XmlTextReaderImpl_LaterInitParam::inputBytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBytes_2; // System.Int32 System.Xml.XmlTextReaderImpl_LaterInitParam::inputByteCount int32_t ___inputByteCount_3; // System.Uri System.Xml.XmlTextReaderImpl_LaterInitParam::inputbaseUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___inputbaseUri_4; // System.String System.Xml.XmlTextReaderImpl_LaterInitParam::inputUriStr String_t* ___inputUriStr_5; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl_LaterInitParam::inputUriResolver XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___inputUriResolver_6; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl_LaterInitParam::inputContext XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___inputContext_7; // System.IO.TextReader System.Xml.XmlTextReaderImpl_LaterInitParam::inputTextReader TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___inputTextReader_8; // System.Xml.XmlTextReaderImpl_InitInputType System.Xml.XmlTextReaderImpl_LaterInitParam::initType int32_t ___initType_9; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_inputStream_1() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputStream_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_inputStream_1() const { return ___inputStream_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_inputStream_1() { return &___inputStream_1; } inline void set_inputStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___inputStream_1 = value; Il2CppCodeGenWriteBarrier((&___inputStream_1), value); } inline static int32_t get_offset_of_inputBytes_2() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputBytes_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_inputBytes_2() const { return ___inputBytes_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_inputBytes_2() { return &___inputBytes_2; } inline void set_inputBytes_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___inputBytes_2 = value; Il2CppCodeGenWriteBarrier((&___inputBytes_2), value); } inline static int32_t get_offset_of_inputByteCount_3() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputByteCount_3)); } inline int32_t get_inputByteCount_3() const { return ___inputByteCount_3; } inline int32_t* get_address_of_inputByteCount_3() { return &___inputByteCount_3; } inline void set_inputByteCount_3(int32_t value) { ___inputByteCount_3 = value; } inline static int32_t get_offset_of_inputbaseUri_4() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputbaseUri_4)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_inputbaseUri_4() const { return ___inputbaseUri_4; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_inputbaseUri_4() { return &___inputbaseUri_4; } inline void set_inputbaseUri_4(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___inputbaseUri_4 = value; Il2CppCodeGenWriteBarrier((&___inputbaseUri_4), value); } inline static int32_t get_offset_of_inputUriStr_5() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputUriStr_5)); } inline String_t* get_inputUriStr_5() const { return ___inputUriStr_5; } inline String_t** get_address_of_inputUriStr_5() { return &___inputUriStr_5; } inline void set_inputUriStr_5(String_t* value) { ___inputUriStr_5 = value; Il2CppCodeGenWriteBarrier((&___inputUriStr_5), value); } inline static int32_t get_offset_of_inputUriResolver_6() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputUriResolver_6)); } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * get_inputUriResolver_6() const { return ___inputUriResolver_6; } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 ** get_address_of_inputUriResolver_6() { return &___inputUriResolver_6; } inline void set_inputUriResolver_6(XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * value) { ___inputUriResolver_6 = value; Il2CppCodeGenWriteBarrier((&___inputUriResolver_6), value); } inline static int32_t get_offset_of_inputContext_7() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputContext_7)); } inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * get_inputContext_7() const { return ___inputContext_7; } inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 ** get_address_of_inputContext_7() { return &___inputContext_7; } inline void set_inputContext_7(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * value) { ___inputContext_7 = value; Il2CppCodeGenWriteBarrier((&___inputContext_7), value); } inline static int32_t get_offset_of_inputTextReader_8() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___inputTextReader_8)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_inputTextReader_8() const { return ___inputTextReader_8; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_inputTextReader_8() { return &___inputTextReader_8; } inline void set_inputTextReader_8(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___inputTextReader_8 = value; Il2CppCodeGenWriteBarrier((&___inputTextReader_8), value); } inline static int32_t get_offset_of_initType_9() { return static_cast(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___initType_9)); } inline int32_t get_initType_9() const { return ___initType_9; } inline int32_t* get_address_of_initType_9() { return &___initType_9; } inline void set_initType_9(int32_t value) { ___initType_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LATERINITPARAM_TE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF_H #ifndef NODEDATA_TAACF4D5ECADB9124568D01525E72D14495BC5ACF_H #define NODEDATA_TAACF4D5ECADB9124568D01525E72D14495BC5ACF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_NodeData struct NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF : public RuntimeObject { public: // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl_NodeData::type int32_t ___type_1; // System.String System.Xml.XmlTextReaderImpl_NodeData::localName String_t* ___localName_2; // System.String System.Xml.XmlTextReaderImpl_NodeData::prefix String_t* ___prefix_3; // System.String System.Xml.XmlTextReaderImpl_NodeData::ns String_t* ___ns_4; // System.String System.Xml.XmlTextReaderImpl_NodeData::nameWPrefix String_t* ___nameWPrefix_5; // System.String System.Xml.XmlTextReaderImpl_NodeData::value String_t* ___value_6; // System.Char[] System.Xml.XmlTextReaderImpl_NodeData::chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_7; // System.Int32 System.Xml.XmlTextReaderImpl_NodeData::valueStartPos int32_t ___valueStartPos_8; // System.Int32 System.Xml.XmlTextReaderImpl_NodeData::valueLength int32_t ___valueLength_9; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl_NodeData::lineInfo LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___lineInfo_10; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl_NodeData::lineInfo2 LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___lineInfo2_11; // System.Char System.Xml.XmlTextReaderImpl_NodeData::quoteChar Il2CppChar ___quoteChar_12; // System.Int32 System.Xml.XmlTextReaderImpl_NodeData::depth int32_t ___depth_13; // System.Boolean System.Xml.XmlTextReaderImpl_NodeData::isEmptyOrDefault bool ___isEmptyOrDefault_14; // System.Int32 System.Xml.XmlTextReaderImpl_NodeData::entityId int32_t ___entityId_15; // System.Boolean System.Xml.XmlTextReaderImpl_NodeData::xmlContextPushed bool ___xmlContextPushed_16; // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl_NodeData::nextAttrValueChunk NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___nextAttrValueChunk_17; // System.Object System.Xml.XmlTextReaderImpl_NodeData::schemaType RuntimeObject * ___schemaType_18; // System.Object System.Xml.XmlTextReaderImpl_NodeData::typedValue RuntimeObject * ___typedValue_19; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_localName_2() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___localName_2)); } inline String_t* get_localName_2() const { return ___localName_2; } inline String_t** get_address_of_localName_2() { return &___localName_2; } inline void set_localName_2(String_t* value) { ___localName_2 = value; Il2CppCodeGenWriteBarrier((&___localName_2), value); } inline static int32_t get_offset_of_prefix_3() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___prefix_3)); } inline String_t* get_prefix_3() const { return ___prefix_3; } inline String_t** get_address_of_prefix_3() { return &___prefix_3; } inline void set_prefix_3(String_t* value) { ___prefix_3 = value; Il2CppCodeGenWriteBarrier((&___prefix_3), value); } inline static int32_t get_offset_of_ns_4() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___ns_4)); } inline String_t* get_ns_4() const { return ___ns_4; } inline String_t** get_address_of_ns_4() { return &___ns_4; } inline void set_ns_4(String_t* value) { ___ns_4 = value; Il2CppCodeGenWriteBarrier((&___ns_4), value); } inline static int32_t get_offset_of_nameWPrefix_5() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___nameWPrefix_5)); } inline String_t* get_nameWPrefix_5() const { return ___nameWPrefix_5; } inline String_t** get_address_of_nameWPrefix_5() { return &___nameWPrefix_5; } inline void set_nameWPrefix_5(String_t* value) { ___nameWPrefix_5 = value; Il2CppCodeGenWriteBarrier((&___nameWPrefix_5), value); } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___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((&___value_6), value); } inline static int32_t get_offset_of_chars_7() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___chars_7)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_7() const { return ___chars_7; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_7() { return &___chars_7; } inline void set_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___chars_7 = value; Il2CppCodeGenWriteBarrier((&___chars_7), value); } inline static int32_t get_offset_of_valueStartPos_8() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___valueStartPos_8)); } inline int32_t get_valueStartPos_8() const { return ___valueStartPos_8; } inline int32_t* get_address_of_valueStartPos_8() { return &___valueStartPos_8; } inline void set_valueStartPos_8(int32_t value) { ___valueStartPos_8 = value; } inline static int32_t get_offset_of_valueLength_9() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___valueLength_9)); } inline int32_t get_valueLength_9() const { return ___valueLength_9; } inline int32_t* get_address_of_valueLength_9() { return &___valueLength_9; } inline void set_valueLength_9(int32_t value) { ___valueLength_9 = value; } inline static int32_t get_offset_of_lineInfo_10() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___lineInfo_10)); } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_lineInfo_10() const { return ___lineInfo_10; } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_lineInfo_10() { return &___lineInfo_10; } inline void set_lineInfo_10(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value) { ___lineInfo_10 = value; } inline static int32_t get_offset_of_lineInfo2_11() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___lineInfo2_11)); } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_lineInfo2_11() const { return ___lineInfo2_11; } inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_lineInfo2_11() { return &___lineInfo2_11; } inline void set_lineInfo2_11(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value) { ___lineInfo2_11 = value; } inline static int32_t get_offset_of_quoteChar_12() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___quoteChar_12)); } inline Il2CppChar get_quoteChar_12() const { return ___quoteChar_12; } inline Il2CppChar* get_address_of_quoteChar_12() { return &___quoteChar_12; } inline void set_quoteChar_12(Il2CppChar value) { ___quoteChar_12 = value; } inline static int32_t get_offset_of_depth_13() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___depth_13)); } inline int32_t get_depth_13() const { return ___depth_13; } inline int32_t* get_address_of_depth_13() { return &___depth_13; } inline void set_depth_13(int32_t value) { ___depth_13 = value; } inline static int32_t get_offset_of_isEmptyOrDefault_14() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___isEmptyOrDefault_14)); } inline bool get_isEmptyOrDefault_14() const { return ___isEmptyOrDefault_14; } inline bool* get_address_of_isEmptyOrDefault_14() { return &___isEmptyOrDefault_14; } inline void set_isEmptyOrDefault_14(bool value) { ___isEmptyOrDefault_14 = value; } inline static int32_t get_offset_of_entityId_15() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___entityId_15)); } inline int32_t get_entityId_15() const { return ___entityId_15; } inline int32_t* get_address_of_entityId_15() { return &___entityId_15; } inline void set_entityId_15(int32_t value) { ___entityId_15 = value; } inline static int32_t get_offset_of_xmlContextPushed_16() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___xmlContextPushed_16)); } inline bool get_xmlContextPushed_16() const { return ___xmlContextPushed_16; } inline bool* get_address_of_xmlContextPushed_16() { return &___xmlContextPushed_16; } inline void set_xmlContextPushed_16(bool value) { ___xmlContextPushed_16 = value; } inline static int32_t get_offset_of_nextAttrValueChunk_17() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___nextAttrValueChunk_17)); } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * get_nextAttrValueChunk_17() const { return ___nextAttrValueChunk_17; } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** get_address_of_nextAttrValueChunk_17() { return &___nextAttrValueChunk_17; } inline void set_nextAttrValueChunk_17(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value) { ___nextAttrValueChunk_17 = value; Il2CppCodeGenWriteBarrier((&___nextAttrValueChunk_17), value); } inline static int32_t get_offset_of_schemaType_18() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___schemaType_18)); } inline RuntimeObject * get_schemaType_18() const { return ___schemaType_18; } inline RuntimeObject ** get_address_of_schemaType_18() { return &___schemaType_18; } inline void set_schemaType_18(RuntimeObject * value) { ___schemaType_18 = value; Il2CppCodeGenWriteBarrier((&___schemaType_18), value); } inline static int32_t get_offset_of_typedValue_19() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___typedValue_19)); } inline RuntimeObject * get_typedValue_19() const { return ___typedValue_19; } inline RuntimeObject ** get_address_of_typedValue_19() { return &___typedValue_19; } inline void set_typedValue_19(RuntimeObject * value) { ___typedValue_19 = value; Il2CppCodeGenWriteBarrier((&___typedValue_19), value); } }; struct NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_StaticFields { public: // System.Xml.XmlTextReaderImpl_NodeData modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlTextReaderImpl_NodeData::s_None NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___s_None_0; public: inline static int32_t get_offset_of_s_None_0() { return static_cast(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_StaticFields, ___s_None_0)); } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * get_s_None_0() const { return ___s_None_0; } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** get_address_of_s_None_0() { return &___s_None_0; } inline void set_s_None_0(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value) { ___s_None_0 = value; Il2CppCodeGenWriteBarrier((&___s_None_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODEDATA_TAACF4D5ECADB9124568D01525E72D14495BC5ACF_H #ifndef XMLCONTEXT_TC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_H #define XMLCONTEXT_TC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_XmlContext struct XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 : public RuntimeObject { public: // System.Xml.XmlSpace System.Xml.XmlTextReaderImpl_XmlContext::xmlSpace int32_t ___xmlSpace_0; // System.String System.Xml.XmlTextReaderImpl_XmlContext::xmlLang String_t* ___xmlLang_1; // System.String System.Xml.XmlTextReaderImpl_XmlContext::defaultNamespace String_t* ___defaultNamespace_2; // System.Xml.XmlTextReaderImpl_XmlContext System.Xml.XmlTextReaderImpl_XmlContext::previousContext XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * ___previousContext_3; public: inline static int32_t get_offset_of_xmlSpace_0() { return static_cast(offsetof(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52, ___xmlSpace_0)); } inline int32_t get_xmlSpace_0() const { return ___xmlSpace_0; } inline int32_t* get_address_of_xmlSpace_0() { return &___xmlSpace_0; } inline void set_xmlSpace_0(int32_t value) { ___xmlSpace_0 = value; } inline static int32_t get_offset_of_xmlLang_1() { return static_cast(offsetof(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52, ___xmlLang_1)); } inline String_t* get_xmlLang_1() const { return ___xmlLang_1; } inline String_t** get_address_of_xmlLang_1() { return &___xmlLang_1; } inline void set_xmlLang_1(String_t* value) { ___xmlLang_1 = value; Il2CppCodeGenWriteBarrier((&___xmlLang_1), value); } inline static int32_t get_offset_of_defaultNamespace_2() { return static_cast(offsetof(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52, ___defaultNamespace_2)); } inline String_t* get_defaultNamespace_2() const { return ___defaultNamespace_2; } inline String_t** get_address_of_defaultNamespace_2() { return &___defaultNamespace_2; } inline void set_defaultNamespace_2(String_t* value) { ___defaultNamespace_2 = value; Il2CppCodeGenWriteBarrier((&___defaultNamespace_2), value); } inline static int32_t get_offset_of_previousContext_3() { return static_cast(offsetof(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52, ___previousContext_3)); } inline XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * get_previousContext_3() const { return ___previousContext_3; } inline XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 ** get_address_of_previousContext_3() { return &___previousContext_3; } inline void set_previousContext_3(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * value) { ___previousContext_3 = value; Il2CppCodeGenWriteBarrier((&___previousContext_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCONTEXT_TC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_H #ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifndef XMLNODECHANGEDEVENTHANDLER_T730DECDAE07BB728186F47DDF2A569F50A889838_H #define XMLNODECHANGEDEVENTHANDLER_T730DECDAE07BB728186F47DDF2A569F50A889838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDEVENTHANDLER_T730DECDAE07BB728186F47DDF2A569F50A889838_H #ifndef HASHCODEOFSTRINGDELEGATE_TCAF2245F039C500045953429EF1FB0BA86326AE8_H #define HASHCODEOFSTRINGDELEGATE_TCAF2245F039C500045953429EF1FB0BA86326AE8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlQualifiedName_HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHCODEOFSTRINGDELEGATE_TCAF2245F039C500045953429EF1FB0BA86326AE8_H #ifndef ONDEFAULTATTRIBUTEUSEDELEGATE_TE83A97BD37E08D3C5AA377CEA6388782D99EA34D_H #define ONDEFAULTATTRIBUTEUSEDELEGATE_TE83A97BD37E08D3C5AA377CEA6388782D99EA34D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReaderImpl_OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONDEFAULTATTRIBUTEUSEDELEGATE_TE83A97BD37E08D3C5AA377CEA6388782D99EA34D_H // 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(m_Items + index, 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(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(m_Items + index, 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(m_Items + index, value); } }; // 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.Xml.XmlTextReaderImpl_NodeData[] struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE : public RuntimeArray { public: ALIGN_FIELD (8) NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * m_Items[1]; public: inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** 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, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Xml.XmlTextReaderImpl_ParsingState[] struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739 : public RuntimeArray { public: ALIGN_FIELD (8) ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 m_Items[1]; public: inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * 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, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 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.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(m_Items + index, 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(m_Items + index, value); } }; // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Tuple`4::.ctor(!0,!1,!2,!3) extern "C" IL2CPP_METHOD_ATTR void Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3_gshared (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromResult(!!0) extern "C" IL2CPP_METHOD_ATTR Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * Task_FromResult_TisRuntimeObject_m8DBE4A25AA37C4CCED0205CA5FF6319D8BA1C9EB_gshared (RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7_gshared (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m38203C29BF361FE9374A1FA92786E048117F5267_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject * p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager/NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E (NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * __this, String_t* ___prefix0, String_t* ___uri1, int32_t ___scopeId2, int32_t ___previousNsIndex3, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlChildNodes::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_mAFF2762967C0DC32A50FCD12BE124F1DD73CD00E (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_m489826B431C535D2842FF83961E8DFE1EC903CCC (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_m07ECF4F5ABBF3347BC4BF69FA04B0E2E42CC980D (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method); // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_m92868160A595A6C7C275159F8AE7D530B6F90A8E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___n0, const RuntimeMethod* method); // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_mDED8B0B68C3A1AAC793086D2251687815E00BC2A (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, StringBuilder_t * ___builder0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEntityReference::get_ChildBaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_m924E049587B0FE0C33B9836429C793BFB15AD1AD (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Void System.Xml.DebuggerDisplayXmlNodeProxy::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6 (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc9, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() extern "C" IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173 (const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD (Type_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * p0, MethodInfo_t * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mD7C5EDDB32C63A9BD9DE43AC879AFF4EBC6641D1 (Type_t * p0, MethodInfo_t * p1, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EscapeValueForDebuggerDisplay(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449 (String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method); // System.String System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB0A9A11FEA251F67955DF59D0C4C67A1504CBA2B (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m7DD6B97FDDABEB101E7521F385669154480D903F (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m78E43F5CA5D123B20DB1ACFB0E20C028C4F9A27F (XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m832D10349AE49444E41322DC5963540432ADCDEE (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___resolver0, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlReaderSettings_CreateDefaultResolver_m039C61CF441A91166D2F3888E17B20AC506E6376 (const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m60DC644B9275BBA4308DCDE17E8378F39739640B (XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared)(__this, method); } // !0 System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared)(__this, method); } // System.Boolean System.Xml.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2() extern "C" IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mB7A5C52DBD5570B6E9EBAD4FA36914CECDDD4968 (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, bool, const RuntimeMethod*))Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared)(__this, p0, method); } // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDownloadManager::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_m01B83E693072CFD8CAA58FC05278BD288088AF39 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool p0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p1, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20 (String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, String_t* p1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m256EB1478D4EE87B7FD97C54882AE684EA2DA474 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_ParentNode_m6AC4A7F4FEE5B469A86490C129F011C12201C3E6 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) 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.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_mC2DEF8F2F0D68263FE0A20A34B5B4D999C72B769 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mD91A12EA339F03CD5113D52039827D9936EF6A95 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_OuterReader(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_m16E28E91F4FB3CB2AACE4A02207B12FA2BF4A907 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_m1770FD44E07FECE1904724E01EFA2068CD4C33CB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() extern "C" IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method); // System.Void System.Tuple`4::.ctor(!0,!1,!2,!3) inline void Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3 (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method) { (( void (*) (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 *, int32_t, int32_t, int32_t, bool, const RuntimeMethod*))Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3_gshared)(__this, p0, p1, p2, p3, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromResult>(!!0) inline Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * Task_FromResult_TisTuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_mB52B4302A3C9F5EA9967C8857255AA5C15C342CB (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * p0, const RuntimeMethod* method) { return (( Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * (*) (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 *, const RuntimeMethod*))Task_FromResult_TisRuntimeObject_m8DBE4A25AA37C4CCED0205CA5FF6319D8BA1C9EB_gshared)(p0, method); } // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958 (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::.ctor() extern "C" IL2CPP_METHOD_ATTR void NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/XmlContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlContext__ctor_m286116CAF14DF829F24584EA85FC55DA1A507DBF (XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mFAB2D3A5A759C7ED7472FF6EA9F9C710F8F1C2B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___url0, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input1, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m7F1C6C3BB6E22C92870E602C88BA8631798BFE66 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitFragmentReader(System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___fragmentType0, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___parserContext1, bool ___allowXmlDeclFragment2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Wait() extern "C" IL2CPP_METHOD_ATTR void Task_Wait_m7793234C16E5D2B719519CE3C55653EA4D1A815A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() inline RuntimeObject * Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7 (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *, const RuntimeMethod*))Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7_gshared)(__this, method); } // System.Text.Encoding System.Xml.XmlParserContext::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlParserContext_get_Encoding_m9143206BF0C483469DE317344F8D32BAC481BA3A (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteCount4, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding5, const RuntimeMethod* method); // System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ProcessDtdFromParserContext(System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_mA092AC14229264BE95E505CD336F85CE40D7F9DE (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m2792CBE34EF61A64668C3C7FF6FF520D9BE6A71E (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_CheckCharacters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_m2D6E25EE9B633B41605BC7ADED3913DBAD36E0DB (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_LineNumberOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m8FEFE0B0F5BDB318643FA327AE64C87B95939D02 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_LinePositionOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_m326669C922BE5D5CD79BA9DC82C46DC53FD6C630 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m85606F49433EEEBB0BC0534FE9610C9249DF8600 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m4D332DF7DB21BFBC698202CABE23694EEB387E93 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_mC3A6B64095C4D63E7291897CFACC620BCD0E3A5C (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersInDocument(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersFromEntities(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m9C4C7F524FC2E792F8C51D54D842294E81DB6A0E (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_mE10CB07BB78FCCE8406261229BD32DA8559FE540 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl/NodeData::GetNameWPrefix(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR String_t* NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl/NodeData::get_StringValue() extern "C" IL2CPP_METHOD_ATTR String_t* NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool NodeData_get_IsEmptyElement_mECB610FA2675033E04C83231F003F0CC955364DA (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::get_IsDefaultAttribute() extern "C" IL2CPP_METHOD_ATTR bool NodeData_get_IsDefaultAttribute_mAD56F44BC4B318261806A02DA187BC6A000E3BEA (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_InAttributeValueIterator() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishAttributeValueIterator() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitUriString() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitStream() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m7A920831674E7FD4F9F010D9F070336C135DD50C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitTextReader() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_mBA59F6BA8E8D49D8D2B39E686366FCE93624430F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInit() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_mF09ABAA02D60C0E8820FE5CF7550BCC9AA80B470 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseElementContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_mC4101EA352E91017AC4A3A6265046E9ABF052CBA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseDocumentContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OpenUrl() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isTextDecl0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ResetAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopElementContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_mBD2D8ED35A41F691DD369BF3AA9790E5625E86E0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::set_IsEmptyElement(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NodeData_set_IsEmptyElement_mB0E8A20B411F8F7F9635DDAD2B11F76BBDA7FDC6 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseEntityReference() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m01350AFED018C01410FD3303CDF13580842A2CA1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInContent() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.String) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LinePos() extern "C" IL2CPP_METHOD_ATTR int32_t ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishIncrementalRead() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mE9A0F8C5E82F69349691474445EF0FAA33F76950 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseFragmentAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_m42BD5A51FEAAF18BC682FB915C443A0E2FEC1C31 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseXmlDeclarationFragment() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_mC0B73C0A63F415D5AB244E8381F053E4C2002CF8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnEof() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipPartialTextValue() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_mA8E51BD641EDBDA47C92D7468C5667713712460B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadValueChunk() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mEC0B8088F3686468F2FBB9EEC215B8EC51C63FFD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadContentAsBinary() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadElementContentAsBinary() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mF742F598CA76EC1E8CB23018612B751A11915607 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Close(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m86DDE1F542A2FECA045A102ED8227EB645141EBE (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___closeInput0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseAttributeValueChunk() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_m1EC8E20B261FC3B08CD652B0D212AC5408282311 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::get_LinePos() extern "C" IL2CPP_METHOD_ATTR int32_t NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NoNamespaceManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoNamespaceManager__ctor_mEB2BAA3D381F3F1262637E93EE1751183CEF462B (NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LineNo() extern "C" IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ReadData() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl/EntityType&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::CopyTo(System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___valueOffset0, StringBuilder_t * ___sb1, const RuntimeMethod* method); // System.String System.Xml.XmlException::get_ResString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushParsingState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.String) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetErrorState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___exception1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri1, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input2, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t p0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m92395390EA2BF98E99B0CD26356879890DEC1DF8 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m2416E0A2308506C419098DCEE3369F4690C598DB (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::GetTempResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OpenUrlDelegate(System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m567B4FFF12B7473E4FABB0EE752534B830DD4C53 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject * ___xmlResolver0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m197800B059AD4818B043F8FAD59FDF79B304CE65 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding3, const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4 (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88 (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567 (const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool p0, bool p1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.Void System.Xml.SafeAsciiDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_mD59EEEC39855033A9C7EE4E346FEDE812B292605 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, const RuntimeMethod* method); // System.Void System.Xml.UTF16Decoder::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, bool ___bigEndian0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___newEncoding0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::OnBufferInvalidated() extern "C" IL2CPP_METHOD_ATTR void NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___src0, int32_t ___srcOffset1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopParsingState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/ParsingState::Close(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, bool ___closeInput0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl/NodeData::get_None() extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * NodeData_get_None_m439866B97299F03866A79F6A178B2FD4A45F6E6B (const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseName() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo2(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m8C4E49D0A7FC86465F298AC76F312C3C14EDE1D0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseComment() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_mC8D61B9D28726FC572B1B66176441B224A201E6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseCData() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_mD23402B223FFC5DFA545163F215C3F1577088E32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseDoctypeDecl() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m3EEEBD05D8D90AFFA4F6644DF647DCAD367D72C7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl/EntityExpandType,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseText() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseRootLevelWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m47A81C357F6645B50E4BA694430ECC7456CA2194 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_mEEE9B4C714108A265AFD4E62D498AC12A4F6C25A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnclosedElements() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___colonPos0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, String_t* ___prefix2, String_t* ___nameWPrefix3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_m1916085C5BC70C6C712A300FD7423510D0C66487 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddDefaultAttributesAndNormalize() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ElementNamespaceLookup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m865709A844FA1AB1E641FE63FCA2F3CEAF1E5396 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::TrimSpacesInValue() extern "C" IL2CPP_METHOD_ATTR void NodeData_TrimSpacesInValue_m5E494EB090C8217B661353664A5C7302739ABD48 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::get_LineNo() extern "C" IL2CPP_METHOD_ATTR int32_t NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Collections.Generic.IComparer`1 System.Xml.XmlTextReaderImpl/DtdDefaultAttributeInfoToNodeDataComparer::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m874469D09ABF5CCAC32A665B40B6CC9FD88B3638 (const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) inline void Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject* p1, const RuntimeMethod* method) { (( void (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B_gshared)(p0, p1, method); } // System.Boolean System.Xml.XmlTextReaderImpl::AddDefaultAttributeDtd(System.Xml.IDtdDefaultAttributeInfo,System.Boolean,System.Xml.XmlTextReaderImpl/NodeData[]) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mACBFB101DB7D1A4A6797577B20E23855C4592793 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___defAttrInfo0, bool ___definedInDtd1, NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* ___nameSortedNodeData2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AttributeNamespaceLookup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m4F7E7432CE994E0242B1CB79C04F2A95A51649ED (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowTagMismatch(System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___startTag0, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowExpectingWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttribute_m1820450C0F0359EC50B1E133BBC11E2C1955C52E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___endNamePos0, int32_t ___colonPos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseAttributeValueSlow(System.Int32,System.Char,System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___curPos0, Il2CppChar ___quoteChar1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr2, const RuntimeMethod* method); // System.Boolean System.Xml.Ref::Equal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnDefaultNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnXmlReservedAttribute(System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AttributeDuplCheck() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m77796D28B24EC032D7E1078FC742C48479E55952 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) inline void Array_Sort_TisNodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_m2BE1A666667833B2F5C45345D0BE03906722EC14 (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* p0, int32_t p1, int32_t p2, const RuntimeMethod* method) { (( void (*) (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*, int32_t, int32_t, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m38203C29BF361FE9374A1FA92786E048117F5267_gshared)(p0, p1, p2, method); } // System.Void System.Xml.XmlTextReaderImpl::PushXmlContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddNamespace(System.String,System.String,System.Xml.XmlTextReaderImpl/NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, String_t* ___uri1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr2, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6 (StringBuilder_t * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddAttributeChunkToList(System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData&) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___chunk1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** ___lastChunk2, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseEntityName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method); // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetTextNodeType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mA65EFBAC8B03EE6D4F69FC8BEE8C0EA535BD8552 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___orChars0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___startPos2, int32_t ___len3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextContentNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_m8A96FCF36DFE418E280635DDB9EBA35B2CFC99B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___moveIfOnContentNode0, const RuntimeMethod* method); // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetWhitespaceType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_mDEB75D4218857C05CE497CCEA9AB167E0AFEBED3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, bool ___isParameter1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseDtd() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipDtd() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_mC1FEFE4EE118B4A9B2DF2822529DCF6489662D04 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Xml.IDtdParser System.Xml.DtdParser::Create() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl) extern "C" IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___reader0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipPublicOrSystemIdLiteral() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipUntil(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Il2CppChar ___stopChar0, bool ___recognizeLiterals1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) extern "C" IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___pos0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___localName0, String_t* ___prefix1, String_t* ___nameWPrefix2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopXmlContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_mAAAD11EA566E42BB914E1FE5EC0999CD96CB674E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::Clear(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR void NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ReThrow(System.Exception,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FullAttributeCleanup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_mCC6C4CA60383E53D1F4A56DC988A30CFE7E996D5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::set_IsDefaultAttribute(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NodeData_set_IsDefaultAttribute_mB7E827BC7B3CB413F518EE2C04C22F4E81F058B3 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/XmlContext::.ctor(System.Xml.XmlTextReaderImpl/XmlContext) extern "C" IL2CPP_METHOD_ATTR void XmlContext__ctor_mBB84FF04DE297252942CC5731BBBC3F5DCEAD4D2 (XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * __this, XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * ___previousContext0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m8F635567AAAD3211281305E6B5FD71D2CE56A36B (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* p0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, p0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697 (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* p0, RuntimeObject* p1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* p0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, p0, method); } // System.Void System.Xml.XmlTextReaderImpl/ParsingState::Clear() extern "C" IL2CPP_METHOD_ATTR void ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method); // System.Void System.Xml.IncrementalReadDummyDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m677829CAEBAA834D7DD7BEECBE906BDE54E128A3 (IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::IncrementalRead() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_m60207E0F8A0AB35AEBB22A0B69742C46D274AF20 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInAttribute() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m27F2C9A9CDB53828A45F2267C85F2FB50062A7EA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_DocTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0,System.Collections.Generic.IComparer`1) inline int32_t Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject * p1, RuntimeObject* p2, const RuntimeMethod* method) { return (( int32_t (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194_gshared)(p0, p1, p2, method); } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddDefaultAttributeInternal(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddDefaultAttributeInternal_m3BC563E12F3DFE2337D3B43BB341988980D10FED (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___prefix2, String_t* ___value3, int32_t ___lineNo4, int32_t ___linePos5, int32_t ___valueLineNo6, int32_t ___valueLinePos7, bool ___isXmlAttribute8, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate::Invoke(System.Xml.IDtdDefaultAttributeInfo,System.Xml.XmlTextReaderImpl) extern "C" IL2CPP_METHOD_ATTR void OnDefaultAttributeUseDelegate_Invoke_m71C321CF6849E9AFBCFB0B23CA0476C98AC584BC (OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * __this, RuntimeObject* ___defaultAttribute0, XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___coreReader1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); #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.XmlNamespaceManager/NamespaceDeclaration extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled) { marshaled.___prefix_0 = il2cpp_codegen_marshal_string(unmarshaled.get_prefix_0()); marshaled.___uri_1 = il2cpp_codegen_marshal_string(unmarshaled.get_uri_1()); marshaled.___scopeId_2 = unmarshaled.get_scopeId_2(); marshaled.___previousNsIndex_3 = unmarshaled.get_previousNsIndex_3(); } extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke_back(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled) { unmarshaled.set_prefix_0(il2cpp_codegen_marshal_string_result(marshaled.___prefix_0)); unmarshaled.set_uri_1(il2cpp_codegen_marshal_string_result(marshaled.___uri_1)); int32_t unmarshaled_scopeId_temp_2 = 0; unmarshaled_scopeId_temp_2 = marshaled.___scopeId_2; unmarshaled.set_scopeId_2(unmarshaled_scopeId_temp_2); int32_t unmarshaled_previousNsIndex_temp_3 = 0; unmarshaled_previousNsIndex_temp_3 = marshaled.___previousNsIndex_3; unmarshaled.set_previousNsIndex_3(unmarshaled_previousNsIndex_temp_3); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke_cleanup(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___prefix_0); marshaled.___prefix_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___uri_1); marshaled.___uri_1 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled) { marshaled.___prefix_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_prefix_0()); marshaled.___uri_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_uri_1()); marshaled.___scopeId_2 = unmarshaled.get_scopeId_2(); marshaled.___previousNsIndex_3 = unmarshaled.get_previousNsIndex_3(); } extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com_back(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled) { unmarshaled.set_prefix_0(il2cpp_codegen_marshal_bstring_result(marshaled.___prefix_0)); unmarshaled.set_uri_1(il2cpp_codegen_marshal_bstring_result(marshaled.___uri_1)); int32_t unmarshaled_scopeId_temp_2 = 0; unmarshaled_scopeId_temp_2 = marshaled.___scopeId_2; unmarshaled.set_scopeId_2(unmarshaled_scopeId_temp_2); int32_t unmarshaled_previousNsIndex_temp_3 = 0; unmarshaled_previousNsIndex_temp_3 = marshaled.___previousNsIndex_3; unmarshaled.set_previousNsIndex_3(unmarshaled_previousNsIndex_temp_3); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration extern "C" void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com_cleanup(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___prefix_0); marshaled.___prefix_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___uri_1); marshaled.___uri_1 = NULL; } // System.Void System.Xml.XmlNamespaceManager_NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E (NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * __this, String_t* ___prefix0, String_t* ___uri1, int32_t ___scopeId2, int32_t ___previousNsIndex3, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; __this->set_prefix_0(L_0); String_t* L_1 = ___uri1; __this->set_uri_1(L_1); int32_t L_2 = ___scopeId2; __this->set_scopeId_2(L_2); int32_t L_3 = ___previousNsIndex3; __this->set_previousNsIndex_3(L_3); return; } } extern "C" void NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E_AdjustorThunk (RuntimeObject * __this, String_t* ___prefix0, String_t* ___uri1, int32_t ___scopeId2, int32_t ___previousNsIndex3, const RuntimeMethod* method) { NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * _thisAdjusted = reinterpret_cast(__this + 1); NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E(_thisAdjusted, ___prefix0, ___uri1, ___scopeId2, ___previousNsIndex3, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc0; if (L_0) { goto IL_0019; } } { String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral929E7FD106BAC69246B8B3CC794A12945F496E05, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E_RuntimeMethod_var); } IL_0019: { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = ___doc0; __this->set_parentNode_0(L_3); return; } } // System.String System.Xml.XmlNode::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_Value_m800C60D728321E855696990CA7CF070A60710E65 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_ParentNode_m6AC4A7F4FEE5B469A86490C129F011C12201C3E6 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_ParentNode_m6AC4A7F4FEE5B469A86490C129F011C12201C3E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_0 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_parentNode_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_0016; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = __this->get_parentNode_0(); return L_2; } IL_0016: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_parentNode_0(); NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); V_0 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)IsInstClass((RuntimeObject*)L_4, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_5 = V_0; if (!L_5) { goto IL_0045; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_6 = V_0; V_1 = L_6; } IL_002c: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_7 = V_1; if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_7) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)))) { goto IL_0037; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = __this->get_parentNode_0(); return L_8; } IL_0037: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_9 = V_1; NullCheck(L_9); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = L_9->get_next_1(); V_1 = L_10; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_11 = V_1; if (!L_11) { goto IL_0045; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_12 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_13 = V_0; if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_12) == ((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_13)))) { goto IL_002c; } } IL_0045: { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * XmlNode_get_ChildNodes_m7038666A20852738277321FA070543963CF8FEF2 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_ChildNodes_m7038666A20852738277321FA070543963CF8FEF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * L_0 = (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 *)il2cpp_codegen_object_new(XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4_il2cpp_TypeInfo_var); XmlChildNodes__ctor_mAFF2762967C0DC32A50FCD12BE124F1DD73CD00E(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_PreviousSibling_m56D1BDFAED5DE3A1ECBFBC46A539B085DD9ADB09 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_NextSibling_m86E032192785FDB070EE88E07675B2FF304E383B (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * XmlNode_get_Attributes_mAA8BAC867E25D681DF69511764468EF1339CF1B5 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E *)NULL; } } // System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlNode_get_OwnerDocument_mC9FA496F7BA21559ECB6CA51EFCF64EA3EFA5A5C (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_OwnerDocument_mC9FA496F7BA21559ECB6CA51EFCF64EA3EFA5A5C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_parentNode_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001b; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = __this->get_parentNode_0(); return ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)CastclassClass((RuntimeObject*)L_2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var)); } IL_001b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_parentNode_0(); NullCheck(L_3); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); return L_4; } } // System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_FirstChild_m43F741CF5C0565011D515B92103F04E033952410 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_0 = NULL; { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_0 = L_0; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_1 = V_0; if (!L_1) { goto IL_0011; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_2 = V_0; NullCheck(L_2); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_3 = L_2->get_next_1(); return L_3; } IL_0011: { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_get_LastChild_mC054F58C93AED5083FE1D586B275F634111D61E9 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsContainer() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_IsContainer_mF9AC8053B117E41D96A4569D0DDE7F4CFFA92B6A (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlNode_get_LastNode_mAB2DD7365BF9428D4F8AC4C3AFAE7F229FCB1B08 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL; } } // System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_LastNode_m1776646032309F59A918467119172A53ACCCB09F (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_m07ECF4F5ABBF3347BC4BF69FA04B0E2E42CC980D (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_0016; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0; if ((!(((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_1) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_2)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_0 = L_4; } IL_0016: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_0; if (!L_5) { goto IL_001d; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; if ((!(((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_6) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)))) { goto IL_0009; } } IL_001d: { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_2 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_3 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_4 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_5 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_6 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_7 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralDB954EFC7BE1AB344B9EE4ED85B4C684D535ADA0, /*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, NULL, XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1_RuntimeMethod_var); } IL_0018: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___oldChild0; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_4) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this))) { goto IL_0031; } } { String_t* L_5 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralCA22F9FC808EBA81F2F7A5C43B200E49F8FFCE92, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1_RuntimeMethod_var); } IL_0031: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___oldChild0; V_0 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_8); V_1 = L_9; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = V_0; String_t* L_11 = V_1; String_t* L_12 = V_1; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = VirtFuncInvoker6< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, String_t*, String_t*, int32_t >::Invoke(39 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, __this, L_10, __this, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL, L_11, L_12, 1); V_2 = L_13; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_14 = V_2; if (!L_14) { goto IL_0056; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_15 = V_2; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_15); } IL_0056: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_3 = L_16; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_18 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_17) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_18)))) { goto IL_00c0; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = V_0; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_20 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_19) == ((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_20)))) { goto IL_0084; } } { VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = V_0; NullCheck(L_21); L_21->set_next_1((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_22 = V_0; NullCheck(L_22); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_22, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL); goto IL_014f; } IL_0084: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_0; NullCheck(L_23); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = L_23->get_next_1(); V_4 = L_24; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_25 = V_4; NullCheck(L_25); bool L_26 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_25); if (!L_26) { goto IL_00a5; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_27 = V_0; NullCheck(L_27); bool L_28 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_27); if (!L_28) { goto IL_00a5; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_29 = V_0; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_30 = V_4; XmlNode_UnnestTextNodes_m489826B431C535D2842FF83961E8DFE1EC903CCC(L_29, L_30, /*hidden argument*/NULL); } IL_00a5: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_31 = V_3; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_32 = V_4; NullCheck(L_31); L_31->set_next_1(L_32); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_33 = V_0; NullCheck(L_33); L_33->set_next_1((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_34 = V_0; NullCheck(L_34); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_34, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL); goto IL_014f; } IL_00c0: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_35 = V_0; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_36 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_35) == ((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_36)))) { goto IL_00f6; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_37 = V_0; NullCheck(L_37); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_38 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_37); V_5 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_38, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_39 = V_5; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_40 = V_0; NullCheck(L_40); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_41 = L_40->get_next_1(); NullCheck(L_39); L_39->set_next_1(L_41); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_42 = V_5; VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_42); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_43 = V_0; NullCheck(L_43); L_43->set_next_1((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_44 = V_0; NullCheck(L_44); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_44, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL); goto IL_014f; } IL_00f6: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_45 = V_0; NullCheck(L_45); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_46 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_45); V_6 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_46, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_47 = V_0; NullCheck(L_47); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_48 = L_47->get_next_1(); V_7 = L_48; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_49 = V_7; NullCheck(L_49); bool L_50 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_49); if (!L_50) { goto IL_0138; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_51 = V_6; NullCheck(L_51); bool L_52 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_51); if (!L_52) { goto IL_0128; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_53 = V_6; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_54 = V_7; XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_53, L_54, /*hidden argument*/NULL); goto IL_0138; } IL_0128: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_55 = V_0; NullCheck(L_55); bool L_56 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_55); if (!L_56) { goto IL_0138; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_57 = V_0; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_58 = V_7; XmlNode_UnnestTextNodes_m489826B431C535D2842FF83961E8DFE1EC903CCC(L_57, L_58, /*hidden argument*/NULL); } IL_0138: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_59 = V_6; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_60 = V_7; NullCheck(L_59); L_59->set_next_1(L_60); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_61 = V_0; NullCheck(L_61); L_61->set_next_1((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_62 = V_0; NullCheck(L_62); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_62, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL); } IL_014f: { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_63 = V_2; if (!L_63) { goto IL_0159; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_64 = V_2; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_64); } IL_0159: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_65 = ___oldChild0; return L_65; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_1 = NULL; String_t* V_2 = NULL; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_3 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_4 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_5 = NULL; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_6 = NULL; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_7 = NULL; { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = V_0; if (L_1) { goto IL_0011; } } { V_0 = ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)IsInstClass((RuntimeObject*)__this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var)); } IL_0011: { bool L_2 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); if (L_2) { goto IL_0029; } } { String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral479512DB569535E666062785B36930B067D2B3BE, /*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, NULL, XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var); } IL_0029: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newChild0; if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_5))) { goto IL_0036; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___newChild0; bool L_7 = XmlNode_AncestorNode_m07ECF4F5ABBF3347BC4BF69FA04B0E2E42CC980D(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } IL_0036: { String_t* L_8 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral20D5C9DB2A495A738626B50227970726AB5CA09E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var); } IL_0046: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___newChild0; NullCheck(L_10); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); if (!L_11) { goto IL_005b; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = ___newChild0; NullCheck(L_12); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_12); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___newChild0; NullCheck(L_13); VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(20 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_13, L_14); } IL_005b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_15 = ___newChild0; NullCheck(L_15); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_15); V_1 = L_16; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_17 = V_1; if (!L_17) { goto IL_007d; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_18 = V_1; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_19 = V_0; if ((((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_18) == ((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_19))) { goto IL_007d; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_20 = V_1; if ((((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_20) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this))) { goto IL_007d; } } { String_t* L_21 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6DFBD87F622B0E49F3B1EFFDEBA5438559E84663, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var); } IL_007d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_23 = ___newChild0; NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_23); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)11))))) { goto IL_00b7; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_25 = ___newChild0; NullCheck(L_25); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_25); V_6 = L_26; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_27 = V_6; V_7 = L_27; goto IL_00b0; } IL_0095: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = V_7; NullCheck(L_28); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_29 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_28); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_30 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_31 = V_7; NullCheck(L_30); VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(20 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_30, L_31); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_32 = V_7; VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(21 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_32); V_7 = L_29; } IL_00b0: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_33 = V_7; if (L_33) { goto IL_0095; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_34 = V_6; return L_34; } IL_00b7: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_35 = ___newChild0; if (!((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)IsInstClass((RuntimeObject*)L_35, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var))) { goto IL_00cd; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_36 = ___newChild0; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_36); bool L_38 = VirtFuncInvoker1< bool, int32_t >::Invoke(23 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_37); if (L_38) { goto IL_00dd; } } IL_00cd: { String_t* L_39 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_40 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, NULL, XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var); } IL_00dd: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_41 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_42 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_43 = VirtFuncInvoker2< bool, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(24 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_41, L_42); if (L_43) { goto IL_00fc; } } { String_t* L_44 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_45 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, NULL, XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F_RuntimeMethod_var); } IL_00fc: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_46 = ___newChild0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_46); V_2 = L_47; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_48 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_49 = ___newChild0; NullCheck(L_49); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_50 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_49); String_t* L_51 = V_2; String_t* L_52 = V_2; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_53 = VirtFuncInvoker6< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, String_t*, String_t*, int32_t >::Invoke(39 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, __this, L_48, L_50, __this, L_51, L_52, 0); V_3 = L_53; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_54 = V_3; if (!L_54) { goto IL_011f; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_55 = V_3; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_55); } IL_011f: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_56 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_4 = L_56; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_57 = ___newChild0; V_5 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_57, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_58 = V_4; if (L_58) { goto IL_014e; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_59 = V_5; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_60 = V_5; NullCheck(L_59); L_59->set_next_1(L_60); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_61 = V_5; VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_61); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_62 = V_5; NullCheck(L_62); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_62, __this); goto IL_0190; } IL_014e: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_63 = V_5; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_64 = V_4; NullCheck(L_64); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_65 = L_64->get_next_1(); NullCheck(L_63); L_63->set_next_1(L_65); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_66 = V_4; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_67 = V_5; NullCheck(L_66); L_66->set_next_1(L_67); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_68 = V_5; VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_68); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_69 = V_5; NullCheck(L_69); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_69, __this); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_70 = V_4; NullCheck(L_70); bool L_71 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_70); if (!L_71) { goto IL_0190; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_72 = V_5; NullCheck(L_72); bool L_73 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_72); if (!L_73) { goto IL_0190; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_74 = V_4; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_75 = V_5; XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_74, L_75, /*hidden argument*/NULL); } IL_0190: { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_76 = V_3; if (!L_76) { goto IL_019a; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_77 = V_3; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_77); } IL_019a: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_78 = V_5; return L_78; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_AppendChildForLoad_m40D14AD65118994FFCEB1BBCE7CB3940D72D951A (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_AppendChildForLoad_m40D14AD65118994FFCEB1BBCE7CB3940D72D951A_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(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_6 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_1 = L_6; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___newChild0; V_2 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_8 = V_1; if (L_8) { goto IL_003b; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_9 = V_2; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = V_2; NullCheck(L_9); L_9->set_next_1(L_10); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_11 = V_2; VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_11); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_12 = V_2; NullCheck(L_12); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this); goto IL_0075; } IL_003b: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_13 = V_2; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_14 = V_1; 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_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_2; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_2; VirtActionInvoker1< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(19 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_18); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = V_1; NullCheck(L_19); bool L_20 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19); if (!L_20) { goto IL_006e; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = V_2; NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21); if (!L_22) { goto IL_006e; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_2; XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_23, L_24, /*hidden argument*/NULL); goto IL_0075; } IL_006e: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_25 = V_2; NullCheck(L_25); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_0075: { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_26 = V_0; if (!L_26) { goto IL_007f; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_27 = ___doc1; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_28 = V_0; NullCheck(L_27); VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28); } IL_007f: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_29 = V_2; return L_29; } } // System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_IsValidChildType_m68CDFA82A82684F475E1B832441174A3D8247590 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, int32_t ___type0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_CanInsertAfter_mAE0B2BE257898BAE3EB674B47BA4C1E425E98764 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refChild1, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlNode::get_HasChildNodes() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_HasChildNodes_mB7CF32520F1695C4CFF06F61209260AE3431D2F6 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return (bool)((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNode_CopyChildren_m7ACFF44C6A30B495A7C9679BF66212CD25420C07 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___container1; NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_0 = L_1; goto IL_001f; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0; bool L_3 = ___deep2; NullCheck(L_2); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(26 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_2, L_3); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc0; VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, __this, L_4, L_5); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; NullCheck(L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* 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.String System.Xml.XmlNode::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_NamespaceURI_m33ECE01ED91F96AEB3DF635FB81B8FD55545C8ED (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_NamespaceURI_m33ECE01ED91F96AEB3DF635FB81B8FD55545C8ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.String System.Xml.XmlNode::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_Prefix_m0CB5A323576D4C67EA8E70C276AA3FD4DC3A52D5 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_Prefix_m0CB5A323576D4C67EA8E70C276AA3FD4DC3A52D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_IsReadOnly_m526FE6BF829BEF04469940FD9FD13CBA7E2117C6 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); bool L_0 = XmlNode_HasReadOnlyParent_m92868160A595A6C7C275159F8AE7D530B6F90A8E(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_m92868160A595A6C7C275159F8AE7D530B6F90A8E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_HasReadOnlyParent_m92868160A595A6C7C275159F8AE7D530B6F90A8E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_002c; } IL_0002: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___n0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_0024; } } { return (bool)1; } IL_0015: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___n0; NullCheck(((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var))); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_5 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var))); ___n0 = L_5; goto IL_002c; } IL_0024: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___n0; NullCheck(L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); ___n0 = L_7; } IL_002c: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___n0; if (L_8) { goto IL_0002; } } { return (bool)0; } } // System.Object System.Xml.XmlNode::System.ICloneable.Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_System_ICloneable_Clone_m7208212A0F30077B18060E4D12B3C83D172D3D39 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(26 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Collections.IEnumerator System.Xml.XmlNode::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_System_Collections_IEnumerable_GetEnumerator_mC8BE3ACFBE87B8F5ABAE7B797FAF48A900679B27 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_System_Collections_IEnumerable_GetEnumerator_mC8BE3ACFBE87B8F5ABAE7B797FAF48A900679B27_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * L_0 = (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA *)il2cpp_codegen_object_new(XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_mDED8B0B68C3A1AAC793086D2251687815E00BC2A (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, StringBuilder_t * ___builder0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0054; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); if (L_2) { goto IL_0046; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_0037; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0037; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)((int32_t)13)))) { goto IL_0037; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)14))))) { goto IL_004d; } } IL_0037: { StringBuilder_t * L_11 = ___builder0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, L_12); NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_13, /*hidden argument*/NULL); goto IL_004d; } IL_0046: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = V_0; StringBuilder_t * L_15 = ___builder0; NullCheck(L_14); XmlNode_AppendChildText_mDED8B0B68C3A1AAC793086D2251687815E00BC2A(L_14, L_15, /*hidden argument*/NULL); } IL_004d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = V_0; NullCheck(L_16); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_17 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_16); V_0 = L_17; } IL_0054: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_18 = V_0; if (L_18) { goto IL_0009; } } { return; } } // System.String System.Xml.XmlNode::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; if (L_1) { goto IL_0010; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0010: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); if (L_4) { goto IL_0033; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); V_2 = L_6; int32_t L_7 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3))) > ((uint32_t)1)))) { goto IL_002c; } } { int32_t L_8 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)13)))) <= ((uint32_t)1)))) { goto IL_0033; } } IL_002c: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * 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); return L_10; } IL_0033: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_11, /*hidden argument*/NULL); V_1 = L_11; StringBuilder_t * L_12 = V_1; XmlNode_AppendChildText_mDED8B0B68C3A1AAC793086D2251687815E00BC2A(__this, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_1; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.Void System.Xml.XmlNode::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_InnerXml_mB262CE4A809F5E6C7FC8CCBD02B08B65F9D16850 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_set_InnerXml_mB262CE4A809F5E6C7FC8CCBD02B08B65F9D16850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral27B477F4BCAE42DDF0C09B6DC74420257DC11C33, /*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, NULL, XmlNode_set_InnerXml_mB262CE4A809F5E6C7FC8CCBD02B08B65F9D16850_RuntimeMethod_var); } } // System.String System.Xml.XmlNode::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_BaseURI_mC2B4FE0FC10955513B02BC46043E20637CFA111B (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_BaseURI_mC2B4FE0FC10955513B02BC46043E20637CFA111B_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; int32_t V_1 = 0; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_003b; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0020; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_0; NullCheck(((XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var))); String_t* L_5 = XmlEntityReference_get_ChildBaseURI_m924E049587B0FE0C33B9836429C793BFB15AD1AD(((XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0020: { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_002d; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_002d; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0034; } } IL_002d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_9); return L_10; } IL_0034: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = V_0; NullCheck(L_11); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_11); V_0 = L_12; } IL_003b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = V_0; if (L_13) { goto IL_0009; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } } // System.Void System.Xml.XmlNode::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_m8E6647EE1533B32F02D92949E5EFFD249EB4ECC3 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0018; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(20 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_3); V_0 = L_2; } IL_0018: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_0; if (L_4) { goto IL_0009; } } { return; } } // System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_SetParent_m2E0FAA776038ECF00A8E5E90D0B6D47193C5A69F (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; if (L_0) { goto IL_0010; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); __this->set_parentNode_0(L_1); return; } IL_0010: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0; __this->set_parentNode_0(L_2); return; } } // System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_SetParentForLoad_m655E6E0B68F1E704EF260A0C097462372F86272C (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; __this->set_parentNode_0(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_FindChild_m73D4631C78ACB3E64838A632C8D1FE25019C4291 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, int32_t ___type0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_001b; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); int32_t L_3 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0014; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_0; return L_4; } IL_0014: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_0; NullCheck(L_5); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_5); V_0 = L_6; } IL_001b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0; if (L_7) { goto IL_0009; } } { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) extern "C" IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlNode_GetEventArgs_m7D686FF9DDB40FE69DCBD8383D2559D9556B1947 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __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 (XmlNode_GetEventArgs_m7D686FF9DDB40FE69DCBD8383D2559D9556B1947_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL; { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = V_0; if (!L_1) { goto IL_0048; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0; NullCheck(L_2); bool L_3 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___newParent2; if (!L_4) { goto IL_001d; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newParent2; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_5); if (L_6) { goto IL_0028; } } IL_001d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___oldParent1; if (!L_7) { goto IL_0038; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___oldParent1; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_8); if (!L_9) { goto IL_0038; } } IL_0028: { String_t* L_10 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralB91208935A904461D6076C458F68BA6DB99BAF79, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_11 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, XmlNode_GetEventArgs_m7D686FF9DDB40FE69DCBD8383D2559D9556B1947_RuntimeMethod_var); } IL_0038: { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_12 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___oldParent1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_15 = ___newParent2; String_t* L_16 = ___oldValue3; String_t* L_17 = ___newValue4; int32_t L_18 = ___action5; NullCheck(L_12); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_19 = VirtFuncInvoker6< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, String_t*, String_t*, int32_t >::Invoke(39 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, L_12, L_13, L_14, L_15, L_16, L_17, L_18); return L_19; } IL_0048: { return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL; } } // System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlNode_BeforeEvent_m226BE77FDAC2646D9D6878DD738FA282905DCF2F (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_2 = ___args0; NullCheck(L_1); VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlNode_AfterEvent_m757F4EA7508B96B1F46407932D8BD33B6C89DF34 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_2 = ___args0; NullCheck(L_1); VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.Boolean System.Xml.XmlNode::get_IsText() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_IsText_m85AA0539FE908EF2DD9C7249E16474B38B3D8828 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___nextNode1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___prevNode0; NullCheck(L_0); L_0->set_parentNode_0(L_1); return; } } // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_m489826B431C535D2842FF83961E8DFE1EC903CCC (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___nextNode1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___prevNode0; NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); NullCheck(L_0); L_0->set_parentNode_0(L_2); return; } } // System.Object System.Xml.XmlNode::get_debuggerDisplayProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 L_0; memset(&L_0, 0, sizeof(L_0)); DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6((&L_0), __this, /*hidden argument*/NULL); DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 L_1 = L_0; RuntimeObject * L_2 = Box(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_il2cpp_TypeInfo_var, &L_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var); EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; __this->set_node_2(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___oldParent1; __this->set_oldParent_3(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___newParent2; __this->set_newParent_4(L_2); int32_t L_3 = ___action5; __this->set_action_1(L_3); String_t* L_4 = ___oldValue3; __this->set_oldValue_5(L_4); String_t* L_5 = ___newValue4; __this->set_newValue_6(L_5); return; } } // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972 (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeChangedEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler__ctor_mE56A3B8490B5576355902EBA205C9C2CE8A40F27 (XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * __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.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000 (XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // 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_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)) GenericInterfaceActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, 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 (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 *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // 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_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)) GenericInterfaceActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, 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 (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 *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.Xml.XmlNodeChangedEventHandler::BeginInvoke(System.Object,System.Xml.XmlNodeChangedEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeChangedEventHandler_BeginInvoke_m721E6B1B09F0AC2AD883C98A6736D687FCE85E0B (XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Xml.XmlNodeChangedEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_EndInvoke_mF340E6D4A29BEF15CCD9B8922F92BCA09BF5E8AB (XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeList::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList_System_IDisposable_Dispose_mF66797AD4DEF9B1F57B4F9614FCE79E5AE71D197 (XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() */, __this); return; } } // System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList_PrivateDisposeNodeList_mBCADE19330CE826CF3B241A3F2F2392CE18DEAFD (XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m7DFACC432197E3EDEB6A2CCEFD471ACEA8E91C35 (XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * __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.XmlNotation::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNotation__ctor_m003AEAABBC3AD7E5ABF8CE135BD75156C8CCE470 (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3; XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E(__this, L_0, /*hidden argument*/NULL); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc3; NullCheck(L_1); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_1, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, L_3); __this->set_name_3(L_4); String_t* L_5 = ___publicId1; __this->set_publicId_1(L_5); String_t* L_6 = ___systemId2; __this->set_systemId_2(L_6); return; } } // System.String System.Xml.XmlNotation::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNotation_get_Name_m97FBE2BEA88049F39133FE7971D28FB934362572 (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.String System.Xml.XmlNotation::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNotation_get_LocalName_mF180C101DB5C8AB2AB2D3D0EB42B7A4FCDA15A4E (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlNotation::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNotation_get_NodeType_m269003C1B26562BF6CF6855428C0FAA04F8A5576 (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.XmlNode System.Xml.XmlNotation::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNotation_CloneNode_m7B54909467E7BDD33AB1CDC1B8D003B05233CE37 (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation_CloneNode_m7B54909467E7BDD33AB1CDC1B8D003B05233CE37_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral90A7785BA73E4A8FB56265D0072E182A877F0D1A, /*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, NULL, XmlNotation_CloneNode_m7B54909467E7BDD33AB1CDC1B8D003B05233CE37_RuntimeMethod_var); } } // System.Boolean System.Xml.XmlNotation::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlNotation_get_IsReadOnly_m9EB19523C975241196AC2155F92B27899E15A714 (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlNotation::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNotation_set_InnerXml_mED7DD20F04D83FB5B2F339907363B5D902AF6D0F (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation_set_InnerXml_mED7DD20F04D83FB5B2F339907363B5D902AF6D0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral27B477F4BCAE42DDF0C09B6DC74420257DC11C33, /*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, NULL, XmlNotation_set_InnerXml_mED7DD20F04D83FB5B2F339907363B5D902AF6D0F_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.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m71CF3AB5DA5240ACDE04249C55C7C4FA94DFA674 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = ___nt0; XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_1 = ___nsMgr1; String_t* L_2 = ___docTypeName2; String_t* L_3 = ___pubId3; String_t* L_4 = ___sysId4; String_t* L_5 = ___internalSubset5; String_t* L_6 = ___baseURI6; String_t* L_7 = ___xmlLang7; int32_t L_8 = ___xmlSpace8; XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B9_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B8_0 = NULL; String_t* G_B10_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B10_1 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B12_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B11_0 = NULL; String_t* G_B13_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B13_1 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B15_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B14_0 = NULL; String_t* G_B16_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B16_1 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B18_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B17_0 = NULL; String_t* G_B19_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B19_1 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B21_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B20_0 = NULL; String_t* G_B22_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B22_1 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B24_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B23_0 = NULL; String_t* G_B25_0 = NULL; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * G_B25_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__docTypeName_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__pubId_3(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__sysId_4(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__internalSubset_5(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__xmlLang_6(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__baseURI_8(L_5); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_6 = ___nsMgr1; if (!L_6) { goto IL_007e; } } { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = ___nt0; if (L_7) { goto IL_005c; } } { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_8 = ___nsMgr1; NullCheck(L_8); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_8); __this->set__nt_0(L_9); goto IL_0085; } IL_005c: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = ___nt0; XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_11 = ___nsMgr1; NullCheck(L_11); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_12 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_11); if ((((RuntimeObject*)(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)L_10) == ((RuntimeObject*)(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)L_12))) { goto IL_0075; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_14 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_14, _stringLiteral85FA5264361488C0C9A690DDDE62F1EAD0F021C3, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, XmlParserContext__ctor_m56E985DF4C9E35F3F5B12584BCAF0B68EABD2B3C_RuntimeMethod_var); } IL_0075: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_15 = ___nt0; __this->set__nt_0(L_15); goto IL_0085; } IL_007e: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_16 = ___nt0; __this->set__nt_0(L_16); } IL_0085: { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_17 = ___nsMgr1; __this->set__nsMgr_1(L_17); String_t* L_18 = ___docTypeName2; G_B8_0 = __this; if (!L_18) { G_B9_0 = __this; goto IL_0093; } } { String_t* L_19 = ___docTypeName2; G_B10_0 = L_19; G_B10_1 = G_B8_0; goto IL_0098; } IL_0093: { String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B10_0 = L_20; G_B10_1 = G_B9_0; } IL_0098: { NullCheck(G_B10_1); G_B10_1->set__docTypeName_2(G_B10_0); String_t* L_21 = ___pubId3; G_B11_0 = __this; if (!L_21) { G_B12_0 = __this; goto IL_00a6; } } { String_t* L_22 = ___pubId3; G_B13_0 = L_22; G_B13_1 = G_B11_0; goto IL_00ab; } IL_00a6: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B13_0 = L_23; G_B13_1 = G_B12_0; } IL_00ab: { NullCheck(G_B13_1); G_B13_1->set__pubId_3(G_B13_0); String_t* L_24 = ___sysId4; G_B14_0 = __this; if (!L_24) { G_B15_0 = __this; goto IL_00b9; } } { String_t* L_25 = ___sysId4; G_B16_0 = L_25; G_B16_1 = G_B14_0; goto IL_00be; } IL_00b9: { String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B16_0 = L_26; G_B16_1 = G_B15_0; } IL_00be: { NullCheck(G_B16_1); G_B16_1->set__sysId_4(G_B16_0); String_t* L_27 = ___internalSubset5; G_B17_0 = __this; if (!L_27) { G_B18_0 = __this; goto IL_00cc; } } { String_t* L_28 = ___internalSubset5; G_B19_0 = L_28; G_B19_1 = G_B17_0; goto IL_00d1; } IL_00cc: { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B19_0 = L_29; G_B19_1 = G_B18_0; } IL_00d1: { NullCheck(G_B19_1); G_B19_1->set__internalSubset_5(G_B19_0); String_t* L_30 = ___baseURI6; G_B20_0 = __this; if (!L_30) { G_B21_0 = __this; goto IL_00df; } } { String_t* L_31 = ___baseURI6; G_B22_0 = L_31; G_B22_1 = G_B20_0; goto IL_00e4; } IL_00df: { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B22_0 = L_32; G_B22_1 = G_B21_0; } IL_00e4: { NullCheck(G_B22_1); G_B22_1->set__baseURI_8(G_B22_0); String_t* L_33 = ___xmlLang7; G_B23_0 = __this; if (!L_33) { G_B24_0 = __this; goto IL_00f2; } } { String_t* L_34 = ___xmlLang7; G_B25_0 = L_34; G_B25_1 = G_B23_0; goto IL_00f7; } IL_00f2: { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B25_0 = L_35; G_B25_1 = G_B24_0; } IL_00f7: { NullCheck(G_B25_1); G_B25_1->set__xmlLang_6(G_B25_0); int32_t L_36 = ___xmlSpace8; __this->set__xmlSpace_7(L_36); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_37 = ___enc9; __this->set__encoding_9(L_37); return; } } // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get__nt_0(); return L_0; } } // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get__nsMgr_1(); return L_0; } } // System.String System.Xml.XmlParserContext::get_DocTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__docTypeName_2(); return L_0; } } // System.String System.Xml.XmlParserContext::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pubId_3(); return L_0; } } // System.String System.Xml.XmlParserContext::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__sysId_4(); return L_0; } } // System.String System.Xml.XmlParserContext::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__baseURI_8(); return L_0; } } // System.String System.Xml.XmlParserContext::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__internalSubset_5(); return L_0; } } // System.String System.Xml.XmlParserContext::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m92395390EA2BF98E99B0CD26356879890DEC1DF8 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlLang_6(); return L_0; } } // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m2416E0A2308506C419098DCEE3369F4690C598DB (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__xmlSpace_7(); return L_0; } } // System.Text.Encoding System.Xml.XmlParserContext::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlParserContext_get_Encoding_m9143206BF0C483469DE317344F8D32BAC481BA3A (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get__encoding_9(); return L_0; } } // System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__internalSubset_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0035; } } { String_t* L_3 = __this->get__pubId_3(); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0035; } } { String_t* L_6 = __this->get__sysId_4(); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0035: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc2; XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___target0; __this->set_target_2(L_1); String_t* L_2 = ___data1; __this->set_data_3(L_2); return; } } // System.String System.Xml.XmlProcessingInstruction::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Name_m4E3CB55ABDCC021118F5394ABC8749AD3D5D314D (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlProcessingInstruction_get_Name_m4E3CB55ABDCC021118F5394ABC8749AD3D5D314D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_target_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_target_2(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.String System.Xml.XmlProcessingInstruction::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_LocalName_m35D9B1EA2695CABD81FC141FAB3BED237EFB994D (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __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.String System.Xml.XmlProcessingInstruction::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Value_m4256AA1DED3B14CCC156D2C7888C17DF08547A72 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_InnerText_mEB52E3827798E43DEAE2ACE5D4E9FBB5FC1513A8 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlProcessingInstruction::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_NodeType_m159F396239B7BF69862F8005C3CABBCA0120FD65 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.XmlNode System.Xml.XmlProcessingInstruction::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlProcessingInstruction_CloneNode_m412AF661EAAECE8D85E76055C9AEC8B915A70E1B (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = __this->get_target_2(); String_t* L_2 = __this->get_data_3(); NullCheck(L_0); XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_3 = VirtFuncInvoker2< XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *, String_t*, String_t* >::Invoke(50 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlQualifiedName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B2_0 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B3_1 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B5_0 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B6_1 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___ns1; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___ns1; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_ns_2(G_B3_0); String_t* L_3 = ___name0; G_B4_0 = __this; if (!L_3) { G_B5_0 = __this; goto IL_001e; } } { String_t* L_4 = ___name0; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0023; } IL_001e: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0023: { NullCheck(G_B6_1); G_B6_1->set_name_1(G_B6_0); return; } } // System.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_hash_3(); if (L_0) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_1 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); if (L_1) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_2 = XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173(/*hidden argument*/NULL); ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0(L_2); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_3 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_7 = HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E(L_3, L_4, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); __this->set_hash_3(L_7); } IL_003c: { int32_t L_8 = __this->get_hash_3(); return L_8; } } // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { String_t* L_2 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.String System.Xml.XmlQualifiedName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { String_t* L_2 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(__this, /*hidden argument*/NULL); String_t* L_3 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_3, /*hidden argument*/NULL); return L_4; } IL_0024: { String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL; { RuntimeObject * L_0 = ___other0; if ((!(((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___other0; V_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)IsInstClass((RuntimeObject*)L_1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_3 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_2, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003d; } } { String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(__this, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = V_0; NullCheck(L_5); String_t* L_6 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { String_t* L_8 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(__this, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = V_0; NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_003b: { return (bool)0; } IL_003d: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method) { { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___a0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___b1; if ((!(((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)L_0) == ((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___a0; NullCheck(L_4); String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_4, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = ___b1; NullCheck(L_6); String_t* L_7 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_6, /*hidden argument*/NULL); bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = ___a0; NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_9, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___b1; NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_11, /*hidden argument*/NULL); bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_12, /*hidden argument*/NULL); return L_13; } IL_0033: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___a0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_2 = XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.XmlQualifiedName_HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() extern "C" IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_0 = XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4(/*hidden argument*/NULL); if (L_0) { goto IL_003d; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); NullCheck(L_2); MethodInfo_t * L_3 = Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD(L_2, _stringLiteral2547BF06A9A1BA77AA1004FACBFABAE4834F8A18, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_3; MethodInfo_t * L_4 = V_0; bool L_5 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003d; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); MethodInfo_t * L_8 = V_0; Delegate_t * L_9 = Delegate_CreateDelegate_mD7C5EDDB32C63A9BD9DE43AC879AFF4EBC6641D1(L_7, L_8, /*hidden argument*/NULL); return ((HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)CastclassSealed((RuntimeObject*)L_9, HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var)); } IL_003d: { HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_10 = (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)il2cpp_codegen_object_new(HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var); HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5(L_10, NULL, (intptr_t)((intptr_t)XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57_RuntimeMethod_var), /*hidden argument*/NULL); return L_10; } } // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4 (const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCodeOfString(System.String,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57 (String_t* ___s0, int32_t ___length1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.StringU26) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___s0; String_t** L_1 = ___prefix2; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071(L_0, (String_t**)L_1, (String_t**)(&V_0), /*hidden argument*/NULL); RuntimeObject* L_2 = ___nsmgr1; String_t** L_3 = ___prefix2; String_t* L_4 = *((String_t**)L_3); NullCheck(L_2); String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_2, L_4); V_1 = L_5; String_t* L_6 = V_1; if (L_6) { goto IL_0031; } } { String_t** L_7 = ___prefix2; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002b; } } { String_t** L_10 = ___prefix2; String_t* L_11 = *((String_t**)L_10); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_12 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_12, _stringLiteral14A25F47BDDFEB324F618BB03EA8B068E690C866, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_RuntimeMethod_var); } IL_002b: { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_13; } IL_0031: { String_t* L_14 = V_0; String_t* L_15 = V_1; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_16, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.Xml.XmlQualifiedName::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0((HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_1, L_0, /*hidden argument*/NULL); ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_Empty_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, int64_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___s0U27 to native representation char* ____s0_marshaled = NULL; ____s0_marshaled = il2cpp_codegen_marshal_string(___s0); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____s0_marshaled, ___sLen1, ___additionalEntropy2); // Marshaling cleanup of parameter U27___s0U27 native representation il2cpp_codegen_marshal_free(____s0_marshaled); ____s0_marshaled = NULL; return returnValue; } // System.Void System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __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.Int32 System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); 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 == 3) { // open typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod); } } else if (___parameterCount != 3) { // 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_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)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___sLen1, ___additionalEntropy2); else result = VirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___sLen1, ___additionalEntropy2); } } } else { typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, 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 (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 int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2); else result = GenericVirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2); else result = VirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2); } } } else { typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); 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 == 3) { // open typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod); } } else if (___parameterCount != 3) { // 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_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)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___sLen1, ___additionalEntropy2); else result = VirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___sLen1, ___additionalEntropy2); } } } else { typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, 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 (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 int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2); else result = GenericVirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2); else result = VirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2); } } } else { typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod); } } } return result; } // System.IAsyncResult System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::BeginInvoke(System.String,System.Int32,System.Int64,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___s0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___sLen1); __d_args[2] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___additionalEntropy2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_EndInvoke_mFCD0B07D2A7BBCCE43DF5F82F11D6D50FA112361 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * XmlReader_get_Settings_mD03FB636C0D32E20A4A70D80DC00DB1052342122 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { return (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 *)NULL; } } // System.String System.Xml.XmlReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); return L_2; } IL_0014: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(25 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, __this); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_5, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_6); return L_7; } } // System.Boolean System.Xml.XmlReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlReader_get_IsDefault_m89181C58B14C3B1CF5E1EFEF26CC2A58964ED3C7 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_SchemaInfo_mCFB2B2AC5F00C0C986286CD79F7B235E89D12F31 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_get_SchemaInfo_mCFB2B2AC5F00C0C986286CD79F7B235E89D12F31_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Close_m47D14A18E83F246EFE28A792766CD77101A182BF (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlReader_get_CanResolveEntity_mB7CD04D319F71C0A8202B775CBD69C1F34CBD022 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.XmlReader::Dispose() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Dispose_m56DD3810681D55E0671AC2C7C49649B2B1730E7A (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(29 /* System.Void System.Xml.XmlReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Xml.XmlReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReader_Dispose_m6FF5EAA719F69E11B65EF4F8A8890B201CB94421 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0012; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(23 /* System.Void System.Xml.XmlReader::Close() */, __this); } IL_0012: { return; } } // System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_DtdInfo_mB949505677C45DF7BC9C1BF320B98E27586B8E0F (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; { V_0 = ((int32_t)4096); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___input0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (!L_1) { goto IL_002e; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___input0; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2); V_1 = L_3; int64_t L_4 = V_1; int32_t L_5 = V_0; if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)L_5)))))) { goto IL_001f; } } { int64_t L_6 = V_1; if ((int64_t)(L_6) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_RuntimeMethod_var); V_0 = (((int32_t)((int32_t)L_6))); goto IL_002e; } IL_001f: { int64_t L_7 = V_1; if ((((int64_t)L_7) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65536))))))) { goto IL_002e; } } { V_0 = ((int32_t)8192); } IL_002e: { int32_t L_8 = V_0; return L_8; } } // System.Object System.Xml.XmlReader::get_debuggerDisplayProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 L_0; memset(&L_0, 0, sizeof(L_0)); XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215((&L_0), __this, /*hidden argument*/NULL); XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 L_1 = L_0; RuntimeObject * L_2 = Box(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_mC2DEF8F2F0D68263FE0A20A34B5B4D999C72B769 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_IsTextualNodeBitmap_0(((int32_t)24600)); ((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_CanReadContentAsBitmap_1(((int32_t)123324)); ((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_HasValueBitmap_2(((int32_t)157084)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled) { Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL, NULL); } extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke_back(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled) { Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke_cleanup(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled) { Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL, NULL); } extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com_back(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled) { Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy extern "C" void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com_cleanup(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled) { } // System.Void System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method) { { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = ___reader0; __this->set_reader_0(L_0); return; } } extern "C" void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_AdjustorThunk (RuntimeObject * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method) { XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * _thisAdjusted = reinterpret_cast(__this + 1); XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215(_thisAdjusted, ___reader0, method); } // System.String System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_0 = L_1; RuntimeObject * L_2 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_0 = *(int32_t*)UnBox(L_2); V_1 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_006b; } case 1: { goto IL_008c; } case 2: { goto IL_00da; } case 3: { goto IL_00da; } case 4: { goto IL_006b; } case 5: { goto IL_017c; } case 6: { goto IL_008c; } case 7: { goto IL_00da; } case 8: { goto IL_017c; } case 9: { goto IL_00fd; } case 10: { goto IL_017c; } case 11: { goto IL_017c; } case 12: { goto IL_00da; } case 13: { goto IL_00da; } case 14: { goto IL_006b; } case 15: { goto IL_006b; } case 16: { goto IL_00da; } } } { goto IL_017c; } IL_006b: { String_t* L_5 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = __this->get_reader_0(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_6); String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_5, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_7, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_1 = L_8; goto IL_017c; } IL_008c: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9; String_t* L_11 = V_1; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (String_t*)L_11); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8); (L_12)->SetAt(static_cast(1), (String_t*)_stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_14 = __this->get_reader_0(); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_14); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(2), (String_t*)L_15); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_13; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236); (L_16)->SetAt(static_cast(3), (String_t*)_stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_18 = __this->get_reader_0(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_20 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_19, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(4), (String_t*)L_20); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_17; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6); (L_21)->SetAt(static_cast(5), (String_t*)_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6); String_t* L_22 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_21, /*hidden argument*/NULL); V_1 = L_22; goto IL_017c; } IL_00da: { String_t* L_23 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_24 = __this->get_reader_0(); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_26 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_25, /*hidden argument*/NULL); String_t* L_27 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_23, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_26, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_1 = L_27; goto IL_017c; } IL_00fd: { String_t* L_28 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_29 = __this->get_reader_0(); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_29); String_t* L_31 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_28, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_30, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); V_1 = L_31; String_t* L_32 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_33 = __this->get_reader_0(); NullCheck(L_33); String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_33, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1); String_t* L_35 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_32, _stringLiteral919176ABD217DFC0AE8AB2A29692E22D95F3AC4B, L_34, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_1 = L_35; String_t* L_36 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_37 = __this->get_reader_0(); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_37, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3); String_t* L_39 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_36, _stringLiteral50813027F068E3C36CB1518BAADF80EBFA016339, L_38, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_1 = L_39; String_t* L_40 = V_1; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_41 = __this->get_reader_0(); NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_43 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_42, /*hidden argument*/NULL); String_t* L_44 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_40, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_43, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_1 = L_44; } IL_017c: { String_t* L_45 = V_1; return L_45; } } extern "C" String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * _thisAdjusted = reinterpret_cast(__this + 1); return XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlReaderSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_mA092AC14229264BE95E505CD336F85CE40D7F9DE (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlReaderSettings_Initialize_mB0A9A11FEA251F67955DF59D0C4C67A1504CBA2B(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m2792CBE34EF61A64668C3C7FF6FF520D9BE6A71E (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_NameTable_m2792CBE34EF61A64668C3C7FF6FF520D9BE6A71E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral09FF967B6BF662CDCA90833563EFA8275200F079, /*hidden argument*/NULL); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = ___value0; __this->set_nameTable_1(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m7DD6B97FDDABEB101E7521F385669154480D903F (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m9C4C7F524FC2E792F8C51D54D842294E81DB6A0E (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_XmlResolver_m9C4C7F524FC2E792F8C51D54D842294E81DB6A0E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral34C2BF5C04F4CBC0C66C990CB319001456D9161C, /*hidden argument*/NULL); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = ___value0; __this->set_xmlResolver_2(L_0); XmlReaderSettings_set_IsXmlResolverSet_m7DD6B97FDDABEB101E7521F385669154480D903F(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::GetXmlResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlReaderSettings_GetXmlResolver_m0CCCC4D5DF7B454C9C2AB1056707D299425EACA0 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method) { { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_2(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_LineNumberOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m8FEFE0B0F5BDB318643FA327AE64C87B95939D02 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_LineNumberOffset_m8FEFE0B0F5BDB318643FA327AE64C87B95939D02_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral9C3AE6C434AD0A915F4979D56D0E4E521D5B780D, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_lineNumberOffset_3(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_LinePositionOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_m326669C922BE5D5CD79BA9DC82C46DC53FD6C630 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_LinePositionOffset_m326669C922BE5D5CD79BA9DC82C46DC53FD6C630_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral6AF760BB2A311501A7447F7EB9E5EE1C505DB919, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_linePositionOffset_4(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral4F75F4A3769EDB64C3D3258B7D66BCF5600E57AC, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330_RuntimeMethod_var); } IL_001a: { int32_t L_2 = ___value0; __this->set_conformanceLevel_5(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_CheckCharacters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_m2D6E25EE9B633B41605BC7ADED3913DBAD36E0DB (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_CheckCharacters_m2D6E25EE9B633B41605BC7ADED3913DBAD36E0DB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral875D1CA10FE226985615D6FBB7BB09BC06C1B844, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_checkCharacters_6(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersInDocument(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001b; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF_RuntimeMethod_var); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersInDocument_7(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersFromEntities(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001b; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123_RuntimeMethod_var); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersFromEntities_8(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m85606F49433EEEBB0BC0534FE9610C9249DF8600 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_IgnoreWhitespace_m85606F49433EEEBB0BC0534FE9610C9249DF8600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral635824F9BE245D77F832AFDFCC616C299C4D6BD6, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreWhitespace_9(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m4D332DF7DB21BFBC698202CABE23694EEB387E93 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_IgnoreProcessingInstructions_m4D332DF7DB21BFBC698202CABE23694EEB387E93_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral0EB823E14D8226D370C009162E5825A9329C3D55, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignorePIs_10(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_mC3A6B64095C4D63E7291897CFACC620BCD0E3A5C (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_IgnoreComments_mC3A6B64095C4D63E7291897CFACC620BCD0E3A5C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral5ACF03314709224B232D223DF6F8C67A3355482E, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreComments_11(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F(__this, _stringLiteral623950FD45803F384FA4321930E2FF79538A6DF5, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5_RuntimeMethod_var); } IL_001a: { int32_t L_2 = ___value0; __this->set_dtdProcessing_12(L_2); return; } } // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m7BF33B8140D1C6D263A95011B3436B65BAC5B1E7 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * XmlReaderSettings_get_Schemas_m092542FE9F7250CB20F32A02E11534E90DD82D56 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_get_Schemas_m092542FE9F7250CB20F32A02E11534E90DD82D56_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_0 = __this->get_schemas_15(); if (L_0) { goto IL_0013; } } { XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_1 = (XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F *)il2cpp_codegen_object_new(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m78E43F5CA5D123B20DB1ACFB0E20C028C4F9A27F(L_1, /*hidden argument*/NULL); __this->set_schemas_15(L_1); } IL_0013: { XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_2 = __this->get_schemas_15(); return L_2; } } // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_mE10CB07BB78FCCE8406261229BD32DA8559FE540 (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isReadOnly_17(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isReadOnly_17(); if (!L_0) { goto IL_0029; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); String_t* L_3 = ___propertyName0; String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_3, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_5 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_5, _stringLiteralB63A1D5B6BD47E91F4A7EC063639A38580C3041C, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, XmlReaderSettings_CheckReadOnly_mCE7647250F8510DB106034C600C2BAD0D0CE368F_RuntimeMethod_var); } IL_0029: { return; } } // System.Void System.Xml.XmlReaderSettings::Initialize() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB0A9A11FEA251F67955DF59D0C4C67A1504CBA2B (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, const RuntimeMethod* method) { { XmlReaderSettings_Initialize_m832D10349AE49444E41322DC5963540432ADCDEE(__this, (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m832D10349AE49444E41322DC5963540432ADCDEE (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___resolver0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_Initialize_m832D10349AE49444E41322DC5963540432ADCDEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * G_B2_0 = NULL; XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * G_B1_0 = NULL; XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * G_B3_0 = NULL; XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * G_B3_1 = NULL; { __this->set_nameTable_1((XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)NULL); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = ___resolver0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000e; } } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_1 = ___resolver0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0013; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_2 = XmlReaderSettings_CreateDefaultResolver_m039C61CF441A91166D2F3888E17B20AC506E6376(/*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_xmlResolver_2(G_B3_0); __this->set_maxCharactersFromEntities_8((((int64_t)((int64_t)0)))); __this->set_lineNumberOffset_3(0); __this->set_linePositionOffset_4(0); __this->set_checkCharacters_6((bool)1); __this->set_conformanceLevel_5(2); __this->set_ignoreWhitespace_9((bool)0); __this->set_ignorePIs_10((bool)0); __this->set_ignoreComments_11((bool)0); __this->set_dtdProcessing_12(0); __this->set_closeInput_16((bool)0); __this->set_maxCharactersInDocument_7((((int64_t)((int64_t)0)))); __this->set_schemas_15((XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F *)NULL); __this->set_validationType_13(0); __this->set_validationFlags_14(8); int32_t L_3 = __this->get_validationFlags_14(); __this->set_validationFlags_14(((int32_t)((int32_t)L_3|(int32_t)((int32_t)16)))); __this->set_useAsync_0((bool)0); __this->set_isReadOnly_17((bool)0); XmlReaderSettings_set_IsXmlResolverSet_m7DD6B97FDDABEB101E7521F385669154480D903F(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlReaderSettings_CreateDefaultResolver_m039C61CF441A91166D2F3888E17B20AC506E6376 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_CreateDefaultResolver_m039C61CF441A91166D2F3888E17B20AC506E6376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 * L_0 = (XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 *)il2cpp_codegen_object_new(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m60DC644B9275BBA4308DCDE17E8378F39739640B(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); bool L_0 = Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_RuntimeMethod_var); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); bool L_1 = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var); return L_1; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var); bool L_2 = BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mB7A5C52DBD5570B6E9EBAD4FA36914CECDDD4968(/*hidden argument*/NULL); if (L_2) { goto IL_0034; } } { Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_3; memset(&L_3, 0, sizeof(L_3)); Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); ((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_3); bool L_4 = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var); return L_4; } IL_0034: { V_0 = (bool)0; bool L_5 = V_0; Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_6; memset(&L_6, 0, sizeof(L_6)); Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_6), L_5, /*hidden argument*/Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); ((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_6); bool L_7 = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)(((XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var); return L_7; } } // System.Void System.Xml.XmlReaderSettings::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__cctor_m0441C8910E74A21D6697F279D922CB3638AA7D0E (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_m88EEA1BE0454C16CC78B0EF11E48D132B8C67A29 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * ___downloadManager1, String_t* ___host2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlRegisteredNonCachedStream__ctor_m88EEA1BE0454C16CC78B0EF11E48D132B8C67A29_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; __this->set_stream_4(L_0); XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_1 = ___downloadManager1; __this->set_downloadManager_5(L_1); String_t* L_2 = ___host2; __this->set_host_6(L_2); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Finalize_mA571F286ACA2676B2206115792C6940E83735EB6 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_0 = __this->get_downloadManager_5(); if (!L_0) { goto IL_0019; } } IL_0008: { XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_1 = __this->get_downloadManager_5(); String_t* L_2 = __this->get_host_6(); NullCheck(L_1); XmlDownloadManager_Remove_m01B83E693072CFD8CAA58FC05278BD288088AF39(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { __this->set_stream_4((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); IL2CPP_LEAVE(0x29, FINALLY_0022); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Dispose_m3ABA938F4DB412F8141BA60C752D930646BE8F17 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlRegisteredNonCachedStream_Dispose_m3ABA938F4DB412F8141BA60C752D930646BE8F17_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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_002f; } } IL_0003: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_4(); if (!L_1) { goto IL_002f; } } IL_000b: { XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_2 = __this->get_downloadManager_5(); if (!L_2) { goto IL_0024; } } IL_0013: { XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_3 = __this->get_downloadManager_5(); String_t* L_4 = __this->get_host_6(); NullCheck(L_3); XmlDownloadManager_Remove_m01B83E693072CFD8CAA58FC05278BD288088AF39(L_3, L_4, /*hidden argument*/NULL); } IL_0024: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_stream_4(); NullCheck(L_5); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_5); } IL_002f: { __this->set_stream_4((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x46, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) bool L_6 = ___disposing0; Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x46, IL_0046) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0046: { return; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginRead_m2A753E1DAFE50386D3F21055B8C133290EB02A39 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginWrite_m260C467741ABF0869F549F7CEC3BAB98A926BDF8 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(21 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_EndRead_mA9F0D0E408D9DBA8B6135C1AC275E2B45E19DEB8 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_EndWrite_m328A7D2A8167633BCB4574E396202657F096D05D (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Flush() extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Flush_mDCE1EE0F7029209A237DD0BB0D1F0F64D06C8593 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_Read_mE9CB9BDCE9FF40458E059F831FE31582872DB784 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_ReadByte_m9C7DF644F57FBAB277C3DC0AC011C1893EE9C668 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_Seek_mADE5197271960870E74A475F222D5600262864FC (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(24 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Write_mF10D73A4C20FD77FD347DF56769E94F6ADBED447 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_WriteByte_m009D1DD344767B0015A071178C94C19BDB362706 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, uint8_t ___value0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(28 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); return; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanRead_m55B039415C9127A1E72A4638A5A4982A05C84F04 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanSeek_mA36F667E02F12F0ABF43C26F16DAD92D1B70A18F (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanWrite_m3637EDEE6099626E00E8303F03801F7CB4FF1F35 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Length_mBE325EC287B5C813F01C361AC774FE88CAD48F84 (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Position_m9B9751BBDF27D64A7D976F7E751E0906A4395C0D (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_set_Position_m9EAD656330B5F44E6CF426678DEFA99C460102DA (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_4(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___baseUri0; NullCheck(L_2); bool L_3 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004a; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___baseUri0; NullCheck(L_4); String_t* L_5 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004a; } } IL_001e: { String_t* L_7 = ___relativeUri1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4(L_8, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0; NullCheck(L_9); bool L_10 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0048; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = V_0; NullCheck(L_11); String_t* L_12 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0048; } } { String_t* L_14 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_15 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_14, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0048: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = V_0; return L_17; } IL_004a: { String_t* L_18 = ___relativeUri1; if (!L_18) { goto IL_0055; } } { String_t* L_19 = ___relativeUri1; NullCheck(L_19); int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0057; } } IL_0055: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___baseUri0; return L_21; } IL_0057: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_22 = ___baseUri0; NullCheck(L_22); bool L_23 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_006f; } } { String_t* L_24 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralFF9ADA5DD77A58B768C31CF306739F95A7349D2D, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_25 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_RuntimeMethod_var); } IL_006f: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = ___baseUri0; String_t* L_27 = ___relativeUri1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_28, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) extern "C" IL2CPP_METHOD_ATTR bool XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___absoluteUri0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___absoluteUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralB82E1120FAA671E759C3B20F058DB73F0BC2CAC6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_RuntimeMethod_var); } IL_0014: { Type_t * L_3 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { Type_t * L_5 = ___type1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0031; } } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * XmlResolver_GetEntityAsync_m22E6B8AD63C12C24F78B06AAB875F7F6016F8752 (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___absoluteUri0, String_t* ___role1, Type_t * ___ofObjectToReturn2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlResolver_GetEntityAsync_m22E6B8AD63C12C24F78B06AAB875F7F6016F8752_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, NULL, XmlResolver_GetEntityAsync_m22E6B8AD63C12C24F78B06AAB875F7F6016F8752_RuntimeMethod_var); } } // System.Void System.Xml.XmlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlResolver__ctor_m13C03FD7D7D57C97976BBCB547B9E2C3C09C408A (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __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.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strData0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1; XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = ___doc1; NullCheck(L_2); bool L_3 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { String_t* L_4 = ___strData0; bool L_5 = XmlCharacterData_CheckOnData_m256EB1478D4EE87B7FD97C54882AE684EA2DA474(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } { String_t* L_6 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralB8C1626447FA8716F0689D3C8B247CF5BDA4ED6D, /*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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327_RuntimeMethod_var); } IL_0029: { return; } } // System.String System.Xml.XmlSignificantWhitespace::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Name_m00A15AE1A2CA8B45754CCBD24B7D57453C01AAA9 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.String System.Xml.XmlSignificantWhitespace::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_LocalName_mC310FE0E7E3ED2D595BE488E39795F145B16B792 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlSignificantWhitespace::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_NodeType_m31F7062AA35F2ECFCB78401C092B88FCF88F8E6A (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlSignificantWhitespace_get_ParentNode_m5024A6433AEBA9D2CD72E44B7E0F51AF2300DB80 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __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(8 /* 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_0027; } } { 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_0027; } } { goto IL_0046; } IL_0020: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = XmlNode_get_ParentNode_m6AC4A7F4FEE5B469A86490C129F011C12201C3E6(__this, /*hidden argument*/NULL); return L_5; } IL_0027: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); NullCheck(L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = L_6->get_parentNode_0(); V_1 = L_7; goto IL_003c; } IL_0035: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_1; NullCheck(L_8); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = L_8->get_parentNode_0(); V_1 = L_9; } IL_003c: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = V_1; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_10); if (L_11) { goto IL_0035; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = V_1; return L_12; } IL_0046: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); return L_13; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlSignificantWhitespace_CloneNode_m9D823C9A33FB35CD71AB6D1F959EF5ACB2A10573 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(43 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_2 = VirtFuncInvoker1< XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *, String_t* >::Invoke(53 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlSignificantWhitespace::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Value_m4437020AE55A620127A729DE24E848F93B4174D1 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(43 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Boolean System.Xml.XmlSignificantWhitespace::get_IsText() extern "C" IL2CPP_METHOD_ATTR bool XmlSignificantWhitespace_get_IsText_m4475FCA2927BDF8DE349D872554ED7602F95D6AE (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __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 #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.XmlText::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlText__ctor_mD1CAEF449A58416EEE42B139253EFCEDA2CC9C35 (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, String_t* ___strData0, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF(__this, L_0, (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1; XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlText::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_Name_m0F59634A699959D26B9394EE0559583E4E0E26C8 (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.String System.Xml.XmlText::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_LocalName_m99B09BCA74E9EABBCC6C170C48BC5A12C5E8555B (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlText::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlText_get_NodeType_mF098B7334B1CD259471D674CF39592C2106477E9 (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XmlNode System.Xml.XmlText::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlText_get_ParentNode_mE02F0152D93D186EC29D122A21400A77B3F8D1FA (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __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(8 /* 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(42 /* 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.XmlText::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlText_CloneNode_m9D5DCB399B389162181B10D4B070DCD7F3AEF37D (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(43 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_2 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlText::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_Value_mC4D9245AFB8259EF2F77A97092895CD813E1FDDF (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(43 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Boolean System.Xml.XmlText::get_IsText() extern "C" IL2CPP_METHOD_ATTR bool XmlText_get_IsText_mB1236C047BEDDE3E9295AE7E34B16D72B9D27AF0 (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __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.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var); XmlReader__ctor_mC2DEF8F2F0D68263FE0A20A34B5B4D999C72B769(__this, /*hidden argument*/NULL); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_0 = ___input0; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = ___nt1; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_2 = (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_mD91A12EA339F03CD5113D52039827D9936EF6A95(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_impl_3(L_2); XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_3 = __this->get_impl_3(); NullCheck(L_3); XmlTextReaderImpl_set_OuterReader_m16E28E91F4FB3CB2AACE4A02207B12FA2BF4A907(L_3, __this, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType System.Xml.XmlTextReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_NodeType_m324D130174C4F15CC58C963D425315DF70CC729A (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Name_m2135A2CCA6F07703B9447F1047ECEDA877982845 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_LocalName_m9EC22D767C0437B9A0147A1D1C5C576AC9C0571B (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_NamespaceURI_mD01EF99964CB7808487A1FED711A54F3AD52EBE1 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Prefix_mB6FF160948B15E436AF4F763A3DA7A2A496BC455 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Value_m29A72C4D4B57B87D196EBB7AC760703E29C7B7CE (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_BaseURI_m0D6CC559345AF07E3B71341994709822E3FE93F5 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsEmptyElement_m3A21B2528161014E891DEB7B9A2711E851B99F5F (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsDefault_mA75071ABF88A2FCECE281613C11ADA523F9FA247 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_mB3E274A9E9C2BA1B43678C2A56782C79D02A3F89 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_mA525B575C978D4D5D533EF17778E18E05BEBC142 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlTextReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToFirstAttribute_mCC5FC2B00B96069EEC758A6AF0B9DD4E7AEA9DAB (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToNextAttribute_m5F4884DD8C0C07CD8E1F3C55D2863C38836B687E (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToElement_m0FBF43BE1799DE1EC3440434742C9377EC54152D (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadAttributeValue_m4EF0DE94AE154526407AE9C2E81FE7CB1C47CE7D (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_Read_mD6C8EE6D88E03254FA56289BDF177A7A5BFC1F17 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); return L_1; } } // System.Void System.Xml.XmlTextReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Close_mB60EAA26DC5F48136496F04ABF1EF9884D312C43 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(23 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_ReadState_mFC2E5E4983AB37D493C4758A958D5F00633D96FC (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); return L_1; } } // System.Xml.XmlNameTable System.Xml.XmlTextReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReader_get_NameTable_m07CDFF674EEF964B3C0997F935FB9B58BB868530 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(25 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_mF974C83ED20906A91E66A1B4B8CFBCBE8DF963DE (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___prefix0, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_001a; } } { String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_001a; } } { V_0 = (String_t*)NULL; } IL_001a: { String_t* L_6 = V_0; return L_6; } } // System.Boolean System.Xml.XmlTextReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CanResolveEntity_m523C84DBCB7F57B5A09615E621D2605815D576EA (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlTextReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ResolveEntity_mE870296996D24FB0892C72BB3A784C8703EB11C5 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.String System.Xml.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupNamespace_m9330BD8432404C0DCB0F4439205E8CEA8D3F6E0F (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m87877CD5B7D36CAF9028777AB3A29B782BE49A26 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); String_t* L_1 = ___namespaceName0; NullCheck(L_0); String_t* L_2 = XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_mE9E41D529265DB4C3A4291D96CF36C6792685025 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, int32_t ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); int32_t L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_mD329CDE112F1C8F2185020475C4E6B3CE334EFBA (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_XmlResolver_m1770FD44E07FECE1904724E01EFA2068CD4C33CB(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl() extern "C" IL2CPP_METHOD_ATTR XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * XmlTextReader_get_Impl_m23CCF92610375EF11E3B47745A6F1EB3BA596AFB (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); return L_0; } } // System.Void System.Xml.XmlTextReader::set_XmlValidatingReaderCompatibilityMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m6A9B67366EDD15B41F82AD9146049814BF55F3B5 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); bool L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.IDtdInfo System.Xml.XmlTextReader::get_DtdInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReader_get_DtdInfo_mC58F1F715C7DE8508486301FF97B93550D1F05BE (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_0); 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.Void System.Xml.XmlTextReaderImpl::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); __this->set_xmlCharType_4(L_0); __this->set_curAttrIndex_12((-1)); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_url_22(L_1); __this->set_supportNamespaces_24((bool)1); __this->set_dtdProcessing_26(2); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_lastPrefix_38(L_2); __this->set_parsingStatesStackTop_41((-1)); __this->set_fragmentType_45(((int32_t)9)); __this->set_nextEntityId_63(1); Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 * L_3 = (Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6 *)il2cpp_codegen_object_new(Tuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_il2cpp_TypeInfo_var); Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3(L_3, 0, 0, 0, (bool)0, /*hidden argument*/Tuple_4__ctor_mD53DFB858AA00D94D769B7415C22BAED8C8C21F3_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * L_4 = Task_FromResult_TisTuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_mB52B4302A3C9F5EA9967C8857255AA5C15C342CB(L_3, /*hidden argument*/Task_FromResult_TisTuple_4_tD2D1CA7B33B323048381C8E16F23DD95A64927F6_mB52B4302A3C9F5EA9967C8857255AA5C15C342CB_RuntimeMethod_var); __this->set_parseText_dummyTask_78(L_4); IL2CPP_RUNTIME_CLASS_INIT(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var); XmlReader__ctor_mC2DEF8F2F0D68263FE0A20A34B5B4D999C72B769(__this, /*hidden argument*/NULL); __this->set_v1Compat_36((bool)1); __this->set_outerReader_74(__this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_5 = ___nt0; __this->set_nameTable_19(L_5); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = ___nt0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_6); VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); bool L_8 = XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958(/*hidden argument*/NULL); if (L_8) { goto IL_0097; } } { __this->set_xmlResolver_21((XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 *)NULL); goto IL_00a2; } IL_0097: { XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 * L_9 = (XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 *)il2cpp_codegen_object_new(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m60DC644B9275BBA4308DCDE17E8378F39739640B(L_9, /*hidden argument*/NULL); __this->set_xmlResolver_21(L_9); } IL_00a2: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = ___nt0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736); __this->set_Xml_76(L_11); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_12 = ___nt0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA); __this->set_XmlNs_77(L_13); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_14 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)SZArrayNew(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_nodes_9(L_14); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_15 = __this->get_nodes_9(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_16); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_17 = __this->get_nodes_9(); NullCheck(L_17); int32_t L_18 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = (L_17)->GetAt(static_cast(L_18)); __this->set_curNode_10(L_19); StringBuilder_t * L_20 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_20, /*hidden argument*/NULL); __this->set_stringBuilder_60(L_20); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_21 = (XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 *)il2cpp_codegen_object_new(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_il2cpp_TypeInfo_var); XmlContext__ctor_m286116CAF14DF829F24584EA85FC55DA1A507DBF(L_21, /*hidden argument*/NULL); __this->set_xmlContext_39(L_21); __this->set_parsingFunction_6(4); __this->set_nextParsingFunction_7(5); __this->set_entityHandling_27(2); __this->set_whitespaceHandling_25(0); __this->set_closeInput_33((bool)1); __this->set_maxCharactersInDocument_34((((int64_t)((int64_t)0)))); __this->set_maxCharactersFromEntities_35((((int64_t)((int64_t)((int32_t)10000000))))); __this->set_charactersInDocument_70((((int64_t)((int64_t)0)))); __this->set_charactersFromEntities_71((((int64_t)((int64_t)0)))); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); L_22->set_lineNo_11(1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); L_23->set_lineStartPos_12((-1)); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mD91A12EA339F03CD5113D52039827D9936EF6A95 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl__ctor_mD91A12EA339F03CD5113D52039827D9936EF6A95_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_1 = ___input0; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = ___nt1; XmlTextReaderImpl__ctor_mFAB2D3A5A759C7ED7472FF6EA9F9C710F8F1C2B4(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mFAB2D3A5A759C7ED7472FF6EA9F9C710F8F1C2B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___url0, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input1, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl__ctor_mFAB2D3A5A759C7ED7472FF6EA9F9C710F8F1C2B4_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_1 = NULL; { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = ___nt2; XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9(__this, L_0, /*hidden argument*/NULL); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = ___nt2; XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_2 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_2, L_1, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_2); String_t* L_3 = ___url0; G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_001e; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_001f; } IL_001e: { String_t* L_5 = ___url0; G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_001f: { NullCheck(G_B3_1); G_B3_1->set_reportedBaseUri_42(G_B3_0); String_t* L_6 = __this->get_reportedBaseUri_42(); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_7 = ___input1; XmlTextReaderImpl_InitTextReaderInput_m7F1C6C3BB6E22C92870E602C88BA8631798BFE66(__this, L_6, L_7, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = L_8->get_encoding_3(); __this->set_reportedEncoding_43(L_9); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m197C7872A20B250CEEFCF5E5B77C63D2E7F05120 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl__ctor_m197C7872A20B250CEEFCF5E5B77C63D2E7F05120_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B4_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_1 = NULL; { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_0 = ___context2; G_B1_0 = __this; if (!L_0) { G_B3_0 = __this; goto IL_0014; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = ___context2; NullCheck(L_1); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757(L_1, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (!L_2) { G_B3_0 = G_B1_0; goto IL_0014; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_3 = ___context2; NullCheck(L_3); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_4 = XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757(L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0019; } IL_0014: { NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * L_5 = (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C *)il2cpp_codegen_object_new(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C_il2cpp_TypeInfo_var); NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA(L_5, /*hidden argument*/NULL); G_B4_0 = ((XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)(L_5)); G_B4_1 = G_B3_0; } IL_0019: { NullCheck(G_B4_1); XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9(G_B4_1, G_B4_0, /*hidden argument*/NULL); String_t* L_6 = ___xmlFragment0; if (L_6) { goto IL_0028; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___xmlFragment0 = L_7; } IL_0028: { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = ___context2; if (L_8) { goto IL_003e; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); String_t* L_11 = ___xmlFragment0; XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_9, L_10, L_11, /*hidden argument*/NULL); goto IL_005c; } IL_003e: { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_12 = ___context2; NullCheck(L_12); String_t* L_13 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_12, /*hidden argument*/NULL); __this->set_reportedBaseUri_42(L_13); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_14 = ___context2; NullCheck(L_14); String_t* L_15 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_14, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); String_t* L_17 = ___xmlFragment0; XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_15, L_16, L_17, /*hidden argument*/NULL); } IL_005c: { int32_t L_18 = ___fragType1; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_19 = ___context2; XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972(__this, L_18, L_19, (bool)0, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_21 = L_20->get_encoding_3(); __this->set_reportedEncoding_43(L_21); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mBADA3A5DC14C97B32027C0C61D1E3583B8326A47 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___xmlFragment0, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl__ctor_mBADA3A5DC14C97B32027C0C61D1E3583B8326A47_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B4_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B6_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B7_1 = NULL; { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_0 = ___context1; G_B1_0 = __this; if (!L_0) { G_B3_0 = __this; goto IL_0014; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = ___context1; NullCheck(L_1); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757(L_1, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (!L_2) { G_B3_0 = G_B1_0; goto IL_0014; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_3 = ___context1; NullCheck(L_3); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_4 = XmlParserContext_get_NameTable_m23C6A1CB77DB3633585E40EC2199CB5AF888A757(L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0019; } IL_0014: { NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * L_5 = (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C *)il2cpp_codegen_object_new(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C_il2cpp_TypeInfo_var); NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA(L_5, /*hidden argument*/NULL); G_B4_0 = ((XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)(L_5)); G_B4_1 = G_B3_0; } IL_0019: { NullCheck(G_B4_1); XmlTextReaderImpl__ctor_m11C70C077705EACA4EA729B4142442BB836F82D9(G_B4_1, G_B4_0, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_6 = ___context1; G_B5_0 = __this; if (!L_6) { G_B6_0 = __this; goto IL_002a; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_7 = ___context1; NullCheck(L_7); String_t* L_8 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_7, /*hidden argument*/NULL); G_B7_0 = L_8; G_B7_1 = G_B5_0; goto IL_002f; } IL_002a: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_9; G_B7_1 = G_B6_0; } IL_002f: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); String_t* L_11 = ___xmlFragment0; String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral9CCBF530908E0E9B0656E5ED0D292708DBAEED16, L_11, _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE, /*hidden argument*/NULL); NullCheck(G_B7_1); XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(G_B7_1, G_B7_0, L_10, L_12, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_13 = ___context1; XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972(__this, ((int32_t)17), L_13, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitUriString() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); bool L_1 = L_0->get_useAsync_0(); if (!L_1) { goto IL_004c; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_2 = __this->get_laterInitParam_3(); NullCheck(L_2); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_3 = L_2->get_inputUriResolver_6(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_4 = __this->get_laterInitParam_3(); NullCheck(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = L_4->get_inputbaseUri_4(); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_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); NullCheck(L_3); Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * L_9 = VirtFuncInvoker3< Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(7 /* System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) */, L_3, L_5, L_6, L_8); Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * L_10 = L_9; NullCheck(L_10); Task_Wait_m7793234C16E5D2B719519CE3C55653EA4D1A815A(L_10, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_11 = Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7(L_10, /*hidden argument*/Task_1_get_Result_m653E95E70604B69D29BC9679AA4588ED82AD01D7_RuntimeMethod_var); V_0 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)CastclassClass((RuntimeObject*)L_11, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var)); goto IL_007c; } IL_004c: { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_12 = __this->get_laterInitParam_3(); NullCheck(L_12); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_13 = L_12->get_inputUriResolver_6(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_14 = __this->get_laterInitParam_3(); NullCheck(L_14); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = L_14->get_inputbaseUri_4(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_19 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_13, L_15, L_16, L_18); V_0 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)CastclassClass((RuntimeObject*)L_19, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var)); } IL_007c: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_0; if (L_20) { goto IL_0095; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_21 = __this->get_laterInitParam_3(); NullCheck(L_21); String_t* L_22 = L_21->get_inputUriStr_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_23 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_23, _stringLiteralA77E18958FCA6326DB0ECE9BE2F8EC863BED6D3F, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394_RuntimeMethod_var); } IL_0095: { V_1 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_24 = __this->get_laterInitParam_3(); NullCheck(L_24); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_25 = L_24->get_inputContext_7(); if (!L_25) { goto IL_00b5; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_26 = __this->get_laterInitParam_3(); NullCheck(L_26); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_27 = L_26->get_inputContext_7(); NullCheck(L_27); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_28 = XmlParserContext_get_Encoding_m9143206BF0C483469DE317344F8D32BAC481BA3A(L_27, /*hidden argument*/NULL); V_1 = L_28; } IL_00b5: { } IL_00b6: try { // begin try (depth: 1) { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_29 = __this->get_laterInitParam_3(); NullCheck(L_29); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_30 = L_29->get_inputbaseUri_4(); String_t* L_31 = __this->get_reportedBaseUri_42(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = V_0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = V_1; XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7(__this, L_30, L_31, L_32, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, L_33, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_35 = L_34->get_encoding_3(); __this->set_reportedEncoding_43(L_35); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_36 = __this->get_laterInitParam_3(); NullCheck(L_36); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_37 = L_36->get_inputContext_7(); if (!L_37) { goto IL_0112; } } IL_00ef: { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_38 = __this->get_laterInitParam_3(); NullCheck(L_38); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_39 = L_38->get_inputContext_7(); NullCheck(L_39); bool L_40 = XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0112; } } IL_0101: { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_41 = __this->get_laterInitParam_3(); NullCheck(L_41); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_42 = L_41->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF(__this, L_42, /*hidden argument*/NULL); } IL_0112: { goto IL_011d; } } // 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_0114; throw e; } CATCH_0114: { // begin catch(System.Object) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_43 = V_0; NullCheck(L_43); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_43); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394_RuntimeMethod_var); } // end catch (depth: 1) IL_011d: { __this->set_laterInitParam_3((LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitStream() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m7A920831674E7FD4F9F010D9F070336C135DD50C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL; { V_0 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = L_0->get_inputContext_7(); if (!L_1) { goto IL_0020; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_2 = __this->get_laterInitParam_3(); NullCheck(L_2); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_3 = L_2->get_inputContext_7(); NullCheck(L_3); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = XmlParserContext_get_Encoding_m9143206BF0C483469DE317344F8D32BAC481BA3A(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0020: { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_5 = __this->get_laterInitParam_3(); NullCheck(L_5); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = L_5->get_inputbaseUri_4(); String_t* L_7 = __this->get_reportedBaseUri_42(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_8 = __this->get_laterInitParam_3(); NullCheck(L_8); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = L_8->get_inputStream_1(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_10 = __this->get_laterInitParam_3(); NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_10->get_inputBytes_2(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_12 = __this->get_laterInitParam_3(); NullCheck(L_12); int32_t L_13 = L_12->get_inputByteCount_3(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_14 = V_0; XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7(__this, L_6, L_7, L_9, L_11, L_13, L_14, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = L_15->get_encoding_3(); __this->set_reportedEncoding_43(L_16); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_17 = __this->get_laterInitParam_3(); NullCheck(L_17); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_18 = L_17->get_inputContext_7(); if (!L_18) { goto IL_009a; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_19 = __this->get_laterInitParam_3(); NullCheck(L_19); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_20 = L_19->get_inputContext_7(); NullCheck(L_20); bool L_21 = XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009a; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_22 = __this->get_laterInitParam_3(); NullCheck(L_22); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_23 = L_22->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF(__this, L_23, /*hidden argument*/NULL); } IL_009a: { __this->set_laterInitParam_3((LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitTextReader() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_mBA59F6BA8E8D49D8D2B39E686366FCE93624430F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_reportedBaseUri_42(); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_1 = __this->get_laterInitParam_3(); NullCheck(L_1); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_2 = L_1->get_inputTextReader_8(); XmlTextReaderImpl_InitTextReaderInput_m7F1C6C3BB6E22C92870E602C88BA8631798BFE66(__this, L_0, L_2, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = L_3->get_encoding_3(); __this->set_reportedEncoding_43(L_4); LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_5 = __this->get_laterInitParam_3(); NullCheck(L_5); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_6 = L_5->get_inputContext_7(); if (!L_6) { goto IL_0058; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_7 = __this->get_laterInitParam_3(); NullCheck(L_7); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = L_7->get_inputContext_7(); NullCheck(L_8); bool L_9 = XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0058; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_10 = __this->get_laterInitParam_3(); NullCheck(L_10); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_11 = L_10->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF(__this, L_11, /*hidden argument*/NULL); } IL_0058: { __this->set_laterInitParam_3((LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF *)NULL); return; } } // System.Xml.XmlReaderSettings System.Xml.XmlTextReaderImpl::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * XmlTextReaderImpl_get_Settings_m2E039F44F9DAF18FED61CE9277762BE7B44C6B1D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_get_Settings_m2E039F44F9DAF18FED61CE9277762BE7B44C6B1D_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * V_0 = NULL; int32_t V_1 = 0; { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_0 = (XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 *)il2cpp_codegen_object_new(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_mA092AC14229264BE95E505CD336F85CE40D7F9DE(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = __this->get_nameTableFromSettings_20(); if (!L_1) { goto IL_001a; } } { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_2 = V_0; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = __this->get_nameTable_19(); NullCheck(L_2); XmlReaderSettings_set_NameTable_m2792CBE34EF61A64668C3C7FF6FF520D9BE6A71E(L_2, L_3, /*hidden argument*/NULL); } IL_001a: { int32_t L_4 = __this->get_fragmentType_45(); V_1 = L_4; int32_t L_5 = V_1; if (!L_5) { goto IL_002d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0036; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)9)))) { goto IL_003f; } } IL_002d: { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_8 = V_0; NullCheck(L_8); XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330(L_8, 0, /*hidden argument*/NULL); goto IL_0046; } IL_0036: { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_9 = V_0; NullCheck(L_9); XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330(L_9, 1, /*hidden argument*/NULL); goto IL_0046; } IL_003f: { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_10 = V_0; NullCheck(L_10); XmlReaderSettings_set_ConformanceLevel_m2F7C2180B645C419FC172ADD2D7977171D972330(L_10, 2, /*hidden argument*/NULL); } IL_0046: { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_11 = V_0; bool L_12 = __this->get_checkCharacters_30(); NullCheck(L_11); XmlReaderSettings_set_CheckCharacters_m2D6E25EE9B633B41605BC7ADED3913DBAD36E0DB(L_11, L_12, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_13 = V_0; int32_t L_14 = __this->get_lineNumberOffset_31(); NullCheck(L_13); XmlReaderSettings_set_LineNumberOffset_m8FEFE0B0F5BDB318643FA327AE64C87B95939D02(L_13, L_14, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_15 = V_0; int32_t L_16 = __this->get_linePositionOffset_32(); NullCheck(L_15); XmlReaderSettings_set_LinePositionOffset_m326669C922BE5D5CD79BA9DC82C46DC53FD6C630(L_15, L_16, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_17 = V_0; int32_t L_18 = __this->get_whitespaceHandling_25(); NullCheck(L_17); XmlReaderSettings_set_IgnoreWhitespace_m85606F49433EEEBB0BC0534FE9610C9249DF8600(L_17, (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_19 = V_0; bool L_20 = __this->get_ignorePIs_28(); NullCheck(L_19); XmlReaderSettings_set_IgnoreProcessingInstructions_m4D332DF7DB21BFBC698202CABE23694EEB387E93(L_19, L_20, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_21 = V_0; bool L_22 = __this->get_ignoreComments_29(); NullCheck(L_21); XmlReaderSettings_set_IgnoreComments_mC3A6B64095C4D63E7291897CFACC620BCD0E3A5C(L_21, L_22, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_23 = V_0; int32_t L_24 = __this->get_dtdProcessing_26(); NullCheck(L_23); XmlReaderSettings_set_DtdProcessing_mE6A359CCFDA42CB3306DC5D5846CE01353CFC2F5(L_23, L_24, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_25 = V_0; int64_t L_26 = __this->get_maxCharactersInDocument_34(); NullCheck(L_25); XmlReaderSettings_set_MaxCharactersInDocument_m63B04FB18F0775AE9B4F0FF32D3EEFC816939CEF(L_25, L_26, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_27 = V_0; int64_t L_28 = __this->get_maxCharactersFromEntities_35(); NullCheck(L_27); XmlReaderSettings_set_MaxCharactersFromEntities_mB53FF26162F8C7CE3BC6BA8C0D2A287FD909E123(L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65_il2cpp_TypeInfo_var); bool L_29 = XmlReaderSettings_EnableLegacyXmlSettings_m117EC33BCC90C19213192BB4DFAB88B819A9B958(/*hidden argument*/NULL); if (L_29) { goto IL_00c8; } } { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_30 = V_0; XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_31 = __this->get_xmlResolver_21(); NullCheck(L_30); XmlReaderSettings_set_XmlResolver_m9C4C7F524FC2E792F8C51D54D842294E81DB6A0E(L_30, L_31, /*hidden argument*/NULL); } IL_00c8: { XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_32 = V_0; NullCheck(L_32); XmlReaderSettings_set_ReadOnly_mE10CB07BB78FCCE8406261229BD32DA8559FE540(L_32, (bool)1, /*hidden argument*/NULL); XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_33 = V_0; return L_33; } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_NodeType_mCD79E4D320388C9BE0AD006813A7C7A85B196BAA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Name_m5704589EEDFC766480A9386F0739B84B92744267 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = __this->get_nameTable_19(); NullCheck(L_0); String_t* L_2 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlTextReaderImpl::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_LocalName_mEFC0443B8A7317203008951614162355641136F2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_localName_2(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_NamespaceURI_m1E8915918CE49CBD6B4FCFADA6A75A85E004DF10 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_ns_4(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Prefix_m4C5AF29FB10C89618AAF2EC8E764FD7CBB829548 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_prefix_3(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Value_mA29699D178B1FE82B6456AB5EE5489F042972714 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingFunction_6(); if ((((int32_t)L_0) < ((int32_t)((int32_t)21)))) { goto IL_002e; } } { int32_t L_1 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)21))))) { goto IL_0028; } } { XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_2); goto IL_002e; } IL_0028: { XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0(__this, /*hidden argument*/NULL); } IL_002e: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_10(); NullCheck(L_3); String_t* L_4 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.XmlTextReaderImpl::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_BaseURI_mE3F417C272670941185842ACB170016A9081F58E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_reportedBaseUri_42(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsEmptyElement_mDD8706EAC52C34D7E802F964C13C93FF82CA53E3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); bool L_1 = NodeData_get_IsEmptyElement_mECB610FA2675033E04C83231F003F0CC955364DA(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsDefault_m3B02ECEC556C96092C336FF9915BCC648485DD7B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); bool L_1 = NodeData_get_IsDefaultAttribute_mAD56F44BC4B318261806A02DA187BC6A000E3BEA(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.ReadState System.Xml.XmlTextReaderImpl::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_ReadState_m5D3A27D1989BFEDB59AE5DA7E5E211B3D4113C25 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readState_65(); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_NameTable_mC0CF844ACD07BD3160AF946BA6FE16A6A4A84EF9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_19(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_CanResolveEntity_mE190219140D22C47EE2DBC4D8BA2BAE1D40AAB3B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlTextReaderImpl::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_GetAttribute_mB33395DC89FD3FB61BAB849DE3AEB6DAC2BDE143 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)58), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0015; } } { String_t* L_2 = ___name0; int32_t L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001d; } IL_0015: { String_t* L_4 = ___name0; int32_t L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_001d: { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0023; } } { return (String_t*)NULL; } IL_0023: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = __this->get_nodes_9(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToAttribute_m92BD5338B66B90075F189FBFA1D85FE6F552F143 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)58), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0015; } } { String_t* L_2 = ___name0; int32_t L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001d; } IL_0015: { String_t* L_4 = ___name0; int32_t L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_001d: { int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_004f; } } { bool L_7 = XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_002f; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037(__this, /*hidden argument*/NULL); } IL_002f: { int32_t L_8 = V_0; int32_t L_9 = __this->get_index_11(); __this->set_curAttrIndex_12(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1))); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_10 = __this->get_nodes_9(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = (L_10)->GetAt(static_cast(L_12)); __this->set_curNode_10(L_13); return (bool)1; } IL_004f: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToFirstAttribute_m84844E228F3E0FCD5A5EB7E39AA17905870033A2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrCount_13(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1 = XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037(__this, /*hidden argument*/NULL); } IL_0018: { __this->set_curAttrIndex_12(0); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_2 = __this->get_nodes_9(); int32_t L_3 = __this->get_index_11(); NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = (L_2)->GetAt(static_cast(L_4)); __this->set_curNode_10(L_5); return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextAttribute_m48F7AD72ECF660CEBD45868163DC046696BC72CF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_curAttrIndex_12(); int32_t L_1 = __this->get_attrCount_13(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) >= ((int32_t)L_1))) { goto IL_0047; } } { bool L_2 = XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037(__this, /*hidden argument*/NULL); } IL_001e: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_3 = __this->get_nodes_9(); int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_curAttrIndex_12(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_curAttrIndex_12(L_6); int32_t L_7 = V_0; NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (int32_t)L_7)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_9 = (L_3)->GetAt(static_cast(L_8)); __this->set_curNode_10(L_9); return (bool)1; } IL_0047: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToElement_m7D6F978C466ADB447771CA15FCDE310284F3D333 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037(__this, /*hidden argument*/NULL); goto IL_0020; } IL_0010: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0020; } } { return (bool)0; } IL_0020: { __this->set_curAttrIndex_12((-1)); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_3 = __this->get_nodes_9(); int32_t L_4 = __this->get_index_11(); NullCheck(L_3); int32_t L_5 = L_4; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_curNode_10(L_6); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInit() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_mF09ABAA02D60C0E8820FE5CF7550BCC9AA80B470 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); int32_t L_1 = L_0->get_initType_9(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_001f; } case 1: { goto IL_0026; } case 2: { goto IL_002d; } } } { return; } IL_001f: { XmlTextReaderImpl_FinishInitUriString_m4D6ED0E17DF96E3F73EAFE089654731DADF19394(__this, /*hidden argument*/NULL); return; } IL_0026: { XmlTextReaderImpl_FinishInitStream_m7A920831674E7FD4F9F010D9F070336C135DD50C(__this, /*hidden argument*/NULL); return; } IL_002d: { XmlTextReaderImpl_FinishInitTextReader_mBA59F6BA8E8D49D8D2B39E686366FCE93624430F(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_Read_m653E3E111C3050E1928C507860CC3FA407E94FD6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Read_m653E3E111C3050E1928C507860CC3FA407E94FD6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL; int32_t G_B14_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B14_1 = NULL; { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_0 = __this->get_laterInitParam_3(); if (!L_0) { goto IL_000e; } } { XmlTextReaderImpl_FinishInit_mF09ABAA02D60C0E8820FE5CF7550BCC9AA80B470(__this, /*hidden argument*/NULL); } IL_000e: { int32_t L_1 = __this->get_parsingFunction_6(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0085; } case 1: { goto IL_02e7; } case 2: { goto IL_0093; } case 3: { goto IL_009b; } case 4: { goto IL_00b3; } case 5: { goto IL_008c; } case 6: { goto IL_0128; } case 7: { goto IL_0160; } case 8: { goto IL_0177; } case 9: { goto IL_00f8; } case 10: { goto IL_02e5; } case 11: { goto IL_02e5; } case 12: { goto IL_02e5; } case 13: { goto IL_01b3; } case 14: { goto IL_02be; } case 15: { goto IL_02c6; } case 16: { goto IL_01c7; } case 17: { goto IL_01db; } case 18: { goto IL_0226; } case 19: { goto IL_02cd; } case 20: { goto IL_02dd; } case 21: { goto IL_02f4; } case 22: { goto IL_02a0; } case 23: { goto IL_02ff; } case 24: { goto IL_030a; } case 25: { goto IL_0315; } } } { goto IL_000e; } IL_0085: { bool L_3 = XmlTextReaderImpl_ParseElementContent_mC4101EA352E91017AC4A3A6265046E9ABF052CBA(__this, /*hidden argument*/NULL); return L_3; } IL_008c: { bool L_4 = XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493(__this, /*hidden argument*/NULL); return L_4; } IL_0093: { XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A(__this, /*hidden argument*/NULL); goto IL_00b3; } IL_009b: { __this->set_readState_65(1); int32_t L_5 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_5); goto IL_000e; } IL_00b3: { __this->set_readState_65(1); int32_t L_6 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_6); bool L_7 = XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)0, /*hidden argument*/NULL); if (!L_7) { goto IL_00e2; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = L_8->get_encoding_3(); __this->set_reportedEncoding_43(L_9); return (bool)1; } IL_00e2: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = L_10->get_encoding_3(); __this->set_reportedEncoding_43(L_11); goto IL_000e; } IL_00f8: { XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0(__this, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_12 = __this->get_nodes_9(); int32_t L_13 = __this->get_index_11(); NullCheck(L_12); int32_t L_14 = L_13; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = (L_12)->GetAt(static_cast(L_14)); __this->set_curNode_10(L_15); int32_t L_16 = __this->get_index_11(); G_B12_0 = __this; if (!L_16) { G_B13_0 = __this; goto IL_011d; } } { G_B14_0 = 0; G_B14_1 = G_B12_0; goto IL_011e; } IL_011d: { G_B14_0 = 5; G_B14_1 = G_B13_0; } IL_011e: { NullCheck(G_B14_1); G_B14_1->set_parsingFunction_6(G_B14_0); goto IL_000e; } IL_0128: { XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0(__this, /*hidden argument*/NULL); int32_t L_17 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = __this->get_index_11(); int32_t L_19 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, L_18, L_19, /*hidden argument*/NULL); __this->set_curNode_10(L_20); __this->set_parsingFunction_6(0); goto IL_000e; } IL_0160: { XmlTextReaderImpl_PopElementContext_mBD2D8ED35A41F691DD369BF3AA9790E5625E86E0(__this, /*hidden argument*/NULL); int32_t L_21 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_21); goto IL_000e; } IL_0177: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_22 = __this->get_nodes_9(); int32_t L_23 = __this->get_index_11(); NullCheck(L_22); int32_t L_24 = L_23; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_25 = (L_22)->GetAt(static_cast(L_24)); __this->set_curNode_10(L_25); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = __this->get_curNode_10(); NullCheck(L_26); NodeData_set_IsEmptyElement_mB0E8A20B411F8F7F9635DDAD2B11F76BBDA7FDC6(L_26, (bool)0, /*hidden argument*/NULL); XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0(__this, /*hidden argument*/NULL); XmlTextReaderImpl_PopElementContext_mBD2D8ED35A41F691DD369BF3AA9790E5625E86E0(__this, /*hidden argument*/NULL); int32_t L_27 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_27); goto IL_000e; } IL_01b3: { int32_t L_28 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_28); XmlTextReaderImpl_ParseEntityReference_m01350AFED018C01410FD3303CDF13580842A2CA1(__this, /*hidden argument*/NULL); return (bool)1; } IL_01c7: { XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F(__this, /*hidden argument*/NULL); int32_t L_29 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_29); return (bool)1; } IL_01db: { int32_t L_30 = __this->get_index_11(); int32_t L_31 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_32 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, L_30, L_31, /*hidden argument*/NULL); __this->set_curNode_10(L_32); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_33 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_34 = L_33->get_encoding_3(); __this->set_reportedEncoding_43(L_34); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_35 = __this->get_address_of_ps_5(); String_t* L_36 = L_35->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_36); int32_t L_37 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_37); goto IL_000e; } IL_0226: { int32_t L_38 = __this->get_index_11(); int32_t L_39 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_40 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, L_38, L_39, /*hidden argument*/NULL); __this->set_curNode_10(L_40); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_41 = __this->get_curNode_10(); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_41); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_41, 3, L_42, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_43 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_lineNo_11(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5(); int32_t L_47 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_46, /*hidden argument*/NULL); NullCheck(L_43); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_43, L_45, L_47, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_49 = L_48->get_encoding_3(); __this->set_reportedEncoding_43(L_49); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); String_t* L_51 = L_50->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_51); int32_t L_52 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_52); return (bool)1; } IL_02a0: { XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037(__this, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_53 = __this->get_nodes_9(); int32_t L_54 = __this->get_index_11(); NullCheck(L_53); int32_t L_55 = L_54; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_56 = (L_53)->GetAt(static_cast(L_55)); __this->set_curNode_10(L_56); goto IL_000e; } IL_02be: { XmlTextReaderImpl_FinishIncrementalRead_mE9A0F8C5E82F69349691474445EF0FAA33F76950(__this, /*hidden argument*/NULL); return (bool)1; } IL_02c6: { bool L_57 = XmlTextReaderImpl_ParseFragmentAttribute_m42BD5A51FEAAF18BC682FB915C443A0E2FEC1C31(__this, /*hidden argument*/NULL); return L_57; } IL_02cd: { XmlTextReaderImpl_ParseXmlDeclarationFragment_mC0B73C0A63F415D5AB244E8381F053E4C2002CF8(__this, /*hidden argument*/NULL); __this->set_parsingFunction_6(((int32_t)20)); return (bool)1; } IL_02dd: { XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89(__this, /*hidden argument*/NULL); return (bool)0; } IL_02e5: { return (bool)0; } IL_02e7: { XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(__this, _stringLiteral947CD40E124AF7D847ECFE2C5E882DCD01D5F92B, /*hidden argument*/NULL); return (bool)0; } IL_02f4: { XmlTextReaderImpl_SkipPartialTextValue_mA8E51BD641EDBDA47C92D7468C5667713712460B(__this, /*hidden argument*/NULL); goto IL_000e; } IL_02ff: { XmlTextReaderImpl_FinishReadValueChunk_mEC0B8088F3686468F2FBB9EEC215B8EC51C63FFD(__this, /*hidden argument*/NULL); goto IL_000e; } IL_030a: { XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91(__this, /*hidden argument*/NULL); goto IL_000e; } IL_0315: { XmlTextReaderImpl_FinishReadElementContentAsBinary_mF742F598CA76EC1E8CB23018612B751A11915607(__this, /*hidden argument*/NULL); goto IL_000e; } } // System.Void System.Xml.XmlTextReaderImpl::Close() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m0C28001DD3ED39A99B36EA022876640572A95FB0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeInput_33(); XmlTextReaderImpl_Close_m86DDE1F542A2FECA045A102ED8227EB645141EBE(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m6F69D511C02F2A49E9AFC2657AA14EE0C81DB31B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_1 = __this->get_namespaceManager_37(); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_1, L_2); return L_3; } } // System.Boolean System.Xml.XmlTextReaderImpl::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadAttributeValue_m571B153740AC9DE336F2D0B2F3EE0C59668C572A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; { int32_t L_0 = __this->get_parsingFunction_6(); if ((((int32_t)L_0) == ((int32_t)((int32_t)22)))) { goto IL_0149; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_001d; } } { return (bool)0; } IL_001d: { int32_t L_3 = __this->get_readState_65(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002f; } } { int32_t L_4 = __this->get_curAttrIndex_12(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0031; } } IL_002f: { return (bool)0; } IL_0031: { int32_t L_5 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)23))))) { goto IL_0041; } } { XmlTextReaderImpl_FinishReadValueChunk_mEC0B8088F3686468F2FBB9EEC215B8EC51C63FFD(__this, /*hidden argument*/NULL); } IL_0041: { int32_t L_6 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)24))))) { goto IL_0051; } } { XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91(__this, /*hidden argument*/NULL); } IL_0051: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = __this->get_curNode_10(); NullCheck(L_7); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = L_7->get_nextAttrValueChunk_17(); if (!L_8) { goto IL_0067; } } { int32_t L_9 = __this->get_entityHandling_27(); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_00d0; } } IL_0067: { int32_t L_10 = __this->get_index_11(); int32_t L_11 = __this->get_attrCount_13(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = __this->get_curNode_10(); NullCheck(L_12); int32_t L_13 = L_12->get_depth_13(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_14 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_14; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = __this->get_curNode_10(); NullCheck(L_16); String_t* L_17 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_16, /*hidden argument*/NULL); NullCheck(L_15); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_15, 3, L_17, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_18 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = __this->get_curNode_10(); NullCheck(L_19); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_20 = L_19->get_lineInfo2_11(); NullCheck(L_18); L_18->set_lineInfo_10(L_20); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_21 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_22 = __this->get_curNode_10(); NullCheck(L_22); int32_t L_23 = L_22->get_depth_13(); NullCheck(L_21); L_21->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_24 = V_0; __this->set_curNode_10(L_24); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_25 = V_0; NullCheck(L_25); L_25->set_nextAttrValueChunk_17((NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL); goto IL_0122; } IL_00d0: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = __this->get_curNode_10(); NullCheck(L_26); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_27 = L_26->get_nextAttrValueChunk_17(); __this->set_curNode_10(L_27); int32_t L_28 = __this->get_index_11(); int32_t L_29 = __this->get_attrCount_13(); int32_t L_30 = __this->get_index_11(); XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)), /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_31 = __this->get_nodes_9(); int32_t L_32 = __this->get_index_11(); int32_t L_33 = __this->get_attrCount_13(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_34 = __this->get_curNode_10(); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)1))), (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_34); __this->set_fullAttrCleanup_17((bool)1); } IL_0122: { int32_t L_35 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_35); __this->set_parsingFunction_6(((int32_t)22)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); int32_t L_37 = L_36->get_entityId_18(); __this->set_attributeValueBaseEntityId_54(L_37); return (bool)1; } IL_0149: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_entityId_18(); int32_t L_40 = __this->get_attributeValueBaseEntityId_54(); if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_019a; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_41 = __this->get_curNode_10(); NullCheck(L_41); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_42 = L_41->get_nextAttrValueChunk_17(); if (!L_42) { goto IL_0198; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_43 = __this->get_curNode_10(); NullCheck(L_43); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_44 = L_43->get_nextAttrValueChunk_17(); __this->set_curNode_10(L_44); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_45 = __this->get_nodes_9(); int32_t L_46 = __this->get_index_11(); int32_t L_47 = __this->get_attrCount_13(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_48 = __this->get_curNode_10(); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_48); (L_45)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), (int32_t)1))), (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_48); return (bool)1; } IL_0198: { return (bool)0; } IL_019a: { bool L_49 = XmlTextReaderImpl_ParseAttributeValueChunk_m1EC8E20B261FC3B08CD652B0D212AC5408282311(__this, /*hidden argument*/NULL); return L_49; } } // System.Void System.Xml.XmlTextReaderImpl::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_001e; } } { 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, NULL, XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_RuntimeMethod_var); } IL_001e: { int32_t L_4 = __this->get_parsingFunction_6(); if ((((int32_t)L_4) == ((int32_t)((int32_t)22)))) { goto IL_0035; } } { int32_t L_5 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)15))))) { goto IL_00b6; } } IL_0035: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_6 = __this->get_curNode_10(); NullCheck(L_6); String_t* L_7 = L_6->get_localName_2(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); NullCheck(L_8); int32_t L_9 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_8, /*hidden argument*/NULL); int32_t L_10 = XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A(__this, L_7, (bool)1, (bool)1, L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)3))) { case 0: { goto IL_0072; } case 1: { goto IL_00a6; } case 2: { goto IL_009a; } case 3: { goto IL_00a6; } case 4: { goto IL_0072; } } } { goto IL_00a6; } IL_0072: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); int32_t L_15 = L_14->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15))) { goto IL_0164; } } { __this->set_emptyEntityInAttributeResolved_55((bool)1); goto IL_0164; } IL_009a: { __this->set_emptyEntityInAttributeResolved_55((bool)1); goto IL_0164; } IL_00a6: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_17 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_17, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_RuntimeMethod_var); } IL_00b6: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_18 = __this->get_curNode_10(); NullCheck(L_18); String_t* L_19 = L_18->get_localName_2(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = __this->get_curNode_10(); NullCheck(L_20); int32_t L_21 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_20, /*hidden argument*/NULL); int32_t L_22 = XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A(__this, L_19, (bool)0, (bool)1, L_21, /*hidden argument*/NULL); V_0 = L_22; int32_t L_23 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)3))) { case 0: { goto IL_00f3; } case 1: { goto IL_0154; } case 2: { goto IL_013e; } case 3: { goto IL_0154; } case 4: { goto IL_00f3; } } } { goto IL_0154; } IL_00f3: { int32_t L_24 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_24); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28))) { goto IL_0134; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); RuntimeObject* L_30 = L_29->get_entity_17(); NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0134; } } { __this->set_parsingFunction_6(((int32_t)18)); goto IL_0164; } IL_0134: { __this->set_parsingFunction_6(((int32_t)17)); goto IL_0164; } IL_013e: { int32_t L_32 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_32); __this->set_parsingFunction_6(((int32_t)18)); goto IL_0164; } IL_0154: { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_34 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_34, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, NULL, XmlTextReaderImpl_ResolveEntity_m1FCCEC0C9F8A4712D681834706CE2525A53F25C6_RuntimeMethod_var); } IL_0164: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_35 = __this->get_address_of_ps_5(); L_35->set_entityResolvedManually_20((bool)1); int32_t L_36 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_OuterReader(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_m16E28E91F4FB3CB2AACE4A02207B12FA2BF4A907 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___value0, const RuntimeMethod* method) { { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = ___value0; __this->set_outerReader_74(L_0); return; } } // System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace_mACD55B4CEEA99AD53FBBAF731AB7598569AF2CF8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, __this, L_0); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix_m5AA4F65B917C52DC15F2F7DC38378D5497C8BA5B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { String_t* L_0 = ___namespaceName0; String_t* L_1 = XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_37(); String_t* L_1 = ___namespaceName0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlTextReaderImpl::set_Namespaces(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_readState_65(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58, /*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, NULL, XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511_RuntimeMethod_var); } IL_0018: { bool L_3 = ___value0; __this->set_supportNamespaces_24(L_3); bool L_4 = ___value0; if (!L_4) { goto IL_008c; } } { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_5 = __this->get_namespaceManager_37(); if (!((NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 *)IsInstClass((RuntimeObject*)L_5, NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883_il2cpp_TypeInfo_var))) { goto IL_0070; } } { bool L_6 = __this->get_fragment_47(); if (!L_6) { goto IL_005f; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_7 = __this->get_fragmentParserContext_46(); if (!L_7) { goto IL_005f; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = __this->get_fragmentParserContext_46(); NullCheck(L_8); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_9 = XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005f; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_10 = __this->get_fragmentParserContext_46(); NullCheck(L_10); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_11 = XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3(L_10, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_11); goto IL_0070; } IL_005f: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_12 = __this->get_nameTable_19(); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_13 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_13, L_12, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_13); } IL_0070: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_14 = __this->get_xmlContext_39(); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_15 = __this->get_namespaceManager_37(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_15); String_t* L_17 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_15, L_16); NullCheck(L_14); L_14->set_defaultNamespace_2(L_17); return; } IL_008c: { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_18 = __this->get_namespaceManager_37(); if (((NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 *)IsInstClass((RuntimeObject*)L_18, NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883_il2cpp_TypeInfo_var))) { goto IL_00a4; } } { NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 * L_19 = (NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883 *)il2cpp_codegen_object_new(NoNamespaceManager_t11014200BFBB3974A5E72A75867B9730C7D7E883_il2cpp_TypeInfo_var); NoNamespaceManager__ctor_mEB2BAA3D381F3F1262637E93EE1751183CEF462B(L_19, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_19); } IL_00a4: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_20 = __this->get_xmlContext_39(); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_20); L_20->set_defaultNamespace_2(L_21); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0018; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_3 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_3, _stringLiteral8CD4846F69847919203EFA2171877E4F1CED83A5, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlTextReaderImpl_set_EntityHandling_mE1B8FD4D2BA68395BCC1D1BFD7125C8C30A86E4A_RuntimeMethod_var); } IL_0018: { int32_t L_4 = ___value0; __this->set_entityHandling_27(L_4); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_m1770FD44E07FECE1904724E01EFA2068CD4C33CB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = ___value0; __this->set_xmlResolver_21(L_0); __this->set_xmlResolverIsSet_75((bool)1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); L_1->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL); V_0 = 0; goto IL_0034; } IL_001e: { ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_2 = __this->get_parsingStatesStack_40(); int32_t L_3 = V_0; NullCheck(L_2); ((L_2)->GetAddressAt(static_cast(L_3)))->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0034: { int32_t L_5 = V_0; int32_t L_6 = __this->get_parsingStatesStackTop_41(); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_001e; } } { return; } } // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_DtdParserProxy_NameTable_mC74340532F97E8B584DBB1118A91BB326437040F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_19(); return L_0; } } // System.Xml.IXmlNamespaceResolver System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NamespaceResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_mC3EB3FE6FCD70248450386A5EB990F2163A1CC3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_37(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_DtdValidation() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_m9D55886560D6F84A954F3F2645FDCD16C6EC0D51 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_mE177D1DFA47257E6433B29E798C5DCFC5A615BD7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalize_23(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mD03942B2D13243298515296268D68F4926F3CF20 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_24(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_V1CompatibilityMode() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mA32E5EBB4E7AAFB7B55C14182767E6FE2FCAA26E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_v1Compat_36(); return L_0; } } // System.Uri System.Xml.XmlTextReaderImpl::get_DtdParserProxy_BaseUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); String_t* L_1 = L_0->get_baseUriStr_13(); NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0050; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = L_3->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_5 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_4, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0050; } } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_6 = __this->get_xmlResolver_21(); if (!L_6) { goto IL_0050; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_21(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); String_t* L_10 = L_9->get_baseUriStr_13(); NullCheck(L_8); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_10); L_7->set_baseUri_14(L_11); } IL_0050: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = L_12->get_baseUri_14(); return L_13; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEof() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEof_mF3D72303461DE771D8C45C2E3A1B69A6D0AC8F46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_isEof_15(); return L_1; } } // System.Char[] System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBuffer() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_m732E67E86FACC20D76FA4B242A4D68DDF2C4F8B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBufferLength() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_mB8E5A0E682D68237CF8F91988B2FD401851EE1F6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_CurrentPosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m52421528101C78618D4044A58AAB9B35F0F361E8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); return L_1; } } // System.Void System.Xml.XmlTextReaderImpl::set_DtdParserProxy_CurrentPosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_mA9B55AABF3CF3855E738277D0EE102B8476DFC31 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___value0, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___value0; L_0->set_charPos_1(L_1); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_EntityStackLength() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_mB3E614D6A13AE3CC15FCB3F39AD2BD01BA4CD37B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEntityEolNormalized() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_m7CFE71A7E9CB847419D371F1CE50F14CCD29CF98 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_eolNormalized_19(); return L_1; } } // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ValidationEventHandling() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m63C63E3979E32960701A5B251C0099348A37A2CA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); return L_0; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnNewLine(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnNewLine_m54D60BD71043CCA2A79A92E36B33E3A1911A433E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineNo() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineNo_mF6D9CDCA34905AB52FFDB0A8F7E86AE1439E571A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineStartPosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_mC2B02BC83BF626D234DC141BDF1DD2FE0AA38226 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_lineStartPos_12(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ReadData() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ReadData_mBCE4874C93F3847B98418C908AB5C10ECC5CC7A4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNumericCharRef(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_mFABC3FF9160DAEB435CF575CE550154E126526EA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___internalSubsetBuilder0, const RuntimeMethod* method) { int32_t V_0 = 0; { StringBuilder_t * L_0 = ___internalSubsetBuilder0; int32_t L_1 = XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7(__this, (bool)1, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_mA59A919144E9C9256FE25125B1B20FC139E18F80 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method) { { bool L_0 = ___expand0; StringBuilder_t * L_1 = ___internalSubsetBuilder1; int32_t L_2 = XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParsePI(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParsePI_mB882A376B7C7E442393A2F7E624D5B78CC36EA45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { int32_t V_0 = 0; { StringBuilder_t * L_0 = ___sb0; if (L_0) { goto IL_0021; } } { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); int32_t L_2 = V_0; __this->set_parsingMode_64(L_2); return; } IL_0021: { StringBuilder_t * L_3 = ___sb0; XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseComment(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { StringBuilder_t * L_0 = ___sb0; if (L_0) { goto IL_0021; } } IL_0003: { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL); int32_t L_2 = V_0; __this->set_parsingMode_64(L_2); goto IL_0064; } IL_0021: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_10(); V_1 = L_3; int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_attrCount_13(); int32_t L_6 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), L_6, /*hidden argument*/NULL); __this->set_curNode_10(L_7); XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); StringBuilder_t * L_9 = ___sb0; NullCheck(L_8); NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2(L_8, 0, L_9, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = V_1; __this->set_curNode_10(L_10); } IL_0064: { goto IL_00ad; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0066; throw e; } CATCH_0066: { // begin catch(System.Xml.XmlException) { NullCheck(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local)); String_t* L_11 = XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local), /*hidden argument*/NULL); bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, /*hidden argument*/NULL); if (!L_12) { goto IL_00a9; } } IL_0077: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); RuntimeObject* L_14 = L_13->get_entity_17(); if (!L_14) { goto IL_00a9; } } IL_0084: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_15, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_17, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1(__this, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, (String_t*)NULL, L_16, L_18, /*hidden argument*/NULL); goto IL_00ab; } IL_00a9: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_RuntimeMethod_var); } IL_00ab: { goto IL_00ad; } } // end catch (depth: 1) IL_00ad: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_21(); if (!L_0) { goto IL_001b; } } { bool L_1 = XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603(/*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { bool L_2 = __this->get_xmlResolverIsSet_75(); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_0019: { return (bool)0; } IL_001b: { return (bool)1; } } // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::GetTempResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_21(); if (!L_0) { goto IL_000f; } } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_1 = __this->get_xmlResolver_21(); return L_1; } IL_000f: { XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 * L_2 = (XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9 *)il2cpp_codegen_object_new(XmlUrlResolver_t43FE24F4601B4197354EFB5783E5CB9F57997EC9_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m60DC644B9275BBA4308DCDE17E8378F39739640B(L_2, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushEntity(System.Xml.IDtdEntityInfo,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, int32_t* ___entityId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject* L_0 = ___entity0; NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_001f; } } { bool L_2 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { int32_t* L_3 = ___entityId1; *((int32_t*)L_3) = (int32_t)(-1); return (bool)0; } IL_0015: { RuntimeObject* L_4 = ___entity0; bool L_5 = XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0028; } IL_001f: { RuntimeObject* L_6 = ___entity0; XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5(__this, L_6, /*hidden argument*/NULL); V_0 = (bool)1; } IL_0028: { int32_t* L_7 = ___entityId1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_entityId_18(); *((int32_t*)L_7) = (int32_t)L_9; bool L_10 = V_0; return L_10; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PopEntity(System.Xml.IDtdEntityInfoU26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PopEntity_m180E9DC0F80126F67235BFE4AA23D22D554C74F1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject** ___oldEntity0, int32_t* ___newEntityId1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0011; } } { RuntimeObject** L_1 = ___oldEntity0; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL); int32_t* L_2 = ___newEntityId1; *((int32_t*)L_2) = (int32_t)(-1); return (bool)0; } IL_0011: { RuntimeObject** L_3 = ___oldEntity0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); RuntimeObject* L_5 = L_4->get_entity_17(); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)L_5); XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL); int32_t* L_6 = ___newEntityId1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_entityId_18(); *((int32_t*)L_6) = (int32_t)L_8; return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushExternalSubset(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, String_t* ___publicId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = L_1->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_3 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0051; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0051; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_21(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); String_t* L_10 = L_9->get_baseUriStr_13(); NullCheck(L_8); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_10); L_7->set_baseUri_14(L_11); } IL_0051: { String_t* L_12 = ___publicId1; String_t* L_13 = ___systemId0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = L_14->get_baseUri_14(); XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129(__this, L_12, L_13, L_15, (String_t*)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); L_16->set_entity_17((RuntimeObject*)NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); L_17->set_entityId_18(0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5(); int32_t L_19 = L_18->get_charPos_1(); V_0 = L_19; bool L_20 = __this->get_v1Compat_36(); if (!L_20) { goto IL_0099; } } { XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_0099: { bool L_21 = XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)1, /*hidden argument*/NULL); if (L_21) { goto IL_00ae; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); int32_t L_23 = V_0; L_22->set_charPos_1(L_23); } IL_00ae: { return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_PushInternalDtd(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_m6AC6F1C2B2106FB423D2A0777DDC23F5603891F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUri0, String_t* ___internalDtd1, const RuntimeMethod* method) { { XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL); String_t* L_0 = ___internalDtd1; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_1))), (bool)0, /*hidden argument*/NULL); String_t* L_2 = ___baseUri0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); String_t* L_4 = ___internalDtd1; XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_2, L_3, L_4, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); L_5->set_entity_17((RuntimeObject*)NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); L_6->set_entityId_18(0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); L_7->set_eolNormalized_19((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_Throw(System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_Throw_m6807FDDF98894315BADCE32EAC5E8B0C32C0AD33 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___systemLiteralLineInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = L_1; String_t* L_3 = ___systemId0; NullCheck(L_2); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_2, L_3, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_2; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_5 = ___keywordLineInfo1; NullCheck(L_4); L_4->set_lineInfo_10(L_5); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_6 = ___systemLiteralLineInfo2; NullCheck(L_4); L_4->set_lineInfo2_11(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___publicLiteralLineInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = L_1; String_t* L_3 = ___publicId0; NullCheck(L_2); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_2, L_3, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_2; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_5 = ___keywordLineInfo1; NullCheck(L_4); L_4->set_lineInfo_10(L_5); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_6 = ___publicLiteralLineInfo2; NullCheck(L_4); L_4->set_lineInfo2_11(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; String_t* L_3 = ___arg2; XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___args2; XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); int32_t L_2 = ___lineNo1; int32_t L_3 = ___linePos2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_6 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); String_t* L_7 = L_6->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; int32_t L_2 = ___lineNo2; int32_t L_3 = ___linePos3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_6 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); String_t* L_7 = L_6->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t * L_4 = ___innerException2; XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8(__this, L_0, L_2, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1; Exception_t * L_2 = ___innerException2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_3, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); String_t* L_8 = L_7->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_9 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(L_9, L_0, L_1, L_2, L_4, L_6, L_8, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * V_0 = NULL; { XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___e0; V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)IsInstClass((RuntimeObject*)L_0, XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var)); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_1 = V_0; if (!L_1) { goto IL_0027; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_3 = V_0; NullCheck(L_3); int32_t L_4 = XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC(L_3, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_5 = V_0; NullCheck(L_5); int32_t L_6 = XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E(L_5, /*hidden argument*/NULL); NullCheck(L_2); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_2, L_4, L_6, /*hidden argument*/NULL); } IL_0027: { Exception_t * L_7 = ___e0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_RuntimeMethod_var); } } // System.Void System.Xml.XmlTextReaderImpl::ReThrow(System.Exception,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_0); int32_t L_2 = ___lineNo1; int32_t L_3 = ___linePos2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_6 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36(L_6, L_1, (Exception_t *)NULL, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300(L_4, L_0, L_1, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300(L_4, L_0, L_1, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1; Exception_t * L_2 = ___innerException2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); String_t* L_4 = L_3->get_baseUriStr_13(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_5 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(L_5, L_0, L_1, L_2, 0, 0, L_4, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___invCharPos2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___data0; int32_t L_2 = ___length1; int32_t L_3 = ___invCharPos2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_1, L_2, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SetErrorState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { __this->set_parsingFunction_6(((int32_t)10)); __this->set_readState_65(2); return; } } // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___severity0; String_t* L_1 = ___code1; String_t* L_2 = ___arg2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); String_t* L_4 = L_3->get_baseUriStr_13(); int32_t L_5 = ___lineNo3; int32_t L_6 = ___linePos4; XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_7 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D(__this, L_0, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___exception1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get_validationEventHandling_56(); XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_2 = ___exception1; int32_t L_3 = ___severity0; NullCheck(L_1); InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var, L_1, L_2, L_3); } IL_0015: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_InAttributeValueIterator() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_m43F0E16E5B0CF589EE9D139450E09E5D207A83EC (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrCount_13(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get_parsingFunction_6(); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)((int32_t)22)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::FinishAttributeValueIterator() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m587E273914AABED745CE4AF9F38EDF9EA146A037 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B10_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B9_0 = NULL; int32_t G_B11_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B11_1 = NULL; { int32_t L_0 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_0012; } } { XmlTextReaderImpl_FinishReadValueChunk_mEC0B8088F3686468F2FBB9EEC215B8EC51C63FFD(__this, /*hidden argument*/NULL); goto IL_0022; } IL_0012: { int32_t L_1 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)24))))) { goto IL_0022; } } { XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91(__this, /*hidden argument*/NULL); } IL_0022: { int32_t L_2 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)22))))) { goto IL_006f; } } { goto IL_0036; } IL_002e: { XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)0, /*hidden argument*/NULL); } IL_0036: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_entityId_18(); int32_t L_5 = __this->get_attributeValueBaseEntityId_54(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_002e; } } { __this->set_emptyEntityInAttributeResolved_55((bool)0); int32_t L_6 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_6); int32_t L_7 = __this->get_index_11(); G_B9_0 = __this; if ((((int32_t)L_7) > ((int32_t)0))) { G_B10_0 = __this; goto IL_0069; } } { G_B11_0 = 5; G_B11_1 = G_B9_0; goto IL_006a; } IL_0069: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_006a: { NullCheck(G_B11_1); G_B11_1->set_nextParsingFunction_7(G_B11_0); } IL_006f: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___baseUri0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream1; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = ___encoding2; XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7(__this, L_0, L_2, L_3, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m197800B059AD4818B043F8FAD59FDF79B304CE65 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding3, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0; String_t* L_1 = ___baseUriStr1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___stream2; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ___encoding3; XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7(__this, L_0, L_1, L_2, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteCount4, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream2; L_0->set_stream_5(L_1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___baseUri0; L_2->set_baseUri_14(L_3); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = ___baseUriStr1; L_4->set_baseUriStr_13(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___bytes3; if (!L_6) { goto IL_0052; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes3; L_7->set_bytes_7(L_8); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = ___byteCount4; L_9->set_bytesUsed_9(L_10); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11->get_bytes_7(); NullCheck(L_12); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))); goto IL_00a4; } IL_0052: { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_13 = __this->get_laterInitParam_3(); if (!L_13) { goto IL_006f; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_14 = __this->get_laterInitParam_3(); NullCheck(L_14); bool L_15 = L_14->get_useAsync_0(); if (!L_15) { goto IL_006f; } } { V_0 = ((int32_t)65536); goto IL_0076; } IL_006f: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = ___stream2; IL2CPP_RUNTIME_CLASS_INIT(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var); int32_t L_17 = XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0076: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18->get_bytes_7(); if (!L_19) { goto IL_0093; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20->get_bytes_7(); NullCheck(L_21); int32_t L_22 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) >= ((int32_t)L_22))) { goto IL_00a4; } } IL_0093: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_24); L_23->set_bytes_7(L_25); } IL_00a4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = L_26->get_chars_0(); if (!L_27) { goto IL_00c3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = L_28->get_chars_0(); NullCheck(L_29); int32_t L_30 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))))) { goto IL_00d6; } } IL_00c3: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); L_31->set_chars_0(L_33); } IL_00d6: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); L_34->set_bytePos_8(0); goto IL_013e; } IL_00e4: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_35 = ___stream2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36->get_bytes_7(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_bytesUsed_9(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40->get_bytes_7(); NullCheck(L_41); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5(); int32_t L_43 = L_42->get_bytesUsed_9(); NullCheck(L_35); int32_t L_44 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_35, L_37, L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))), (int32_t)L_43))); V_4 = L_44; int32_t L_45 = V_4; if (L_45) { goto IL_012d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5(); L_46->set_isStreamEof_16((bool)1); goto IL_016b; } IL_012d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5(); int32_t* L_48 = L_47->get_address_of_bytesUsed_9(); int32_t* L_49 = L_48; int32_t L_50 = *((int32_t*)L_49); int32_t L_51 = V_4; *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)); } IL_013e: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_bytesUsed_9(); if ((((int32_t)L_53) >= ((int32_t)4))) { goto IL_016b; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = L_54->get_bytes_7(); NullCheck(L_55); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_55)->max_length)))), (int32_t)L_57))) > ((int32_t)0))) { goto IL_00e4; } } IL_016b: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_58 = ___encoding5; if (L_58) { goto IL_0177; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_59 = XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28(__this, /*hidden argument*/NULL); ___encoding5 = L_59; } IL_0177: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_60 = ___encoding5; XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79(__this, L_60, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_61 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_62 = L_61->get_encoding_3(); NullCheck(L_62); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_62); V_1 = L_63; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_1; NullCheck(L_64); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))); V_3 = 0; goto IL_01ae; } IL_0198: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = L_65->get_bytes_7(); int32_t L_67 = V_3; NullCheck(L_66); int32_t L_68 = L_67; uint8_t L_69 = (L_66)->GetAt(static_cast(L_68)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_1; int32_t L_71 = V_3; NullCheck(L_70); int32_t L_72 = L_71; uint8_t L_73 = (L_70)->GetAt(static_cast(L_72)); if ((!(((uint32_t)L_69) == ((uint32_t)L_73)))) { goto IL_01c0; } } { int32_t L_74 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01ae: { int32_t L_75 = V_3; int32_t L_76 = V_2; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_01c0; } } { int32_t L_77 = V_3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5(); int32_t L_79 = L_78->get_bytesUsed_9(); if ((((int32_t)L_77) < ((int32_t)L_79))) { goto IL_0198; } } IL_01c0: { int32_t L_80 = V_3; int32_t L_81 = V_2; if ((!(((uint32_t)L_80) == ((uint32_t)L_81)))) { goto IL_01d0; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = V_2; L_82->set_bytePos_8(L_83); } IL_01d0: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5(); int32_t L_85 = L_84->get_bytePos_8(); __this->set_documentStartBytePos_68(L_85); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5(); bool L_87 = __this->get_normalize_23(); L_86->set_eolNormalized_19((bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5(); L_88->set_appendMode_4((bool)1); XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m7F1C6C3BB6E22C92870E602C88BA8631798BFE66 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input1, const RuntimeMethod* method) { { String_t* L_0 = ___baseUriStr0; TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_1 = ___input1; XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA(__this, L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri1, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_1 = ___input2; L_0->set_textReader_10(L_1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = ___baseUriStr0; L_2->set_baseUriStr_13(L_3); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___baseUri1; L_4->set_baseUri_14(L_5); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6->get_chars_0(); if (L_7) { goto IL_0072; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_8 = __this->get_laterInitParam_3(); if (!L_8) { goto IL_005d; } } { LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_9 = __this->get_laterInitParam_3(); NullCheck(L_9); bool L_10 = L_9->get_useAsync_0(); if (!L_10) { goto IL_005d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65537)); L_11->set_chars_0(L_12); goto IL_0072; } IL_005d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4097)); L_13->set_chars_0(L_14); } IL_0072: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); L_15->set_encoding_3(L_16); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); bool L_18 = __this->get_normalize_23(); L_17->set_eolNormalized_19((bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); L_19->set_appendMode_4((bool)1); XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); String_t* L_1 = ___baseUriStr0; L_0->set_baseUriStr_13(L_1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); L_2->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL); String_t* L_3 = ___str2; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL); V_0 = L_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); L_5->set_chars_0(L_7); String_t* L_8 = ___str2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9->get_chars_0(); String_t* L_11 = ___str2; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL); NullCheck(L_8); String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_8, 0, L_10, 0, L_12, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = V_0; L_13->set_charsUsed_2(L_14); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = L_15->get_chars_0(); int32_t L_17 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (Il2CppChar)0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_19 = ___originalEncoding1; L_18->set_encoding_3(L_19); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); bool L_21 = __this->get_normalize_23(); L_20->set_eolNormalized_19((bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); L_22->set_isEof_15((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitFragmentReader(System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___fragmentType0, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___parserContext1, bool ___allowXmlDeclFragment2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitFragmentReader_mE7E77AD612764D5B6ADAF8F73183469B06914972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_0 = ___parserContext1; __this->set_fragmentParserContext_46(L_0); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = ___parserContext1; if (!L_1) { goto IL_0090; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_2 = ___parserContext1; NullCheck(L_2); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_3 = XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003e; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_4 = ___parserContext1; NullCheck(L_4); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_5 = XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3(L_4, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_5); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_6 = __this->get_xmlContext_39(); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_7 = __this->get_namespaceManager_37(); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_7, L_8); NullCheck(L_6); L_6->set_defaultNamespace_2(L_9); goto IL_004f; } IL_003e: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = __this->get_nameTable_19(); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_11 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_11, L_10, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_11); } IL_004f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_13 = ___parserContext1; NullCheck(L_13); String_t* L_14 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_13, /*hidden argument*/NULL); L_12->set_baseUriStr_13(L_14); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); L_15->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_16 = __this->get_xmlContext_39(); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_17 = ___parserContext1; NullCheck(L_17); String_t* L_18 = XmlParserContext_get_XmlLang_m92395390EA2BF98E99B0CD26356879890DEC1DF8(L_17, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_xmlLang_1(L_18); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_19 = __this->get_xmlContext_39(); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_20 = ___parserContext1; NullCheck(L_20); int32_t L_21 = XmlParserContext_get_XmlSpace_m2416E0A2308506C419098DCEE3369F4690C598DB(L_20, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_xmlSpace_0(L_21); goto IL_00bd; } IL_0090: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_22 = __this->get_nameTable_19(); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_23 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_23, L_22, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_23); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); L_24->set_baseUriStr_13(L_25); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); L_26->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL); } IL_00bd: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5(); String_t* L_28 = L_27->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_28); int32_t L_29 = ___fragmentType0; if ((((int32_t)L_29) > ((int32_t)2))) { goto IL_00dc; } } { int32_t L_30 = ___fragmentType0; if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_0105; } } { int32_t L_31 = ___fragmentType0; if ((((int32_t)L_31) == ((int32_t)2))) { goto IL_00e8; } } { goto IL_012e; } IL_00dc: { int32_t L_32 = ___fragmentType0; if ((((int32_t)L_32) == ((int32_t)((int32_t)9)))) { goto IL_0147; } } { int32_t L_33 = ___fragmentType0; if ((((int32_t)L_33) == ((int32_t)((int32_t)17)))) { goto IL_010e; } } { goto IL_012e; } IL_00e8: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); L_34->set_appendMode_4((bool)0); __this->set_parsingFunction_6(3); __this->set_nextParsingFunction_7(((int32_t)15)); goto IL_0147; } IL_0105: { __this->set_nextParsingFunction_7(5); goto IL_0147; } IL_010e: { bool L_35 = ___allowXmlDeclFragment2; if (!L_35) { goto IL_012e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); L_36->set_appendMode_4((bool)0); __this->set_parsingFunction_6(3); __this->set_nextParsingFunction_7(((int32_t)19)); goto IL_0147; } IL_012e: { RuntimeObject * L_37 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&___fragmentType0)); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); ___fragmentType0 = *(int32_t*)UnBox(L_37); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteralC0BA8E87FC4F3994D04ECEE4DDFA25C01B300593, L_38, /*hidden argument*/NULL); return; } IL_0147: { int32_t L_39 = ___fragmentType0; __this->set_fragmentType_45(L_39); __this->set_fragment_47((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::ProcessDtdFromParserContext(System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ProcessDtdFromParserContext_m0FAFFA474E10B6687FCBC39015324EF3930A30DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_dtdProcessing_26(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001a; } case 1: { goto IL_002c; } case 2: { goto IL_0026; } } } { return; } IL_001a: { XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(__this, _stringLiteral553D05116FDAA5D91C02589D43BA7617086A5094, /*hidden argument*/NULL); return; } IL_0026: { XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6(__this, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void System.Xml.XmlTextReaderImpl::OpenUrl() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A(__this, /*hidden argument*/NULL); V_0 = L_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = L_1->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_3 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (L_3) { goto IL_004d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_5 = V_0; String_t* L_6 = __this->get_url_22(); NullCheck(L_5); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_5, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_6); L_4->set_baseUri_14(L_7); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = L_9->get_baseUri_14(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); L_8->set_baseUriStr_13(L_11); } IL_004d: { } IL_004e: try { // begin try (depth: 1) XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_12 = V_0; XmlTextReaderImpl_OpenUrlDelegate_m567B4FFF12B7473E4FABB0EE752534B830DD4C53(__this, L_12, /*hidden argument*/NULL); goto IL_0060; } // 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_0057; throw e; } CATCH_0057: { // begin catch(System.Object) XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, XmlTextReaderImpl_OpenUrl_m6DBAC3B9028FE4C29AB0D745D2375B59BF9B067A_RuntimeMethod_var); } // end catch (depth: 1) IL_0060: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = L_13->get_stream_5(); if (L_14) { goto IL_0083; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); String_t* L_16 = L_15->get_baseUriStr_13(); XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteralA77E18958FCA6326DB0ECE9BE2F8EC863BED6D3F, L_16, /*hidden argument*/NULL); } IL_0083: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = L_17->get_baseUri_14(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); String_t* L_20 = L_19->get_baseUriStr_13(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = L_21->get_stream_5(); XmlTextReaderImpl_InitStreamInput_m197800B059AD4818B043F8FAD59FDF79B304CE65(__this, L_18, L_20, L_22, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_24 = L_23->get_encoding_3(); __this->set_reportedEncoding_43(L_24); return; } } // System.Void System.Xml.XmlTextReaderImpl::OpenUrlDelegate(System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m567B4FFF12B7473E4FABB0EE752534B830DD4C53 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject * ___xmlResolver0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OpenUrlDelegate_m567B4FFF12B7473E4FABB0EE752534B830DD4C53_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_1 = XmlTextReaderImpl_GetTempResolver_mA821A336242F664D4D4423343AB6C871A6600F0A(__this, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = L_2->get_baseUri_14(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_6 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_1, L_3, (String_t*)NULL, L_5); L_0->set_stream_5(((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)CastclassClass((RuntimeObject*)L_6, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))); return; } } // System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_bytesUsed_9(); if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_0010; } } { return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; } IL_0010: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2->get_bytes_7(); NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6->get_bytes_7(); NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))|(int32_t)L_9)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_bytesUsed_9(); if ((((int32_t)L_11) >= ((int32_t)4))) { goto IL_003f; } } { G_B5_0 = 0; goto IL_005c; } IL_003f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_bytes_7(); NullCheck(L_13); int32_t L_14 = 2; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16->get_bytes_7(); NullCheck(L_17); int32_t L_18 = 3; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); G_B5_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))|(int32_t)L_19)); } IL_005c: { V_1 = G_B5_0; int32_t L_20 = V_0; if ((((int32_t)L_20) > ((int32_t)((int32_t)15360)))) { goto IL_0080; } } { int32_t L_21 = V_0; if (!L_21) { goto IL_00b8; } } { int32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)60)))) { goto IL_012c; } } { int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)15360)))) { goto IL_011d; } } { goto IL_016b; } IL_0080: { int32_t L_24 = V_0; if ((((int32_t)L_24) > ((int32_t)((int32_t)61371)))) { goto IL_00a3; } } { int32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)19567)))) { goto IL_013b; } } { int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)61371)))) { goto IL_0155; } } { goto IL_016b; } IL_00a3: { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)65279)))) { goto IL_00ff; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)65534)))) { goto IL_010e; } } { goto IL_016b; } IL_00b8: { int32_t L_29 = V_1; if ((((int32_t)L_29) > ((int32_t)((int32_t)15360)))) { goto IL_00d2; } } { int32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)60)))) { goto IL_00ed; } } { int32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)15360)))) { goto IL_00f9; } } { goto IL_016b; } IL_00d2: { int32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)65279)))) { goto IL_00e7; } } { int32_t L_33 = V_1; if ((((int32_t)L_33) == ((int32_t)((int32_t)65534)))) { goto IL_00f3; } } { goto IL_016b; } IL_00e7: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_34 = Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4(/*hidden argument*/NULL); return L_34; } IL_00ed: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_35 = Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4(/*hidden argument*/NULL); return L_35; } IL_00f3: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_36 = Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF(/*hidden argument*/NULL); return L_36; } IL_00f9: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_37 = Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF(/*hidden argument*/NULL); return L_37; } IL_00ff: { int32_t L_38 = V_1; if (L_38) { goto IL_0108; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_39 = Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88(/*hidden argument*/NULL); return L_39; } IL_0108: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_40 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL); return L_40; } IL_010e: { int32_t L_41 = V_1; if (L_41) { goto IL_0117; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_42 = Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567(/*hidden argument*/NULL); return L_42; } IL_0117: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); return L_43; } IL_011d: { int32_t L_44 = V_1; if (L_44) { goto IL_0126; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_45 = Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567(/*hidden argument*/NULL); return L_45; } IL_0126: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_46 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); return L_46; } IL_012c: { int32_t L_47 = V_1; if (L_47) { goto IL_0135; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_48 = Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88(/*hidden argument*/NULL); return L_48; } IL_0135: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_49 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL); return L_49; } IL_013b: { int32_t L_50 = V_1; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)42900))))) { goto IL_016b; } } { XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, _stringLiteral8641A5FD310FA8A663AE8F1074E9A66AA3DBA324, /*hidden argument*/NULL); goto IL_016b; } IL_0155: { int32_t L_51 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)65280)))) == ((uint32_t)((int32_t)48896))))) { goto IL_016b; } } { UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_52 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_52, (bool)1, (bool)1, /*hidden argument*/NULL); return L_52; } IL_016b: { return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0; if (L_0) { goto IL_0024; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); L_1->set_encoding_3(L_2); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * L_4 = (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)il2cpp_codegen_object_new(SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var); SafeAsciiDecoder__ctor_mD59EEEC39855033A9C7EE4E346FEDE812B292605(L_4, /*hidden argument*/NULL); L_3->set_decoder_6(L_4); return; } IL_0024: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = ___encoding0; L_5->set_encoding_3(L_6); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = L_7->get_encoding_3(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_8); V_0 = L_9; String_t* L_10 = V_0; bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL); if (L_11) { goto IL_005d; } } { String_t* L_12 = V_0; bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL); if (L_13) { goto IL_006f; } } { goto IL_0081; } IL_005d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * L_15 = (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 *)il2cpp_codegen_object_new(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var); UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF(L_15, (bool)0, /*hidden argument*/NULL); L_14->set_decoder_6(L_15); return; } IL_006f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * L_17 = (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 *)il2cpp_codegen_object_new(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var); UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF(L_17, (bool)1, /*hidden argument*/NULL); L_16->set_decoder_6(L_17); return; } IL_0081: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_19 = ___encoding0; NullCheck(L_19); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_20 = VirtFuncInvoker0< Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * >::Invoke(28 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_19); L_18->set_decoder_6(L_20); return; } } // System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___newEncoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___newEncoding0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = L_2->get_encoding_3(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_3); bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_7 = L_6->get_decoder_6(); if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_7, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var))) { goto IL_0057; } } IL_002f: { bool L_8 = __this->get_afterResetState_67(); if (L_8) { goto IL_0057; } } { XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1(__this, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); L_9->set_appendMode_4((bool)0); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = ___newEncoding0; XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79(__this, L_10, /*hidden argument*/NULL); XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705_MetadataUsageId); s_Il2CppMethodInitialized = true; } Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL; NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * V_1 = NULL; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = L_0->get_stream_5(); if (L_1) { goto IL_0019; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = L_2->get_encoding_3(); return L_3; } IL_0019: { String_t* L_4 = ___newEncodingName0; int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_4, _stringLiteral276C94648FD11C723FAE798A7497BFE7D11E3E91, 5, /*hidden argument*/NULL); if (!L_5) { goto IL_0051; } } { String_t* L_6 = ___newEncodingName0; int32_t L_7 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_6, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, 5, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { String_t* L_8 = ___newEncodingName0; int32_t L_9 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_8, _stringLiteralAE365AF1602219583A76C66E6E94EA213D6051BF, 5, /*hidden argument*/NULL); if (!L_9) { goto IL_0051; } } { String_t* L_10 = ___newEncodingName0; int32_t L_11 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374, 5, /*hidden argument*/NULL); if (L_11) { goto IL_00c4; } } IL_0051: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = L_12->get_encoding_3(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_13); bool L_15 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_14, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL); if (!L_15) { goto IL_00b8; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_17 = L_16->get_encoding_3(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_17); bool L_19 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_18, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL); if (!L_19) { goto IL_00b8; } } { String_t* L_20 = ___newEncodingName0; int32_t L_21 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_20, _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374, 5, /*hidden argument*/NULL); if (!L_21) { goto IL_00b8; } } { bool L_22 = __this->get_afterResetState_67(); if (!L_22) { goto IL_00ad; } } { String_t* L_23 = ___newEncodingName0; XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694, L_23, /*hidden argument*/NULL); goto IL_00b8; } IL_00ad: { XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(__this, _stringLiteralB43DC55E330D0B42D6206DC60B387C262398AC6A, /*hidden argument*/NULL); } IL_00b8: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_25 = L_24->get_encoding_3(); return L_25; } IL_00c4: { V_0 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; String_t* L_26 = ___newEncodingName0; int32_t L_27 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_26, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, 5, /*hidden argument*/NULL); if (L_27) { goto IL_00de; } } { UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_28 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_28, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_28; goto IL_0108; } IL_00de: { } IL_00df: try { // begin try (depth: 1) String_t* L_29 = ___newEncodingName0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_30 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E(L_29, /*hidden argument*/NULL); V_0 = L_30; goto IL_0108; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00e8; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00f8; throw e; } CATCH_00e8: { // begin catch(System.NotSupportedException) V_1 = ((NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)__exception_local); String_t* L_31 = ___newEncodingName0; NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_32 = V_1; XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, L_31, L_32, /*hidden argument*/NULL); goto IL_0108; } // end catch (depth: 1) CATCH_00f8: { // begin catch(System.ArgumentException) V_2 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local); String_t* L_33 = ___newEncodingName0; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_34 = V_2; XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, L_33, L_34, /*hidden argument*/NULL); goto IL_0108; } // end catch (depth: 1) IL_0108: { bool L_35 = __this->get_afterResetState_67(); if (!L_35) { goto IL_0139; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_37 = L_36->get_encoding_3(); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_37); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_39 = V_0; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_39); bool L_41 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0139; } } { String_t* L_42 = ___newEncodingName0; XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694, L_42, /*hidden argument*/NULL); } IL_0139: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = V_0; return L_43; } } // System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002f; } } { int64_t L_1 = __this->get_charactersInDocument_70(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_charPos_1(); __this->set_charactersInDocument_70(((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5)))))))); } IL_002f: { int64_t L_6 = __this->get_maxCharactersFromEntities_35(); if ((((int64_t)L_6) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0066; } } { bool L_7 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0066; } } { int64_t L_8 = __this->get_charactersFromEntities_71(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charPos_1(); __this->set_charactersFromEntities_71(((int64_t)il2cpp_codegen_subtract((int64_t)L_8, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12)))))))); } IL_0066: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = __this->get_documentStartBytePos_68(); L_13->set_bytePos_8(L_14); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charPos_1(); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00bb; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t* L_18 = L_17->get_address_of_bytePos_8(); int32_t* L_19 = L_18; int32_t L_20 = *((int32_t*)L_19); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_22 = L_21->get_encoding_3(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = L_23->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); NullCheck(L_22); int32_t L_27 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, L_22, L_24, 0, L_26); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_27)); } IL_00bb: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charPos_1(); L_28->set_charsUsed_2(L_30); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); L_31->set_isEof_15((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_0, (bool)1, (bool)1, /*hidden argument*/NULL); XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::ReadData() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_isEof_15(); if (!L_1) { goto IL_000f; } } { return 0; } IL_000f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); bool L_3 = L_2->get_appendMode_4(); if (!L_3) { goto IL_0151; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6->get_chars_0(); NullCheck(L_7); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)1)))))) { goto IL_00a3; } } { V_2 = 0; goto IL_0059; } IL_003f: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_8 = __this->get_nodes_9(); int32_t L_9 = __this->get_index_11(); int32_t L_10 = V_2; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = (L_8)->GetAt(static_cast(L_11)); NullCheck(L_12); NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C(L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0059: { int32_t L_14 = V_2; int32_t L_15 = __this->get_attrCount_13(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_003f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0(); NullCheck(L_17); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)2))); V_1 = L_18; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = L_19->get_chars_0(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22->get_chars_0(); NullCheck(L_23); XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_20, 0, L_21, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_1; L_24->set_chars_0(L_25); } IL_00a3: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_27 = L_26->get_stream_5(); if (!L_27) { goto IL_0125; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = L_28->get_bytesUsed_9(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); int32_t L_31 = L_30->get_bytePos_8(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31))) >= ((int32_t)6))) { goto IL_0125; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32->get_bytes_7(); NullCheck(L_33); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = L_34->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))), (int32_t)L_35))) >= ((int32_t)6))) { goto IL_0125; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36->get_bytes_7(); NullCheck(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))), (int32_t)2))); V_3 = L_38; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_39 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = L_39->get_bytes_7(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5(); int32_t L_43 = L_42->get_bytesUsed_9(); XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99(L_40, 0, L_41, 0, L_43, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3; L_44->set_bytes_7(L_45); } IL_0125: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = L_46->get_chars_0(); NullCheck(L_47); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charsUsed_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length)))), (int32_t)L_49)), (int32_t)1)); int32_t L_50 = V_0; if ((((int32_t)L_50) <= ((int32_t)((int32_t)80)))) { goto IL_0312; } } { V_0 = ((int32_t)80); goto IL_0312; } IL_0151: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_52 = L_51->get_chars_0(); NullCheck(L_52); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))); int32_t L_53 = V_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charsUsed_2(); int32_t L_56 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_55))) > ((int32_t)((int32_t)((int32_t)L_56/(int32_t)2))))) { goto IL_0273; } } { V_6 = 0; goto IL_0199; } IL_017c: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_57 = __this->get_nodes_9(); int32_t L_58 = __this->get_index_11(); int32_t L_59 = V_6; NullCheck(L_57); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)), (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_61 = (L_57)->GetAt(static_cast(L_60)); NullCheck(L_61); NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C(L_61, /*hidden argument*/NULL); int32_t L_62 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0199: { int32_t L_63 = V_6; int32_t L_64 = __this->get_attrCount_13(); if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_017c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charPos_1(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_68)); int32_t L_69 = V_5; int32_t L_70 = V_4; if ((((int32_t)L_69) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))))) { goto IL_022f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_71 = __this->get_address_of_ps_5(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_lineStartPos_12(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_74 = __this->get_address_of_ps_5(); int32_t L_75 = L_74->get_charPos_1(); L_71->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_75))); int32_t L_76 = V_5; if ((((int32_t)L_76) <= ((int32_t)0))) { goto IL_0214; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_77 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = L_77->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_79 = __this->get_address_of_ps_5(); int32_t L_80 = L_79->get_charPos_1(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_81 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = L_81->get_chars_0(); int32_t L_83 = V_5; XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_78, L_80, L_82, 0, L_83, /*hidden argument*/NULL); } IL_0214: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5(); L_84->set_charPos_1(0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = V_5; L_85->set_charsUsed_2(L_86); goto IL_0273; } IL_022f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_88 = L_87->get_chars_0(); NullCheck(L_88); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_88)->max_length)))), (int32_t)2))); V_7 = L_89; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = L_90->get_chars_0(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = V_7; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_93 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = L_93->get_chars_0(); NullCheck(L_94); XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_91, 0, L_92, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_94)->max_length)))), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_95 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_96 = V_7; L_95->set_chars_0(L_96); } IL_0273: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_97 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_98 = L_97->get_stream_5(); if (!L_98) { goto IL_02f6; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5(); int32_t L_100 = L_99->get_bytesUsed_9(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_bytePos_8(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_102)); int32_t L_103 = V_8; if ((((int32_t)L_103) > ((int32_t)((int32_t)128)))) { goto IL_02f6; } } { int32_t L_104 = V_8; if (L_104) { goto IL_02b4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5(); L_105->set_bytesUsed_9(0); goto IL_02ea; } IL_02b4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = L_106->get_bytes_7(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_108 = __this->get_address_of_ps_5(); int32_t L_109 = L_108->get_bytePos_8(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_111 = L_110->get_bytes_7(); int32_t L_112 = V_8; XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99(L_107, L_109, L_111, 0, L_112, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = V_8; L_113->set_bytesUsed_9(L_114); } IL_02ea: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_115 = __this->get_address_of_ps_5(); L_115->set_bytePos_8(0); } IL_02f6: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_116 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = L_116->get_chars_0(); NullCheck(L_117); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_118 = __this->get_address_of_ps_5(); int32_t L_119 = L_118->get_charsUsed_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_117)->max_length)))), (int32_t)L_119)), (int32_t)1)); } IL_0312: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_120 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_121 = L_120->get_stream_5(); if (!L_121) { goto IL_03f6; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_122 = __this->get_address_of_ps_5(); bool L_123 = L_122->get_isStreamEof_16(); if (L_123) { goto IL_03c8; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_124 = __this->get_address_of_ps_5(); int32_t L_125 = L_124->get_bytePos_8(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_126 = __this->get_address_of_ps_5(); int32_t L_127 = L_126->get_bytesUsed_9(); if ((!(((uint32_t)L_125) == ((uint32_t)L_127)))) { goto IL_03c8; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_128 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = L_128->get_bytes_7(); NullCheck(L_129); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5(); int32_t L_131 = L_130->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_129)->max_length)))), (int32_t)L_131))) <= ((int32_t)0))) { goto IL_03c8; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_132 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_133 = L_132->get_stream_5(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_134 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_135 = L_134->get_bytes_7(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_136 = __this->get_address_of_ps_5(); int32_t L_137 = L_136->get_bytesUsed_9(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_138 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = L_138->get_bytes_7(); NullCheck(L_139); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_140 = __this->get_address_of_ps_5(); int32_t L_141 = L_140->get_bytesUsed_9(); NullCheck(L_133); int32_t L_142 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_133, L_135, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_139)->max_length)))), (int32_t)L_141))); V_10 = L_142; int32_t L_143 = V_10; if (L_143) { goto IL_03b7; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_144 = __this->get_address_of_ps_5(); L_144->set_isStreamEof_16((bool)1); } IL_03b7: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_145 = __this->get_address_of_ps_5(); int32_t* L_146 = L_145->get_address_of_bytesUsed_9(); int32_t* L_147 = L_146; int32_t L_148 = *((int32_t*)L_147); int32_t L_149 = V_10; *((int32_t*)L_147) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)L_149)); } IL_03c8: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_150 = __this->get_address_of_ps_5(); int32_t L_151 = L_150->get_bytePos_8(); V_9 = L_151; int32_t L_152 = V_0; int32_t L_153 = XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B(__this, L_152, /*hidden argument*/NULL); V_0 = L_153; int32_t L_154 = V_0; if (L_154) { goto IL_0459; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_155 = __this->get_address_of_ps_5(); int32_t L_156 = L_155->get_bytePos_8(); int32_t L_157 = V_9; if ((((int32_t)L_156) == ((int32_t)L_157))) { goto IL_0459; } } { int32_t L_158 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); return L_158; } IL_03f6: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5(); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_160 = L_159->get_textReader_10(); if (!L_160) { goto IL_0457; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_161 = __this->get_address_of_ps_5(); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_162 = L_161->get_textReader_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_163 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_164 = L_163->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_165 = __this->get_address_of_ps_5(); int32_t L_166 = L_165->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_167 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_168 = L_167->get_chars_0(); NullCheck(L_168); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_169 = __this->get_address_of_ps_5(); int32_t L_170 = L_169->get_charsUsed_2(); NullCheck(L_162); int32_t L_171 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_162, L_164, L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_168)->max_length)))), (int32_t)L_170)), (int32_t)1))); V_0 = L_171; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_172 = __this->get_address_of_ps_5(); int32_t* L_173 = L_172->get_address_of_charsUsed_2(); int32_t* L_174 = L_173; int32_t L_175 = *((int32_t*)L_174); int32_t L_176 = V_0; *((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)L_176)); goto IL_0459; } IL_0457: { V_0 = 0; } IL_0459: { int32_t L_177 = V_0; bool L_178 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_177))), L_178, /*hidden argument*/NULL); int32_t L_179 = V_0; if (L_179) { goto IL_0476; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_180 = __this->get_address_of_ps_5(); L_180->set_isEof_15((bool)1); } IL_0476: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_181 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_182 = L_181->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_183 = __this->get_address_of_ps_5(); int32_t L_184 = L_183->get_charsUsed_2(); NullCheck(L_182); (L_182)->SetAt(static_cast(L_184), (Il2CppChar)0); int32_t L_185 = V_0; return L_185; } } // System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_bytesUsed_9(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_bytePos_8(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = V_0; if (L_4) { goto IL_001d; } } { return 0; } IL_001d: { } IL_001e: try { // begin try (depth: 1) ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_6 = L_5->get_decoder_6(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7->get_bytes_7(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_bytePos_8(); int32_t L_11 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = L_12->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); int32_t L_15 = L_14->get_charsUsed_2(); int32_t L_16 = ___maxCharsCount0; NullCheck(L_6); VirtActionInvoker10< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_6, L_8, L_10, L_11, L_13, L_15, L_16, (bool)0, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool*)(&V_2)); goto IL_0072; } // 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_0065; throw e; } CATCH_0065: { // begin catch(System.ArgumentException) XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); goto IL_0072; } // end catch (depth: 1) IL_0072: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t* L_18 = L_17->get_address_of_bytePos_8(); int32_t* L_19 = L_18; int32_t L_20 = *((int32_t*)L_19); int32_t L_21 = V_0; *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); int32_t* L_23 = L_22->get_address_of_charsUsed_2(); int32_t* L_24 = L_23; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = V_1; *((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = V_1; return L_27; } } // System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32U26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; V_1 = 0; } IL_0004: try { // begin try (depth: 1) { goto IL_0057; } IL_0006: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_1 = L_0->get_decoder_6(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2->get_bytes_7(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_bytePos_8(); int32_t L_6 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charsUsed_2(); int32_t L_11 = V_0; NullCheck(L_1); VirtActionInvoker10< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), 1, L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), 1, (bool)0, (int32_t*)(&V_3), (int32_t*)(&V_2), (bool*)(&V_4)); int32_t L_12 = V_0; int32_t L_13 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = V_1; int32_t L_15 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); } IL_0057: { int32_t L_16 = V_1; int32_t* L_17 = ___bytesCount0; int32_t L_18 = *((int32_t*)L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0006; } } IL_005c: { goto IL_0061; } } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.ArgumentException) goto IL_0061; } // end catch (depth: 1) IL_0061: { int32_t L_19 = V_0; if (L_19) { goto IL_007a; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = L_20->get_charsUsed_2(); XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_21, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, /*hidden argument*/NULL); } IL_007a: { int32_t* L_22 = ___charsCount1; int32_t L_23 = V_0; *((int32_t*)L_22) = (int32_t)L_23; int32_t* L_24 = ___bytesCount0; int32_t L_25 = V_1; *((int32_t*)L_24) = (int32_t)L_25; return; } } // System.Void System.Xml.XmlTextReaderImpl::Close(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m86DDE1F542A2FECA045A102ED8227EB645141EBE (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___closeInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_Close_m86DDE1F542A2FECA045A102ED8227EB645141EBE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)12))))) { goto IL_0011; } } { return; } IL_000b: { XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD(__this, /*hidden argument*/NULL); } IL_0011: { bool L_1 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); bool L_3 = ___closeInput0; ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, L_3, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = NodeData_get_None_m439866B97299F03866A79F6A178B2FD4A45F6E6B(/*hidden argument*/NULL); __this->set_curNode_10(L_4); __this->set_parsingFunction_6(((int32_t)12)); __this->set_reportedEncoding_43((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_reportedBaseUri_42(L_5); __this->set_readState_65(4); __this->set_fullAttrCleanup_17((bool)0); XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0(__this, /*hidden argument*/NULL); __this->set_laterInitParam_3((LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); int32_t L_2 = ___sourcePos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0(); int32_t L_5 = ___destPos1; int32_t L_6 = ___count2; XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isTextDecl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_6 = NULL; Il2CppChar V_7 = 0x0; int32_t V_8 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_9 = NULL; String_t* V_10 = NULL; Il2CppChar V_11 = 0x0; String_t* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; StringBuilder_t * G_B10_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL; StringBuilder_t * G_B14_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B14_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B19_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B18_0 = NULL; String_t* G_B20_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B20_1 = NULL; String_t* G_B33_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B33_1 = NULL; String_t* G_B32_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B32_1 = NULL; String_t* G_B34_0 = NULL; String_t* G_B34_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B34_2 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B67_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B66_0 = NULL; String_t* G_B68_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B68_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B110_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B109_0 = NULL; String_t* G_B111_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B111_1 = NULL; String_t* G_B124_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B124_1 = NULL; String_t* G_B123_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B123_1 = NULL; String_t* G_B125_0 = NULL; String_t* G_B125_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B125_2 = NULL; { goto IL_000d; } IL_0002: { int32_t L_0 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_07e0; } } IL_000d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); int32_t L_2 = L_1->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4))) < ((int32_t)6))) { goto IL_0002; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_9 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_6, L_8, 5, _stringLiteral278BDE2ABA4E4EC64DB4EC86372C7F8EA916C2EA, /*hidden argument*/NULL); if (!L_9) { goto IL_07e0; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_10 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)5)); uint16_t L_16 = (uint16_t)(L_12)->GetAt(static_cast(L_15)); bool L_17 = XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_10, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_07e0; } } { bool L_18 = ___isTextDecl0; if (L_18) { goto IL_00af; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_20, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); int32_t L_23 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_22, /*hidden argument*/NULL); NullCheck(L_19); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_19, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_24 = __this->get_curNode_10(); String_t* L_25 = __this->get_Xml_76(); NullCheck(L_24); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_24, ((int32_t)17), L_25, /*hidden argument*/NULL); } IL_00af: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); int32_t* L_27 = L_26->get_address_of_charPos_1(); int32_t* L_28 = L_27; int32_t L_29 = *((int32_t*)L_28); *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)5)); bool L_30 = ___isTextDecl0; if (L_30) { goto IL_00ca; } } { StringBuilder_t * L_31 = __this->get_stringBuilder_60(); G_B10_0 = L_31; goto IL_00cf; } IL_00ca: { StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_32, /*hidden argument*/NULL); G_B10_0 = L_32; } IL_00cf: { V_0 = G_B10_0; V_1 = 0; V_2 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL; } IL_00d4: { StringBuilder_t * L_33 = V_0; NullCheck(L_33); int32_t L_34 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_33, /*hidden argument*/NULL); V_3 = L_34; int32_t L_35 = V_1; G_B12_0 = __this; if (!L_35) { G_B13_0 = __this; goto IL_00e2; } } { StringBuilder_t * L_36 = V_0; G_B14_0 = L_36; G_B14_1 = G_B12_0; goto IL_00e3; } IL_00e2: { G_B14_0 = ((StringBuilder_t *)(NULL)); G_B14_1 = G_B13_0; } IL_00e3: { NullCheck(G_B14_1); int32_t L_37 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(G_B14_1, G_B14_0, /*hidden argument*/NULL); V_4 = L_37; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = L_38->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); int32_t L_41 = L_40->get_charPos_1(); NullCheck(L_39); int32_t L_42 = L_41; uint16_t L_43 = (uint16_t)(L_39)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)63))))) { goto IL_0276; } } { StringBuilder_t * L_44 = V_0; int32_t L_45 = V_3; NullCheck(L_44); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_44, L_45, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = L_46->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charPos_1(); NullCheck(L_47); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); uint16_t L_51 = (uint16_t)(L_47)->GetAt(static_cast(L_50)); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)62))))) { goto IL_024e; } } { int32_t L_52 = V_1; if (L_52) { goto IL_0147; } } { bool L_53 = ___isTextDecl0; G_B18_0 = __this; if (L_53) { G_B19_0 = __this; goto IL_013d; } } { G_B20_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4; G_B20_1 = G_B18_0; goto IL_0142; } IL_013d: { G_B20_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1; G_B20_1 = G_B19_0; } IL_0142: { NullCheck(G_B20_1); XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B20_1, G_B20_0, /*hidden argument*/NULL); } IL_0147: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t* L_55 = L_54->get_address_of_charPos_1(); int32_t* L_56 = L_55; int32_t L_57 = *((int32_t*)L_56); *((int32_t*)L_56) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2)); bool L_58 = ___isTextDecl0; if (L_58) { goto IL_0186; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_59 = __this->get_curNode_10(); StringBuilder_t * L_60 = V_0; NullCheck(L_60); String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); NullCheck(L_59); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_59, L_61, /*hidden argument*/NULL); StringBuilder_t * L_62 = V_0; NullCheck(L_62); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_62, 0, /*hidden argument*/NULL); int32_t L_63 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_63); __this->set_parsingFunction_6(((int32_t)9)); } IL_0186: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_64 = V_2; if (L_64) { goto IL_0239; } } { bool L_65 = ___isTextDecl0; if (!L_65) { goto IL_019a; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1, /*hidden argument*/NULL); } IL_019a: { bool L_66 = __this->get_afterResetState_67(); if (!L_66) { goto IL_021f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_68 = L_67->get_encoding_3(); NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_68); V_10 = L_69; String_t* L_70 = V_10; bool L_71 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_70, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, /*hidden argument*/NULL); if (!L_71) { goto IL_021f; } } { String_t* L_72 = V_10; bool L_73 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_72, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL); if (!L_73) { goto IL_021f; } } { String_t* L_74 = V_10; bool L_75 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_74, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL); if (!L_75) { goto IL_021f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_76 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_77 = L_76->get_encoding_3(); if (((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)IsInstClass((RuntimeObject*)L_77, Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var))) { goto IL_021f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_79 = L_78->get_encoding_3(); NullCheck(L_79); int32_t L_80 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(10 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_79, _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B); G_B32_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694; G_B32_1 = __this; if ((((int32_t)L_80) == ((int32_t)1))) { G_B33_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694; G_B33_1 = __this; goto IL_0215; } } { G_B34_0 = _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B; G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; goto IL_021a; } IL_0215: { G_B34_0 = _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2; G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; } IL_021a: { NullCheck(G_B34_2); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B34_2, G_B34_1, G_B34_0, /*hidden argument*/NULL); } IL_021f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_81 = __this->get_address_of_ps_5(); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_82 = L_81->get_decoder_6(); if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_82, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var))) { goto IL_0240; } } { XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69(__this, /*hidden argument*/NULL); goto IL_0240; } IL_0239: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_83 = V_2; XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C(__this, L_83, /*hidden argument*/NULL); } IL_0240: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5(); L_84->set_appendMode_4((bool)0); return (bool)1; } IL_024e: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = L_85->get_charPos_1(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5(); int32_t L_88 = L_87->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1))) == ((int32_t)L_88))) { goto IL_07b8; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteralF192A1AFF587546389E57227D5C32F585D13AE95, /*hidden argument*/NULL); } IL_0276: { int32_t L_89 = V_4; if (L_89) { goto IL_0288; } } { int32_t L_90 = V_1; if (!L_90) { goto IL_0288; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE, /*hidden argument*/NULL); } IL_0288: { int32_t L_91 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL); V_5 = L_91; V_6 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_92 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = L_92->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_94 = __this->get_address_of_ps_5(); int32_t L_95 = L_94->get_charPos_1(); NullCheck(L_93); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_93)->GetAt(static_cast(L_96)); V_11 = L_97; Il2CppChar L_98 = V_11; if ((((int32_t)L_98) == ((int32_t)((int32_t)101)))) { goto IL_0316; } } { Il2CppChar L_99 = V_11; if ((((int32_t)L_99) == ((int32_t)((int32_t)115)))) { goto IL_0365; } } { Il2CppChar L_100 = V_11; if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)118))))) { goto IL_03b5; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = L_101->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5(); int32_t L_104 = L_103->get_charPos_1(); int32_t L_105 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_108 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_102, L_104, ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_107)), _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL); if (!L_108) { goto IL_03b5; } } { int32_t L_109 = V_1; if (L_109) { goto IL_03b5; } } { bool L_110 = ___isTextDecl0; if (L_110) { goto IL_03ca; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_111 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, 1, /*hidden argument*/NULL); V_6 = L_111; goto IL_03ca; } IL_0316: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_112 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_113 = L_112->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_114 = __this->get_address_of_ps_5(); int32_t L_115 = L_114->get_charPos_1(); int32_t L_116 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_117 = __this->get_address_of_ps_5(); int32_t L_118 = L_117->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_119 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_113, L_115, ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)L_118)), _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, /*hidden argument*/NULL); if (!L_119) { goto IL_03b5; } } { int32_t L_120 = V_1; if ((((int32_t)L_120) == ((int32_t)1))) { goto IL_0350; } } { bool L_121 = ___isTextDecl0; if (!L_121) { goto IL_03b5; } } { int32_t L_122 = V_1; if (L_122) { goto IL_03b5; } } IL_0350: { bool L_123 = ___isTextDecl0; if (L_123) { goto IL_0361; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_124 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, 1, /*hidden argument*/NULL); V_6 = L_124; } IL_0361: { V_1 = 1; goto IL_03ca; } IL_0365: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_125 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = L_125->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_127 = __this->get_address_of_ps_5(); int32_t L_128 = L_127->get_charPos_1(); int32_t L_129 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5(); int32_t L_131 = L_130->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_132 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_126, L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_131)), _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D, /*hidden argument*/NULL); if (!L_132) { goto IL_03b5; } } { int32_t L_133 = V_1; if ((((int32_t)L_133) == ((int32_t)1))) { goto IL_039d; } } { int32_t L_134 = V_1; if ((!(((uint32_t)L_134) == ((uint32_t)2)))) { goto IL_03b5; } } IL_039d: { bool L_135 = ___isTextDecl0; if (L_135) { goto IL_03b5; } } { bool L_136 = ___isTextDecl0; if (L_136) { goto IL_03b1; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_137 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D, 1, /*hidden argument*/NULL); V_6 = L_137; } IL_03b1: { V_1 = 2; goto IL_03ca; } IL_03b5: { bool L_138 = ___isTextDecl0; G_B66_0 = __this; if (L_138) { G_B67_0 = __this; goto IL_03c0; } } { G_B68_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4; G_B68_1 = G_B66_0; goto IL_03c5; } IL_03c0: { G_B68_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1; G_B68_1 = G_B67_0; } IL_03c5: { NullCheck(G_B68_1); XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B68_1, G_B68_0, /*hidden argument*/NULL); } IL_03ca: { bool L_139 = ___isTextDecl0; if (L_139) { goto IL_03ea; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_140 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_141 = __this->get_address_of_ps_5(); int32_t L_142 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_141, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_143 = __this->get_address_of_ps_5(); int32_t L_144 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_143, /*hidden argument*/NULL); NullCheck(L_140); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_140, L_142, L_144, /*hidden argument*/NULL); } IL_03ea: { StringBuilder_t * L_145 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_146 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = L_146->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); int32_t L_150 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_151 = __this->get_address_of_ps_5(); int32_t L_152 = L_151->get_charPos_1(); NullCheck(L_145); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_145, L_147, L_149, ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)L_152)), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_153 = __this->get_address_of_ps_5(); int32_t L_154 = V_5; L_153->set_charPos_1(L_154); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_155 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_156 = L_155->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_157 = __this->get_address_of_ps_5(); int32_t L_158 = L_157->get_charPos_1(); NullCheck(L_156); int32_t L_159 = L_158; uint16_t L_160 = (uint16_t)(L_156)->GetAt(static_cast(L_159)); if ((((int32_t)L_160) == ((int32_t)((int32_t)61)))) { goto IL_046b; } } { StringBuilder_t * L_161 = V_0; XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_161, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_162 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_163 = L_162->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_164 = __this->get_address_of_ps_5(); int32_t L_165 = L_164->get_charPos_1(); NullCheck(L_163); int32_t L_166 = L_165; uint16_t L_167 = (uint16_t)(L_163)->GetAt(static_cast(L_166)); if ((((int32_t)L_167) == ((int32_t)((int32_t)61)))) { goto IL_046b; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL); } IL_046b: { StringBuilder_t * L_168 = V_0; NullCheck(L_168); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_168, ((int32_t)61), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_169 = __this->get_address_of_ps_5(); int32_t* L_170 = L_169->get_address_of_charPos_1(); int32_t* L_171 = L_170; int32_t L_172 = *((int32_t*)L_171); *((int32_t*)L_171) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_173 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_174 = L_173->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_175 = __this->get_address_of_ps_5(); int32_t L_176 = L_175->get_charPos_1(); NullCheck(L_174); int32_t L_177 = L_176; uint16_t L_178 = (uint16_t)(L_174)->GetAt(static_cast(L_177)); V_7 = L_178; Il2CppChar L_179 = V_7; if ((((int32_t)L_179) == ((int32_t)((int32_t)34)))) { goto IL_04e6; } } { Il2CppChar L_180 = V_7; if ((((int32_t)L_180) == ((int32_t)((int32_t)39)))) { goto IL_04e6; } } { StringBuilder_t * L_181 = V_0; XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_181, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_182 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_183 = L_182->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_184 = __this->get_address_of_ps_5(); int32_t L_185 = L_184->get_charPos_1(); NullCheck(L_183); int32_t L_186 = L_185; uint16_t L_187 = (uint16_t)(L_183)->GetAt(static_cast(L_186)); V_7 = L_187; Il2CppChar L_188 = V_7; if ((((int32_t)L_188) == ((int32_t)((int32_t)34)))) { goto IL_04e6; } } { Il2CppChar L_189 = V_7; if ((((int32_t)L_189) == ((int32_t)((int32_t)39)))) { goto IL_04e6; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); } IL_04e6: { StringBuilder_t * L_190 = V_0; Il2CppChar L_191 = V_7; NullCheck(L_190); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_190, L_191, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_192 = __this->get_address_of_ps_5(); int32_t* L_193 = L_192->get_address_of_charPos_1(); int32_t* L_194 = L_193; int32_t L_195 = *((int32_t*)L_194); *((int32_t*)L_194) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)1)); bool L_196 = ___isTextDecl0; if (L_196) { goto IL_0528; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_197 = V_6; Il2CppChar L_198 = V_7; NullCheck(L_197); L_197->set_quoteChar_12(L_198); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_199 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_200 = __this->get_address_of_ps_5(); int32_t L_201 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_200, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_202 = __this->get_address_of_ps_5(); int32_t L_203 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_202, /*hidden argument*/NULL); NullCheck(L_199); NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20(L_199, L_201, L_203, /*hidden argument*/NULL); } IL_0528: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_204 = __this->get_address_of_ps_5(); int32_t L_205 = L_204->get_charPos_1(); V_8 = L_205; } IL_0535: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_206 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_207 = L_206->get_chars_0(); V_9 = L_207; goto IL_054a; } IL_0544: { int32_t L_208 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)1)); } IL_054a: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_209 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_210 = L_209->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_211 = V_9; int32_t L_212 = V_8; NullCheck(L_211); int32_t L_213 = L_212; uint16_t L_214 = (uint16_t)(L_211)->GetAt(static_cast(L_213)); NullCheck(L_210); uint16_t L_215 = L_214; uint8_t L_216 = (L_210)->GetAt(static_cast(L_215)); if (((int32_t)((int32_t)L_216&(int32_t)((int32_t)128)))) { goto IL_0544; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_217 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_218 = L_217->get_chars_0(); int32_t L_219 = V_8; NullCheck(L_218); int32_t L_220 = L_219; uint16_t L_221 = (uint16_t)(L_218)->GetAt(static_cast(L_220)); Il2CppChar L_222 = V_7; if ((!(((uint32_t)L_221) == ((uint32_t)L_222)))) { goto IL_077c; } } { int32_t L_223 = V_1; switch (L_223) { case 0: { goto IL_058f; } case 1: { goto IL_0631; } case 2: { goto IL_0678; } } } { goto IL_073d; } IL_058f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_224 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_225 = L_224->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_226 = __this->get_address_of_ps_5(); int32_t L_227 = L_226->get_charPos_1(); int32_t L_228 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_229 = __this->get_address_of_ps_5(); int32_t L_230 = L_229->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_231 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_225, L_227, ((int32_t)il2cpp_codegen_subtract((int32_t)L_228, (int32_t)L_230)), _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411, /*hidden argument*/NULL); if (!L_231) { goto IL_05f4; } } { bool L_232 = ___isTextDecl0; if (L_232) { goto IL_05ed; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_233 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_234 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_235 = L_234->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_236 = __this->get_address_of_ps_5(); int32_t L_237 = L_236->get_charPos_1(); int32_t L_238 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_239 = __this->get_address_of_ps_5(); int32_t L_240 = L_239->get_charPos_1(); NullCheck(L_233); NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_233, L_235, L_237, ((int32_t)il2cpp_codegen_subtract((int32_t)L_238, (int32_t)L_240)), /*hidden argument*/NULL); } IL_05ed: { V_1 = 1; goto IL_073d; } IL_05f4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_241 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_242 = L_241->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_243 = __this->get_address_of_ps_5(); int32_t L_244 = L_243->get_charPos_1(); int32_t L_245 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_246 = __this->get_address_of_ps_5(); int32_t L_247 = L_246->get_charPos_1(); String_t* L_248 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_242, L_244, ((int32_t)il2cpp_codegen_subtract((int32_t)L_245, (int32_t)L_247)), /*hidden argument*/NULL); V_13 = L_248; String_t* L_249 = V_13; XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral56674BB1EF4B24126B160381FE7EB129E1B774EE, L_249, /*hidden argument*/NULL); goto IL_073d; } IL_0631: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_250 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_251 = L_250->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_252 = __this->get_address_of_ps_5(); int32_t L_253 = L_252->get_charPos_1(); int32_t L_254 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_255 = __this->get_address_of_ps_5(); int32_t L_256 = L_255->get_charPos_1(); String_t* L_257 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_251, L_253, ((int32_t)il2cpp_codegen_subtract((int32_t)L_254, (int32_t)L_256)), /*hidden argument*/NULL); V_12 = L_257; String_t* L_258 = V_12; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_259 = XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705(__this, L_258, /*hidden argument*/NULL); V_2 = L_259; bool L_260 = ___isTextDecl0; if (L_260) { goto IL_0671; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_261 = V_6; String_t* L_262 = V_12; NullCheck(L_261); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_261, L_262, /*hidden argument*/NULL); } IL_0671: { V_1 = 2; goto IL_073d; } IL_0678: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_263 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_264 = L_263->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_265 = __this->get_address_of_ps_5(); int32_t L_266 = L_265->get_charPos_1(); int32_t L_267 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_268 = __this->get_address_of_ps_5(); int32_t L_269 = L_268->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_270 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_264, L_266, ((int32_t)il2cpp_codegen_subtract((int32_t)L_267, (int32_t)L_269)), _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL); if (!L_270) { goto IL_06b1; } } { __this->set_standalone_62((bool)1); goto IL_070d; } IL_06b1: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_271 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_272 = L_271->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_273 = __this->get_address_of_ps_5(); int32_t L_274 = L_273->get_charPos_1(); int32_t L_275 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_276 = __this->get_address_of_ps_5(); int32_t L_277 = L_276->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_278 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_272, L_274, ((int32_t)il2cpp_codegen_subtract((int32_t)L_275, (int32_t)L_277)), _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL); if (!L_278) { goto IL_06ea; } } { __this->set_standalone_62((bool)0); goto IL_070d; } IL_06ea: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_279 = __this->get_address_of_ps_5(); int32_t L_280 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_279, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_281 = __this->get_address_of_ps_5(); int32_t L_282 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_281, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4, L_280, ((int32_t)il2cpp_codegen_subtract((int32_t)L_282, (int32_t)1)), /*hidden argument*/NULL); } IL_070d: { bool L_283 = ___isTextDecl0; if (L_283) { goto IL_073b; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_284 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_285 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_286 = L_285->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_287 = __this->get_address_of_ps_5(); int32_t L_288 = L_287->get_charPos_1(); int32_t L_289 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_290 = __this->get_address_of_ps_5(); int32_t L_291 = L_290->get_charPos_1(); NullCheck(L_284); NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_284, L_286, L_288, ((int32_t)il2cpp_codegen_subtract((int32_t)L_289, (int32_t)L_291)), /*hidden argument*/NULL); } IL_073b: { V_1 = 3; } IL_073d: { StringBuilder_t * L_292 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_293 = V_9; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_294 = __this->get_address_of_ps_5(); int32_t L_295 = L_294->get_charPos_1(); int32_t L_296 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_297 = __this->get_address_of_ps_5(); int32_t L_298 = L_297->get_charPos_1(); NullCheck(L_292); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_292, L_293, L_295, ((int32_t)il2cpp_codegen_subtract((int32_t)L_296, (int32_t)L_298)), /*hidden argument*/NULL); StringBuilder_t * L_299 = V_0; Il2CppChar L_300 = V_7; NullCheck(L_299); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_299, L_300, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_301 = __this->get_address_of_ps_5(); int32_t L_302 = V_8; L_301->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_302, (int32_t)1))); goto IL_00d4; } IL_077c: { int32_t L_303 = V_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_304 = __this->get_address_of_ps_5(); int32_t L_305 = L_304->get_charsUsed_2(); if ((!(((uint32_t)L_303) == ((uint32_t)L_305)))) { goto IL_07a3; } } { int32_t L_306 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_306) { goto IL_0535; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48, /*hidden argument*/NULL); goto IL_07b8; } IL_07a3: { bool L_307 = ___isTextDecl0; G_B109_0 = __this; if (L_307) { G_B110_0 = __this; goto IL_07ae; } } { G_B111_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4; G_B111_1 = G_B109_0; goto IL_07b3; } IL_07ae: { G_B111_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1; G_B111_1 = G_B110_0; } IL_07b3: { NullCheck(G_B111_1); XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B111_1, G_B111_0, /*hidden argument*/NULL); } IL_07b8: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_308 = __this->get_address_of_ps_5(); bool L_309 = L_308->get_isEof_15(); if (L_309) { goto IL_07d0; } } { int32_t L_310 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_310) { goto IL_00d4; } } IL_07d0: { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); goto IL_00d4; } IL_07e0: { bool L_311 = ___isTextDecl0; if (L_311) { goto IL_07ef; } } { int32_t L_312 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_312); } IL_07ef: { bool L_313 = __this->get_afterResetState_67(); if (!L_313) { goto IL_0874; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_314 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_315 = L_314->get_encoding_3(); NullCheck(L_315); String_t* L_316 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Text.Encoding::get_WebName() */, L_315); V_14 = L_316; String_t* L_317 = V_14; bool L_318 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_317, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, /*hidden argument*/NULL); if (!L_318) { goto IL_0874; } } { String_t* L_319 = V_14; bool L_320 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_319, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL); if (!L_320) { goto IL_0874; } } { String_t* L_321 = V_14; bool L_322 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_321, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL); if (!L_322) { goto IL_0874; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_323 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_324 = L_323->get_encoding_3(); if (((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)IsInstClass((RuntimeObject*)L_324, Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var))) { goto IL_0874; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_325 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_326 = L_325->get_encoding_3(); NullCheck(L_326); int32_t L_327 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(10 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_326, _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B); G_B123_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694; G_B123_1 = __this; if ((((int32_t)L_327) == ((int32_t)1))) { G_B124_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694; G_B124_1 = __this; goto IL_086a; } } { G_B125_0 = _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B; G_B125_1 = G_B123_0; G_B125_2 = G_B123_1; goto IL_086f; } IL_086a: { G_B125_0 = _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2; G_B125_1 = G_B124_0; G_B125_2 = G_B124_1; } IL_086f: { NullCheck(G_B125_2); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B125_2, G_B125_1, G_B125_0, /*hidden argument*/NULL); } IL_0874: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_328 = __this->get_address_of_ps_5(); Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_329 = L_328->get_decoder_6(); if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_329, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var))) { goto IL_088c; } } { XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69(__this, /*hidden argument*/NULL); } IL_088c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_330 = __this->get_address_of_ps_5(); L_330->set_appendMode_4((bool)0); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseDocumentContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseDocumentContent_m694DBDA3BC97E1302F0F87BE9EC8D54B71710493_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B74_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B73_0 = NULL; int32_t G_B75_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B75_1 = NULL; { V_0 = (bool)0; } IL_0002: { V_1 = (bool)0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_2 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); V_3 = L_3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_3; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)60))))) { goto IL_021b; } } { V_1 = (bool)1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_charsUsed_2(); int32_t L_10 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) < ((int32_t)4))) { goto IL_030b; } } { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); V_4 = L_15; Il2CppChar L_16 = V_4; if ((((int32_t)L_16) == ((int32_t)((int32_t)33)))) { goto IL_0074; } } { Il2CppChar L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)((int32_t)47)))) { goto IL_01c0; } } { Il2CppChar L_18 = V_4; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)63))))) { goto IL_01d3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); int32_t L_20 = V_2; L_19->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); bool L_21 = XmlTextReaderImpl_ParsePI_m8C4E49D0A7FC86465F298AC76F312C3C14EDE1D0(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_0002; } } { return (bool)1; } IL_0074: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charsUsed_2(); int32_t L_25 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) < ((int32_t)2))) { goto IL_030b; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_3; int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)45))))) { goto IL_00c9; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = V_3; int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); uint16_t L_33 = (uint16_t)(L_30)->GetAt(static_cast(L_32)); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)45))))) { goto IL_00b6; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = V_2; L_34->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2))); bool L_36 = XmlTextReaderImpl_ParseComment_mC8D61B9D28726FC572B1B66176441B224A201E6A(__this, /*hidden argument*/NULL); if (!L_36) { goto IL_0002; } } { return (bool)1; } IL_00b6: { int32_t L_37 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)), _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, /*hidden argument*/NULL); goto IL_030b; } IL_00c9: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_3; int32_t L_39 = V_2; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast(L_40)); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)91))))) { goto IL_0154; } } { int32_t L_42 = __this->get_fragmentType_45(); if ((((int32_t)L_42) == ((int32_t)((int32_t)9)))) { goto IL_0139; } } { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_charsUsed_2(); int32_t L_46 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))) < ((int32_t)6))) { goto IL_030b; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = V_3; int32_t L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_49 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_47, L_48, 6, _stringLiteralCA7DBCE1E5EF11421D4E1FC80E659E099B786674, /*hidden argument*/NULL); if (!L_49) { goto IL_0128; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = V_2; L_50->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)6))); XmlTextReaderImpl_ParseCData_mD23402B223FFC5DFA545163F215C3F1577088E32(__this, /*hidden argument*/NULL); int32_t L_52 = __this->get_fragmentType_45(); if (L_52) { goto IL_0126; } } { __this->set_fragmentType_45(1); } IL_0126: { return (bool)1; } IL_0128: { int32_t L_53 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_53, _stringLiteralCA7DBCE1E5EF11421D4E1FC80E659E099B786674, /*hidden argument*/NULL); goto IL_030b; } IL_0139: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charPos_1(); XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_55, _stringLiteral8FAB96F8A9E113C10A089DEE9B34DBD853D038A6, /*hidden argument*/NULL); goto IL_030b; } IL_0154: { int32_t L_56 = __this->get_fragmentType_45(); if ((((int32_t)L_56) == ((int32_t)((int32_t)9)))) { goto IL_0166; } } { int32_t L_57 = __this->get_fragmentType_45(); if (L_57) { goto IL_0187; } } IL_0166: { __this->set_fragmentType_45(((int32_t)9)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5(); int32_t L_59 = V_2; L_58->set_charPos_1(L_59); bool L_60 = XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42(__this, /*hidden argument*/NULL); if (!L_60) { goto IL_0002; } } { return (bool)1; } IL_0187: { int32_t L_61 = V_2; String_t* L_62 = XmlTextReaderImpl_ParseUnexpectedToken_m3EEEBD05D8D90AFFA4F6644DF647DCAD367D72C7(__this, L_61, /*hidden argument*/NULL); bool L_63 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_62, _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04, /*hidden argument*/NULL); if (!L_63) { goto IL_01aa; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5027A1A2964CD3D919155486FB01FBF819D4490A, /*hidden argument*/NULL); goto IL_030b; } IL_01aa: { int32_t L_64 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3(__this, L_64, _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652, _stringLiteral14547A7443C0E53C064B4C63239DDFDA4D337EA5, /*hidden argument*/NULL); goto IL_030b; } IL_01c0: { int32_t L_65 = V_2; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)), _stringLiteralAC638F3BF08185FAEE5FE8F5B1052FF726F18D91, /*hidden argument*/NULL); goto IL_030b; } IL_01d3: { bool L_66 = __this->get_rootElementParsed_61(); if (!L_66) { goto IL_0200; } } { int32_t L_67 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)9))))) { goto IL_01f1; } } { int32_t L_68 = V_2; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_68, _stringLiteralDEF160FCD5CCFA1403F690DD100EA7D0BAC6F382, /*hidden argument*/NULL); } IL_01f1: { int32_t L_69 = __this->get_fragmentType_45(); if (L_69) { goto IL_0200; } } { __this->set_fragmentType_45(1); } IL_0200: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5(); int32_t L_71 = V_2; L_70->set_charPos_1(L_71); __this->set_rootElementParsed_61((bool)1); XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5(__this, /*hidden argument*/NULL); return (bool)1; } IL_021b: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_72 = V_3; int32_t L_73 = V_2; NullCheck(L_72); int32_t L_74 = L_73; uint16_t L_75 = (uint16_t)(L_72)->GetAt(static_cast(L_74)); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)38))))) { goto IL_02ad; } } { int32_t L_76 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)9))))) { goto IL_0240; } } { int32_t L_77 = V_2; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_77, _stringLiteral8FAB96F8A9E113C10A089DEE9B34DBD853D038A6, /*hidden argument*/NULL); goto IL_030b; } IL_0240: { int32_t L_78 = __this->get_fragmentType_45(); if (L_78) { goto IL_024f; } } { __this->set_fragmentType_45(1); } IL_024f: { int32_t L_79 = XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07(__this, (bool)0, 1, (int32_t*)(&V_5), /*hidden argument*/NULL); V_6 = L_79; int32_t L_80 = V_6; if ((!(((uint32_t)L_80) > ((uint32_t)2)))) { goto IL_0283; } } { int32_t L_81 = V_6; if ((!(((uint32_t)L_81) == ((uint32_t)6)))) { goto IL_0290; } } { int32_t L_82 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)13))))) { goto IL_027b; } } { int32_t L_83 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_83); } IL_027b: { XmlTextReaderImpl_ParseEntityReference_m01350AFED018C01410FD3303CDF13580842A2CA1(__this, /*hidden argument*/NULL); return (bool)1; } IL_0283: { bool L_84 = XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6(__this, /*hidden argument*/NULL); if (!L_84) { goto IL_0002; } } { return (bool)1; } IL_0290: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_86 = L_85->get_chars_0(); V_3 = L_86; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5(); int32_t L_88 = L_87->get_charPos_1(); V_2 = L_88; goto IL_0002; } IL_02ad: { int32_t L_89 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5(); int32_t L_91 = L_90->get_charsUsed_2(); if ((((int32_t)L_89) == ((int32_t)L_91))) { goto IL_030b; } } { bool L_92 = __this->get_v1Compat_36(); bool L_93 = V_0; if (!((int32_t)((int32_t)L_92|(int32_t)L_93))) { goto IL_02ca; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = V_3; int32_t L_95 = V_2; NullCheck(L_94); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_94)->GetAt(static_cast(L_96)); if (!L_97) { goto IL_030b; } } IL_02ca: { int32_t L_98 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)9))))) { goto IL_02e1; } } { bool L_99 = XmlTextReaderImpl_ParseRootLevelWhitespace_m47A81C357F6645B50E4BA694430ECC7456CA2194(__this, /*hidden argument*/NULL); if (!L_99) { goto IL_0002; } } { return (bool)1; } IL_02e1: { bool L_100 = XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6(__this, /*hidden argument*/NULL); if (!L_100) { goto IL_0002; } } { int32_t L_101 = __this->get_fragmentType_45(); if (L_101) { goto IL_0309; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_102 = __this->get_curNode_10(); NullCheck(L_102); int32_t L_103 = L_102->get_type_1(); if ((!(((uint32_t)L_103) == ((uint32_t)3)))) { goto IL_0309; } } { __this->set_fragmentType_45(1); } IL_0309: { return (bool)1; } IL_030b: { int32_t L_104 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (!L_104) { goto IL_0321; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5(); int32_t L_106 = L_105->get_charPos_1(); V_2 = L_106; goto IL_038b; } IL_0321: { bool L_107 = V_1; if (!L_107) { goto IL_032f; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral8FAB96F8A9E113C10A089DEE9B34DBD853D038A6, /*hidden argument*/NULL); } IL_032f: { bool L_108 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (!L_108) { goto IL_034b; } } { bool L_109 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)1, /*hidden argument*/NULL); if (!L_109) { goto IL_0002; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F(__this, /*hidden argument*/NULL); return (bool)1; } IL_034b: { bool L_110 = __this->get_rootElementParsed_61(); if (L_110) { goto IL_0368; } } { int32_t L_111 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)9))))) { goto IL_0368; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(__this, _stringLiteral947CD40E124AF7D847ECFE2C5E882DCD01D5F92B, /*hidden argument*/NULL); } IL_0368: { int32_t L_112 = __this->get_fragmentType_45(); if (L_112) { goto IL_0383; } } { bool L_113 = __this->get_rootElementParsed_61(); G_B73_0 = __this; if (L_113) { G_B74_0 = __this; goto IL_037c; } } { G_B75_0 = 1; G_B75_1 = G_B73_0; goto IL_037e; } IL_037c: { G_B75_0 = ((int32_t)9); G_B75_1 = G_B74_0; } IL_037e: { NullCheck(G_B75_1); G_B75_1->set_fragmentType_45(G_B75_0); } IL_0383: { XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89(__this, /*hidden argument*/NULL); return (bool)0; } IL_038b: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_114 = __this->get_address_of_ps_5(); int32_t L_115 = L_114->get_charPos_1(); V_2 = L_115; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_116 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = L_116->get_chars_0(); V_3 = L_117; goto IL_0002; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseElementContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_mC4101EA352E91017AC4A3A6265046E9ABF052CBA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseElementContent_mC4101EA352E91017AC4A3A6265046E9ABF052CBA_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; Il2CppChar V_2 = 0x0; IL_0000: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); V_1 = L_3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_2 = L_7; Il2CppChar L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)38)))) { goto IL_0177; } } { Il2CppChar L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)60))))) { goto IL_0184; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_1; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_2 = L_13; Il2CppChar L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)((int32_t)33)))) { goto IL_005f; } } { Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)47)))) { goto IL_013b; } } { Il2CppChar L_16 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)63))))) { goto IL_0151; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = V_0; L_17->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2))); bool L_19 = XmlTextReaderImpl_ParsePI_m8C4E49D0A7FC86465F298AC76F312C3C14EDE1D0(__this, /*hidden argument*/NULL); if (!L_19) { goto IL_0000; } } { return (bool)1; } IL_005f: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); int32_t L_22 = L_21->get_charsUsed_2(); int32_t L_23 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23))) < ((int32_t)2))) { goto IL_019f; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_1; int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = L_25; uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)45))))) { goto IL_00b4; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_1; int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)45))))) { goto IL_00a1; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5(); int32_t L_33 = V_0; L_32->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2))); bool L_34 = XmlTextReaderImpl_ParseComment_mC8D61B9D28726FC572B1B66176441B224A201E6A(__this, /*hidden argument*/NULL); if (!L_34) { goto IL_0000; } } { return (bool)1; } IL_00a1: { int32_t L_35 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, /*hidden argument*/NULL); goto IL_019f; } IL_00b4: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = V_1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = L_37; uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)91))))) { goto IL_0108; } } { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_41 = __this->get_address_of_ps_5(); int32_t L_42 = L_41->get_charsUsed_2(); int32_t L_43 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43))) < ((int32_t)6))) { goto IL_019f; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = V_1; int32_t L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_46 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_44, L_45, 6, _stringLiteralCA7DBCE1E5EF11421D4E1FC80E659E099B786674, /*hidden argument*/NULL); if (!L_46) { goto IL_00f7; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = V_0; L_47->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)6))); XmlTextReaderImpl_ParseCData_mD23402B223FFC5DFA545163F215C3F1577088E32(__this, /*hidden argument*/NULL); return (bool)1; } IL_00f7: { int32_t L_49 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_49, _stringLiteralCA7DBCE1E5EF11421D4E1FC80E659E099B786674, /*hidden argument*/NULL); goto IL_019f; } IL_0108: { int32_t L_50 = V_0; String_t* L_51 = XmlTextReaderImpl_ParseUnexpectedToken_m3EEEBD05D8D90AFFA4F6644DF647DCAD367D72C7(__this, L_50, /*hidden argument*/NULL); bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04, /*hidden argument*/NULL); if (!L_52) { goto IL_0128; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5027A1A2964CD3D919155486FB01FBF819D4490A, /*hidden argument*/NULL); goto IL_019f; } IL_0128: { int32_t L_53 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3(__this, L_53, _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652, _stringLiteral14547A7443C0E53C064B4C63239DDFDA4D337EA5, /*hidden argument*/NULL); goto IL_019f; } IL_013b: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = V_0; L_54->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)2))); XmlTextReaderImpl_ParseEndElement_mEEE9B4C714108A265AFD4E62D498AC12A4F6C25A(__this, /*hidden argument*/NULL); return (bool)1; } IL_0151: { int32_t L_56 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))) == ((int32_t)L_58))) { goto IL_019f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = V_0; L_59->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1))); XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5(__this, /*hidden argument*/NULL); return (bool)1; } IL_0177: { bool L_61 = XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6(__this, /*hidden argument*/NULL); if (!L_61) { goto IL_0000; } } { return (bool)1; } IL_0184: { int32_t L_62 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5(); int32_t L_64 = L_63->get_charsUsed_2(); if ((((int32_t)L_62) == ((int32_t)L_64))) { goto IL_019f; } } { bool L_65 = XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6(__this, /*hidden argument*/NULL); if (!L_65) { goto IL_0000; } } { return (bool)1; } IL_019f: { int32_t L_66 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_66) { goto IL_0000; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_69 = __this->get_address_of_ps_5(); int32_t L_70 = L_69->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_70))) { goto IL_01c9; } } { XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6(__this, /*hidden argument*/NULL); } IL_01c9: { bool L_71 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (L_71) { goto IL_01f1; } } { int32_t L_72 = __this->get_index_11(); if (L_72) { goto IL_01eb; } } { int32_t L_73 = __this->get_fragmentType_45(); if ((((int32_t)L_73) == ((int32_t)((int32_t)9)))) { goto IL_01eb; } } { XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89(__this, /*hidden argument*/NULL); return (bool)0; } IL_01eb: { XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6(__this, /*hidden argument*/NULL); } IL_01f1: { bool L_74 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)1, /*hidden argument*/NULL); if (!L_74) { goto IL_0000; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnclosedElements() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_1 = NULL; int32_t G_B6_0 = 0; { int32_t L_0 = __this->get_index_11(); if (L_0) { goto IL_002d; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_002d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charsUsed_2(); XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_4, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); return; } IL_002d: { int32_t L_5 = __this->get_parsingFunction_6(); if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0041; } } { int32_t L_6 = __this->get_index_11(); G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); goto IL_0047; } IL_0041: { int32_t L_7 = __this->get_index_11(); G_B6_0 = L_7; } IL_0047: { V_0 = G_B6_0; StringBuilder_t * L_8 = __this->get_stringBuilder_60(); NullCheck(L_8); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_8, 0, /*hidden argument*/NULL); goto IL_00ac; } IL_0056: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_9 = __this->get_nodes_9(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->get_type_1(); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00a8; } } { StringBuilder_t * L_15 = __this->get_stringBuilder_60(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = V_1; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_17 = __this->get_nameTable_19(); NullCheck(L_16); String_t* L_18 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_16, L_17, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, L_18, /*hidden argument*/NULL); int32_t L_19 = V_0; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_0097; } } { StringBuilder_t * L_20 = __this->get_stringBuilder_60(); NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); goto IL_00a8; } IL_0097: { StringBuilder_t * L_21 = __this->get_stringBuilder_60(); NullCheck(L_21); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); } IL_00a8: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_00ac: { int32_t L_23 = V_0; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_0056; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = L_24->get_charsUsed_2(); StringBuilder_t * L_26 = __this->get_stringBuilder_60(); NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26); XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_25, _stringLiteralD786F83B0B6927990DFEAFC71B90F0A0E4FD566E, L_27, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseElement_mBC40214EFF74A5B9E870B1BE5D326E4B82ACE4C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; int32_t V_5 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); V_1 = L_3; V_2 = (-1); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_4, L_6, L_8, /*hidden argument*/NULL); } IL_003b: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_9 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); NullCheck(L_10); uint16_t L_15 = L_14; uint8_t L_16 = (L_10)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&(int32_t)4))) { goto IL_00b2; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0052: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_18 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = V_1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); NullCheck(L_19); uint16_t L_24 = L_23; uint8_t L_25 = (L_19)->GetAt(static_cast(L_24)); if (!((int32_t)((int32_t)L_25&(int32_t)8))) { goto IL_006b; } } { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); goto IL_0052; } IL_006b: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = L_28; uint16_t L_30 = (uint16_t)(L_27)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)58))))) { goto IL_00a2; } } { int32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_009a; } } { bool L_32 = __this->get_supportNamespaces_24(); if (!L_32) { goto IL_0094; } } { int32_t L_33 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_33, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_34, /*hidden argument*/NULL); goto IL_00b2; } IL_0094: { int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); goto IL_0052; } IL_009a: { int32_t L_36 = V_0; V_2 = L_36; int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); goto IL_003b; } IL_00a2: { int32_t L_38 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_39 = __this->get_address_of_ps_5(); int32_t L_40 = L_39->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))) < ((int32_t)L_40))) { goto IL_00c7; } } IL_00b2: { int32_t L_41 = XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7(__this, (int32_t*)(&V_2), /*hidden argument*/NULL); V_0 = L_41; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = L_42->get_chars_0(); V_1 = L_43; } IL_00c7: { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_44 = __this->get_namespaceManager_37(); NullCheck(L_44); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_44); int32_t L_45 = V_2; if ((((int32_t)L_45) == ((int32_t)(-1)))) { goto IL_00de; } } { bool L_46 = __this->get_supportNamespaces_24(); if (L_46) { goto IL_0113; } } IL_00de: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_47 = __this->get_curNode_10(); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_48 = __this->get_nameTable_19(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); int32_t L_52 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); NullCheck(L_48); String_t* L_55 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_48, L_49, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54))); NullCheck(L_47); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_47, 1, L_55, /*hidden argument*/NULL); goto IL_01bb; } IL_0113: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_charPos_1(); V_4 = L_57; int32_t L_58 = V_2; int32_t L_59 = V_4; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)); int32_t L_60 = V_5; String_t* L_61 = __this->get_lastPrefix_38(); NullCheck(L_61); int32_t L_62 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_61, /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)L_62)))) { goto IL_0170; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_1; int32_t L_64 = V_4; int32_t L_65 = V_5; String_t* L_66 = __this->get_lastPrefix_38(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_67 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_63, L_64, L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0170; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_68 = __this->get_curNode_10(); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_69 = __this->get_nameTable_19(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = V_1; int32_t L_71 = V_2; int32_t L_72 = V_0; int32_t L_73 = V_2; NullCheck(L_69); String_t* L_74 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_69, L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)L_73)), (int32_t)1))); String_t* L_75 = __this->get_lastPrefix_38(); NullCheck(L_68); NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F(L_68, 1, L_74, L_75, (String_t*)NULL, /*hidden argument*/NULL); goto IL_01bb; } IL_0170: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_76 = __this->get_curNode_10(); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_77 = __this->get_nameTable_19(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = V_1; int32_t L_79 = V_2; int32_t L_80 = V_0; int32_t L_81 = V_2; NullCheck(L_77); String_t* L_82 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_77, L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81)), (int32_t)1))); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_83 = __this->get_nameTable_19(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_84 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = L_85->get_charPos_1(); int32_t L_87 = V_5; NullCheck(L_83); String_t* L_88 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_83, L_84, L_86, L_87); NullCheck(L_76); NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F(L_76, 1, L_82, L_88, (String_t*)NULL, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_89 = __this->get_curNode_10(); NullCheck(L_89); String_t* L_90 = L_89->get_prefix_3(); __this->set_lastPrefix_38(L_90); } IL_01bb: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = V_1; int32_t L_92 = V_0; NullCheck(L_91); int32_t L_93 = L_92; uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast(L_93)); V_3 = L_94; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_95 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = L_95->get_charProperties_2(); Il2CppChar L_97 = V_3; NullCheck(L_96); Il2CppChar L_98 = L_97; uint8_t L_99 = (L_96)->GetAt(static_cast(L_98)); if (!((!(((uint32_t)((int32_t)((int32_t)L_99&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0)) { goto IL_01e6; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_100 = __this->get_address_of_ps_5(); int32_t L_101 = V_0; L_100->set_charPos_1(L_101); XmlTextReaderImpl_ParseAttributes_m1916085C5BC70C6C712A300FD7423510D0C66487(__this, /*hidden argument*/NULL); return; } IL_01e6: { Il2CppChar L_102 = V_3; if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)62))))) { goto IL_0205; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5(); int32_t L_104 = V_0; L_103->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1))); __this->set_parsingFunction_6(6); goto IL_02be; } IL_0205: { Il2CppChar L_105 = V_3; if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)47))))) { goto IL_02a0; } } { int32_t L_106 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_107 = __this->get_address_of_ps_5(); int32_t L_108 = L_107->get_charsUsed_2(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1))) == ((uint32_t)L_108)))) { goto IL_025a; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_109 = __this->get_address_of_ps_5(); int32_t L_110 = V_0; L_109->set_charPos_1(L_110); int32_t L_111 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_111) { goto IL_0242; } } { int32_t L_112 = V_0; XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_112, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); } IL_0242: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = L_113->get_charPos_1(); V_0 = L_114; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_115 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = L_115->get_chars_0(); V_1 = L_116; } IL_025a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = V_1; int32_t L_118 = V_0; NullCheck(L_117); int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); uint16_t L_120 = (uint16_t)(L_117)->GetAt(static_cast(L_119)); if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)62))))) { goto IL_0292; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_121 = __this->get_curNode_10(); NullCheck(L_121); NodeData_set_IsEmptyElement_mB0E8A20B411F8F7F9635DDAD2B11F76BBDA7FDC6(L_121, (bool)1, /*hidden argument*/NULL); int32_t L_122 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_122); __this->set_parsingFunction_6(8); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_123 = __this->get_address_of_ps_5(); int32_t L_124 = V_0; L_123->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)2))); goto IL_02be; } IL_0292: { int32_t L_125 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_125, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); goto IL_02be; } IL_02a0: { int32_t L_126 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_127 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_128 = __this->get_address_of_ps_5(); int32_t L_129 = L_128->get_charsUsed_2(); int32_t L_130 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_131 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_127, L_129, L_130, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_126, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_131, /*hidden argument*/NULL); } IL_02be: { bool L_132 = __this->get_addDefaultAttributesAndNormalize_59(); if (!L_132) { goto IL_02cc; } } { XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508(__this, /*hidden argument*/NULL); } IL_02cc: { XmlTextReaderImpl_ElementNamespaceLookup_m865709A844FA1AB1E641FE63FCA2F3CEAF1E5396(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::AddDefaultAttributesAndNormalize() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); String_t* G_B27_0 = NULL; { RuntimeObject* L_0 = __this->get_dtdInfo_44(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); NullCheck(L_1); String_t* L_2 = L_1->get_localName_2(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_10(); NullCheck(L_3); String_t* L_4 = L_3->get_prefix_3(); NullCheck(L_0); RuntimeObject* L_5 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(4 /* System.Xml.IDtdAttributeListInfo System.Xml.IDtdInfo::LookupAttributeList(System.String,System.String) */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_0, L_2, L_4); V_0 = L_5; RuntimeObject* L_6 = V_0; if (L_6) { goto IL_0026; } } { return; } IL_0026: { bool L_7 = __this->get_normalize_23(); if (!L_7) { goto IL_00eb; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdAttributeListInfo::get_HasNonCDataAttributes() */, IDtdAttributeListInfo_t9ACD0541C2140CC523BE126B23431DD94FA8C534_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_00eb; } } { int32_t L_10 = __this->get_index_11(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_00d6; } IL_004a: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_11 = __this->get_nodes_9(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_14 = (L_11)->GetAt(static_cast(L_13)); V_3 = L_14; RuntimeObject* L_15 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = V_3; NullCheck(L_16); String_t* L_17 = L_16->get_prefix_3(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_18 = V_3; NullCheck(L_18); String_t* L_19 = L_18->get_localName_2(); NullCheck(L_15); RuntimeObject* L_20 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(1 /* System.Xml.IDtdAttributeInfo System.Xml.IDtdAttributeListInfo::LookupAttribute(System.String,System.String) */, IDtdAttributeListInfo_t9ACD0541C2140CC523BE126B23431DD94FA8C534_il2cpp_TypeInfo_var, L_15, L_17, L_19); V_4 = L_20; RuntimeObject* L_21 = V_4; if (!L_21) { goto IL_00d2; } } { RuntimeObject* L_22 = V_4; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsNonCDataType() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_00d2; } } { bool L_24 = XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00cc; } } { bool L_25 = __this->get_standalone_62(); if (!L_25) { goto IL_00cc; } } { RuntimeObject* L_26 = V_4; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsDeclaredInExternal() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_26); if (!L_27) { goto IL_00cc; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_28 = V_3; NullCheck(L_28); String_t* L_29 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_28, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_30 = V_3; NullCheck(L_30); NodeData_TrimSpacesInValue_m5E494EB090C8217B661353664A5C7302739ABD48(L_30, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_31 = V_3; NullCheck(L_31); String_t* L_32 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_31, /*hidden argument*/NULL); bool L_33 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_29, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d2; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_34 = V_3; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_35 = __this->get_nameTable_19(); NullCheck(L_34); String_t* L_36 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_34, L_35, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_37 = V_3; NullCheck(L_37); int32_t L_38 = NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003(L_37, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_39 = V_3; NullCheck(L_39); int32_t L_40 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_39, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1(__this, 0, _stringLiteralE5174E04567358B00F36DE0E34C6D0C382563271, L_36, L_38, L_40, /*hidden argument*/NULL); goto IL_00d2; } IL_00cc: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_41 = V_3; NullCheck(L_41); NodeData_TrimSpacesInValue_m5E494EB090C8217B661353664A5C7302739ABD48(L_41, /*hidden argument*/NULL); } IL_00d2: { int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00d6: { int32_t L_43 = V_2; int32_t L_44 = __this->get_index_11(); int32_t L_45 = __this->get_attrCount_13(); if ((((int32_t)L_43) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)), (int32_t)L_45))))) { goto IL_004a; } } IL_00eb: { RuntimeObject* L_46 = V_0; NullCheck(L_46); RuntimeObject* L_47 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.Generic.IEnumerable`1 System.Xml.IDtdAttributeListInfo::LookupDefaultAttributes() */, IDtdAttributeListInfo_t9ACD0541C2140CC523BE126B23431DD94FA8C534_il2cpp_TypeInfo_var, L_46); V_1 = L_47; RuntimeObject* L_48 = V_1; if (!L_48) { goto IL_0208; } } { int32_t L_49 = __this->get_attrCount_13(); V_5 = L_49; V_6 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)NULL; int32_t L_50 = __this->get_attrCount_13(); if ((((int32_t)L_50) < ((int32_t)((int32_t)250)))) { goto IL_0145; } } { int32_t L_51 = __this->get_attrCount_13(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_52 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)SZArrayNew(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var, (uint32_t)L_51); V_6 = L_52; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_53 = __this->get_nodes_9(); int32_t L_54 = __this->get_index_11(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_55 = V_6; int32_t L_56 = __this->get_attrCount_13(); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_53, ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_55, 0, L_56, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_57 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DtdDefaultAttributeInfoToNodeDataComparer_t0B9FEF7A80832980C3E32D47BE835964E8B423B7_il2cpp_TypeInfo_var); RuntimeObject* L_58 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m874469D09ABF5CCAC32A665B40B6CC9FD88B3638(/*hidden argument*/NULL); Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_57, L_58, /*hidden argument*/Array_Sort_TisRuntimeObject_m8F6E4A947ABE2CF00899528C8D99626201C8298B_RuntimeMethod_var); } IL_0145: { RuntimeObject* L_59 = V_1; NullCheck(L_59); RuntimeObject* L_60 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tD26ACE5BBFAB179C228A1D6676FC1A3EE2ADEF71_il2cpp_TypeInfo_var, L_59); V_7 = L_60; } IL_014d: try { // begin try (depth: 1) { goto IL_01d5; } IL_0152: { RuntimeObject* L_61 = V_7; NullCheck(L_61); RuntimeObject* L_62 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t87AD02E2C921D7A8EB2DBEDF781C45FBD02C2B8A_il2cpp_TypeInfo_var, L_61); V_8 = L_62; RuntimeObject* L_63 = V_8; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_64 = V_6; bool L_65 = XmlTextReaderImpl_AddDefaultAttributeDtd_mACBFB101DB7D1A4A6797577B20E23855C4592793(__this, L_63, (bool)1, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_01d5; } } IL_0168: { bool L_66 = XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D(__this, /*hidden argument*/NULL); if (!L_66) { goto IL_01d5; } } IL_0170: { bool L_67 = __this->get_standalone_62(); if (!L_67) { goto IL_01d5; } } IL_0178: { RuntimeObject* L_68 = V_8; NullCheck(L_68); bool L_69 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsDeclaredInExternal() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_68); if (!L_69) { goto IL_01d5; } } IL_0181: { RuntimeObject* L_70 = V_8; NullCheck(L_70); String_t* L_71 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_70); V_9 = L_71; String_t* L_72 = V_9; NullCheck(L_72); int32_t L_73 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01a8; } } IL_0193: { String_t* L_74 = V_9; RuntimeObject* L_75 = V_8; NullCheck(L_75); String_t* L_76 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_75); String_t* L_77 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_74, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_76, /*hidden argument*/NULL); G_B27_0 = L_77; goto IL_01af; } IL_01a8: { RuntimeObject* L_78 = V_8; NullCheck(L_78); String_t* L_79 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_78); G_B27_0 = L_79; } IL_01af: { V_10 = G_B27_0; String_t* L_80 = V_10; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_81 = __this->get_curNode_10(); NullCheck(L_81); int32_t L_82 = NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003(L_81, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_83 = __this->get_curNode_10(); NullCheck(L_83); int32_t L_84 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_83, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1(__this, 0, _stringLiteral32F50C3682CD56F6081C17BF43AA1C9B7D8DD0E8, L_80, L_82, L_84, /*hidden argument*/NULL); } IL_01d5: { RuntimeObject* L_85 = V_7; NullCheck(L_85); bool L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_0152; } } IL_01e1: { IL2CPP_LEAVE(0x1EF, FINALLY_01e3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e3; } FINALLY_01e3: { // begin finally (depth: 1) { RuntimeObject* L_87 = V_7; if (!L_87) { goto IL_01ee; } } IL_01e7: { RuntimeObject* L_88 = V_7; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_88); } IL_01ee: { IL2CPP_END_FINALLY(483) } } // end finally (depth: 1) IL2CPP_CLEANUP(483) { IL2CPP_JUMP_TBL(0x1EF, IL_01ef) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ef: { int32_t L_89 = V_5; if (L_89) { goto IL_0208; } } { bool L_90 = __this->get_attrNeedNamespaceLookup_16(); if (!L_90) { goto IL_0208; } } { XmlTextReaderImpl_AttributeNamespaceLookup_m4F7E7432CE994E0242B1CB79C04F2A95A51649ED(__this, /*hidden argument*/NULL); __this->set_attrNeedNamespaceLookup_16((bool)0); } IL_0208: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_mEEE9B4C714108A265AFD4E62D498AC12A4F6C25A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseEndElement_mEEE9B4C714108A265AFD4E62D498AC12A4F6C25A_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B36_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B35_0 = NULL; int32_t G_B37_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B37_1 = NULL; { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_0 = __this->get_nodes_9(); int32_t L_1 = __this->get_index_11(); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_prefix_3(); NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); V_1 = L_6; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_localName_2(); NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_0032; } IL_002a: { int32_t L_10 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0050; } } IL_0032: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)), (int32_t)1))))) { goto IL_002a; } } IL_0050: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = L_17->get_chars_0(); V_4 = L_18; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_prefix_3(); NullCheck(L_20); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0090; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = V_0; NullCheck(L_26); String_t* L_27 = L_26->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_28 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_22, L_24, L_25, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_008c; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_29 = V_0; XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A(__this, L_29, /*hidden argument*/NULL); } IL_008c: { int32_t L_30 = V_2; V_3 = L_30; goto IL_00e4; } IL_0090: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = L_31->get_charPos_1(); int32_t L_33 = V_1; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = V_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_35 = __this->get_address_of_ps_5(); int32_t L_36 = L_35->get_charPos_1(); int32_t L_37 = V_1; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_38 = V_0; NullCheck(L_38); String_t* L_39 = L_38->get_prefix_3(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_40 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_34, L_36, L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00d7; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = V_4; int32_t L_42 = V_7; NullCheck(L_41); int32_t L_43 = L_42; uint16_t L_44 = (uint16_t)(L_41)->GetAt(static_cast(L_43)); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)58))))) { goto IL_00d7; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = V_4; int32_t L_46 = V_7; int32_t L_47 = V_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_48 = V_0; NullCheck(L_48); String_t* L_49 = L_48->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_50 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)), L_47, L_49, /*hidden argument*/NULL); if (L_50) { goto IL_00de; } } IL_00d7: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_51 = V_0; XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A(__this, L_51, /*hidden argument*/NULL); } IL_00de: { int32_t L_52 = V_2; int32_t L_53 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)), (int32_t)1)); } IL_00e4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_lineNo_11(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_56, /*hidden argument*/NULL); LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_5), L_55, L_57, /*hidden argument*/NULL); } IL_0101: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5(); int32_t L_59 = L_58->get_charPos_1(); int32_t L_60 = V_3; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_61 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = L_61->get_chars_0(); V_4 = L_62; int32_t L_63 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_64 = __this->get_address_of_ps_5(); int32_t L_65 = L_64->get_charsUsed_2(); if ((((int32_t)L_63) == ((int32_t)L_65))) { goto IL_01ec; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_66 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = V_4; int32_t L_69 = V_6; NullCheck(L_68); int32_t L_70 = L_69; uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast(L_70)); NullCheck(L_67); uint16_t L_72 = L_71; uint8_t L_73 = (L_67)->GetAt(static_cast(L_72)); if (((int32_t)((int32_t)L_73&(int32_t)8))) { goto IL_014d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = V_4; int32_t L_75 = V_6; NullCheck(L_74); int32_t L_76 = L_75; uint16_t L_77 = (uint16_t)(L_74)->GetAt(static_cast(L_76)); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)58))))) { goto IL_0154; } } IL_014d: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_78 = V_0; XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A(__this, L_78, /*hidden argument*/NULL); } IL_0154: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = V_4; int32_t L_80 = V_6; NullCheck(L_79); int32_t L_81 = L_80; uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast(L_81)); if ((((int32_t)L_82) == ((int32_t)((int32_t)62)))) { goto IL_01c7; } } { goto IL_01b2; } IL_015f: { int32_t L_83 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); Il2CppChar L_84 = V_8; if ((((int32_t)L_84) == ((int32_t)((int32_t)10)))) { goto IL_0173; } } { Il2CppChar L_85 = V_8; if ((((int32_t)L_85) == ((int32_t)((int32_t)13)))) { goto IL_017d; } } { goto IL_01b2; } IL_0173: { int32_t L_86 = V_6; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_86, /*hidden argument*/NULL); goto IL_01b2; } IL_017d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = V_4; int32_t L_88 = V_6; NullCheck(L_87); int32_t L_89 = L_88; uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast(L_89)); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)10))))) { goto IL_018e; } } { int32_t L_91 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); goto IL_01aa; } IL_018e: { int32_t L_92 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_93 = __this->get_address_of_ps_5(); int32_t L_94 = L_93->get_charsUsed_2(); if ((!(((uint32_t)L_92) == ((uint32_t)L_94)))) { goto IL_01aa; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_95 = __this->get_address_of_ps_5(); bool L_96 = L_95->get_isEof_15(); if (!L_96) { goto IL_01b2; } } IL_01aa: { int32_t L_97 = V_6; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_97, /*hidden argument*/NULL); } IL_01b2: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_98 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = V_4; int32_t L_100 = V_6; NullCheck(L_99); int32_t L_101 = L_100; uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); uint16_t L_103 = L_102; V_8 = L_103; bool L_104 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_98, L_103, /*hidden argument*/NULL); if (L_104) { goto IL_015f; } } IL_01c7: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = V_4; int32_t L_106 = V_6; NullCheck(L_105); int32_t L_107 = L_106; uint16_t L_108 = (uint16_t)(L_105)->GetAt(static_cast(L_107)); if ((((int32_t)L_108) == ((int32_t)((int32_t)62)))) { goto IL_0202; } } { int32_t L_109 = V_6; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); if ((((int32_t)L_109) == ((int32_t)L_111))) { goto IL_01ec; } } { int32_t L_112 = V_6; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_112, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); } IL_01ec: { int32_t L_113 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_113) { goto IL_0101; } } { XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6(__this, /*hidden argument*/NULL); goto IL_0101; } IL_0202: { int32_t L_114 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)1))); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_115 = __this->get_nodes_9(); int32_t L_116 = __this->get_index_11(); NullCheck(L_115); int32_t L_117 = L_116; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_118 = (L_115)->GetAt(static_cast(L_117)); __this->set_curNode_10(L_118); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_119 = V_0; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_120 = V_5; NullCheck(L_119); L_119->set_lineInfo_10(L_120); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_121 = V_0; NullCheck(L_121); L_121->set_type_1(((int32_t)15)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_122 = __this->get_address_of_ps_5(); int32_t L_123 = V_6; L_122->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1))); int32_t L_124 = __this->get_index_11(); G_B35_0 = __this; if ((((int32_t)L_124) > ((int32_t)0))) { G_B36_0 = __this; goto IL_024f; } } { G_B37_0 = 5; G_B37_1 = G_B35_0; goto IL_0255; } IL_024f: { int32_t L_125 = __this->get_parsingFunction_6(); G_B37_0 = ((int32_t)(L_125)); G_B37_1 = G_B36_0; } IL_0255: { NullCheck(G_B37_1); G_B37_1->set_nextParsingFunction_7(G_B37_0); __this->set_parsingFunction_6(7); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowTagMismatch(System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___startTag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowTagMismatch_mA08DF4C0937012A3CA513899ACC2589A44555F6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL; { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = ___startTag0; NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0093; } } { int32_t L_2 = XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_3; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = ___startTag0; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = __this->get_nameTable_19(); NullCheck(L_5); String_t* L_7 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (String_t*)L_7); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_9 = ___startTag0; NullCheck(L_9); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_10 = L_9->get_address_of_lineInfo_10(); int32_t* L_11 = L_10->get_address_of_lineNo_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_13 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)L_11, L_12, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_13); (L_8)->SetAt(static_cast(1), (String_t*)L_13); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = ___startTag0; NullCheck(L_15); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_16 = L_15->get_address_of_lineInfo_10(); int32_t* L_17 = L_16->get_address_of_linePos_1(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_19 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(2), (String_t*)L_19); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charPos_1(); String_t* L_28 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_22, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27)), /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_28); (L_20)->SetAt(static_cast(3), (String_t*)L_28); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_2; XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteral4247E55F75ED1D84BE9C6D27B09F679B69D2D261, L_29, /*hidden argument*/NULL); return; } IL_0093: { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralAC638F3BF08185FAEE5FE8F5B1052FF726F18D91, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_m1916085C5BC70C6C712A300FD7423510D0C66487 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseAttributes_m1916085C5BC70C6C712A300FD7423510D0C66487_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; Il2CppChar V_11 = 0x0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); V_1 = L_3; V_2 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL; } IL_001a: { V_3 = 0; goto IL_0089; } IL_001e: { Il2CppChar L_4 = V_4; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0033; } } { int32_t L_5 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); int32_t L_6 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0085; } IL_0033: { Il2CppChar L_7 = V_4; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13))))) { goto IL_0085; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10))))) { goto IL_0055; } } { int32_t L_12 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)), /*hidden argument*/NULL); int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); goto IL_0085; } IL_0055: { int32_t L_15 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = L_16->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))) == ((int32_t)L_17))) { goto IL_0074; } } { int32_t L_18 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0085; } IL_0074: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = V_0; L_20->set_charPos_1(L_21); goto IL_042c; } IL_0085: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0089: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_23 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_23->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_1; int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); uint16_t L_29 = L_28; V_4 = L_29; NullCheck(L_24); uint16_t L_30 = L_29; uint8_t L_31 = (L_24)->GetAt(static_cast(L_30)); if (((int32_t)((int32_t)L_31&(int32_t)1))) { goto IL_001e; } } { V_6 = 0; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_32 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = V_1; int32_t L_35 = V_0; NullCheck(L_34); int32_t L_36 = L_35; uint16_t L_37 = (uint16_t)(L_34)->GetAt(static_cast(L_36)); uint16_t L_38 = L_37; V_5 = L_38; NullCheck(L_33); uint16_t L_39 = L_38; uint8_t L_40 = (L_33)->GetAt(static_cast(L_39)); if (!((int32_t)((int32_t)L_40&(int32_t)4))) { goto IL_00be; } } { V_6 = 1; } IL_00be: { int32_t L_41 = V_6; if (L_41) { goto IL_0186; } } { Il2CppChar L_42 = V_5; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)62))))) { goto IL_00e5; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_43 = __this->get_address_of_ps_5(); int32_t L_44 = V_0; L_43->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))); __this->set_parsingFunction_6(6); goto IL_046c; } IL_00e5: { Il2CppChar L_45 = V_5; if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)47))))) { goto IL_0149; } } { int32_t L_46 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = L_47->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))) == ((int32_t)L_48))) { goto IL_042c; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = V_1; int32_t L_50 = V_0; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); uint16_t L_52 = (uint16_t)(L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)62))))) { goto IL_0139; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = V_0; L_53->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_55 = __this->get_curNode_10(); NullCheck(L_55); NodeData_set_IsEmptyElement_mB0E8A20B411F8F7F9635DDAD2B11F76BBDA7FDC6(L_55, (bool)1, /*hidden argument*/NULL); int32_t L_56 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_56); __this->set_parsingFunction_6(8); goto IL_046c; } IL_0139: { int32_t L_57 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); goto IL_0186; } IL_0149: { int32_t L_58 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = L_59->get_charsUsed_2(); if ((((int32_t)L_58) == ((int32_t)L_60))) { goto IL_042c; } } { Il2CppChar L_61 = V_5; if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)58))))) { goto IL_0168; } } { bool L_62 = __this->get_supportNamespaces_24(); if (!L_62) { goto IL_0186; } } IL_0168: { int32_t L_63 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_64 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charsUsed_2(); int32_t L_67 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_68 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_64, L_66, L_67, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_63, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_68, /*hidden argument*/NULL); } IL_0186: { int32_t L_69 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5(); int32_t L_71 = L_70->get_charPos_1(); if ((!(((uint32_t)L_69) == ((uint32_t)L_71)))) { goto IL_019b; } } { int32_t L_72 = V_0; XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515(__this, L_72, /*hidden argument*/NULL); } IL_019b: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_73 = __this->get_address_of_ps_5(); int32_t L_74 = V_0; L_73->set_charPos_1(L_74); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_75 = __this->get_address_of_ps_5(); int32_t L_76 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_75, /*hidden argument*/NULL); V_7 = L_76; V_8 = (-1); int32_t L_77 = V_0; int32_t L_78 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)); } IL_01bc: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_79 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = L_79->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = V_1; int32_t L_82 = V_0; NullCheck(L_81); int32_t L_83 = L_82; uint16_t L_84 = (uint16_t)(L_81)->GetAt(static_cast(L_83)); uint16_t L_85 = L_84; V_9 = L_85; NullCheck(L_80); uint16_t L_86 = L_85; uint8_t L_87 = (L_80)->GetAt(static_cast(L_86)); if (!((int32_t)((int32_t)L_87&(int32_t)8))) { goto IL_01d8; } } { int32_t L_88 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); goto IL_01bc; } IL_01d8: { Il2CppChar L_89 = V_9; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)58))))) { goto IL_023e; } } { int32_t L_90 = V_8; if ((((int32_t)L_90) == ((int32_t)(-1)))) { goto IL_0207; } } { bool L_91 = __this->get_supportNamespaces_24(); if (!L_91) { goto IL_0201; } } { int32_t L_92 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_93 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_92, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_93, /*hidden argument*/NULL); goto IL_0263; } IL_0201: { int32_t L_94 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01bc; } IL_0207: { int32_t L_95 = V_0; V_8 = L_95; int32_t L_96 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_97 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = L_97->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = V_1; int32_t L_100 = V_0; NullCheck(L_99); int32_t L_101 = L_100; uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); NullCheck(L_98); uint16_t L_103 = L_102; uint8_t L_104 = (L_98)->GetAt(static_cast(L_103)); if (!((int32_t)((int32_t)L_104&(int32_t)4))) { goto IL_0227; } } { int32_t L_105 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); goto IL_01bc; } IL_0227: { int32_t L_106 = XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7(__this, (int32_t*)(&V_8), /*hidden argument*/NULL); V_0 = L_106; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_107 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_108 = L_107->get_chars_0(); V_1 = L_108; goto IL_0263; } IL_023e: { int32_t L_109 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))) < ((int32_t)L_111))) { goto IL_0263; } } { int32_t L_112 = XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7(__this, (int32_t*)(&V_8), /*hidden argument*/NULL); V_0 = L_112; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_114 = L_113->get_chars_0(); V_1 = L_114; } IL_0263: { int32_t L_115 = V_0; int32_t L_116 = V_8; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_117 = XmlTextReaderImpl_AddAttribute_m1820450C0F0359EC50B1E133BBC11E2C1955C52E(__this, L_115, L_116, /*hidden argument*/NULL); V_2 = L_117; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_118 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_119 = __this->get_address_of_ps_5(); int32_t L_120 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_119, /*hidden argument*/NULL); int32_t L_121 = V_7; NullCheck(L_118); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_118, L_120, L_121, /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = V_1; int32_t L_123 = V_0; NullCheck(L_122); int32_t L_124 = L_123; uint16_t L_125 = (uint16_t)(L_122)->GetAt(static_cast(L_124)); if ((((int32_t)L_125) == ((int32_t)((int32_t)61)))) { goto IL_02b9; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_126 = __this->get_address_of_ps_5(); int32_t L_127 = V_0; L_126->set_charPos_1(L_127); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_128 = __this->get_address_of_ps_5(); int32_t L_129 = L_128->get_charPos_1(); V_0 = L_129; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = V_1; int32_t L_131 = V_0; NullCheck(L_130); int32_t L_132 = L_131; uint16_t L_133 = (uint16_t)(L_130)->GetAt(static_cast(L_132)); if ((((int32_t)L_133) == ((int32_t)((int32_t)61)))) { goto IL_02b9; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL); } IL_02b9: { int32_t L_134 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = V_1; int32_t L_136 = V_0; NullCheck(L_135); int32_t L_137 = L_136; uint16_t L_138 = (uint16_t)(L_135)->GetAt(static_cast(L_137)); V_10 = L_138; Il2CppChar L_139 = V_10; if ((((int32_t)L_139) == ((int32_t)((int32_t)34)))) { goto IL_030f; } } { Il2CppChar L_140 = V_10; if ((((int32_t)L_140) == ((int32_t)((int32_t)39)))) { goto IL_030f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_141 = __this->get_address_of_ps_5(); int32_t L_142 = V_0; L_141->set_charPos_1(L_142); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_143 = __this->get_address_of_ps_5(); int32_t L_144 = L_143->get_charPos_1(); V_0 = L_144; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_145 = V_1; int32_t L_146 = V_0; NullCheck(L_145); int32_t L_147 = L_146; uint16_t L_148 = (uint16_t)(L_145)->GetAt(static_cast(L_147)); V_10 = L_148; Il2CppChar L_149 = V_10; if ((((int32_t)L_149) == ((int32_t)((int32_t)34)))) { goto IL_030f; } } { Il2CppChar L_150 = V_10; if ((((int32_t)L_150) == ((int32_t)((int32_t)39)))) { goto IL_030f; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); } IL_030f: { int32_t L_151 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_152 = __this->get_address_of_ps_5(); int32_t L_153 = V_0; L_152->set_charPos_1(L_153); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_154 = V_2; Il2CppChar L_155 = V_10; NullCheck(L_154); L_154->set_quoteChar_12(L_155); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_156 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_157 = __this->get_address_of_ps_5(); int32_t L_158 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_157, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5(); int32_t L_160 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_159, /*hidden argument*/NULL); NullCheck(L_156); NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20(L_156, L_158, L_160, /*hidden argument*/NULL); goto IL_0349; } IL_0345: { int32_t L_161 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); } IL_0349: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_162 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_163 = L_162->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_164 = V_1; int32_t L_165 = V_0; NullCheck(L_164); int32_t L_166 = L_165; uint16_t L_167 = (uint16_t)(L_164)->GetAt(static_cast(L_166)); uint16_t L_168 = L_167; V_11 = L_168; NullCheck(L_163); uint16_t L_169 = L_168; uint8_t L_170 = (L_163)->GetAt(static_cast(L_169)); if (((int32_t)((int32_t)L_170&(int32_t)((int32_t)128)))) { goto IL_0345; } } { Il2CppChar L_171 = V_11; Il2CppChar L_172 = V_10; if ((!(((uint32_t)L_171) == ((uint32_t)L_172)))) { goto IL_039a; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_173 = V_2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_174 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_175 = __this->get_address_of_ps_5(); int32_t L_176 = L_175->get_charPos_1(); int32_t L_177 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_178 = __this->get_address_of_ps_5(); int32_t L_179 = L_178->get_charPos_1(); NullCheck(L_173); NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_173, L_174, L_176, ((int32_t)il2cpp_codegen_subtract((int32_t)L_177, (int32_t)L_179)), /*hidden argument*/NULL); int32_t L_180 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_181 = __this->get_address_of_ps_5(); int32_t L_182 = V_0; L_181->set_charPos_1(L_182); goto IL_03bc; } IL_039a: { int32_t L_183 = V_0; Il2CppChar L_184 = V_10; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_185 = V_2; XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84(__this, L_183, L_184, L_185, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_186 = __this->get_address_of_ps_5(); int32_t L_187 = L_186->get_charPos_1(); V_0 = L_187; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_188 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_189 = L_188->get_chars_0(); V_1 = L_189; } IL_03bc: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_190 = V_2; NullCheck(L_190); String_t* L_191 = L_190->get_prefix_3(); NullCheck(L_191); int32_t L_192 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_191, /*hidden argument*/NULL); if (L_192) { goto IL_03eb; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_193 = V_2; NullCheck(L_193); String_t* L_194 = L_193->get_localName_2(); String_t* L_195 = __this->get_XmlNs_77(); bool L_196 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_194, L_195, /*hidden argument*/NULL); if (!L_196) { goto IL_001a; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_197 = V_2; XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C(__this, L_197, /*hidden argument*/NULL); goto IL_001a; } IL_03eb: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_198 = V_2; NullCheck(L_198); String_t* L_199 = L_198->get_prefix_3(); String_t* L_200 = __this->get_XmlNs_77(); bool L_201 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_199, L_200, /*hidden argument*/NULL); if (!L_201) { goto IL_040a; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_202 = V_2; XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E(__this, L_202, /*hidden argument*/NULL); goto IL_001a; } IL_040a: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_203 = V_2; NullCheck(L_203); String_t* L_204 = L_203->get_prefix_3(); String_t* L_205 = __this->get_Xml_76(); bool L_206 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_204, L_205, /*hidden argument*/NULL); if (!L_206) { goto IL_001a; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_207 = V_2; XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F(__this, L_207, /*hidden argument*/NULL); goto IL_001a; } IL_042c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_208 = __this->get_address_of_ps_5(); int32_t* L_209 = L_208->get_address_of_lineNo_11(); int32_t* L_210 = L_209; int32_t L_211 = *((int32_t*)L_210); int32_t L_212 = V_3; *((int32_t*)L_210) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_211, (int32_t)L_212)); int32_t L_213 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (!L_213) { goto IL_0461; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_214 = __this->get_address_of_ps_5(); int32_t L_215 = L_214->get_charPos_1(); V_0 = L_215; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_216 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_217 = L_216->get_chars_0(); V_1 = L_217; goto IL_001a; } IL_0461: { XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6(__this, /*hidden argument*/NULL); goto IL_001a; } IL_046c: { bool L_218 = __this->get_addDefaultAttributesAndNormalize_59(); if (!L_218) { goto IL_047a; } } { XmlTextReaderImpl_AddDefaultAttributesAndNormalize_mF92EAD526D7BF6279E24E46AA1C3A64490C90508(__this, /*hidden argument*/NULL); } IL_047a: { XmlTextReaderImpl_ElementNamespaceLookup_m865709A844FA1AB1E641FE63FCA2F3CEAF1E5396(__this, /*hidden argument*/NULL); bool L_219 = __this->get_attrNeedNamespaceLookup_16(); if (!L_219) { goto IL_0495; } } { XmlTextReaderImpl_AttributeNamespaceLookup_m4F7E7432CE994E0242B1CB79C04F2A95A51649ED(__this, /*hidden argument*/NULL); __this->set_attrNeedNamespaceLookup_16((bool)0); } IL_0495: { int32_t L_220 = __this->get_attrDuplWalkCount_15(); if ((((int32_t)L_220) < ((int32_t)((int32_t)250)))) { goto IL_04a8; } } { XmlTextReaderImpl_AttributeDuplCheck_m77796D28B24EC032D7E1078FC742C48479E55952(__this, /*hidden argument*/NULL); } IL_04a8: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ElementNamespaceLookup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m865709A844FA1AB1E641FE63FCA2F3CEAF1E5396 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_prefix_3(); NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_10(); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_4 = __this->get_xmlContext_39(); NullCheck(L_4); String_t* L_5 = L_4->get_defaultNamespace_2(); NullCheck(L_3); L_3->set_ns_4(L_5); return; } IL_0029: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_6 = __this->get_curNode_10(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = __this->get_curNode_10(); String_t* L_8 = XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD(__this, L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_ns_4(L_8); return; } } // System.Void System.Xml.XmlTextReaderImpl::AttributeNamespaceLookup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m4F7E7432CE994E0242B1CB79C04F2A95A51649ED (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_1 = NULL; { int32_t L_0 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); goto IL_003c; } IL_000b: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_1 = __this->get_nodes_9(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_type_1(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0038; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_prefix_3(); NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0038; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = V_1; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = V_1; String_t* L_12 = XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD(__this, L_11, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_ns_4(L_12); } IL_0038: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003c: { int32_t L_14 = V_0; int32_t L_15 = __this->get_index_11(); int32_t L_16 = __this->get_attrCount_13(); if ((((int32_t)L_14) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)), (int32_t)1))))) { goto IL_000b; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::AttributeDuplCheck() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m77796D28B24EC032D7E1078FC742C48479E55952 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AttributeDuplCheck_m77796D28B24EC032D7E1078FC742C48479E55952_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_1 = NULL; int32_t V_2 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_3 = NULL; int32_t V_4 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_5 = NULL; { int32_t L_0 = __this->get_attrCount_13(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)250)))) { goto IL_00cc; } } { int32_t L_1 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); goto IL_00b6; } IL_001e: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_2 = __this->get_nodes_9(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; int32_t L_6 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_009d; } IL_002d: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_localName_2(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_9 = __this->get_nodes_9(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = L_12->get_localName_2(); bool L_14 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_8, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0099; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = V_1; NullCheck(L_15); String_t* L_16 = L_15->get_ns_4(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_17 = __this->get_nodes_9(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = L_20->get_ns_4(); bool L_22 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_16, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0099; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_23 = __this->get_nodes_9(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = (L_23)->GetAt(static_cast(L_25)); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_27 = __this->get_nameTable_19(); NullCheck(L_26); String_t* L_28 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_26, L_27, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_29 = __this->get_nodes_9(); int32_t L_30 = V_2; NullCheck(L_29); int32_t L_31 = L_30; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); int32_t L_33 = NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003(L_32, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_34 = __this->get_nodes_9(); int32_t L_35 = V_2; NullCheck(L_34); int32_t L_36 = L_35; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_37 = (L_34)->GetAt(static_cast(L_36)); NullCheck(L_37); int32_t L_38 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_37, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral252F57BA0321E6841011EE0686893584C876EC4C, L_28, L_33, L_38, /*hidden argument*/NULL); } IL_0099: { int32_t L_39 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_009d: { int32_t L_40 = V_2; int32_t L_41 = __this->get_index_11(); int32_t L_42 = __this->get_attrCount_13(); if ((((int32_t)L_40) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), (int32_t)L_42))))) { goto IL_002d; } } { int32_t L_43 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00b6: { int32_t L_44 = V_0; int32_t L_45 = __this->get_index_11(); int32_t L_46 = __this->get_attrCount_13(); if ((((int32_t)L_44) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)), (int32_t)L_46))))) { goto IL_001e; } } { return; } IL_00cc: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_47 = __this->get_attrDuplSortingArray_18(); if (!L_47) { goto IL_00e4; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_48 = __this->get_attrDuplSortingArray_18(); NullCheck(L_48); int32_t L_49 = __this->get_attrCount_13(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length))))) >= ((int32_t)L_49))) { goto IL_00f5; } } IL_00e4: { int32_t L_50 = __this->get_attrCount_13(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_51 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)SZArrayNew(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var, (uint32_t)L_50); __this->set_attrDuplSortingArray_18(L_51); } IL_00f5: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_52 = __this->get_nodes_9(); int32_t L_53 = __this->get_index_11(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_54 = __this->get_attrDuplSortingArray_18(); int32_t L_55 = __this->get_attrCount_13(); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_54, 0, L_55, /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_56 = __this->get_attrDuplSortingArray_18(); int32_t L_57 = __this->get_attrCount_13(); Array_Sort_TisNodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_m2BE1A666667833B2F5C45345D0BE03906722EC14(L_56, 0, L_57, /*hidden argument*/Array_Sort_TisNodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_m2BE1A666667833B2F5C45345D0BE03906722EC14_RuntimeMethod_var); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_58 = __this->get_attrDuplSortingArray_18(); NullCheck(L_58); int32_t L_59 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_60 = (L_58)->GetAt(static_cast(L_59)); V_3 = L_60; V_4 = 1; goto IL_0197; } IL_0135: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_61 = __this->get_attrDuplSortingArray_18(); int32_t L_62 = V_4; NullCheck(L_61); int32_t L_63 = L_62; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_64 = (L_61)->GetAt(static_cast(L_63)); V_5 = L_64; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_65 = V_3; NullCheck(L_65); String_t* L_66 = L_65->get_localName_2(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_67 = V_5; NullCheck(L_67); String_t* L_68 = L_67->get_localName_2(); bool L_69 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_66, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_018e; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_70 = V_3; NullCheck(L_70); String_t* L_71 = L_70->get_ns_4(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_72 = V_5; NullCheck(L_72); String_t* L_73 = L_72->get_ns_4(); bool L_74 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_71, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_018e; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_75 = V_5; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_76 = __this->get_nameTable_19(); NullCheck(L_75); String_t* L_77 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_75, L_76, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_78 = V_5; NullCheck(L_78); int32_t L_79 = NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003(L_78, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_80 = V_5; NullCheck(L_80); int32_t L_81 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_80, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral252F57BA0321E6841011EE0686893584C876EC4C, L_77, L_79, L_81, /*hidden argument*/NULL); } IL_018e: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_82 = V_5; V_3 = L_82; int32_t L_83 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0197: { int32_t L_84 = V_4; int32_t L_85 = __this->get_attrCount_13(); if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_0135; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::OnDefaultNamespaceDecl(System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = __this->get_nameTable_19(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = ___attr0; NullCheck(L_2); String_t* L_3 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_2, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, L_3); V_0 = L_4; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = ___attr0; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = __this->get_nameTable_19(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130); NullCheck(L_5); L_5->set_ns_4(L_7); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); NullCheck(L_8); bool L_9 = L_8->get_xmlContextPushed_16(); if (L_9) { goto IL_0044; } } { XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C(__this, /*hidden argument*/NULL); } IL_0044: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_10 = __this->get_xmlContext_39(); String_t* L_11 = V_0; NullCheck(L_10); L_10->set_defaultNamespace_2(L_11); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_13 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_14 = ___attr0; XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnNamespaceDecl(System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = __this->get_nameTable_19(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = ___attr0; NullCheck(L_2); String_t* L_3 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_2, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, L_3); V_0 = L_4; String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0046; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = ___attr0; NullCheck(L_7); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_8 = L_7->get_address_of_lineInfo2_11(); int32_t L_9 = L_8->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = ___attr0; NullCheck(L_10); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_11 = L_10->get_address_of_lineInfo2_11(); int32_t L_12 = L_11->get_linePos_1(); XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteral048BC0EB94B0616C2A1B575ED738F355D9AD3174, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); } IL_0046: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = ___attr0; NullCheck(L_13); String_t* L_14 = L_13->get_localName_2(); String_t* L_15 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = ___attr0; XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnXmlReservedAttribute(System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = ___attr0; NullCheck(L_0); String_t* L_1 = L_0->get_localName_2(); V_0 = L_1; String_t* L_2 = V_0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = V_0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12, /*hidden argument*/NULL); if (L_5) { goto IL_009f; } } { return; } IL_0022: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_6 = __this->get_curNode_10(); NullCheck(L_6); bool L_7 = L_6->get_xmlContextPushed_16(); if (L_7) { goto IL_0035; } } { XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C(__this, /*hidden argument*/NULL); } IL_0035: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = ___attr0; NullCheck(L_8); String_t* L_9 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_10 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL); if (L_12) { goto IL_005d; } } { String_t* L_13 = V_0; bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL); if (L_14) { goto IL_006a; } } { goto IL_0077; } IL_005d: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_15 = __this->get_xmlContext_39(); NullCheck(L_15); L_15->set_xmlSpace_0(2); return; } IL_006a: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_16 = __this->get_xmlContext_39(); NullCheck(L_16); L_16->set_xmlSpace_0(1); return; } IL_0077: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_17 = ___attr0; NullCheck(L_17); String_t* L_18 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_17, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = ___attr0; NullCheck(L_19); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_20 = L_19->get_address_of_lineInfo_10(); int32_t L_21 = L_20->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_22 = ___attr0; NullCheck(L_22); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_23 = L_22->get_address_of_lineInfo_10(); int32_t L_24 = L_23->get_linePos_1(); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralF2B44AFF371DB997AA89F469BF68B7C11526B71D, L_18, L_21, L_24, /*hidden argument*/NULL); return; } IL_009f: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_25 = __this->get_curNode_10(); NullCheck(L_25); bool L_26 = L_25->get_xmlContextPushed_16(); if (L_26) { goto IL_00b2; } } { XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C(__this, /*hidden argument*/NULL); } IL_00b2: { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_27 = __this->get_xmlContext_39(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_28 = ___attr0; NullCheck(L_28); String_t* L_29 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_28, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_xmlLang_1(L_29); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseAttributeValueSlow(System.Int32,System.Char,System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___curPos0, Il2CppChar ___quoteChar1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 V_4; memset(&V_4, 0, sizeof(V_4)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_5 = NULL; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 V_8; memset(&V_8, 0, sizeof(V_8)); int32_t V_9 = 0; int32_t V_10 = 0; String_t* V_11 = NULL; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_12 = NULL; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_13 = NULL; int32_t V_14 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_15 = NULL; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_16 = NULL; int32_t V_17 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_18 = NULL; StringBuilder_t * G_B22_0 = NULL; StringBuilder_t * G_B21_0 = NULL; String_t* G_B23_0 = NULL; StringBuilder_t * G_B23_1 = NULL; { int32_t L_0 = ___curPos0; V_0 = L_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_chars_0(); V_1 = L_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_entityId_18(); V_2 = L_4; V_3 = 0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_lineNo_11(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_7, /*hidden argument*/NULL); LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_4), L_6, L_8, /*hidden argument*/NULL); V_5 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL; goto IL_0042; } IL_003e: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0042: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_10 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_10->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_11); uint16_t L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) { goto IL_003e; } } { int32_t L_18 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); int32_t L_20 = L_19->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_20))) <= ((int32_t)0))) { goto IL_009a; } } { StringBuilder_t * L_21 = __this->get_stringBuilder_60(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charPos_1(); NullCheck(L_21); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_21, L_22, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27)), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = V_0; L_28->set_charPos_1(L_29); } IL_009a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = V_1; int32_t L_31 = V_0; NullCheck(L_30); int32_t L_32 = L_31; uint16_t L_33 = (uint16_t)(L_30)->GetAt(static_cast(L_32)); Il2CppChar L_34 = ___quoteChar1; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_00b1; } } { int32_t L_35 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); int32_t L_37 = L_36->get_entityId_18(); if ((((int32_t)L_35) == ((int32_t)L_37))) { goto IL_063f; } } IL_00b1: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_1; int32_t L_39 = V_0; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast(L_40)); V_6 = L_41; Il2CppChar L_42 = V_6; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)38))))) { goto IL_00f1; } } { Il2CppChar L_43 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)9)))) { case 0: { goto IL_01e4; } case 1: { goto IL_0111; } case 2: { goto IL_04f8; } case 3: { goto IL_04f8; } case 4: { goto IL_014a; } } } { Il2CppChar L_44 = V_6; if ((((int32_t)L_44) == ((int32_t)((int32_t)34)))) { goto IL_0216; } } { Il2CppChar L_45 = V_6; if ((((int32_t)L_45) == ((int32_t)((int32_t)38)))) { goto IL_0238; } } { goto IL_04f8; } IL_00f1: { Il2CppChar L_46 = V_6; if ((((int32_t)L_46) == ((int32_t)((int32_t)39)))) { goto IL_0216; } } { Il2CppChar L_47 = V_6; if ((((int32_t)L_47) == ((int32_t)((int32_t)60)))) { goto IL_021f; } } { Il2CppChar L_48 = V_6; if ((((int32_t)L_48) == ((int32_t)((int32_t)62)))) { goto IL_0216; } } { goto IL_04f8; } IL_0111: { int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); int32_t L_50 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_50, /*hidden argument*/NULL); bool L_51 = __this->get_normalize_23(); if (!L_51) { goto IL_0042; } } { StringBuilder_t * L_52 = __this->get_stringBuilder_60(); NullCheck(L_52); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_52, ((int32_t)32), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t* L_54 = L_53->get_address_of_charPos_1(); int32_t* L_55 = L_54; int32_t L_56 = *((int32_t*)L_55); *((int32_t*)L_55) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); goto IL_0042; } IL_014a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_57 = V_1; int32_t L_58 = V_0; NullCheck(L_57); int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); uint16_t L_60 = (uint16_t)(L_57)->GetAt(static_cast(L_59)); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)10))))) { goto IL_0192; } } { int32_t L_61 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)2)); bool L_62 = __this->get_normalize_23(); if (!L_62) { goto IL_01d8; } } { StringBuilder_t * L_63 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_64 = __this->get_address_of_ps_5(); bool L_65 = L_64->get_eolNormalized_19(); G_B21_0 = L_63; if (L_65) { G_B22_0 = L_63; goto IL_0179; } } { G_B23_0 = _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; G_B23_1 = G_B21_0; goto IL_017e; } IL_0179: { G_B23_0 = _stringLiteral099600A10A944114AAC406D136B625FB416DD779; G_B23_1 = G_B22_0; } IL_017e: { NullCheck(G_B23_1); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B23_1, G_B23_0, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_66 = __this->get_address_of_ps_5(); int32_t L_67 = V_0; L_66->set_charPos_1(L_67); goto IL_01d8; } IL_0192: { int32_t L_68 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_69 = __this->get_address_of_ps_5(); int32_t L_70 = L_69->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1))) < ((int32_t)L_70))) { goto IL_01b2; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_71 = __this->get_address_of_ps_5(); bool L_72 = L_71->get_isEof_15(); if (!L_72) { goto IL_054a; } } IL_01b2: { int32_t L_73 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); bool L_74 = __this->get_normalize_23(); if (!L_74) { goto IL_01d8; } } { StringBuilder_t * L_75 = __this->get_stringBuilder_60(); NullCheck(L_75); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_75, ((int32_t)32), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_76 = __this->get_address_of_ps_5(); int32_t L_77 = V_0; L_76->set_charPos_1(L_77); } IL_01d8: { int32_t L_78 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_78, /*hidden argument*/NULL); goto IL_0042; } IL_01e4: { int32_t L_79 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); bool L_80 = __this->get_normalize_23(); if (!L_80) { goto IL_0042; } } { StringBuilder_t * L_81 = __this->get_stringBuilder_60(); NullCheck(L_81); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_81, ((int32_t)32), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t* L_83 = L_82->get_address_of_charPos_1(); int32_t* L_84 = L_83; int32_t L_85 = *((int32_t*)L_84); *((int32_t*)L_84) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); goto IL_0042; } IL_0216: { int32_t L_86 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); goto IL_0042; } IL_021f: { int32_t L_87 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_88 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)60), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_87, _stringLiteralA5DD71B34216A7F77AFE01A40B002C9E275B6967, L_88, /*hidden argument*/NULL); goto IL_054a; } IL_0238: { int32_t L_89 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5(); int32_t L_91 = L_90->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_91))) <= ((int32_t)0))) { goto IL_026d; } } { StringBuilder_t * L_92 = __this->get_stringBuilder_60(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_94 = __this->get_address_of_ps_5(); int32_t L_95 = L_94->get_charPos_1(); int32_t L_96 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_97 = __this->get_address_of_ps_5(); int32_t L_98 = L_97->get_charPos_1(); NullCheck(L_92); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_92, L_93, L_95, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_98)), /*hidden argument*/NULL); } IL_026d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5(); int32_t L_100 = V_0; L_99->set_charPos_1(L_100); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_entityId_18(); V_7 = L_102; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5(); int32_t L_104 = L_103->get_lineNo_11(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5(); int32_t L_106 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_105, /*hidden argument*/NULL); LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_8), L_104, ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)), /*hidden argument*/NULL); int32_t L_107 = XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07(__this, (bool)1, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_9 = L_107; int32_t L_108 = V_9; switch (L_108) { case 0: { goto IL_04e7; } case 1: { goto IL_04e7; } case 2: { goto IL_04e7; } case 3: { goto IL_04db; } case 4: { goto IL_04db; } case 5: { goto IL_04db; } case 6: { goto IL_02dd; } case 7: { goto IL_041d; } } } { goto IL_04db; } IL_02dd: { int32_t L_109 = __this->get_parsingMode_64(); if (L_109) { goto IL_03f5; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_entityId_18(); int32_t L_112 = V_2; if ((!(((uint32_t)L_111) == ((uint32_t)L_112)))) { goto IL_03f5; } } { StringBuilder_t * L_113 = __this->get_stringBuilder_60(); NullCheck(L_113); int32_t L_114 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_113, /*hidden argument*/NULL); int32_t L_115 = V_3; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)L_115)); int32_t L_116 = V_10; if ((((int32_t)L_116) <= ((int32_t)0))) { goto IL_034d; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_117 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_117, /*hidden argument*/NULL); V_13 = L_117; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_118 = V_13; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_119 = V_4; NullCheck(L_118); L_118->set_lineInfo_10(L_119); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_120 = V_13; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_121 = ___attr2; NullCheck(L_121); int32_t L_122 = L_121->get_depth_13(); NullCheck(L_120); L_120->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_123 = V_13; StringBuilder_t * L_124 = __this->get_stringBuilder_60(); int32_t L_125 = V_3; int32_t L_126 = V_10; NullCheck(L_124); String_t* L_127 = StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6(L_124, L_125, L_126, /*hidden argument*/NULL); NullCheck(L_123); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_123, 3, L_127, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_128 = ___attr2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_129 = V_13; XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6(__this, L_128, L_129, (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)(&V_5), /*hidden argument*/NULL); } IL_034d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5(); int32_t* L_131 = L_130->get_address_of_charPos_1(); int32_t* L_132 = L_131; int32_t L_133 = *((int32_t*)L_132); *((int32_t*)L_132) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); String_t* L_134 = XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A(__this, /*hidden argument*/NULL); V_11 = L_134; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_135 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_135, /*hidden argument*/NULL); V_12 = L_135; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_136 = V_12; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_137 = V_8; NullCheck(L_136); L_136->set_lineInfo_10(L_137); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_138 = V_12; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_139 = ___attr2; NullCheck(L_139); int32_t L_140 = L_139->get_depth_13(); NullCheck(L_138); L_138->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_141 = V_12; String_t* L_142 = V_11; NullCheck(L_141); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_141, 5, L_142, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_143 = ___attr2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_144 = V_12; XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6(__this, L_143, L_144, (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)(&V_5), /*hidden argument*/NULL); StringBuilder_t * L_145 = __this->get_stringBuilder_60(); NullCheck(L_145); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_145, ((int32_t)38), /*hidden argument*/NULL); StringBuilder_t * L_146 = __this->get_stringBuilder_60(); String_t* L_147 = V_11; NullCheck(L_146); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_146, L_147, /*hidden argument*/NULL); StringBuilder_t * L_148 = __this->get_stringBuilder_60(); NullCheck(L_148); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_148, ((int32_t)59), /*hidden argument*/NULL); StringBuilder_t * L_149 = __this->get_stringBuilder_60(); NullCheck(L_149); int32_t L_150 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_149, /*hidden argument*/NULL); V_3 = L_150; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_151 = __this->get_address_of_ps_5(); int32_t L_152 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_151, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_153 = __this->get_address_of_ps_5(); int32_t L_154 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_153, /*hidden argument*/NULL); LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_4), L_152, L_154, /*hidden argument*/NULL); __this->set_fullAttrCleanup_17((bool)1); goto IL_040c; } IL_03f5: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_155 = __this->get_address_of_ps_5(); int32_t* L_156 = L_155->get_address_of_charPos_1(); int32_t* L_157 = L_156; int32_t L_158 = *((int32_t*)L_157); *((int32_t*)L_157) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A(__this, /*hidden argument*/NULL); } IL_040c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5(); int32_t L_160 = L_159->get_charPos_1(); V_0 = L_160; goto IL_04e7; } IL_041d: { int32_t L_161 = __this->get_parsingMode_64(); if (L_161) { goto IL_04cd; } } { int32_t L_162 = V_7; int32_t L_163 = V_2; if ((!(((uint32_t)L_162) == ((uint32_t)L_163)))) { goto IL_04cd; } } { StringBuilder_t * L_164 = __this->get_stringBuilder_60(); NullCheck(L_164); int32_t L_165 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_164, /*hidden argument*/NULL); int32_t L_166 = V_3; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_165, (int32_t)L_166)); int32_t L_167 = V_14; if ((((int32_t)L_167) <= ((int32_t)0))) { goto IL_0484; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_168 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_168, /*hidden argument*/NULL); V_16 = L_168; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_169 = V_16; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_170 = V_4; NullCheck(L_169); L_169->set_lineInfo_10(L_170); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_171 = V_16; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_172 = ___attr2; NullCheck(L_172); int32_t L_173 = L_172->get_depth_13(); NullCheck(L_171); L_171->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_174 = V_16; StringBuilder_t * L_175 = __this->get_stringBuilder_60(); int32_t L_176 = V_3; int32_t L_177 = V_14; NullCheck(L_175); String_t* L_178 = StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6(L_175, L_176, L_177, /*hidden argument*/NULL); NullCheck(L_174); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_174, 3, L_178, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_179 = ___attr2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_180 = V_16; XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6(__this, L_179, L_180, (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)(&V_5), /*hidden argument*/NULL); } IL_0484: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_181 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_181, /*hidden argument*/NULL); V_15 = L_181; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_182 = V_15; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_183 = V_8; NullCheck(L_182); L_182->set_lineInfo_10(L_183); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_184 = V_15; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_185 = ___attr2; NullCheck(L_185); int32_t L_186 = L_185->get_depth_13(); NullCheck(L_184); L_184->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_187 = V_15; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_188 = __this->get_address_of_ps_5(); RuntimeObject* L_189 = L_188->get_entity_17(); NullCheck(L_189); String_t* L_190 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_189); NullCheck(L_187); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_187, 5, L_190, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_191 = ___attr2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_192 = V_15; XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6(__this, L_191, L_192, (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)(&V_5), /*hidden argument*/NULL); __this->set_fullAttrCleanup_17((bool)1); } IL_04cd: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_193 = __this->get_address_of_ps_5(); int32_t L_194 = L_193->get_charPos_1(); V_0 = L_194; goto IL_04e7; } IL_04db: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_195 = __this->get_address_of_ps_5(); int32_t L_196 = L_195->get_charPos_1(); V_0 = L_196; } IL_04e7: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_197 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_198 = L_197->get_chars_0(); V_1 = L_198; goto IL_0042; } IL_04f8: { int32_t L_199 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_200 = __this->get_address_of_ps_5(); int32_t L_201 = L_200->get_charsUsed_2(); if ((((int32_t)L_199) == ((int32_t)L_201))) { goto IL_054a; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_202 = V_1; int32_t L_203 = V_0; NullCheck(L_202); int32_t L_204 = L_203; uint16_t L_205 = (uint16_t)(L_202)->GetAt(static_cast(L_204)); bool L_206 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_205, /*hidden argument*/NULL); if (!L_206) { goto IL_0537; } } { int32_t L_207 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_208 = __this->get_address_of_ps_5(); int32_t L_209 = L_208->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)1))) == ((int32_t)L_209))) { goto IL_054a; } } { int32_t L_210 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_211 = V_1; int32_t L_212 = V_0; NullCheck(L_211); int32_t L_213 = L_212; uint16_t L_214 = (uint16_t)(L_211)->GetAt(static_cast(L_213)); bool L_215 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_214, /*hidden argument*/NULL); if (!L_215) { goto IL_0537; } } { int32_t L_216 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); goto IL_0042; } IL_0537: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_217 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_218 = __this->get_address_of_ps_5(); int32_t L_219 = L_218->get_charsUsed_2(); int32_t L_220 = V_0; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_217, L_219, L_220, /*hidden argument*/NULL); } IL_054a: { int32_t L_221 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_221) { goto IL_0622; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_222 = __this->get_address_of_ps_5(); int32_t L_223 = L_222->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_224 = __this->get_address_of_ps_5(); int32_t L_225 = L_224->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_223, (int32_t)L_225))) <= ((int32_t)0))) { goto IL_059d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_226 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_227 = L_226->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_228 = __this->get_address_of_ps_5(); int32_t L_229 = L_228->get_charPos_1(); NullCheck(L_227); int32_t L_230 = L_229; uint16_t L_231 = (uint16_t)(L_227)->GetAt(static_cast(L_230)); if ((((int32_t)L_231) == ((int32_t)((int32_t)13)))) { goto IL_0622; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); goto IL_0622; } IL_059d: { bool L_232 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (L_232) { goto IL_05d7; } } { int32_t L_233 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_233) == ((uint32_t)2)))) { goto IL_05cc; } } { int32_t L_234 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_235 = __this->get_address_of_ps_5(); int32_t L_236 = L_235->get_entityId_18(); if ((((int32_t)L_234) == ((int32_t)L_236))) { goto IL_063f; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralF8A0B875C1C1CE46AA71981F7C56E9674C2EA498, /*hidden argument*/NULL); goto IL_063f; } IL_05cc: { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48, /*hidden argument*/NULL); } IL_05d7: { bool L_237 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)1, /*hidden argument*/NULL); if (!L_237) { goto IL_05eb; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, /*hidden argument*/NULL); } IL_05eb: { int32_t L_238 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_239 = __this->get_address_of_ps_5(); int32_t L_240 = L_239->get_entityId_18(); if ((!(((uint32_t)L_238) == ((uint32_t)L_240)))) { goto IL_0622; } } { StringBuilder_t * L_241 = __this->get_stringBuilder_60(); NullCheck(L_241); int32_t L_242 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_241, /*hidden argument*/NULL); V_3 = L_242; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_243 = __this->get_address_of_ps_5(); int32_t L_244 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_243, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_245 = __this->get_address_of_ps_5(); int32_t L_246 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_245, /*hidden argument*/NULL); LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_4), L_244, L_246, /*hidden argument*/NULL); } IL_0622: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_247 = __this->get_address_of_ps_5(); int32_t L_248 = L_247->get_charPos_1(); V_0 = L_248; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_249 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_250 = L_249->get_chars_0(); V_1 = L_250; goto IL_0042; } IL_063f: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_251 = ___attr2; NullCheck(L_251); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_252 = L_251->get_nextAttrValueChunk_17(); if (!L_252) { goto IL_069b; } } { StringBuilder_t * L_253 = __this->get_stringBuilder_60(); NullCheck(L_253); int32_t L_254 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_253, /*hidden argument*/NULL); int32_t L_255 = V_3; V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_254, (int32_t)L_255)); int32_t L_256 = V_17; if ((((int32_t)L_256) <= ((int32_t)0))) { goto IL_069b; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_257 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_257, /*hidden argument*/NULL); V_18 = L_257; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_258 = V_18; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_259 = V_4; NullCheck(L_258); L_258->set_lineInfo_10(L_259); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_260 = V_18; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_261 = ___attr2; NullCheck(L_261); int32_t L_262 = L_261->get_depth_13(); NullCheck(L_260); L_260->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_263 = V_18; StringBuilder_t * L_264 = __this->get_stringBuilder_60(); int32_t L_265 = V_3; int32_t L_266 = V_17; NullCheck(L_264); String_t* L_267 = StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6(L_264, L_265, L_266, /*hidden argument*/NULL); NullCheck(L_263); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_263, 3, L_267, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_268 = ___attr2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_269 = V_18; XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6(__this, L_268, L_269, (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)(&V_5), /*hidden argument*/NULL); } IL_069b: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_270 = __this->get_address_of_ps_5(); int32_t L_271 = V_0; L_270->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_272 = ___attr2; StringBuilder_t * L_273 = __this->get_stringBuilder_60(); NullCheck(L_273); String_t* L_274 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_273); NullCheck(L_272); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_272, L_274, /*hidden argument*/NULL); StringBuilder_t * L_275 = __this->get_stringBuilder_60(); NullCheck(L_275); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_275, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::AddAttributeChunkToList(System.Xml.XmlTextReaderImpl_NodeData,System.Xml.XmlTextReaderImpl_NodeData,System.Xml.XmlTextReaderImpl_NodeDataU26) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_m4E6748E5460FE35F1D3341A24210D527795CD4D6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr0, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___chunk1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** ___lastChunk2, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** L_0 = ___lastChunk2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = *((NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)L_0); if (L_1) { goto IL_000f; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** L_2 = ___lastChunk2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = ___chunk1; *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)L_3); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = ___attr0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = ___chunk1; NullCheck(L_4); L_4->set_nextAttrValueChunk_17(L_5); return; } IL_000f: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** L_6 = ___lastChunk2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = *((NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF **)L_6); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = ___chunk1; NullCheck(L_7); L_7->set_nextAttrValueChunk_17(L_8); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** L_9 = ___lastChunk2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = ___chunk1; *((RuntimeObject **)L_9) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_10); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseText() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m9471D482B3DBF14EB01E215C8B2F31588EEE60F6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, 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 V_4 = 0; bool V_5 = false; int32_t V_6 = 0; int32_t G_B28_0 = 0; { V_2 = 0; int32_t L_0 = __this->get_parsingMode_64(); if (!L_0) { goto IL_001d; } } IL_000a: { bool L_1 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { goto IL_0242; } IL_001d: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_3, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL); NullCheck(L_2); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_2, L_4, L_6, /*hidden argument*/NULL); bool L_7 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_7) { goto IL_007f; } } { int32_t L_8 = V_1; int32_t L_9 = V_0; if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) { goto IL_0242; } } { int32_t L_10 = V_2; int32_t L_11 = XmlTextReaderImpl_GetTextNodeType_mA65EFBAC8B03EE6D4F69FC8BEE8C0EA535BD8552(__this, L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; if (!L_12) { goto IL_0242; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = __this->get_curNode_10(); int32_t L_14 = V_3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = L_15->get_chars_0(); int32_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = V_0; NullCheck(L_13); NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D(L_13, L_14, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); return (bool)1; } IL_007f: { bool L_20 = __this->get_v1Compat_36(); if (!L_20) { goto IL_011e; } } IL_008a: { int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))) <= ((int32_t)0))) { goto IL_00ab; } } { StringBuilder_t * L_23 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24->get_chars_0(); int32_t L_26 = V_0; int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_23); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_23, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); } IL_00ab: { bool L_29 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_29) { goto IL_008a; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00da; } } { StringBuilder_t * L_32 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_33 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = L_33->get_chars_0(); int32_t L_35 = V_0; int32_t L_36 = V_1; int32_t L_37 = V_0; NullCheck(L_32); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_32, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); } IL_00da: { int32_t L_38 = V_2; int32_t L_39 = XmlTextReaderImpl_GetTextNodeType_mA65EFBAC8B03EE6D4F69FC8BEE8C0EA535BD8552(__this, L_38, /*hidden argument*/NULL); V_4 = L_39; int32_t L_40 = V_4; if (L_40) { goto IL_00f8; } } { StringBuilder_t * L_41 = __this->get_stringBuilder_60(); NullCheck(L_41); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_41, 0, /*hidden argument*/NULL); goto IL_0242; } IL_00f8: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_42 = __this->get_curNode_10(); int32_t L_43 = V_4; StringBuilder_t * L_44 = __this->get_stringBuilder_60(); NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); NullCheck(L_42); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_42, L_43, L_45, /*hidden argument*/NULL); StringBuilder_t * L_46 = __this->get_stringBuilder_60(); NullCheck(L_46); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_46, 0, /*hidden argument*/NULL); return (bool)1; } IL_011e: { V_5 = (bool)0; int32_t L_47 = V_2; if ((((int32_t)L_47) <= ((int32_t)((int32_t)32)))) { goto IL_0157; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_48 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = L_49->get_chars_0(); int32_t L_51 = V_0; int32_t L_52 = V_1; int32_t L_53 = V_0; NullCheck(L_48); NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D(L_48, 3, L_50, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53)), /*hidden argument*/NULL); int32_t L_54 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_54); __this->set_parsingFunction_6(((int32_t)21)); return (bool)1; } IL_0157: { int32_t L_55 = V_1; int32_t L_56 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56))) <= ((int32_t)0))) { goto IL_0178; } } { StringBuilder_t * L_57 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = L_58->get_chars_0(); int32_t L_60 = V_0; int32_t L_61 = V_1; int32_t L_62 = V_0; NullCheck(L_57); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_57, L_59, L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)L_62)), /*hidden argument*/NULL); } IL_0178: { bool L_63 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); V_5 = L_63; int32_t L_64 = V_1; int32_t L_65 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65))) <= ((int32_t)0))) { goto IL_01a7; } } { StringBuilder_t * L_66 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = L_67->get_chars_0(); int32_t L_69 = V_0; int32_t L_70 = V_1; int32_t L_71 = V_0; NullCheck(L_66); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_66, L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), /*hidden argument*/NULL); } IL_01a7: { bool L_72 = V_5; if (L_72) { goto IL_01c2; } } { int32_t L_73 = V_2; if ((((int32_t)L_73) > ((int32_t)((int32_t)32)))) { goto IL_01c2; } } { StringBuilder_t * L_74 = __this->get_stringBuilder_60(); NullCheck(L_74); int32_t L_75 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_74, /*hidden argument*/NULL); if ((((int32_t)L_75) < ((int32_t)((int32_t)4096)))) { goto IL_0178; } } IL_01c2: { StringBuilder_t * L_76 = __this->get_stringBuilder_60(); NullCheck(L_76); int32_t L_77 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) < ((int32_t)((int32_t)4096)))) { goto IL_01d7; } } { G_B28_0 = 3; goto IL_01de; } IL_01d7: { int32_t L_78 = V_2; int32_t L_79 = XmlTextReaderImpl_GetTextNodeType_mA65EFBAC8B03EE6D4F69FC8BEE8C0EA535BD8552(__this, L_78, /*hidden argument*/NULL); G_B28_0 = ((int32_t)(L_79)); } IL_01de: { V_6 = G_B28_0; int32_t L_80 = V_6; if (L_80) { goto IL_0204; } } { StringBuilder_t * L_81 = __this->get_stringBuilder_60(); NullCheck(L_81); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_81, 0, /*hidden argument*/NULL); bool L_82 = V_5; if (L_82) { goto IL_0242; } } IL_01f4: { bool L_83 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_83) { goto IL_01f4; } } { goto IL_0242; } IL_0204: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_84 = __this->get_curNode_10(); int32_t L_85 = V_6; StringBuilder_t * L_86 = __this->get_stringBuilder_60(); NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_86); NullCheck(L_84); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_84, L_85, L_87, /*hidden argument*/NULL); StringBuilder_t * L_88 = __this->get_stringBuilder_60(); NullCheck(L_88); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_88, 0, /*hidden argument*/NULL); bool L_89 = V_5; if (L_89) { goto IL_0240; } } { int32_t L_90 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_90); __this->set_parsingFunction_6(((int32_t)21)); } IL_0240: { return (bool)1; } IL_0242: { int32_t L_91 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_91) == ((uint32_t)((int32_t)16))))) { goto IL_0260; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F(__this, /*hidden argument*/NULL); int32_t L_92 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_92); return (bool)1; } IL_0260: { int32_t L_93 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_93) == ((uint32_t)((int32_t)13))))) { goto IL_027e; } } { int32_t L_94 = __this->get_nextNextParsingFunction_8(); __this->set_parsingFunction_6(L_94); XmlTextReaderImpl_ParseEntityReference_m01350AFED018C01410FD3303CDF13580842A2CA1(__this, /*hidden argument*/NULL); return (bool)1; } IL_027e: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32U26,System.Int32U26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; int32_t V_11 = 0; int32_t V_12 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); V_0 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_1 = L_3; V_2 = 0; V_3 = (-1); int32_t* L_4 = ___outOrChars2; int32_t L_5 = *((int32_t*)L_4); V_4 = L_5; goto IL_002d; } IL_0022: { int32_t L_6 = V_4; Il2CppChar L_7 = V_5; V_4 = ((int32_t)((int32_t)L_6|(int32_t)L_7)); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_9 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); uint16_t L_15 = L_14; V_5 = L_15; NullCheck(L_10); uint16_t L_16 = L_15; uint8_t L_17 = (L_10)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)64)))) { goto IL_0022; } } { Il2CppChar L_18 = V_5; if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)38))))) { goto IL_0076; } } { Il2CppChar L_19 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)9)))) { case 0: { goto IL_008d; } case 1: { goto IL_0093; } case 2: { goto IL_02b4; } case 3: { goto IL_02b4; } case 4: { goto IL_00a0; } } } { Il2CppChar L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)38)))) { goto IL_0148; } } { goto IL_02b4; } IL_0076: { Il2CppChar L_21 = V_5; if ((((int32_t)L_21) == ((int32_t)((int32_t)60)))) { goto IL_042f; } } { Il2CppChar L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)93)))) { goto IL_0266; } } { goto IL_02b4; } IL_008d: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); goto IL_002d; } IL_0093: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_1; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_25, /*hidden argument*/NULL); goto IL_002d; } IL_00a0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)10))))) { goto IL_0106; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); bool L_31 = L_30->get_eolNormalized_19(); if (L_31) { goto IL_0100; } } { int32_t L_32 = __this->get_parsingMode_64(); if (L_32) { goto IL_0100; } } { int32_t L_33 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = L_34->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_35))) <= ((int32_t)0))) { goto IL_00f0; } } { int32_t L_36 = V_2; if (L_36) { goto IL_00d7; } } { V_2 = 1; int32_t L_37 = V_1; V_3 = L_37; goto IL_0100; } IL_00d7: { int32_t L_38 = V_3; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_1; int32_t L_42 = V_3; int32_t L_43 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL); int32_t L_44 = V_1; int32_t L_45 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); int32_t L_46 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); goto IL_0100; } IL_00f0: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5(); int32_t* L_48 = L_47->get_address_of_charPos_1(); int32_t* L_49 = L_48; int32_t L_50 = *((int32_t*)L_49); *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0100: { int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2)); goto IL_013c; } IL_0106: { int32_t L_52 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))) < ((int32_t)L_54))) { goto IL_0126; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_55 = __this->get_address_of_ps_5(); bool L_56 = L_55->get_isEof_15(); if (!L_56) { goto IL_0366; } } IL_0126: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5(); bool L_58 = L_57->get_eolNormalized_19(); if (L_58) { goto IL_0138; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_0; int32_t L_60 = V_1; NullCheck(L_59); (L_59)->SetAt(static_cast(L_60), (Il2CppChar)((int32_t)10)); } IL_0138: { int32_t L_61 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_013c: { int32_t L_62 = V_1; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_62, /*hidden argument*/NULL); goto IL_002d; } IL_0148: { int32_t L_63 = V_1; int32_t L_64 = XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9(__this, L_63, (int32_t*)(&V_7), (int32_t*)(&V_8), /*hidden argument*/NULL); int32_t L_65 = L_64; V_6 = L_65; if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01b2; } } { int32_t L_66 = V_2; if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_016c; } } { int32_t L_67 = V_3; int32_t L_68 = V_2; int32_t L_69 = V_3; int32_t L_70 = V_1; int32_t L_71 = V_3; int32_t L_72 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)), L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), (int32_t)L_72)), /*hidden argument*/NULL); } IL_016c: { int32_t L_73 = V_1; int32_t L_74 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)); int32_t L_75 = V_2; int32_t L_76 = V_6; int32_t L_77 = V_1; int32_t L_78 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_77)), (int32_t)L_78)))); int32_t L_79 = V_6; V_1 = L_79; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_80 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = V_0; int32_t L_82 = V_6; int32_t L_83 = V_7; NullCheck(L_81); int32_t L_84 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83)); uint16_t L_85 = (uint16_t)(L_81)->GetAt(static_cast(L_84)); bool L_86 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_80, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01a3; } } { bool L_87 = __this->get_v1Compat_36(); if (!L_87) { goto IL_002d; } } { int32_t L_88 = V_8; if (L_88) { goto IL_002d; } } IL_01a3: { int32_t L_89 = V_4; V_4 = ((int32_t)((int32_t)L_89|(int32_t)((int32_t)255))); goto IL_002d; } IL_01b2: { int32_t L_90 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_91 = __this->get_address_of_ps_5(); int32_t L_92 = L_91->get_charPos_1(); if ((((int32_t)L_90) > ((int32_t)L_92))) { goto IL_042f; } } { int32_t L_93 = XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07(__this, (bool)0, 0, (int32_t*)(&V_1), /*hidden argument*/NULL); V_9 = L_93; int32_t L_94 = V_9; switch (L_94) { case 0: { goto IL_020d; } case 1: { goto IL_0221; } case 2: { goto IL_0221; } case 3: { goto IL_0249; } case 4: { goto IL_0249; } case 5: { goto IL_0249; } case 6: { goto IL_01f4; } } } { goto IL_0249; } IL_01f4: { int32_t L_95 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_95); __this->set_parsingFunction_6(((int32_t)13)); goto IL_0423; } IL_020d: { bool L_96 = __this->get_v1Compat_36(); if (!L_96) { goto IL_0221; } } { int32_t L_97 = V_4; V_4 = ((int32_t)((int32_t)L_97|(int32_t)((int32_t)255))); goto IL_0255; } IL_0221: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_98 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = L_99->get_chars_0(); int32_t L_101 = V_1; NullCheck(L_100); int32_t L_102 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1)); uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast(L_102)); bool L_104 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_98, L_103, /*hidden argument*/NULL); if (L_104) { goto IL_0255; } } { int32_t L_105 = V_4; V_4 = ((int32_t)((int32_t)L_105|(int32_t)((int32_t)255))); goto IL_0255; } IL_0249: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charPos_1(); V_1 = L_107; } IL_0255: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_108 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = L_108->get_chars_0(); V_0 = L_109; goto IL_002d; } IL_0266: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); int32_t L_112 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112))) >= ((int32_t)3))) { goto IL_0286; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); bool L_114 = L_113->get_isEof_15(); if (!L_114) { goto IL_0366; } } IL_0286: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_0; int32_t L_116 = V_1; NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)93))))) { goto IL_02a4; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = V_0; int32_t L_120 = V_1; NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); uint16_t L_122 = (uint16_t)(L_119)->GetAt(static_cast(L_121)); if ((!(((uint32_t)L_122) == ((uint32_t)((int32_t)62))))) { goto IL_02a4; } } { int32_t L_123 = V_1; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_123, _stringLiteralF7F3BCBB4582CB7BF4B48F6BD318A558B5B5B655, /*hidden argument*/NULL); } IL_02a4: { int32_t L_124 = V_4; V_4 = ((int32_t)((int32_t)L_124|(int32_t)((int32_t)93))); int32_t L_125 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); goto IL_002d; } IL_02b4: { int32_t L_126 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_127 = __this->get_address_of_ps_5(); int32_t L_128 = L_127->get_charsUsed_2(); if ((((int32_t)L_126) == ((int32_t)L_128))) { goto IL_0366; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_129 = V_0; int32_t L_130 = V_1; NullCheck(L_129); int32_t L_131 = L_130; uint16_t L_132 = (uint16_t)(L_129)->GetAt(static_cast(L_131)); V_10 = L_132; Il2CppChar L_133 = V_10; bool L_134 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0304; } } { int32_t L_135 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_136 = __this->get_address_of_ps_5(); int32_t L_137 = L_136->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1))) == ((int32_t)L_137))) { goto IL_0366; } } { int32_t L_138 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_139 = V_0; int32_t L_140 = V_1; NullCheck(L_139); int32_t L_141 = L_140; uint16_t L_142 = (uint16_t)(L_139)->GetAt(static_cast(L_141)); bool L_143 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_0304; } } { int32_t L_144 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)); int32_t L_145 = V_4; Il2CppChar L_146 = V_10; V_4 = ((int32_t)((int32_t)L_145|(int32_t)L_146)); goto IL_002d; } IL_0304: { int32_t L_147 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_149)); int32_t L_150 = V_1; bool L_151 = XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511(__this, L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_033c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_152 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = L_152->get_chars_0(); V_0 = L_153; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_154 = __this->get_address_of_ps_5(); int32_t L_155 = L_154->get_charPos_1(); int32_t L_156 = V_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156)); goto IL_042f; } IL_033c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_157 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = L_157->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5(); int32_t L_160 = L_159->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_161 = __this->get_address_of_ps_5(); int32_t L_162 = L_161->get_charPos_1(); int32_t L_163 = V_11; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_158, L_160, ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_163)), /*hidden argument*/NULL); } IL_0366: { int32_t L_164 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_165 = __this->get_address_of_ps_5(); int32_t L_166 = L_165->get_charPos_1(); if ((((int32_t)L_164) > ((int32_t)L_166))) { goto IL_042f; } } { int32_t L_167 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_167) { goto IL_0406; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_168 = __this->get_address_of_ps_5(); int32_t L_169 = L_168->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_170 = __this->get_address_of_ps_5(); int32_t L_171 = L_170->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_169, (int32_t)L_171))) <= ((int32_t)0))) { goto IL_03df; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_172 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_173 = L_172->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_174 = __this->get_address_of_ps_5(); int32_t L_175 = L_174->get_charPos_1(); NullCheck(L_173); int32_t L_176 = L_175; uint16_t L_177 = (uint16_t)(L_173)->GetAt(static_cast(L_176)); if ((((int32_t)L_177) == ((int32_t)((int32_t)13)))) { goto IL_0406; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_178 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_179 = L_178->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_180 = __this->get_address_of_ps_5(); int32_t L_181 = L_180->get_charPos_1(); NullCheck(L_179); int32_t L_182 = L_181; uint16_t L_183 = (uint16_t)(L_179)->GetAt(static_cast(L_182)); if ((((int32_t)L_183) == ((int32_t)((int32_t)93)))) { goto IL_0406; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); goto IL_0406; } IL_03df: { bool L_184 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL); if (!L_184) { goto IL_0423; } } { bool L_185 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)1, /*hidden argument*/NULL); if (!L_185) { goto IL_0406; } } { int32_t L_186 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_186); __this->set_parsingFunction_6(((int32_t)16)); goto IL_0423; } IL_0406: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_187 = __this->get_address_of_ps_5(); int32_t L_188 = L_187->get_charPos_1(); V_1 = L_188; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_189 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_190 = L_189->get_chars_0(); V_0 = L_190; goto IL_002d; } IL_0423: { int32_t* L_191 = ___startPos0; int32_t* L_192 = ___endPos1; int32_t L_193 = V_1; int32_t L_194 = L_193; V_12 = L_194; *((int32_t*)L_192) = (int32_t)L_194; int32_t L_195 = V_12; *((int32_t*)L_191) = (int32_t)L_195; return (bool)1; } IL_042f: { int32_t L_196 = __this->get_parsingMode_64(); if (L_196) { goto IL_044a; } } { int32_t L_197 = V_2; if ((((int32_t)L_197) <= ((int32_t)0))) { goto IL_044a; } } { int32_t L_198 = V_3; int32_t L_199 = V_2; int32_t L_200 = V_3; int32_t L_201 = V_1; int32_t L_202 = V_3; int32_t L_203 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)), L_200, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_201, (int32_t)L_202)), (int32_t)L_203)), /*hidden argument*/NULL); } IL_044a: { int32_t* L_204 = ___startPos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_205 = __this->get_address_of_ps_5(); int32_t L_206 = L_205->get_charPos_1(); *((int32_t*)L_204) = (int32_t)L_206; int32_t* L_207 = ___endPos1; int32_t L_208 = V_1; int32_t L_209 = V_2; *((int32_t*)L_207) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)L_209)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_210 = __this->get_address_of_ps_5(); int32_t L_211 = V_1; L_210->set_charPos_1(L_211); int32_t* L_212 = ___outOrChars2; int32_t L_213 = V_4; *((int32_t*)L_212) = (int32_t)L_213; Il2CppChar L_214 = V_5; return (bool)((((int32_t)L_214) == ((int32_t)((int32_t)60)))? 1 : 0); } } // System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); int32_t L_1 = __this->get_readValueOffset_69(); StringBuilder_t * L_2 = __this->get_stringBuilder_60(); NullCheck(L_0); NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2(L_0, L_1, L_2, /*hidden argument*/NULL); V_2 = 0; goto IL_0036; } IL_001b: { StringBuilder_t * L_3 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_chars_0(); int32_t L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_3); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_3, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); } IL_0036: { bool L_9 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_9) { goto IL_001b; } } { StringBuilder_t * L_10 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_chars_0(); int32_t L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_10); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_10, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = __this->get_curNode_10(); StringBuilder_t * L_17 = __this->get_stringBuilder_60(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); NullCheck(L_16); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_16, L_18, /*hidden argument*/NULL); StringBuilder_t * L_19 = __this->get_stringBuilder_60(); NullCheck(L_19); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_19, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_parsingFunction_6(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)22)))) { case 0: { goto IL_00dd; } case 1: { goto IL_0021; } case 2: { goto IL_006f; } case 3: { goto IL_006f; } } } { return; } IL_0021: { int32_t L_2 = __this->get_incReadState_49(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11))))) { goto IL_003a; } } { XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL); __this->set_incReadState_49(((int32_t)10)); return; } IL_003a: { int32_t L_3 = __this->get_readValueOffset_69(); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_00dd; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_10(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = __this->get_curNode_10(); NullCheck(L_5); String_t* L_6 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_readValueOffset_69(); NullCheck(L_6); String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_4, L_8, /*hidden argument*/NULL); __this->set_readValueOffset_69(0); return; } IL_006f: { int32_t L_9 = __this->get_incReadState_49(); V_1 = L_9; int32_t L_10 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)12)))) { case 0: { goto IL_009b; } case 1: { goto IL_008c; } case 2: { goto IL_00cd; } } } { return; } IL_008c: { XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL); __this->set_incReadState_49(((int32_t)12)); return; } IL_009b: { int32_t L_11 = __this->get_readValueOffset_69(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00dd; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = __this->get_curNode_10(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = __this->get_curNode_10(); NullCheck(L_13); String_t* L_14 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_13, /*hidden argument*/NULL); int32_t L_15 = __this->get_readValueOffset_69(); NullCheck(L_14); String_t* L_16 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_12); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_12, L_16, /*hidden argument*/NULL); __this->set_readValueOffset_69(0); return; } IL_00cd: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_17 = __this->get_curNode_10(); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_17); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_17, L_18, /*hidden argument*/NULL); } IL_00dd: { return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipPartialTextValue() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_mA8E51BD641EDBDA47C92D7468C5667713712460B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_2 = 0; int32_t L_0 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_0); } IL_000e: { bool L_1 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadValueChunk() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mEC0B8088F3686468F2FBB9EEC215B8EC51C63FFD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { __this->set_readValueOffset_69(0); int32_t L_0 = __this->get_incReadState_49(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11))))) { goto IL_0018; } } { XmlTextReaderImpl_SkipPartialTextValue_mA8E51BD641EDBDA47C92D7468C5667713712460B(__this, /*hidden argument*/NULL); return; } IL_0018: { int32_t L_1 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_1); int32_t L_2 = __this->get_nextNextParsingFunction_8(); __this->set_nextParsingFunction_7(L_2); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadContentAsBinary() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { __this->set_readValueOffset_69(0); int32_t L_0 = __this->get_incReadState_49(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)13))))) { goto IL_0019; } } { XmlTextReaderImpl_SkipPartialTextValue_mA8E51BD641EDBDA47C92D7468C5667713712460B(__this, /*hidden argument*/NULL); goto IL_0031; } IL_0019: { int32_t L_1 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_1); int32_t L_2 = __this->get_nextNextParsingFunction_8(); __this->set_nextParsingFunction_7(L_2); } IL_0031: { int32_t L_3 = __this->get_incReadState_49(); if ((((int32_t)L_3) == ((int32_t)((int32_t)14)))) { goto IL_0044; } } IL_003b: { bool L_4 = XmlTextReaderImpl_MoveToNextContentNode_m8A96FCF36DFE418E280635DDB9EBA35B2CFC99B4(__this, (bool)1, /*hidden argument*/NULL); if (L_4) { goto IL_003b; } } IL_0044: { return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadElementContentAsBinary() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mF742F598CA76EC1E8CB23018612B751A11915607 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_FinishReadElementContentAsBinary_mF742F598CA76EC1E8CB23018612B751A11915607_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlTextReaderImpl_FinishReadContentAsBinary_mEA756A6C9591360B4A0EE9EF5AEA62B2772C9B91(__this, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((((int32_t)L_1) == ((int32_t)((int32_t)15)))) { goto IL_0036; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); NullCheck(L_2); int32_t* L_3 = L_2->get_address_of_type_1(); RuntimeObject * L_4 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, L_3); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); *L_3 = *(int32_t*)UnBox(L_4); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral127AD408CEBDC653BFBD76B6537B5F6E62343F3B, L_5, /*hidden argument*/NULL); } IL_0036: { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = __this->get_outerReader_74(); NullCheck(L_6); VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_6); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseRootLevelWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m47A81C357F6645B50E4BA694430ECC7456CA2194 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseRootLevelWhitespace_m47A81C357F6645B50E4BA694430ECC7456CA2194_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = XmlTextReaderImpl_GetWhitespaceType_mDEB75D4218857C05CE497CCEA9AB167E0AFEBED3(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_005e; } } { XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_charPos_1(); NullCheck(L_3); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_3)->GetAt(static_cast(L_6)); if ((((int32_t)L_7) == ((int32_t)((int32_t)60)))) { goto IL_005c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_11))) { goto IL_005c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); bool L_14 = XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511(__this, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0108; } } IL_005c: { return (bool)0; } IL_005e: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_16, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5(); int32_t L_19 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_18, /*hidden argument*/NULL); NullCheck(L_15); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_15, L_17, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = __this->get_stringBuilder_60(); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_20, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); NullCheck(L_22); int32_t L_25 = L_24; uint16_t L_26 = (uint16_t)(L_22)->GetAt(static_cast(L_25)); if ((((int32_t)L_26) == ((int32_t)((int32_t)60)))) { goto IL_00d3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_30))) { goto IL_00d3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = L_31->get_charPos_1(); bool L_33 = XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511(__this, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0108; } } IL_00d3: { StringBuilder_t * L_34 = __this->get_stringBuilder_60(); NullCheck(L_34); int32_t L_35 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0106; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_36 = __this->get_curNode_10(); int32_t L_37 = V_0; StringBuilder_t * L_38 = __this->get_stringBuilder_60(); NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); NullCheck(L_36); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_36, L_37, L_39, /*hidden argument*/NULL); StringBuilder_t * L_40 = __this->get_stringBuilder_60(); NullCheck(L_40); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_40, 0, /*hidden argument*/NULL); return (bool)1; } IL_0106: { return (bool)0; } IL_0108: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_41 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = L_42->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_charPos_1(); NullCheck(L_43); int32_t L_46 = L_45; uint16_t L_47 = (uint16_t)(L_43)->GetAt(static_cast(L_46)); bool L_48 = XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_41, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0139; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral8FAB96F8A9E113C10A089DEE9B34DBD853D038A6, /*hidden argument*/NULL); goto IL_0160; } IL_0139: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = L_49->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = L_51->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_50, L_52, L_54, /*hidden argument*/NULL); } IL_0160: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseEntityReference() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m01350AFED018C01410FD3303CDF13580842A2CA1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t* L_1 = L_0->get_address_of_charPos_1(); int32_t* L_2 = L_1; int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_4, L_6, L_8, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_9 = __this->get_curNode_10(); String_t* L_10 = XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A(__this, /*hidden argument*/NULL); NullCheck(L_9); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_9, 5, L_10, /*hidden argument*/NULL); return; } } // System.Xml.XmlTextReaderImpl_EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl_EntityExpandType,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_002d; } } { int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_002d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)35))))) { goto IL_005e; } } { int32_t* L_11 = ___charRefEndPos2; int32_t L_12 = ___expandType1; int32_t L_13 = XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7(__this, (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, (int32_t*)(&V_0), /*hidden argument*/NULL); *((int32_t*)L_11) = (int32_t)L_13; int32_t L_14 = V_0; return L_14; } IL_005e: { int32_t* L_15 = ___charRefEndPos2; int32_t L_16 = ___expandType1; int32_t L_17 = XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B(__this, (bool)((((int32_t)((((int32_t)L_16) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, /*hidden argument*/NULL); *((int32_t*)L_15) = (int32_t)L_17; int32_t* L_18 = ___charRefEndPos2; int32_t L_19 = *((int32_t*)L_18); if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0075; } } { return (int32_t)(2); } IL_0075: { int32_t L_20 = ___expandType1; if ((((int32_t)L_20) == ((int32_t)2))) { goto IL_008d; } } { int32_t L_21 = __this->get_entityHandling_27(); if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_008f; } } { bool L_22 = ___isInAttributeValue0; if (!L_22) { goto IL_008d; } } { bool L_23 = __this->get_validatingReaderCompatFlag_58(); if (L_23) { goto IL_008f; } } IL_008d: { return (int32_t)(6); } IL_008f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); int32_t* L_25 = L_24->get_address_of_charPos_1(); int32_t* L_26 = L_25; int32_t L_27 = *((int32_t*)L_26); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_28, /*hidden argument*/NULL); V_2 = L_29; } IL_00ab: try { // begin try (depth: 1) int32_t L_30 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL); V_1 = L_30; goto IL_00d4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b4; throw e; } CATCH_00b4: { // begin catch(System.Xml.XmlException) ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_31, /*hidden argument*/NULL); int32_t L_33 = V_2; XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3, L_32, L_33, /*hidden argument*/NULL); V_5 = 4; goto IL_016c; } // end catch (depth: 1) IL_00d4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = L_34->get_chars_0(); int32_t L_36 = V_1; NullCheck(L_35); int32_t L_37 = L_36; uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast(L_37)); if ((((int32_t)L_38) == ((int32_t)((int32_t)59)))) { goto IL_00f1; } } { int32_t L_39 = V_1; XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_39, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312, /*hidden argument*/NULL); } IL_00f1: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); int32_t L_41 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_40, /*hidden argument*/NULL); V_3 = L_41; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_42 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_43 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charPos_1(); int32_t L_47 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charPos_1(); NullCheck(L_42); String_t* L_50 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_42, L_44, L_46, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49))); V_4 = L_50; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = V_1; L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))); int32_t* L_53 = ___charRefEndPos2; *((int32_t*)L_53) = (int32_t)(-1); String_t* L_54 = V_4; bool L_55 = ___isInAttributeValue0; int32_t L_56 = V_3; int32_t L_57 = XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A(__this, L_54, L_55, (bool)0, L_56, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5(); String_t* L_59 = L_58->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_59); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_61 = L_60->get_encoding_3(); __this->set_reportedEncoding_43(L_61); return L_57; } IL_016c: { int32_t L_62 = V_5; return L_62; } } // System.Xml.XmlTextReaderImpl_EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { V_0 = (RuntimeObject*)NULL; RuntimeObject* L_0 = __this->get_dtdInfo_44(); if (L_0) { goto IL_002e; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = __this->get_fragmentParserContext_46(); if (!L_1) { goto IL_002e; } } { XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_2 = __this->get_fragmentParserContext_46(); NullCheck(L_2); bool L_3 = XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { int32_t L_4 = __this->get_dtdProcessing_26(); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_002e; } } { XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6(__this, /*hidden argument*/NULL); } IL_002e: { RuntimeObject* L_5 = __this->get_dtdInfo_44(); if (!L_5) { goto IL_0046; } } { RuntimeObject* L_6 = __this->get_dtdInfo_44(); String_t* L_7 = ___name0; NullCheck(L_6); RuntimeObject* L_8 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5 /* System.Xml.IDtdEntityInfo System.Xml.IDtdInfo::LookupEntity(System.String) */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_6, L_7); RuntimeObject* L_9 = L_8; V_0 = L_9; if (L_9) { goto IL_0081; } } IL_0046: { bool L_10 = __this->get_disableUndeclaredEntityCheck_73(); if (!L_10) { goto IL_0068; } } { String_t* L_11 = ___name0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_12 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_12, L_11, /*hidden argument*/NULL); SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_13 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)il2cpp_codegen_object_new(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var); SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E(L_13, L_12, (bool)0, /*hidden argument*/NULL); SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_14 = L_13; String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_14); SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC(L_14, L_15, /*hidden argument*/NULL); V_0 = L_14; goto IL_0081; } IL_0068: { String_t* L_16 = ___name0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_17, /*hidden argument*/NULL); int32_t L_19 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050, L_16, L_18, L_19, /*hidden argument*/NULL); } IL_0081: { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsUnparsedEntity() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_20); if (!L_21) { goto IL_00c4; } } { bool L_22 = __this->get_disableUndeclaredEntityCheck_73(); if (!L_22) { goto IL_00ab; } } { String_t* L_23 = ___name0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_24 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_24, L_23, /*hidden argument*/NULL); SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_25 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)il2cpp_codegen_object_new(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var); SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E(L_25, L_24, (bool)0, /*hidden argument*/NULL); SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_26 = L_25; String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_26); SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC(L_26, L_27, /*hidden argument*/NULL); V_0 = L_26; goto IL_00c4; } IL_00ab: { String_t* L_28 = ___name0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_29, /*hidden argument*/NULL); int32_t L_31 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354, L_28, L_30, L_31, /*hidden argument*/NULL); } IL_00c4: { bool L_32 = __this->get_standalone_62(); if (!L_32) { goto IL_00f2; } } { RuntimeObject* L_33 = V_0; NullCheck(L_33); bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsDeclaredInExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_33); if (!L_34) { goto IL_00f2; } } { RuntimeObject* L_35 = V_0; NullCheck(L_35); String_t* L_36 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_35); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_37 = __this->get_address_of_ps_5(); int32_t L_38 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_37, /*hidden argument*/NULL); int32_t L_39 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralA7CD802DE35E6B8BF41C099C20815BE3FF783652, L_36, L_38, L_39, /*hidden argument*/NULL); } IL_00f2: { RuntimeObject* L_40 = V_0; NullCheck(L_40); bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_40); if (!L_41) { goto IL_0180; } } { bool L_42 = ___isInAttributeValue1; if (!L_42) { goto IL_011b; } } { String_t* L_43 = ___name0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_44, /*hidden argument*/NULL); int32_t L_46 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D, L_43, L_45, L_46, /*hidden argument*/NULL); return (int32_t)(4); } IL_011b: { int32_t L_47 = __this->get_parsingMode_64(); if ((!(((uint32_t)L_47) == ((uint32_t)2)))) { goto IL_0126; } } { return (int32_t)(4); } IL_0126: { bool L_48 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_0153; } } { bool L_49 = ___pushFakeEntityIfNullResolver2; if (!L_49) { goto IL_0151; } } { RuntimeObject* L_50 = V_0; XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_50, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_51 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_entityId_18(); NullCheck(L_51); L_51->set_entityId_15(L_53); return (int32_t)(5); } IL_0151: { return (int32_t)(4); } IL_0153: { RuntimeObject* L_54 = V_0; XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_54, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_55 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_entityId_18(); NullCheck(L_55); L_55->set_entityId_15(L_57); bool L_58 = ___isInAttributeValue1; if (!L_58) { goto IL_017c; } } { bool L_59 = __this->get_validatingReaderCompatFlag_58(); if (L_59) { goto IL_017e; } } IL_017c: { return (int32_t)(3); } IL_017e: { return (int32_t)(7); } IL_0180: { int32_t L_60 = __this->get_parsingMode_64(); if ((!(((uint32_t)L_60) == ((uint32_t)2)))) { goto IL_018b; } } { return (int32_t)(4); } IL_018b: { RuntimeObject* L_61 = V_0; XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5(__this, L_61, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_62 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5(); int32_t L_64 = L_63->get_entityId_18(); NullCheck(L_62); L_62->set_entityId_15(L_64); bool L_65 = ___isInAttributeValue1; if (!L_65) { goto IL_01b3; } } { bool L_66 = __this->get_validatingReaderCompatFlag_58(); if (L_66) { goto IL_01b5; } } IL_01b3: { return (int32_t)(3); } IL_01b5: { return (int32_t)(7); } } // System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_parsingStatesStackTop_41(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0014; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, /*hidden argument*/NULL); } IL_0014: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); bool L_2 = L_1->get_entityResolvedManually_20(); if (!L_2) { goto IL_0075; } } { int32_t L_3 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); bool L_4 = ___checkEntityNesting0; if (!L_4) { goto IL_005c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_entityId_18(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = __this->get_nodes_9(); int32_t L_8 = __this->get_index_11(); NullCheck(L_7); int32_t L_9 = L_8; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = L_10->get_entityId_15(); if ((((int32_t)L_6) == ((int32_t)L_11))) { goto IL_005c; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE, /*hidden argument*/NULL); } IL_005c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); RuntimeObject* L_13 = L_12->get_entity_17(); __this->set_lastEntity_66(L_13); XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL); return (bool)1; } IL_0075: { bool L_14 = ___checkEntityNesting0; if (!L_14) { goto IL_00a2; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_entityId_18(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_17 = __this->get_nodes_9(); int32_t L_18 = __this->get_index_11(); NullCheck(L_17); int32_t L_19 = L_18; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); int32_t L_21 = L_20->get_entityId_15(); if ((((int32_t)L_16) == ((int32_t)L_21))) { goto IL_00a2; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE, /*hidden argument*/NULL); } IL_00a2: { XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_23 = L_22->get_encoding_3(); __this->set_reportedEncoding_43(L_23); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); String_t* L_25 = L_24->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_25); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInContent() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SetupEndEntityNodeInContent_m378933BAB8EB19FFE72C1B6D685409AAC39FCD5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = L_0->get_encoding_3(); __this->set_reportedEncoding_43(L_1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_3); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_4 = __this->get_nodes_9(); int32_t L_5 = __this->get_index_11(); NullCheck(L_4); int32_t L_6 = L_5; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = (L_4)->GetAt(static_cast(L_6)); __this->set_curNode_10(L_7); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); RuntimeObject* L_9 = __this->get_lastEntity_66(); NullCheck(L_9); String_t* L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_9); NullCheck(L_8); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_8, ((int32_t)16), L_10, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = __this->get_curNode_10(); NullCheck(L_11); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_12 = L_11->get_address_of_lineInfo_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_lineNo_11(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_15, /*hidden argument*/NULL); LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_12, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); int32_t L_17 = __this->get_index_11(); if (L_17) { goto IL_008c; } } { int32_t L_18 = __this->get_parsingFunction_6(); if (L_18) { goto IL_008c; } } { __this->set_parsingFunction_6(5); } IL_008c: { return; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInAttribute() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m27F2C9A9CDB53828A45F2267C85F2FB50062A7EA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_0 = __this->get_nodes_9(); int32_t L_1 = __this->get_index_11(); int32_t L_2 = __this->get_attrCount_13(); NullCheck(L_0); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = (L_0)->GetAt(static_cast(L_3)); __this->set_curNode_10(L_4); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = __this->get_curNode_10(); NullCheck(L_5); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_6 = L_5->get_address_of_lineInfo_10(); int32_t* L_7 = L_6->get_address_of_linePos_1(); int32_t* L_8 = L_7; int32_t L_9 = *((int32_t*)L_8); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = __this->get_curNode_10(); NullCheck(L_10); String_t* L_11 = L_10->get_localName_2(); NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_12)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = __this->get_curNode_10(); NullCheck(L_13); L_13->set_type_1(((int32_t)16)); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m8C4E49D0A7FC86465F298AC76F312C3C14EDE1D0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; StringBuilder_t * V_5 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B6_1 = NULL; { int32_t L_0 = __this->get_parsingMode_64(); if (L_0) { goto IL_0029; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL); NullCheck(L_1); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_1, L_3, L_5, /*hidden argument*/NULL); } IL_0029: { int32_t L_6 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL); V_0 = L_6; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_charPos_1(); int32_t L_12 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); NullCheck(L_7); String_t* L_15 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_7, L_9, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14))); V_1 = L_15; String_t* L_16 = V_1; int32_t L_17 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_16, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, 5, /*hidden argument*/NULL); if (L_17) { goto IL_008d; } } { String_t* L_18 = V_1; NullCheck(L_18); bool L_19 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_18, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL); G_B4_0 = __this; if (L_19) { G_B5_0 = __this; goto IL_0082; } } { G_B6_0 = _stringLiteral17B2EA34FFFF98A7B87E6D4AA4AD04559FB16A90; G_B6_1 = G_B4_0; goto IL_0087; } IL_0082: { G_B6_0 = _stringLiteralF822E613BB83930ECC0DEE4EE211973D6E8664F8; G_B6_1 = G_B5_0; } IL_0087: { String_t* L_20 = V_1; NullCheck(G_B6_1); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B6_1, G_B6_0, L_20, /*hidden argument*/NULL); } IL_008d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5(); int32_t L_22 = V_0; L_21->set_charPos_1(L_22); StringBuilder_t * L_23 = ___piInDtdStringBuilder0; if (L_23) { goto IL_00bb; } } { bool L_24 = __this->get_ignorePIs_28(); if (L_24) { goto IL_00c3; } } { int32_t L_25 = __this->get_parsingMode_64(); if (L_25) { goto IL_00c3; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = __this->get_curNode_10(); String_t* L_27 = V_1; NullCheck(L_26); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_26, 7, L_27, /*hidden argument*/NULL); goto IL_00c3; } IL_00bb: { StringBuilder_t * L_28 = ___piInDtdStringBuilder0; String_t* L_29 = V_1; NullCheck(L_28); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_29, /*hidden argument*/NULL); } IL_00c3: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5(); int32_t L_33 = L_32->get_charPos_1(); NullCheck(L_31); int32_t L_34 = L_33; uint16_t L_35 = (uint16_t)(L_31)->GetAt(static_cast(L_34)); V_2 = L_35; StringBuilder_t * L_36 = ___piInDtdStringBuilder0; int32_t L_37 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0158; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); int32_t L_41 = L_40->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41))) >= ((int32_t)2))) { goto IL_0105; } } { XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); } IL_0105: { Il2CppChar L_42 = V_2; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)63))))) { goto IL_0127; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_43 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charPos_1(); NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast(L_47)); if ((((int32_t)L_48) == ((int32_t)((int32_t)62)))) { goto IL_0158; } } IL_0127: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = L_49->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = L_51->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_50, L_52, L_54, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_55, /*hidden argument*/NULL); } IL_0158: { bool L_56 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_56) { goto IL_01b8; } } { StringBuilder_t * L_57 = ___piInDtdStringBuilder0; if (L_57) { goto IL_019c; } } { bool L_58 = __this->get_ignorePIs_28(); if (!L_58) { goto IL_0171; } } { return (bool)0; } IL_0171: { int32_t L_59 = __this->get_parsingMode_64(); if (L_59) { goto IL_0247; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_60 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_61 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = L_61->get_chars_0(); int32_t L_63 = V_3; int32_t L_64 = V_4; int32_t L_65 = V_3; NullCheck(L_60); NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_60, L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)), /*hidden argument*/NULL); goto IL_0247; } IL_019c: { StringBuilder_t * L_66 = ___piInDtdStringBuilder0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = L_67->get_chars_0(); int32_t L_69 = V_3; int32_t L_70 = V_4; int32_t L_71 = V_3; NullCheck(L_66); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_66, L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), /*hidden argument*/NULL); goto IL_0247; } IL_01b8: { StringBuilder_t * L_72 = ___piInDtdStringBuilder0; if (L_72) { goto IL_01e3; } } { bool L_73 = __this->get_ignorePIs_28(); if (L_73) { goto IL_01cb; } } { int32_t L_74 = __this->get_parsingMode_64(); if (!L_74) { goto IL_01d9; } } IL_01cb: { bool L_75 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_75) { goto IL_01cb; } } { return (bool)0; } IL_01d9: { StringBuilder_t * L_76 = __this->get_stringBuilder_60(); V_5 = L_76; goto IL_01e6; } IL_01e3: { StringBuilder_t * L_77 = ___piInDtdStringBuilder0; V_5 = L_77; } IL_01e6: { StringBuilder_t * L_78 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_79 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = L_79->get_chars_0(); int32_t L_81 = V_3; int32_t L_82 = V_4; int32_t L_83 = V_3; NullCheck(L_78); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_78, L_80, L_81, ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83)), /*hidden argument*/NULL); bool L_84 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_84) { goto IL_01e6; } } { StringBuilder_t * L_85 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = L_86->get_chars_0(); int32_t L_88 = V_3; int32_t L_89 = V_4; int32_t L_90 = V_3; NullCheck(L_85); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_85, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), /*hidden argument*/NULL); StringBuilder_t * L_91 = ___piInDtdStringBuilder0; if (L_91) { goto IL_0247; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_92 = __this->get_curNode_10(); StringBuilder_t * L_93 = __this->get_stringBuilder_60(); NullCheck(L_93); String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_93); NullCheck(L_92); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_92, L_94, /*hidden argument*/NULL); StringBuilder_t * L_95 = __this->get_stringBuilder_60(); NullCheck(L_95); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_95, 0, /*hidden argument*/NULL); } IL_0247: { return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32U26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)2))) { goto IL_003d; } } { int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_4) { goto IL_003d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charsUsed_2(); XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_6, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteralFA7FF6FB00A7ACE8D98CF880A492DC6C5FFC8CA7, /*hidden argument*/NULL); } IL_003d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); V_0 = L_8; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9->get_chars_0(); V_1 = L_10; V_2 = 0; V_3 = (-1); goto IL_005f; } IL_005b: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_005f: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_12 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); uint16_t L_18 = L_17; V_4 = L_18; NullCheck(L_13); uint16_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) { goto IL_007c; } } { Il2CppChar L_21 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)63))))) { goto IL_005b; } } IL_007c: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_1; int32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); V_5 = L_25; Il2CppChar L_26 = V_5; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)38))))) { goto IL_00b3; } } { Il2CppChar L_27 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)9)))) { case 0: { goto IL_01e7; } case 1: { goto IL_012f; } case 2: { goto IL_01f0; } case 3: { goto IL_01f0; } case 4: { goto IL_013f; } } } { Il2CppChar L_28 = V_5; if ((((int32_t)L_28) == ((int32_t)((int32_t)38)))) { goto IL_01e7; } } { goto IL_01f0; } IL_00b3: { Il2CppChar L_29 = V_5; if ((((int32_t)L_29) == ((int32_t)((int32_t)60)))) { goto IL_01e7; } } { Il2CppChar L_30 = V_5; if ((((int32_t)L_30) == ((int32_t)((int32_t)63)))) { goto IL_00d0; } } { Il2CppChar L_31 = V_5; if ((((int32_t)L_31) == ((int32_t)((int32_t)93)))) { goto IL_01e7; } } { goto IL_01f0; } IL_00d0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_1; int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)62))))) { goto IL_0113; } } { int32_t L_36 = V_2; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00f3; } } { int32_t L_37 = V_3; int32_t L_38 = V_2; int32_t L_39 = V_3; int32_t L_40 = V_0; int32_t L_41 = V_3; int32_t L_42 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), (int32_t)L_42)), /*hidden argument*/NULL); int32_t* L_43 = ___outEndPos1; int32_t L_44 = V_0; int32_t L_45 = V_2; *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); goto IL_00f6; } IL_00f3: { int32_t* L_46 = ___outEndPos1; int32_t L_47 = V_0; *((int32_t*)L_46) = (int32_t)L_47; } IL_00f6: { int32_t* L_48 = ___outStartPos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); *((int32_t*)L_48) = (int32_t)L_50; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = V_0; L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2))); return (bool)1; } IL_0113: { int32_t L_53 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))) == ((int32_t)L_55))) { goto IL_0247; } } { int32_t L_56 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); goto IL_005f; } IL_012f: { int32_t L_57 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); int32_t L_58 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_58, /*hidden argument*/NULL); goto IL_005f; } IL_013f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_1; int32_t L_60 = V_0; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10))))) { goto IL_01a5; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5(); bool L_64 = L_63->get_eolNormalized_19(); if (L_64) { goto IL_019f; } } { int32_t L_65 = __this->get_parsingMode_64(); if (L_65) { goto IL_019f; } } { int32_t L_66 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_68))) <= ((int32_t)0))) { goto IL_018f; } } { int32_t L_69 = V_2; if (L_69) { goto IL_0176; } } { V_2 = 1; int32_t L_70 = V_0; V_3 = L_70; goto IL_019f; } IL_0176: { int32_t L_71 = V_3; int32_t L_72 = V_2; int32_t L_73 = V_3; int32_t L_74 = V_0; int32_t L_75 = V_3; int32_t L_76 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)), L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), (int32_t)L_76)), /*hidden argument*/NULL); int32_t L_77 = V_0; int32_t L_78 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)); int32_t L_79 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); goto IL_019f; } IL_018f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_80 = __this->get_address_of_ps_5(); int32_t* L_81 = L_80->get_address_of_charPos_1(); int32_t* L_82 = L_81; int32_t L_83 = *((int32_t*)L_82); *((int32_t*)L_82) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_019f: { int32_t L_84 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)2)); goto IL_01db; } IL_01a5: { int32_t L_85 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5(); int32_t L_87 = L_86->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1))) < ((int32_t)L_87))) { goto IL_01c5; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5(); bool L_89 = L_88->get_isEof_15(); if (!L_89) { goto IL_0247; } } IL_01c5: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5(); bool L_91 = L_90->get_eolNormalized_19(); if (L_91) { goto IL_01d7; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = V_1; int32_t L_93 = V_0; NullCheck(L_92); (L_92)->SetAt(static_cast(L_93), (Il2CppChar)((int32_t)10)); } IL_01d7: { int32_t L_94 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_01db: { int32_t L_95 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_95, /*hidden argument*/NULL); goto IL_005f; } IL_01e7: { int32_t L_96 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); goto IL_005f; } IL_01f0: { int32_t L_97 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_98 = __this->get_address_of_ps_5(); int32_t L_99 = L_98->get_charsUsed_2(); if ((((int32_t)L_97) == ((int32_t)L_99))) { goto IL_0247; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = V_1; int32_t L_101 = V_0; NullCheck(L_100); int32_t L_102 = L_101; uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast(L_102)); bool L_104 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_022f; } } { int32_t L_105 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1))) == ((int32_t)L_107))) { goto IL_0247; } } { int32_t L_108 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = V_1; int32_t L_110 = V_0; NullCheck(L_109); int32_t L_111 = L_110; uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast(L_111)); bool L_113 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_022f; } } { int32_t L_114 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); goto IL_005f; } IL_022f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_116 = __this->get_address_of_ps_5(); int32_t L_117 = L_116->get_charsUsed_2(); int32_t L_118 = V_0; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_115, L_117, L_118, /*hidden argument*/NULL); goto IL_005f; } IL_0247: { int32_t L_119 = V_2; if ((((int32_t)L_119) <= ((int32_t)0))) { goto IL_0261; } } { int32_t L_120 = V_3; int32_t L_121 = V_2; int32_t L_122 = V_3; int32_t L_123 = V_0; int32_t L_124 = V_3; int32_t L_125 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121)), L_122, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_124)), (int32_t)L_125)), /*hidden argument*/NULL); int32_t* L_126 = ___outEndPos1; int32_t L_127 = V_0; int32_t L_128 = V_2; *((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)L_128)); goto IL_0264; } IL_0261: { int32_t* L_129 = ___outEndPos1; int32_t L_130 = V_0; *((int32_t*)L_129) = (int32_t)L_130; } IL_0264: { int32_t* L_131 = ___outStartPos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_132 = __this->get_address_of_ps_5(); int32_t L_133 = L_132->get_charPos_1(); *((int32_t*)L_131) = (int32_t)L_133; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_134 = __this->get_address_of_ps_5(); int32_t L_135 = V_0; L_134->set_charPos_1(L_135); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseComment() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_mC8D61B9D28726FC572B1B66176441B224A201E6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_ignoreComments_29(); if (!L_0) { goto IL_0026; } } { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL); int32_t L_2 = V_0; __this->set_parsingMode_64(L_2); return (bool)0; } IL_0026: { XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ParseCData() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_mD23402B223FFC5DFA545163F215C3F1577088E32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_parsingMode_64(); if (L_0) { goto IL_00bc; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL); NullCheck(L_1); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_1, L_3, L_5, /*hidden argument*/NULL); int32_t L_6 = ___type0; bool L_7 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_6, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_7) { goto IL_0055; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); int32_t L_9 = ___type0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10->get_chars_0(); int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = V_0; NullCheck(L_8); NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D(L_8, L_9, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); return; } IL_0055: { StringBuilder_t * L_15 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0(); int32_t L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = V_0; NullCheck(L_15); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_15, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); int32_t L_21 = ___type0; bool L_22 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_21, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_22) { goto IL_0055; } } { StringBuilder_t * L_23 = __this->get_stringBuilder_60(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24->get_chars_0(); int32_t L_26 = V_0; int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_23); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_23, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_29 = __this->get_curNode_10(); int32_t L_30 = ___type0; StringBuilder_t * L_31 = __this->get_stringBuilder_60(); NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); NullCheck(L_29); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_29, L_30, L_32, /*hidden argument*/NULL); StringBuilder_t * L_33 = __this->get_stringBuilder_60(); NullCheck(L_33); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_33, 0, /*hidden argument*/NULL); return; } IL_00bc: { int32_t L_34 = ___type0; bool L_35 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_34, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_35) { goto IL_00bc; } } { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32U26,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; Il2CppChar V_6 = 0x0; String_t* G_B4_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_2 = NULL; int32_t G_B9_0 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)3))) { goto IL_003d; } } { int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_4) { goto IL_003d; } } { int32_t L_5 = ___type0; G_B3_0 = _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C; G_B3_1 = __this; if ((((int32_t)L_5) == ((int32_t)8))) { G_B4_0 = _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C; G_B4_1 = __this; goto IL_0033; } } { G_B5_0 = _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0038; } IL_0033: { G_B5_0 = _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0038: { NullCheck(G_B5_2); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); } IL_003d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); int32_t L_7 = L_6->get_charPos_1(); V_0 = L_7; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8->get_chars_0(); V_1 = L_9; V_2 = 0; V_3 = (-1); int32_t L_10 = ___type0; if ((((int32_t)L_10) == ((int32_t)8))) { goto IL_0061; } } { G_B9_0 = ((int32_t)93); goto IL_0063; } IL_0061: { G_B9_0 = ((int32_t)45); } IL_0063: { V_4 = G_B9_0; goto IL_006b; } IL_0067: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_12 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); uint16_t L_18 = L_17; V_5 = L_18; NullCheck(L_13); uint16_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) { goto IL_0088; } } { Il2CppChar L_21 = V_5; Il2CppChar L_22 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0067; } } IL_0088: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_1; int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; uint16_t L_26 = (uint16_t)(L_23)->GetAt(static_cast(L_25)); Il2CppChar L_27 = V_4; if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_011f; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_1; int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); Il2CppChar L_32 = V_4; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_0103; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_1; int32_t L_34 = V_0; NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)); uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)62))))) { goto IL_00de; } } { int32_t L_37 = V_2; if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_00be; } } { int32_t L_38 = V_3; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_0; int32_t L_42 = V_3; int32_t L_43 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL); int32_t* L_44 = ___outEndPos2; int32_t L_45 = V_0; int32_t L_46 = V_2; *((int32_t*)L_44) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46)); goto IL_00c1; } IL_00be: { int32_t* L_47 = ___outEndPos2; int32_t L_48 = V_0; *((int32_t*)L_47) = (int32_t)L_48; } IL_00c1: { int32_t* L_49 = ___outStartPos1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); *((int32_t*)L_49) = (int32_t)L_51; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = V_0; L_52->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)3))); return (bool)1; } IL_00de: { int32_t L_54 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = L_55->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2))) == ((int32_t)L_56))) { goto IL_027d; } } { int32_t L_57 = ___type0; if ((!(((uint32_t)L_57) == ((uint32_t)8)))) { goto IL_0116; } } { int32_t L_58 = V_0; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_58, _stringLiteral1179478FEFD71361F803762D50D1C8161576802F, /*hidden argument*/NULL); goto IL_0116; } IL_0103: { int32_t L_59 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5(); int32_t L_61 = L_60->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))) == ((int32_t)L_61))) { goto IL_027d; } } IL_0116: { int32_t L_62 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); goto IL_006b; } IL_011f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_1; int32_t L_64 = V_0; NullCheck(L_63); int32_t L_65 = L_64; uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); V_6 = L_66; Il2CppChar L_67 = V_6; if ((!(((uint32_t)L_67) <= ((uint32_t)((int32_t)38))))) { goto IL_0156; } } { Il2CppChar L_68 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)((int32_t)9)))) { case 0: { goto IL_0222; } case 1: { goto IL_016d; } case 2: { goto IL_022b; } case 3: { goto IL_022b; } case 4: { goto IL_017d; } } } { Il2CppChar L_69 = V_6; if ((((int32_t)L_69) == ((int32_t)((int32_t)38)))) { goto IL_0222; } } { goto IL_022b; } IL_0156: { Il2CppChar L_70 = V_6; if ((((int32_t)L_70) == ((int32_t)((int32_t)60)))) { goto IL_0222; } } { Il2CppChar L_71 = V_6; if ((((int32_t)L_71) == ((int32_t)((int32_t)93)))) { goto IL_0222; } } { goto IL_022b; } IL_016d: { int32_t L_72 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); int32_t L_73 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_73, /*hidden argument*/NULL); goto IL_006b; } IL_017d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = V_1; int32_t L_75 = V_0; NullCheck(L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); uint16_t L_77 = (uint16_t)(L_74)->GetAt(static_cast(L_76)); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)10))))) { goto IL_01e3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5(); bool L_79 = L_78->get_eolNormalized_19(); if (L_79) { goto IL_01dd; } } { int32_t L_80 = __this->get_parsingMode_64(); if (L_80) { goto IL_01dd; } } { int32_t L_81 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = L_82->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_83))) <= ((int32_t)0))) { goto IL_01cd; } } { int32_t L_84 = V_2; if (L_84) { goto IL_01b4; } } { V_2 = 1; int32_t L_85 = V_0; V_3 = L_85; goto IL_01dd; } IL_01b4: { int32_t L_86 = V_3; int32_t L_87 = V_2; int32_t L_88 = V_3; int32_t L_89 = V_0; int32_t L_90 = V_3; int32_t L_91 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), (int32_t)L_91)), /*hidden argument*/NULL); int32_t L_92 = V_0; int32_t L_93 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93)); int32_t L_94 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01dd; } IL_01cd: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_95 = __this->get_address_of_ps_5(); int32_t* L_96 = L_95->get_address_of_charPos_1(); int32_t* L_97 = L_96; int32_t L_98 = *((int32_t*)L_97); *((int32_t*)L_97) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01dd: { int32_t L_99 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)2)); goto IL_0216; } IL_01e3: { int32_t L_100 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1))) < ((int32_t)L_102))) { goto IL_0200; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5(); bool L_104 = L_103->get_isEof_15(); if (!L_104) { goto IL_027d; } } IL_0200: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5(); bool L_106 = L_105->get_eolNormalized_19(); if (L_106) { goto IL_0212; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = V_1; int32_t L_108 = V_0; NullCheck(L_107); (L_107)->SetAt(static_cast(L_108), (Il2CppChar)((int32_t)10)); } IL_0212: { int32_t L_109 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_0216: { int32_t L_110 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_110, /*hidden argument*/NULL); goto IL_006b; } IL_0222: { int32_t L_111 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); goto IL_006b; } IL_022b: { int32_t L_112 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = L_113->get_charsUsed_2(); if ((((int32_t)L_112) == ((int32_t)L_114))) { goto IL_027d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_1; int32_t L_116 = V_0; NullCheck(L_115); int32_t L_117 = L_116; uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); bool L_119 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_026a; } } { int32_t L_120 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_121 = __this->get_address_of_ps_5(); int32_t L_122 = L_121->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1))) == ((int32_t)L_122))) { goto IL_027d; } } { int32_t L_123 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_124 = V_1; int32_t L_125 = V_0; NullCheck(L_124); int32_t L_126 = L_125; uint16_t L_127 = (uint16_t)(L_124)->GetAt(static_cast(L_126)); bool L_128 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_026a; } } { int32_t L_129 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); goto IL_006b; } IL_026a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_131 = __this->get_address_of_ps_5(); int32_t L_132 = L_131->get_charsUsed_2(); int32_t L_133 = V_0; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_130, L_132, L_133, /*hidden argument*/NULL); } IL_027d: { int32_t L_134 = V_2; if ((((int32_t)L_134) <= ((int32_t)0))) { goto IL_0297; } } { int32_t L_135 = V_3; int32_t L_136 = V_2; int32_t L_137 = V_3; int32_t L_138 = V_0; int32_t L_139 = V_3; int32_t L_140 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)), L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)L_139)), (int32_t)L_140)), /*hidden argument*/NULL); int32_t* L_141 = ___outEndPos2; int32_t L_142 = V_0; int32_t L_143 = V_2; *((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143)); goto IL_029a; } IL_0297: { int32_t* L_144 = ___outEndPos2; int32_t L_145 = V_0; *((int32_t*)L_144) = (int32_t)L_145; } IL_029a: { int32_t* L_146 = ___outStartPos1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_147 = __this->get_address_of_ps_5(); int32_t L_148 = L_147->get_charPos_1(); *((int32_t*)L_146) = (int32_t)L_148; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_149 = __this->get_address_of_ps_5(); int32_t L_150 = V_0; L_149->set_charPos_1(L_150); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseDoctypeDecl() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseDoctypeDecl_m1A1897281AD7DDFB64D72D3D00A772A7908AAF42_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B11_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B10_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL; String_t* G_B13_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_1 = NULL; { int32_t L_0 = __this->get_dtdProcessing_26(); if (L_0) { goto IL_003c; } } { bool L_1 = __this->get_v1Compat_36(); G_B2_0 = __this; if (L_1) { G_B3_0 = __this; goto IL_0018; } } { G_B4_0 = _stringLiteral553D05116FDAA5D91C02589D43BA7617086A5094; G_B4_1 = G_B2_0; goto IL_001d; } IL_0018: { G_B4_0 = _stringLiteral4DA582837AF69476F0F679C11D515EBB8F65371D; G_B4_1 = G_B3_0; } IL_001d: { NullCheck(G_B4_1); XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(G_B4_1, G_B4_0, /*hidden argument*/NULL); goto IL_003c; } IL_0024: { int32_t L_2 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_2) { goto IL_003c; } } { XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04, /*hidden argument*/NULL); } IL_003c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_6))) < ((int32_t)8))) { goto IL_0024; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_11 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_8, L_10, 7, _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04, /*hidden argument*/NULL); if (L_11) { goto IL_009b; } } { bool L_12 = __this->get_rootElementParsed_61(); G_B10_0 = __this; if (L_12) { G_B11_0 = __this; goto IL_008a; } } { RuntimeObject* L_13 = __this->get_dtdInfo_44(); G_B11_0 = G_B10_0; if (!L_13) { G_B12_0 = G_B10_0; goto IL_0091; } } IL_008a: { G_B13_0 = _stringLiteralD8EE00948E54927B094D93E3BED821BA2E3DE652; G_B13_1 = G_B11_0; goto IL_0096; } IL_0091: { G_B13_0 = _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04; G_B13_1 = G_B12_0; } IL_0096: { NullCheck(G_B13_1); XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(G_B13_1, G_B13_0, /*hidden argument*/NULL); } IL_009b: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_14 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = L_15->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charPos_1(); NullCheck(L_16); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)7)); uint16_t L_20 = (uint16_t)(L_16)->GetAt(static_cast(L_19)); bool L_21 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_14, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00d4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); int32_t L_23 = L_22->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)7)), /*hidden argument*/NULL); } IL_00d4: { RuntimeObject* L_24 = __this->get_dtdInfo_44(); if (!L_24) { goto IL_00f4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)), _stringLiteralF584208D0918902BC0D56AC87077A98CA7FE3C9D, /*hidden argument*/NULL); } IL_00f4: { bool L_27 = __this->get_rootElementParsed_61(); if (!L_27) { goto IL_0114; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = L_28->get_charPos_1(); XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)2)), _stringLiteral3D4BFF1597CBE361C23D2AA50E78F8F6DE554DCF, /*hidden argument*/NULL); } IL_0114: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); int32_t* L_31 = L_30->get_address_of_charPos_1(); int32_t* L_32 = L_31; int32_t L_33 = *((int32_t*)L_32); *((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)8)); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); int32_t L_34 = __this->get_dtdProcessing_26(); if ((!(((uint32_t)L_34) == ((uint32_t)2)))) { goto IL_0172; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_35 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); int32_t L_37 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_36, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_38, /*hidden argument*/NULL); NullCheck(L_35); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_35, L_37, L_39, /*hidden argument*/NULL); XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E(__this, /*hidden argument*/NULL); int32_t L_40 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_40); __this->set_parsingFunction_6(((int32_t)9)); return (bool)1; } IL_0172: { XmlTextReaderImpl_SkipDtd_mC1FEFE4EE118B4A9B2DF2822529DCF6489662D04(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseDtd() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseDtd_mECBC928BC01021BCA4A42C443B6634CFB6F3DD6E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var); RuntimeObject* L_0 = DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_2 = (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 *)il2cpp_codegen_object_new(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33(L_2, __this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_3 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, bool >::Invoke(0 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseInternalDtd(System.Xml.IDtdParserAdapter,System.Boolean) */, IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var, L_1, L_2, (bool)1); __this->set_dtdInfo_44(L_3); bool L_4 = __this->get_validatingReaderCompatFlag_58(); if (L_4) { goto IL_0029; } } { bool L_5 = __this->get_v1Compat_36(); if (L_5) { goto IL_004a; } } IL_0029: { RuntimeObject* L_6 = __this->get_dtdInfo_44(); NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0043; } } { RuntimeObject* L_8 = __this->get_dtdInfo_44(); NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_004a; } } IL_0043: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_004a: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = __this->get_curNode_10(); RuntimeObject* L_11 = __this->get_dtdInfo_44(); NullCheck(L_11); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_12 = InterfaceFuncInvoker0< XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * >::Invoke(0 /* System.Xml.XmlQualifiedName System.Xml.IDtdInfo::get_Name() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_10); NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F(L_10, ((int32_t)10), L_13, L_14, (String_t*)NULL, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = __this->get_curNode_10(); RuntimeObject* L_16 = __this->get_dtdInfo_44(); NullCheck(L_16); String_t* L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdInfo::get_InternalDtdSubset() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_16); NullCheck(L_15); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_15, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipDtd() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_mC1FEFE4EE118B4A9B2DF2822529DCF6489662D04 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SkipDtd_mC1FEFE4EE118B4A9B2DF2822529DCF6489662D04_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); int32_t L_2 = V_1; L_1->set_charPos_1(L_2); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)80))))) { goto IL_00f5; } } { goto IL_0050; } IL_003d: { int32_t L_9 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_9) { goto IL_0050; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_0050: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13))) < ((int32_t)6))) { goto IL_003d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = L_16->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_18 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_15, L_17, 6, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3, /*hidden argument*/NULL); if (L_18) { goto IL_0098; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3, /*hidden argument*/NULL); } IL_0098: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); int32_t* L_20 = L_19->get_address_of_charPos_1(); int32_t* L_21 = L_20; int32_t L_22 = *((int32_t*)L_21); *((int32_t*)L_21) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)6)); int32_t L_23 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_23) { goto IL_00c2; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = L_24->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515(__this, L_25, /*hidden argument*/NULL); } IL_00c2: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666(__this, /*hidden argument*/NULL); int32_t L_26 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_26) { goto IL_00e2; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515(__this, L_28, /*hidden argument*/NULL); } IL_00e2: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666(__this, /*hidden argument*/NULL); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_01eb; } IL_00f5: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = L_31->get_charPos_1(); NullCheck(L_30); int32_t L_33 = L_32; uint16_t L_34 = (uint16_t)(L_30)->GetAt(static_cast(L_33)); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)83))))) { goto IL_01aa; } } { goto IL_0128; } IL_0115: { int32_t L_35 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_35) { goto IL_0128; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_0128: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); int32_t L_37 = L_36->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_39))) < ((int32_t)6))) { goto IL_0115; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = L_40->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5(); int32_t L_43 = L_42->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_44 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_41, L_43, 6, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1, /*hidden argument*/NULL); if (L_44) { goto IL_0170; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1, /*hidden argument*/NULL); } IL_0170: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t* L_46 = L_45->get_address_of_charPos_1(); int32_t* L_47 = L_46; int32_t L_48 = *((int32_t*)L_47); *((int32_t*)L_47) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)6)); int32_t L_49 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_49) { goto IL_019a; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515(__this, L_51, /*hidden argument*/NULL); } IL_019a: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666(__this, /*hidden argument*/NULL); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_01eb; } IL_01aa: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_53 = L_52->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charPos_1(); NullCheck(L_53); int32_t L_56 = L_55; uint16_t L_57 = (uint16_t)(L_53)->GetAt(static_cast(L_56)); if ((((int32_t)L_57) == ((int32_t)((int32_t)91)))) { goto IL_01eb; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = L_58->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5(); int32_t L_61 = L_60->get_charPos_1(); NullCheck(L_59); int32_t L_62 = L_61; uint16_t L_63 = (uint16_t)(L_59)->GetAt(static_cast(L_62)); if ((((int32_t)L_63) == ((int32_t)((int32_t)62)))) { goto IL_01eb; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL); } IL_01eb: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_64 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_65 = L_64->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_66 = __this->get_address_of_ps_5(); int32_t L_67 = L_66->get_charPos_1(); NullCheck(L_65); int32_t L_68 = L_67; uint16_t L_69 = (uint16_t)(L_65)->GetAt(static_cast(L_68)); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)91))))) { goto IL_024f; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5(); int32_t* L_71 = L_70->get_address_of_charPos_1(); int32_t* L_72 = L_71; int32_t L_73 = *((int32_t*)L_72); *((int32_t*)L_72) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E(__this, ((int32_t)93), (bool)1, /*hidden argument*/NULL); XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_74 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_75 = L_74->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_76 = __this->get_address_of_ps_5(); int32_t L_77 = L_76->get_charPos_1(); NullCheck(L_75); int32_t L_78 = L_77; uint16_t L_79 = (uint16_t)(L_75)->GetAt(static_cast(L_78)); if ((((int32_t)L_79) == ((int32_t)((int32_t)62)))) { goto IL_0287; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); goto IL_0287; } IL_024f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_80 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = L_80->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = L_82->get_charPos_1(); NullCheck(L_81); int32_t L_84 = L_83; uint16_t L_85 = (uint16_t)(L_81)->GetAt(static_cast(L_84)); if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)62))))) { goto IL_027c; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_86 = __this->get_curNode_10(); String_t* L_87 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_86); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_86, L_87, /*hidden argument*/NULL); goto IL_0287; } IL_027c: { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralBFC1D4739556BB2E8C6CA6F181CB91549150ED2C, /*hidden argument*/NULL); } IL_0287: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5(); int32_t* L_89 = L_88->get_address_of_charPos_1(); int32_t* L_90 = L_89; int32_t L_91 = *((int32_t*)L_90); *((int32_t*)L_90) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipPublicOrSystemIdLiteral() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mB96324D7D75E893EB714CA53E509D32EE5795666_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); NullCheck(L_1); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_1)->GetAt(static_cast(L_4)); V_0 = L_5; Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)34)))) { goto IL_0032; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0032; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); } IL_0032: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); int32_t* L_9 = L_8->get_address_of_charPos_1(); int32_t* L_10 = L_9; int32_t L_11 = *((int32_t*)L_10); *((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Il2CppChar L_12 = V_0; XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E(__this, L_12, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipUntil(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Il2CppChar ___stopChar0, bool ___recognizeLiterals1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SkipUntil_mA84D016615AA4C298ED00434473D8CC71019139E_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; V_3 = ((int32_t)34); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); V_4 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_5 = L_3; goto IL_002b; } IL_0025: { int32_t L_4 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002b: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_5 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_4; int32_t L_8 = V_5; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); uint16_t L_11 = L_10; V_6 = L_11; NullCheck(L_6); uint16_t L_12 = L_11; uint8_t L_13 = (L_6)->GetAt(static_cast(L_12)); if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_005b; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_4; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); Il2CppChar L_18 = ___stopChar0; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_005b; } } { Il2CppChar L_19 = V_6; if ((((int32_t)L_19) == ((int32_t)((int32_t)45)))) { goto IL_005b; } } { Il2CppChar L_20 = V_6; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)63))))) { goto IL_0025; } } IL_005b: { Il2CppChar L_21 = V_6; Il2CppChar L_22 = ___stopChar0; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0073; } } { bool L_23 = V_0; if (L_23) { goto IL_0073; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = V_5; L_24->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); return; } IL_0073: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = V_5; L_26->set_charPos_1(L_27); Il2CppChar L_28 = V_6; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)38))))) { goto IL_00bb; } } { Il2CppChar L_29 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)9)))) { case 0: { goto IL_02a1; } case 1: { goto IL_0100; } case 2: { goto IL_02d1; } case 3: { goto IL_02d1; } case 4: { goto IL_0113; } } } { Il2CppChar L_30 = V_6; if ((((int32_t)L_30) == ((int32_t)((int32_t)34)))) { goto IL_02ac; } } { Il2CppChar L_31 = V_6; if ((((int32_t)L_31) == ((int32_t)((int32_t)38)))) { goto IL_02a1; } } { goto IL_02d1; } IL_00bb: { Il2CppChar L_32 = V_6; if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)45))))) { goto IL_00d8; } } { Il2CppChar L_33 = V_6; if ((((int32_t)L_33) == ((int32_t)((int32_t)39)))) { goto IL_02ac; } } { Il2CppChar L_34 = V_6; if ((((int32_t)L_34) == ((int32_t)((int32_t)45)))) { goto IL_0208; } } { goto IL_02d1; } IL_00d8: { Il2CppChar L_35 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)60)))) { case 0: { goto IL_015a; } case 1: { goto IL_02d1; } case 2: { goto IL_02a1; } case 3: { goto IL_025a; } } } { Il2CppChar L_36 = V_6; if ((((int32_t)L_36) == ((int32_t)((int32_t)93)))) { goto IL_02a1; } } { goto IL_02d1; } IL_0100: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); int32_t L_38 = V_5; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_38, /*hidden argument*/NULL); goto IL_002b; } IL_0113: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = V_4; int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)10))))) { goto IL_0126; } } { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)); goto IL_014d; } IL_0126: { int32_t L_44 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))) < ((int32_t)L_46))) { goto IL_0147; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5(); bool L_48 = L_47->get_isEof_15(); if (!L_48) { goto IL_032f; } } IL_0147: { int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_014d: { int32_t L_50 = V_5; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_50, /*hidden argument*/NULL); goto IL_002b; } IL_015a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_51 = V_4; int32_t L_52 = V_5; NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast(L_53)); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)63))))) { goto IL_0184; } } { bool L_55 = ___recognizeLiterals1; if (!L_55) { goto IL_01fd; } } { bool L_56 = V_0; if (L_56) { goto IL_01fd; } } { bool L_57 = V_1; if (L_57) { goto IL_01fd; } } { V_2 = (bool)1; int32_t L_58 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2)); goto IL_002b; } IL_0184: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_4; int32_t L_60 = V_5; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)33))))) { goto IL_01dc; } } { int32_t L_63 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_64 = __this->get_address_of_ps_5(); int32_t L_65 = L_64->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)3))) < ((int32_t)L_65))) { goto IL_01b0; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_66 = __this->get_address_of_ps_5(); bool L_67 = L_66->get_isEof_15(); if (!L_67) { goto IL_032f; } } IL_01b0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = V_4; int32_t L_69 = V_5; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)2)); uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast(L_70)); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)45))))) { goto IL_01fd; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_72 = V_4; int32_t L_73 = V_5; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)3)); uint16_t L_75 = (uint16_t)(L_72)->GetAt(static_cast(L_74)); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)45))))) { goto IL_01fd; } } { bool L_76 = ___recognizeLiterals1; if (!L_76) { goto IL_01fd; } } { bool L_77 = V_0; if (L_77) { goto IL_01fd; } } { bool L_78 = V_2; if (L_78) { goto IL_01fd; } } { V_1 = (bool)1; int32_t L_79 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)4)); goto IL_002b; } IL_01dc: { int32_t L_80 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_81 = __this->get_address_of_ps_5(); int32_t L_82 = L_81->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1))) < ((int32_t)L_82))) { goto IL_01fd; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_83 = __this->get_address_of_ps_5(); bool L_84 = L_83->get_isEof_15(); if (!L_84) { goto IL_032f; } } IL_01fd: { int32_t L_85 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); goto IL_002b; } IL_0208: { bool L_86 = V_1; if (!L_86) { goto IL_024f; } } { int32_t L_87 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5(); int32_t L_89 = L_88->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)2))) < ((int32_t)L_89))) { goto IL_022c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5(); bool L_91 = L_90->get_isEof_15(); if (!L_91) { goto IL_032f; } } IL_022c: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = V_4; int32_t L_93 = V_5; NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); uint16_t L_95 = (uint16_t)(L_92)->GetAt(static_cast(L_94)); if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)45))))) { goto IL_024f; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_96 = V_4; int32_t L_97 = V_5; NullCheck(L_96); int32_t L_98 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)2)); uint16_t L_99 = (uint16_t)(L_96)->GetAt(static_cast(L_98)); if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)62))))) { goto IL_024f; } } { V_1 = (bool)0; int32_t L_100 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)2)); goto IL_002b; } IL_024f: { int32_t L_101 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); goto IL_002b; } IL_025a: { bool L_102 = V_2; if (!L_102) { goto IL_0296; } } { int32_t L_103 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_104 = __this->get_address_of_ps_5(); int32_t L_105 = L_104->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1))) < ((int32_t)L_105))) { goto IL_027e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); bool L_107 = L_106->get_isEof_15(); if (!L_107) { goto IL_032f; } } IL_027e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_108 = V_4; int32_t L_109 = V_5; NullCheck(L_108); int32_t L_110 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); uint16_t L_111 = (uint16_t)(L_108)->GetAt(static_cast(L_110)); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)62))))) { goto IL_0296; } } { V_2 = (bool)0; int32_t L_112 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); goto IL_002b; } IL_0296: { int32_t L_113 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); goto IL_002b; } IL_02a1: { int32_t L_114 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); goto IL_002b; } IL_02ac: { bool L_115 = V_0; if (!L_115) { goto IL_02b8; } } { Il2CppChar L_116 = V_3; Il2CppChar L_117 = V_6; if ((!(((uint32_t)L_116) == ((uint32_t)L_117)))) { goto IL_02c6; } } { V_0 = (bool)0; goto IL_02c6; } IL_02b8: { bool L_118 = ___recognizeLiterals1; if (!L_118) { goto IL_02c6; } } { bool L_119 = V_1; if (L_119) { goto IL_02c6; } } { bool L_120 = V_2; if (L_120) { goto IL_02c6; } } { V_0 = (bool)1; Il2CppChar L_121 = V_6; V_3 = L_121; } IL_02c6: { int32_t L_122 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); goto IL_002b; } IL_02d1: { int32_t L_123 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_124 = __this->get_address_of_ps_5(); int32_t L_125 = L_124->get_charsUsed_2(); if ((((int32_t)L_123) == ((int32_t)L_125))) { goto IL_032f; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = V_4; int32_t L_127 = V_5; NullCheck(L_126); int32_t L_128 = L_127; uint16_t L_129 = (uint16_t)(L_126)->GetAt(static_cast(L_128)); bool L_130 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_031a; } } { int32_t L_131 = V_5; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_132 = __this->get_address_of_ps_5(); int32_t L_133 = L_132->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1))) == ((int32_t)L_133))) { goto IL_032f; } } { int32_t L_134 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = V_4; int32_t L_136 = V_5; NullCheck(L_135); int32_t L_137 = L_136; uint16_t L_138 = (uint16_t)(L_135)->GetAt(static_cast(L_137)); bool L_139 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_031a; } } { int32_t L_140 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); goto IL_002b; } IL_031a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_141 = V_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_142 = __this->get_address_of_ps_5(); int32_t L_143 = L_142->get_charsUsed_2(); int32_t L_144 = V_5; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_141, L_143, L_144, /*hidden argument*/NULL); } IL_032f: { int32_t L_145 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_145) { goto IL_0384; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_146 = __this->get_address_of_ps_5(); int32_t L_147 = L_146->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_149))) <= ((int32_t)0))) { goto IL_0379; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_150 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_151 = L_150->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_152 = __this->get_address_of_ps_5(); int32_t L_153 = L_152->get_charPos_1(); NullCheck(L_151); int32_t L_154 = L_153; uint16_t L_155 = (uint16_t)(L_151)->GetAt(static_cast(L_154)); if ((((int32_t)L_155) == ((int32_t)((int32_t)13)))) { goto IL_0384; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); goto IL_0384; } IL_0379: { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_0384: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_156 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_157 = L_156->get_chars_0(); V_4 = L_157; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_158 = __this->get_address_of_ps_5(); int32_t L_159 = L_158->get_charPos_1(); V_5 = L_159; goto IL_002b; } } // System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; V_1 = 0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0(); V_2 = L_3; } IL_001a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_2; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_4 = L_7; Il2CppChar L_8 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)9)))) { case 0: { goto IL_00f5; } case 1: { goto IL_004b; } case 2: { goto IL_00fe; } case 3: { goto IL_00fe; } case 4: { goto IL_0058; } } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } { goto IL_00fe; } IL_004b: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_11, /*hidden argument*/NULL); goto IL_001a; } IL_0058: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_2; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)10))))) { goto IL_00b3; } } { int32_t L_16 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charPos_1(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_18)); StringBuilder_t * L_19 = ___sb0; if (!L_19) { goto IL_00ad; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); bool L_21 = L_20->get_eolNormalized_19(); if (L_21) { goto IL_00ad; } } { int32_t L_22 = V_5; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_009f; } } { StringBuilder_t * L_23 = ___sb0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); int32_t L_27 = V_5; NullCheck(L_23); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_23, L_24, L_26, L_27, /*hidden argument*/NULL); int32_t L_28 = V_1; int32_t L_29 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); } IL_009f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); int32_t L_31 = V_0; L_30->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); } IL_00ad: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2)); goto IL_00e9; } IL_00b3: { int32_t L_33 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = L_34->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) < ((int32_t)L_35))) { goto IL_00d3; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5(); bool L_37 = L_36->get_isEof_15(); if (!L_37) { goto IL_0155; } } IL_00d3: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); bool L_39 = L_38->get_eolNormalized_19(); if (L_39) { goto IL_00e5; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = V_2; int32_t L_41 = V_0; NullCheck(L_40); (L_40)->SetAt(static_cast(L_41), (Il2CppChar)((int32_t)10)); } IL_00e5: { int32_t L_42 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00e9: { int32_t L_43 = V_0; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_43, /*hidden argument*/NULL); goto IL_001a; } IL_00f5: { int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); goto IL_001a; } IL_00fe: { int32_t L_45 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5(); int32_t L_47 = L_46->get_charsUsed_2(); if ((((int32_t)L_45) == ((int32_t)L_47))) { goto IL_0155; } } { int32_t L_48 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50)); int32_t L_51 = V_6; if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_0153; } } { StringBuilder_t * L_52 = ___sb0; if (!L_52) { goto IL_0142; } } { StringBuilder_t * L_53 = ___sb0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = L_54->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_charPos_1(); int32_t L_58 = V_6; NullCheck(L_53); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_53, L_55, L_57, L_58, /*hidden argument*/NULL); } IL_0142: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = V_0; L_59->set_charPos_1(L_60); int32_t L_61 = V_1; int32_t L_62 = V_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62)); } IL_0153: { int32_t L_63 = V_1; return L_63; } IL_0155: { int32_t L_64 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charPos_1(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_66)); int32_t L_67 = V_3; if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_0198; } } { StringBuilder_t * L_68 = ___sb0; if (!L_68) { goto IL_0188; } } { StringBuilder_t * L_69 = ___sb0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_71 = L_70->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_charPos_1(); int32_t L_74 = V_3; NullCheck(L_69); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_69, L_71, L_73, L_74, /*hidden argument*/NULL); } IL_0188: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_75 = __this->get_address_of_ps_5(); int32_t L_76 = V_0; L_75->set_charPos_1(L_76); int32_t L_77 = V_1; int32_t L_78 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)); } IL_0198: { int32_t L_79 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_79) { goto IL_01e1; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_80 = __this->get_address_of_ps_5(); int32_t L_81 = L_80->get_charsUsed_2(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = L_82->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_83))) { goto IL_01bb; } } { int32_t L_84 = V_1; return L_84; } IL_01bb: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_86 = L_85->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5(); int32_t L_88 = L_87->get_charPos_1(); NullCheck(L_86); int32_t L_89 = L_88; uint16_t L_90 = (uint16_t)(L_86)->GetAt(static_cast(L_89)); if ((((int32_t)L_90) == ((int32_t)((int32_t)13)))) { goto IL_01e1; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_01e1: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_91 = __this->get_address_of_ps_5(); int32_t L_92 = L_91->get_charPos_1(); V_0 = L_92; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_93 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = L_93->get_chars_0(); V_2 = L_94; goto IL_001a; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32U26,System.Xml.XmlTextReaderImpl_EntityTypeU26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); int32_t L_2 = ___startPos0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)35))))) { goto IL_001f; } } { int32_t L_5 = ___startPos0; int32_t* L_6 = ___charCount1; int32_t* L_7 = ___entityType2; int32_t L_8 = XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF(__this, L_5, (bool)1, (StringBuilder_t *)NULL, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL); return L_8; } IL_001f: { int32_t* L_9 = ___charCount1; *((int32_t*)L_9) = (int32_t)1; int32_t* L_10 = ___entityType2; *((int32_t*)L_10) = (int32_t)2; int32_t L_11 = ___startPos0; int32_t L_12 = XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6(__this, L_11, (bool)1, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return L_12; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl_EntityTypeU26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; IL_0000: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); bool L_2 = ___expand0; StringBuilder_t * L_3 = ___internalSubsetBuilder1; int32_t* L_4 = ___entityType2; int32_t L_5 = XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF(__this, L_1, L_2, L_3, (int32_t*)(&V_1), (int32_t*)L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; V_0 = L_6; V_2 = L_6; int32_t L_7 = V_2; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)-2))))) { goto IL_0033; } } { int32_t L_8 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0000; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, /*hidden argument*/NULL); goto IL_0000; } IL_0033: { bool L_9 = ___expand0; if (!L_9) { goto IL_0044; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = V_0; int32_t L_12 = V_1; L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); } IL_0044: { int32_t L_13 = V_0; return L_13; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32U26,System.Xml.XmlTextReaderImpl_EntityTypeU26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_7 = NULL; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B36_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B35_0 = NULL; int32_t G_B37_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B37_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B48_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B47_0 = NULL; int32_t G_B49_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B49_1 = NULL; { V_0 = 0; V_3 = (String_t*)NULL; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); V_2 = L_1; int32_t L_2 = ___startPos0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2)); int32_t* L_3 = ___charCount3; *((int32_t*)L_3) = (int32_t)0; V_4 = 0; } IL_001b: try { // begin try (depth: 1) { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_2; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120))))) { goto IL_008f; } } IL_0022: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_1; V_4 = L_9; V_3 = _stringLiteralC4CDE5A02E48EBA3606A4A90C2CE61681EBFB0D5; } IL_002f: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_2; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_5 = L_13; Il2CppChar L_14 = V_5; if ((((int32_t)L_14) < ((int32_t)((int32_t)48)))) { goto IL_004d; } } IL_003a: { Il2CppChar L_15 = V_5; if ((((int32_t)L_15) > ((int32_t)((int32_t)57)))) { goto IL_004d; } } IL_0040: { int32_t L_16 = V_0; if (((int64_t)L_16 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_16 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); Il2CppChar L_17 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)), (int32_t)((int32_t)48))); goto IL_0083; } IL_004d: { Il2CppChar L_18 = V_5; if ((((int32_t)L_18) < ((int32_t)((int32_t)97)))) { goto IL_0069; } } IL_0053: { Il2CppChar L_19 = V_5; if ((((int32_t)L_19) > ((int32_t)((int32_t)102)))) { goto IL_0069; } } IL_0059: { int32_t L_20 = V_0; if (((int64_t)L_20 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_20 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); Il2CppChar L_21 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)), (int32_t)((int32_t)97))); goto IL_0083; } IL_0069: { Il2CppChar L_22 = V_5; if ((((int32_t)L_22) < ((int32_t)((int32_t)65)))) { goto IL_0089; } } IL_006f: { Il2CppChar L_23 = V_5; if ((((int32_t)L_23) > ((int32_t)((int32_t)70)))) { goto IL_0089; } } IL_0075: { int32_t L_24 = V_0; if (((int64_t)L_24 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_24 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); Il2CppChar L_25 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)65))); } IL_0083: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); goto IL_002f; } IL_0089: { int32_t* L_27 = ___entityType4; *((int32_t*)L_27) = (int32_t)1; goto IL_00d9; } IL_008f: { int32_t L_28 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charsUsed_2(); if ((((int32_t)L_28) >= ((int32_t)L_30))) { goto IL_00cc; } } IL_009d: { int32_t L_31 = V_1; V_4 = L_31; V_3 = _stringLiteralDE4DDDDCCDD513FE2412EAC6F554FB7164F24B37; goto IL_00b8; } IL_00a8: { int32_t L_32 = V_0; if (((int64_t)L_32 * (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_32 * (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_2; int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)), (int32_t)((int32_t)48))); int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00b8: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_2; int32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast(L_40)); if ((((int32_t)L_41) < ((int32_t)((int32_t)48)))) { goto IL_00c6; } } IL_00bf: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = V_2; int32_t L_43 = V_1; NullCheck(L_42); int32_t L_44 = L_43; uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast(L_44)); if ((((int32_t)L_45) <= ((int32_t)((int32_t)57)))) { goto IL_00a8; } } IL_00c6: { int32_t* L_46 = ___entityType4; *((int32_t*)L_46) = (int32_t)0; goto IL_00d9; } IL_00cc: { int32_t* L_47 = ___entityType4; *((int32_t*)L_47) = (int32_t)4; V_6 = ((int32_t)-2); goto IL_0266; } IL_00d9: { goto IL_00fd; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00db; throw e; } CATCH_00db: { // begin catch(System.OverflowException) V_7 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = V_1; L_48->set_charPos_1(L_49); int32_t* L_50 = ___entityType4; *((int32_t*)L_50) = (int32_t)4; OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_51 = V_7; XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral35FCFAE669E45B9B01A711B29A9F0DE9BF0B17EF, (String_t*)NULL, L_51, /*hidden argument*/NULL); goto IL_00fd; } // end catch (depth: 1) IL_00fd: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_52 = V_2; int32_t L_53 = V_1; NullCheck(L_52); int32_t L_54 = L_53; uint16_t L_55 = (uint16_t)(L_52)->GetAt(static_cast(L_54)); if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)59))))) { goto IL_0109; } } { int32_t L_56 = V_4; int32_t L_57 = V_1; if ((!(((uint32_t)L_56) == ((uint32_t)L_57)))) { goto IL_0122; } } IL_0109: { int32_t L_58 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = L_59->get_charsUsed_2(); if ((!(((uint32_t)L_58) == ((uint32_t)L_60)))) { goto IL_011a; } } { return ((int32_t)-2); } IL_011a: { int32_t L_61 = V_1; String_t* L_62 = V_3; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_61, L_62, /*hidden argument*/NULL); } IL_0122: { int32_t L_63 = V_0; if ((((int32_t)L_63) > ((int32_t)((int32_t)65535)))) { goto IL_01cd; } } { int32_t L_64 = V_0; V_8 = (((int32_t)((uint16_t)L_64))); XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_65 = __this->get_address_of_xmlCharType_4(); Il2CppChar L_66 = V_8; bool L_67 = XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_65, L_66, /*hidden argument*/NULL); if (L_67) { goto IL_018e; } } { bool L_68 = __this->get_v1Compat_36(); if (!L_68) { goto IL_0150; } } { bool L_69 = __this->get_normalize_23(); if (L_69) { goto IL_0160; } } IL_0150: { bool L_70 = __this->get_v1Compat_36(); if (L_70) { goto IL_018e; } } { bool L_71 = __this->get_checkCharacters_30(); if (!L_71) { goto IL_018e; } } IL_0160: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_73 = L_72->get_chars_0(); int32_t L_74 = ___startPos0; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)2)); uint16_t L_76 = (uint16_t)(L_73)->GetAt(static_cast(L_75)); G_B35_0 = __this; if ((((int32_t)L_76) == ((int32_t)((int32_t)120)))) { G_B36_0 = __this; goto IL_0179; } } { int32_t L_77 = ___startPos0; G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)2)); G_B37_1 = G_B35_0; goto IL_017c; } IL_0179: { int32_t L_78 = ___startPos0; G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)3)); G_B37_1 = G_B36_0; } IL_017c: { Il2CppChar L_79 = V_8; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_80 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(L_79, 0, /*hidden argument*/NULL); NullCheck(G_B37_1); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(G_B37_1, G_B37_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_80, /*hidden argument*/NULL); } IL_018e: { bool L_81 = ___expand1; if (!L_81) { goto IL_01c5; } } { StringBuilder_t * L_82 = ___internalSubsetBuilder2; if (!L_82) { goto IL_01c0; } } { StringBuilder_t * L_83 = ___internalSubsetBuilder2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = L_84->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5(); int32_t L_87 = L_86->get_charPos_1(); int32_t L_88 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_89 = __this->get_address_of_ps_5(); int32_t L_90 = L_89->get_charPos_1(); NullCheck(L_83); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_83, L_85, L_87, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_90)), (int32_t)1)), /*hidden argument*/NULL); } IL_01c0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = V_2; int32_t L_92 = V_1; Il2CppChar L_93 = V_8; NullCheck(L_91); (L_91)->SetAt(static_cast(L_92), (Il2CppChar)L_93); } IL_01c5: { int32_t* L_94 = ___charCount3; *((int32_t*)L_94) = (int32_t)1; int32_t L_95 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_01cd: { int32_t L_96 = V_0; XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61(L_96, (Il2CppChar*)(&V_9), (Il2CppChar*)(&V_10), /*hidden argument*/NULL); bool L_97 = __this->get_normalize_23(); if (!L_97) { goto IL_0220; } } { Il2CppChar L_98 = V_10; bool L_99 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_01f1; } } { Il2CppChar L_100 = V_9; bool L_101 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0220; } } IL_01f1: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_102 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_103 = L_102->get_chars_0(); int32_t L_104 = ___startPos0; NullCheck(L_103); int32_t L_105 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)2)); uint16_t L_106 = (uint16_t)(L_103)->GetAt(static_cast(L_105)); G_B47_0 = __this; if ((((int32_t)L_106) == ((int32_t)((int32_t)120)))) { G_B48_0 = __this; goto IL_020a; } } { int32_t L_107 = ___startPos0; G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)2)); G_B49_1 = G_B47_0; goto IL_020d; } IL_020a: { int32_t L_108 = ___startPos0; G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)3)); G_B49_1 = G_B48_0; } IL_020d: { Il2CppChar L_109 = V_10; Il2CppChar L_110 = V_9; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_111 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(L_109, L_110, /*hidden argument*/NULL); NullCheck(G_B49_1); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(G_B49_1, G_B49_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_111, /*hidden argument*/NULL); } IL_0220: { bool L_112 = ___expand1; if (!L_112) { goto IL_025e; } } { StringBuilder_t * L_113 = ___internalSubsetBuilder2; if (!L_113) { goto IL_0252; } } { StringBuilder_t * L_114 = ___internalSubsetBuilder2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_115 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = L_115->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_117 = __this->get_address_of_ps_5(); int32_t L_118 = L_117->get_charPos_1(); int32_t L_119 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_120 = __this->get_address_of_ps_5(); int32_t L_121 = L_120->get_charPos_1(); NullCheck(L_114); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_114, L_116, L_118, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_121)), (int32_t)1)), /*hidden argument*/NULL); } IL_0252: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = V_2; int32_t L_123 = V_1; Il2CppChar L_124 = V_10; NullCheck(L_122); (L_122)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)1))), (Il2CppChar)L_124); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_125 = V_2; int32_t L_126 = V_1; Il2CppChar L_127 = V_9; NullCheck(L_125); (L_125)->SetAt(static_cast(L_126), (Il2CppChar)L_127); } IL_025e: { int32_t* L_128 = ___charCount3; *((int32_t*)L_128) = (int32_t)2; int32_t L_129 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_0266: { int32_t L_130 = V_6; return L_130; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; IL_0000: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); bool L_2 = ___expand0; StringBuilder_t * L_3 = ___internalSubsetBuilder1; int32_t L_4 = XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = L_4; V_0 = L_5; V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)-2)))) { goto IL_0021; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_002b; } } { return (-1); } IL_0021: { int32_t L_8 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0000; } } { return (-1); } IL_002b: { bool L_9 = ___expand0; if (!L_9) { goto IL_003c; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = V_0; L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); } IL_003c: { int32_t L_12 = V_0; return L_12; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method) { int32_t V_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { int32_t L_0 = ___startPos0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_chars_0(); V_1 = L_2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); V_3 = L_6; Il2CppChar L_7 = V_3; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)103))))) { goto IL_002b; } } { Il2CppChar L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)((int32_t)97)))) { goto IL_0040; } } { Il2CppChar L_9 = V_3; if ((((int32_t)L_9) == ((int32_t)((int32_t)103)))) { goto IL_0143; } } { goto IL_0170; } IL_002b: { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)108)))) { goto IL_0116; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)113)))) { goto IL_00d4; } } { goto IL_0170; } IL_0040: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = V_1; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast(L_15)); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)109))))) { goto IL_007e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charsUsed_2(); int32_t L_19 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = V_1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)112))))) { goto IL_007c; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_1; int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2)); uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)59))))) { goto IL_007c; } } { int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3)); V_2 = ((int32_t)38); goto IL_0175; } IL_007c: { return (-1); } IL_007e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = V_1; int32_t L_30 = V_0; NullCheck(L_29); int32_t L_31 = L_30; uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)112))))) { goto IL_00c1; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_33 = __this->get_address_of_ps_5(); int32_t L_34 = L_33->get_charsUsed_2(); int32_t L_35 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35))) < ((int32_t)4))) { goto IL_0172; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = V_1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)111))))) { goto IL_00bf; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = V_1; int32_t L_41 = V_0; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)); uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)115))))) { goto IL_00bf; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = V_1; int32_t L_45 = V_0; NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3)); uint16_t L_47 = (uint16_t)(L_44)->GetAt(static_cast(L_46)); if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)59))))) { goto IL_00bf; } } { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)4)); V_2 = ((int32_t)39); goto IL_0175; } IL_00bf: { return (-1); } IL_00c1: { int32_t L_49 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charsUsed_2(); if ((((int32_t)L_49) >= ((int32_t)L_51))) { goto IL_0172; } } { return (-1); } IL_00d4: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_charsUsed_2(); int32_t L_54 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54))) < ((int32_t)5))) { goto IL_0172; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = V_1; int32_t L_56 = V_0; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast(L_57)); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)117))))) { goto IL_0114; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_1; int32_t L_60 = V_0; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)111))))) { goto IL_0114; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_1; int32_t L_64 = V_0; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)3)); uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)116))))) { goto IL_0114; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_67 = V_1; int32_t L_68 = V_0; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4)); uint16_t L_70 = (uint16_t)(L_67)->GetAt(static_cast(L_69)); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)59))))) { goto IL_0114; } } { int32_t L_71 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)5)); V_2 = ((int32_t)34); goto IL_0175; } IL_0114: { return (-1); } IL_0116: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_charsUsed_2(); int32_t L_74 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_75 = V_1; int32_t L_76 = V_0; NullCheck(L_75); int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); uint16_t L_78 = (uint16_t)(L_75)->GetAt(static_cast(L_77)); if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)116))))) { goto IL_0141; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = V_1; int32_t L_80 = V_0; NullCheck(L_79); int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)2)); uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast(L_81)); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)59))))) { goto IL_0141; } } { int32_t L_83 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)3)); V_2 = ((int32_t)60); goto IL_0175; } IL_0141: { return (-1); } IL_0143: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5(); int32_t L_85 = L_84->get_charsUsed_2(); int32_t L_86 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = V_1; int32_t L_88 = V_0; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast(L_89)); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)116))))) { goto IL_016e; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = V_1; int32_t L_92 = V_0; NullCheck(L_91); int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2)); uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast(L_93)); if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)59))))) { goto IL_016e; } } { int32_t L_95 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)3)); V_2 = ((int32_t)62); goto IL_0175; } IL_016e: { return (-1); } IL_0170: { return (-1); } IL_0172: { return ((int32_t)-2); } IL_0175: { bool L_96 = ___expand1; if (!L_96) { goto IL_01b5; } } { StringBuilder_t * L_97 = ___internalSubsetBuilder2; if (!L_97) { goto IL_01a5; } } { StringBuilder_t * L_98 = ___internalSubsetBuilder2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = L_99->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_charPos_1(); int32_t L_103 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_104 = __this->get_address_of_ps_5(); int32_t L_105 = L_104->get_charPos_1(); NullCheck(L_98); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_98, L_100, L_102, ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)L_105)), /*hidden argument*/NULL); } IL_01a5: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = L_106->get_chars_0(); int32_t L_108 = V_0; Il2CppChar L_109 = V_2; NullCheck(L_107); (L_107)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1))), (Il2CppChar)L_109); } IL_01b5: { int32_t L_110 = V_0; return L_110; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseName() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906(__this, (bool)0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Int32U26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m822BFA09BBCE65A01E58CB0B172C582DD2ABE6C7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___colonPos0, const RuntimeMethod* method) { { int32_t* L_0 = ___colonPos0; int32_t L_1 = XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906(__this, (bool)1, 0, (int32_t*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; int32_t* G_B24_0 = NULL; int32_t* G_B23_0 = NULL; int32_t G_B25_0 = 0; int32_t* G_B25_1 = NULL; { V_0 = (-1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); int32_t L_2 = ___startOffset1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); } IL_0010: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0(); V_2 = L_4; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_5 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_2; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); uint16_t L_11 = L_10; uint8_t L_12 = (L_6)->GetAt(static_cast(L_11)); if (!((int32_t)((int32_t)L_12&(int32_t)4))) { goto IL_0035; } } { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_008d; } IL_0035: { int32_t L_14 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)L_16))) { goto IL_0060; } } { bool L_17 = XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C(__this, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_17) { goto IL_0010; } } { int32_t L_18 = V_1; XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_18, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL); } IL_0060: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = V_2; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_006f; } } { bool L_23 = __this->get_supportNamespaces_24(); if (!L_23) { goto IL_008d; } } IL_006f: { int32_t L_24 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_2; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charsUsed_2(); int32_t L_28 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_25, L_27, L_28, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_24, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_29, /*hidden argument*/NULL); } IL_008d: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_30 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_2; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); NullCheck(L_31); uint16_t L_36 = L_35; uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); if (!((int32_t)((int32_t)L_37&(int32_t)8))) { goto IL_00a6; } } { int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); goto IL_008d; } IL_00a6: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = V_2; int32_t L_40 = V_1; NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58))))) { goto IL_00fb; } } { bool L_43 = __this->get_supportNamespaces_24(); if (!L_43) { goto IL_00e7; } } { int32_t L_44 = V_0; if ((!(((uint32_t)L_44) == ((uint32_t)(-1))))) { goto IL_00bc; } } { bool L_45 = ___isQName0; if (L_45) { goto IL_00d0; } } IL_00bc: { int32_t L_46 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_46, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_47, /*hidden argument*/NULL); } IL_00d0: { int32_t L_48 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50)); int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); goto IL_0010; } IL_00e7: { int32_t L_52 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54)); int32_t L_55 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); goto IL_008d; } IL_00fb: { int32_t L_56 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charsUsed_2(); if ((!(((uint32_t)L_56) == ((uint32_t)L_58)))) { goto IL_0135; } } { bool L_59 = XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C(__this, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_59) { goto IL_0124; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_61 = L_60->get_chars_0(); V_2 = L_61; goto IL_008d; } IL_0124: { int32_t L_62 = V_1; XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_62, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL); } IL_0135: { int32_t* L_63 = ___colonPos2; int32_t L_64 = V_0; G_B23_0 = L_63; if ((((int32_t)L_64) == ((int32_t)(-1)))) { G_B24_0 = L_63; goto IL_0149; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charPos_1(); int32_t L_67 = V_0; G_B25_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); G_B25_1 = G_B23_0; goto IL_014a; } IL_0149: { G_B25_0 = (-1); G_B25_1 = G_B24_0; } IL_014a: { *((int32_t*)G_B25_1) = (int32_t)G_B25_0; int32_t L_68 = V_1; return L_68; } } // System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32U26) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___pos0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___pos0; int32_t L_1 = *((int32_t*)L_0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); int32_t* L_5 = ___pos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5(); int32_t L_7 = L_6->get_charPos_1(); int32_t L_8 = V_0; *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); return (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0); } } // System.String System.Xml.XmlTextReaderImpl::ParseEntityName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) int32_t L_0 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0009; throw e; } CATCH_0009: { // begin catch(System.Xml.XmlException) XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3, /*hidden argument*/NULL); V_1 = (String_t*)NULL; goto IL_0072; } // end catch (depth: 1) IL_0019: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_chars_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); if ((((int32_t)L_5) == ((int32_t)((int32_t)59)))) { goto IL_0035; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3, /*hidden argument*/NULL); } IL_0035: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charPos_1(); int32_t L_11 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); NullCheck(L_6); String_t* L_14 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_6, L_8, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13))); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = V_0; L_15->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); return L_14; } IL_0072: { String_t* L_17 = V_1; return L_17; } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method) { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_0 = __this->get_nodes_9(); int32_t L_1 = ___nodeIndex0; NullCheck(L_0); int32_t L_2 = L_1; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = V_0; if (!L_4) { goto IL_0015; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = V_0; int32_t L_6 = ___nodeDepth1; NullCheck(L_5); L_5->set_depth_13(L_6); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_0; return L_7; } IL_0015: { int32_t L_8 = ___nodeIndex0; int32_t L_9 = ___nodeDepth1; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* V_1 = NULL; { int32_t L_0 = ___nodeIndex0; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_1 = __this->get_nodes_9(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1))))) { goto IL_003a; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_2 = __this->get_nodes_9(); NullCheck(L_2); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_3 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)SZArrayNew(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2))); V_1 = L_3; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_4 = __this->get_nodes_9(); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = V_1; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_6 = __this->get_nodes_9(); NullCheck(L_6); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = V_1; __this->set_nodes_9(L_7); } IL_003a: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_8 = __this->get_nodes_9(); int32_t L_9 = ___nodeIndex0; NullCheck(L_8); int32_t L_10 = L_9; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = (L_8)->GetAt(static_cast(L_10)); V_0 = L_11; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = V_0; if (L_12) { goto IL_0055; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var); NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_13, /*hidden argument*/NULL); V_0 = L_13; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_14 = __this->get_nodes_9(); int32_t L_15 = ___nodeIndex0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = V_0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(L_15), (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_16); } IL_0055: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_17 = V_0; int32_t L_18 = ___nodeDepth1; NullCheck(L_17); L_17->set_depth_13(L_18); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = V_0; return L_19; } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_11(); int32_t L_1 = __this->get_attrCount_13(); int32_t L_2 = ___attrDepth1; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1)), L_2, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_3; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_5 = __this->get_nameTable_19(); String_t* L_6 = ___name0; NullCheck(L_5); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6); NullCheck(L_4); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_4, 2, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_attrCount_13(); __this->set_attrCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return L_4; } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttribute_m1820450C0F0359EC50B1E133BBC11E2C1955C52E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___endNamePos0, int32_t ___colonPos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AddAttribute_m1820450C0F0359EC50B1E133BBC11E2C1955C52E_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { int32_t L_0 = ___colonPos1; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_000c; } } { bool L_1 = __this->get_supportNamespaces_24(); if (L_1) { goto IL_0049; } } IL_000c: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); int32_t L_7 = ___endNamePos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_charPos_1(); NullCheck(L_2); String_t* L_10 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_2, L_4, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9))); V_0 = L_10; String_t* L_11 = V_0; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_13 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_14 = XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92(__this, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0049: { __this->set_attrNeedNamespaceLookup_16((bool)1); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charPos_1(); V_1 = L_16; int32_t L_17 = ___colonPos1; int32_t L_18 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = V_2; String_t* L_20 = __this->get_lastPrefix_38(); NullCheck(L_20); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)L_21)))) { goto IL_00b4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22->get_chars_0(); int32_t L_24 = V_1; int32_t L_25 = V_2; String_t* L_26 = __this->get_lastPrefix_38(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_27 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_23, L_24, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b4; } } { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_28 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29->get_chars_0(); int32_t L_31 = ___colonPos1; int32_t L_32 = ___endNamePos0; int32_t L_33 = ___colonPos1; NullCheck(L_28); String_t* L_34 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_28, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), (int32_t)1))); String_t* L_35 = __this->get_lastPrefix_38(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_36 = XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92(__this, L_34, L_35, (String_t*)NULL, /*hidden argument*/NULL); return L_36; } IL_00b4: { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_37 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = L_38->get_chars_0(); int32_t L_40 = V_1; int32_t L_41 = V_2; NullCheck(L_37); String_t* L_42 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_37, L_39, L_40, L_41); V_3 = L_42; String_t* L_43 = V_3; __this->set_lastPrefix_38(L_43); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_44 = __this->get_nameTable_19(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = L_45->get_chars_0(); int32_t L_47 = ___colonPos1; int32_t L_48 = ___endNamePos0; int32_t L_49 = ___colonPos1; NullCheck(L_44); String_t* L_50 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_44, L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49)), (int32_t)1))); String_t* L_51 = V_3; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_52 = XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92(__this, L_50, L_51, (String_t*)NULL, /*hidden argument*/NULL); return L_52; } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___localName0, String_t* ___prefix1, String_t* ___nameWPrefix2, const RuntimeMethod* method) { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_index_11(); int32_t L_1 = __this->get_attrCount_13(); int32_t L_2 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_3; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = V_0; String_t* L_5 = ___localName0; String_t* L_6 = ___prefix1; String_t* L_7 = ___nameWPrefix2; NullCheck(L_4); NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F(L_4, 2, L_5, L_6, L_7, /*hidden argument*/NULL); String_t* L_8 = ___localName0; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 0, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))); int32_t L_10 = __this->get_attrHashtable_14(); int32_t L_11 = V_1; if (((int32_t)((int32_t)L_10&(int32_t)L_11))) { goto IL_0052; } } { int32_t L_12 = __this->get_attrHashtable_14(); int32_t L_13 = V_1; __this->set_attrHashtable_14(((int32_t)((int32_t)L_12|(int32_t)L_13))); goto IL_00b5; } IL_0052: { int32_t L_14 = __this->get_attrDuplWalkCount_15(); if ((((int32_t)L_14) >= ((int32_t)((int32_t)250)))) { goto IL_00b5; } } { int32_t L_15 = __this->get_attrDuplWalkCount_15(); __this->set_attrDuplWalkCount_15(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = __this->get_index_11(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); goto IL_00a3; } IL_0078: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_17 = __this->get_nodes_9(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = L_20->get_localName_2(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_22 = V_0; NullCheck(L_22); String_t* L_23 = L_22->get_localName_2(); bool L_24 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_009f; } } { __this->set_attrDuplWalkCount_15(((int32_t)250)); goto IL_00b5; } IL_009f: { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a3: { int32_t L_26 = V_2; int32_t L_27 = __this->get_index_11(); int32_t L_28 = __this->get_attrCount_13(); if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), (int32_t)1))))) { goto IL_0078; } } IL_00b5: { int32_t L_29 = __this->get_attrCount_13(); __this->set_attrCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_30 = V_0; return L_30; } } // System.Void System.Xml.XmlTextReaderImpl::PopElementContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_mBD2D8ED35A41F691DD369BF3AA9790E5625E86E0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_37(); NullCheck(L_0); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_0); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_10(); NullCheck(L_1); bool L_2 = L_1->get_xmlContextPushed_16(); if (!L_2) { goto IL_001f; } } { XmlTextReaderImpl_PopXmlContext_mAAAD11EA566E42BB914E1FE5EC0999CD96CB674E(__this, /*hidden argument*/NULL); } IL_001f: { return; } } // System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t* L_1 = L_0->get_address_of_lineNo_11(); int32_t* L_2 = L_1; int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ___pos0; L_4->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnEof() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_0 = __this->get_nodes_9(); NullCheck(L_0); int32_t L_1 = 0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = (L_0)->GetAt(static_cast(L_1)); __this->set_curNode_10(L_2); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_10(); NullCheck(L_3); NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D(L_3, 0, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_4, L_6, L_8, /*hidden argument*/NULL); __this->set_parsingFunction_6(((int32_t)11)); __this->set_readState_65(3); __this->set_reportedEncoding_43((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_LookupNamespace_m555223C2E9F3C348C9AF50A568A9BD5036EDFEDD_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_37(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = ___node0; NullCheck(L_1); String_t* L_2 = L_1->get_prefix_3(); NullCheck(L_0); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_0, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0017; } } { String_t* L_5 = V_0; return L_5; } IL_0017: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_6 = ___node0; NullCheck(L_6); String_t* L_7 = L_6->get_prefix_3(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = ___node0; NullCheck(L_8); int32_t L_9 = NodeData_get_LineNo_m65D99BBB9EDC648A79DDB50ECEE50C386741E003(L_8, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = ___node0; NullCheck(L_10); int32_t L_11 = NodeData_get_LinePos_mD3E147F0A626B4DA939D38CCDC43DA121C338142(L_10, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral14A25F47BDDFEB324F618BB03EA8B068E690C866, L_7, L_9, L_11, /*hidden argument*/NULL); return (String_t*)NULL; } } // System.Void System.Xml.XmlTextReaderImpl::AddNamespace(System.String,System.String,System.Xml.XmlTextReaderImpl_NodeData) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, String_t* ___uri1, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___attr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AddNamespace_mA4FFE64244D515C79A07AB185F6AB2E76D88E506_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___uri1; bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, /*hidden argument*/NULL); if (!L_1) { goto IL_0062; } } { String_t* L_2 = ___prefix0; String_t* L_3 = __this->get_XmlNs_77(); bool L_4 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = ___attr2; NullCheck(L_5); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_6 = L_5->get_address_of_lineInfo2_11(); int32_t L_7 = L_6->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = ___attr2; NullCheck(L_8); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_9 = L_8->get_address_of_lineInfo2_11(); int32_t L_10 = L_9->get_linePos_1(); XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteralECAD1EACB424CA673E6714299871AFAF60E052A8, L_7, L_10, /*hidden argument*/NULL); goto IL_00a7; } IL_003e: { String_t* L_11 = ___prefix0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = ___attr2; NullCheck(L_12); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_13 = L_12->get_address_of_lineInfo2_11(); int32_t L_14 = L_13->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = ___attr2; NullCheck(L_15); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_16 = L_15->get_address_of_lineInfo2_11(); int32_t L_17 = L_16->get_linePos_1(); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralE7639FFDDA2E2F080DA3849F1DF41574D4F94B39, L_11, L_14, L_17, /*hidden argument*/NULL); goto IL_00a7; } IL_0062: { String_t* L_18 = ___uri1; bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B, /*hidden argument*/NULL); if (!L_19) { goto IL_00a7; } } { String_t* L_20 = ___prefix0; String_t* L_21 = __this->get_Xml_76(); bool L_22 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00a7; } } { bool L_23 = __this->get_v1Compat_36(); if (L_23) { goto IL_00a7; } } { String_t* L_24 = ___prefix0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_25 = ___attr2; NullCheck(L_25); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_26 = L_25->get_address_of_lineInfo2_11(); int32_t L_27 = L_26->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_28 = ___attr2; NullCheck(L_28); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_29 = L_28->get_address_of_lineInfo2_11(); int32_t L_30 = L_29->get_linePos_1(); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralE7639FFDDA2E2F080DA3849F1DF41574D4F94B39, L_24, L_27, L_30, /*hidden argument*/NULL); } IL_00a7: { String_t* L_31 = ___uri1; NullCheck(L_31); int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00d9; } } { String_t* L_33 = ___prefix0; NullCheck(L_33); int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_00d9; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_35 = ___attr2; NullCheck(L_35); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_36 = L_35->get_address_of_lineInfo_10(); int32_t L_37 = L_36->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_38 = ___attr2; NullCheck(L_38); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_39 = L_38->get_address_of_lineInfo_10(); int32_t L_40 = L_39->get_linePos_1(); XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteral048BC0EB94B0616C2A1B575ED738F355D9AD3174, L_37, L_40, /*hidden argument*/NULL); } IL_00d9: { } IL_00da: try { // begin try (depth: 1) XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_41 = __this->get_namespaceManager_37(); String_t* L_42 = ___prefix0; String_t* L_43 = ___uri1; NullCheck(L_41); VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_41, L_42, L_43); goto IL_0109; } // 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_00e9; throw e; } CATCH_00e9: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_44 = V_0; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_45 = ___attr2; NullCheck(L_45); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_46 = L_45->get_address_of_lineInfo_10(); int32_t L_47 = L_46->get_lineNo_0(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_48 = ___attr2; NullCheck(L_48); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_49 = L_48->get_address_of_lineInfo_10(); int32_t L_50 = L_49->get_linePos_1(); XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC(__this, L_44, L_47, L_50, /*hidden argument*/NULL); goto IL_0109; } // end catch (depth: 1) IL_0109: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ResetAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_m96CDDBED28C8D8DF9E0CF6A8A8EF901B57DDDCD0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_fullAttrCleanup_17(); if (!L_0) { goto IL_000e; } } { XmlTextReaderImpl_FullAttributeCleanup_mCC6C4CA60383E53D1F4A56DC988A30CFE7E996D5(__this, /*hidden argument*/NULL); } IL_000e: { __this->set_curAttrIndex_12((-1)); __this->set_attrCount_13(0); __this->set_attrHashtable_14(0); __this->set_attrDuplWalkCount_15(0); return; } } // System.Void System.Xml.XmlTextReaderImpl::FullAttributeCleanup() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_mCC6C4CA60383E53D1F4A56DC988A30CFE7E996D5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); goto IL_0024; } IL_000b: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_1 = __this->get_nodes_9(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = (L_1)->GetAt(static_cast(L_3)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = L_4; NullCheck(L_5); L_5->set_nextAttrValueChunk_17((NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL); NullCheck(L_5); NodeData_set_IsDefaultAttribute_mB7E827BC7B3CB413F518EE2C04C22F4E81F058B3(L_5, (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; int32_t L_8 = __this->get_index_11(); int32_t L_9 = __this->get_attrCount_13(); if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)1))))) { goto IL_000b; } } { __this->set_fullAttrCleanup_17((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::PushXmlContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushXmlContext_mDD260030D7FD38165A585CD9BA1B29697C620C4C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_0 = __this->get_xmlContext_39(); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_1 = (XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 *)il2cpp_codegen_object_new(XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52_il2cpp_TypeInfo_var); XmlContext__ctor_mBB84FF04DE297252942CC5731BBBC3F5DCEAD4D2(L_1, L_0, /*hidden argument*/NULL); __this->set_xmlContext_39(L_1); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_xmlContextPushed_16((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopXmlContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_mAAAD11EA566E42BB914E1FE5EC0999CD96CB674E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_0 = __this->get_xmlContext_39(); NullCheck(L_0); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_1 = L_0->get_previousContext_3(); __this->set_xmlContext_39(L_1); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_xmlContextPushed_16((bool)0); return; } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetWhitespaceType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_mDEB75D4218857C05CE497CCEA9AB167E0AFEBED3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_whitespaceHandling_25(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0025; } } { XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_1 = __this->get_xmlContext_39(); NullCheck(L_1); int32_t L_2 = L_1->get_xmlSpace_0(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001a; } } { return (int32_t)(((int32_t)14)); } IL_001a: { int32_t L_3 = __this->get_whitespaceHandling_25(); if (L_3) { goto IL_0025; } } { return (int32_t)(((int32_t)13)); } IL_0025: { return (int32_t)(0); } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetTextNodeType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mA65EFBAC8B03EE6D4F69FC8BEE8C0EA535BD8552 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___orChars0, const RuntimeMethod* method) { { int32_t L_0 = ___orChars0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)32)))) { goto IL_0007; } } { return (int32_t)(3); } IL_0007: { int32_t L_1 = XmlTextReaderImpl_GetWhitespaceType_mDEB75D4218857C05CE497CCEA9AB167E0AFEBED3(__this, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; Exception_t * V_1 = NULL; String_t* 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL; String_t* G_B14_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B14_1 = NULL; int32_t G_B18_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B18_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B18_2 = NULL; String_t* G_B18_3 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B18_4 = NULL; int32_t G_B17_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B17_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B17_2 = NULL; String_t* G_B17_3 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B17_4 = NULL; String_t* G_B19_0 = NULL; int32_t G_B19_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B19_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B19_3 = NULL; String_t* G_B19_4 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B19_5 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B22_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B21_0 = NULL; String_t* G_B23_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B23_1 = NULL; { String_t* L_0 = ___publicId0; bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } IL_0008: try { // begin try (depth: 1) { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_2 = __this->get_xmlResolver_21(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___baseUri2; String_t* L_4 = ___publicId0; NullCheck(L_2); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_2, L_3, L_4); V_0 = L_5; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = V_0; bool L_7 = XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } IL_001f: { goto IL_00d2; } IL_0024: { goto IL_0029; } } // 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_0026; throw e; } CATCH_0026: { // begin catch(System.Exception) goto IL_0029; } // end catch (depth: 1) IL_0029: { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_21(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___baseUri2; String_t* L_10 = ___systemId1; NullCheck(L_8); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, L_9, L_10); V_0 = L_11; } IL_0037: try { // begin try (depth: 1) { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0; bool L_13 = XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3(__this, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0045; } } IL_0040: { goto IL_00d2; } IL_0045: { goto IL_008c; } } // 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_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); bool L_14 = __this->get_v1Compat_36(); if (!L_14) { goto IL_0052; } } IL_0050: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_RuntimeMethod_var); } IL_0052: { Exception_t * L_15 = V_1; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_15); V_2 = L_16; String_t* L_17 = ___entityName3; G_B12_0 = __this; if (!L_17) { G_B13_0 = __this; goto IL_0065; } } IL_005e: { G_B14_0 = _stringLiteral9BB26199673D08FAD2D3C9A802D5A4246DCC6959; G_B14_1 = G_B12_0; goto IL_006a; } IL_0065: { G_B14_0 = _stringLiteral93356CDE85A498B294B365D5386BC8718EDE944C; G_B14_1 = G_B13_0; } IL_006a: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = V_0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (String_t*)L_21); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_19; String_t* L_23 = V_2; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(1), (String_t*)L_23); Exception_t * L_24 = V_1; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_25 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m8F635567AAAD3211281305E6B5FD71D2CE56A36B(L_25, G_B14_0, L_22, L_24, 0, 0, /*hidden argument*/NULL); NullCheck(G_B14_1); XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(G_B14_1, L_25, /*hidden argument*/NULL); goto IL_008c; } } // end catch (depth: 1) IL_008c: { String_t* L_26 = ___entityName3; if (L_26) { goto IL_00b5; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27; String_t* L_29 = ___publicId0; G_B17_0 = 0; G_B17_1 = L_28; G_B17_2 = L_28; G_B17_3 = _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A; G_B17_4 = __this; if (L_29) { G_B18_0 = 0; G_B18_1 = L_28; G_B18_2 = L_28; G_B18_3 = _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A; G_B18_4 = __this; goto IL_00a8; } } { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B19_0 = L_30; G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; G_B19_3 = G_B17_2; G_B19_4 = G_B17_3; G_B19_5 = G_B17_4; goto IL_00a9; } IL_00a8: { String_t* L_31 = ___publicId0; G_B19_0 = L_31; G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; G_B19_3 = G_B18_2; G_B19_4 = G_B18_3; G_B19_5 = G_B18_4; } IL_00a9: { NullCheck(G_B19_2); ArrayElementTypeCheck (G_B19_2, G_B19_0); (G_B19_2)->SetAt(static_cast(G_B19_1), (String_t*)G_B19_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = G_B19_3; String_t* L_33 = ___systemId1; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (String_t*)L_33); NullCheck(G_B19_5); XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B(G_B19_5, G_B19_4, L_32, (Exception_t *)NULL, /*hidden argument*/NULL); return; } IL_00b5: { int32_t L_34 = __this->get_dtdProcessing_26(); G_B21_0 = __this; if ((((int32_t)L_34) == ((int32_t)1))) { G_B22_0 = __this; goto IL_00c6; } } { G_B23_0 = _stringLiteral37CF73DA2931BC4788A24804D80A5CCA283374FA; G_B23_1 = G_B21_0; goto IL_00cb; } IL_00c6: { G_B23_0 = _stringLiteralB0E7DC794ECABBC437910AD666550333823EECE1; G_B23_1 = G_B22_0; } IL_00cb: { String_t* L_35 = ___entityName3; NullCheck(G_B23_1); XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B23_1, G_B23_0, L_35, /*hidden argument*/NULL); } IL_00d2: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * V_0 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_21(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_0); bool L_4 = VirtFuncInvoker2< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Type_t * >::Invoke(6 /* System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) */, L_0, L_1, L_3); if (!L_4) { goto IL_0050; } } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_5 = __this->get_xmlResolver_21(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_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); NullCheck(L_5); RuntimeObject * L_9 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_5, L_6, (String_t*)NULL, L_8); V_0 = ((TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A *)CastclassClass((RuntimeObject*)L_9, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var)); TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_10 = V_0; if (L_10) { goto IL_003a; } } { return (bool)0; } IL_003a: { XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = ___uri0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0; TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_14 = V_0; XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA(__this, L_12, L_13, L_14, /*hidden argument*/NULL); goto IL_0081; } IL_0050: { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_15 = __this->get_xmlResolver_21(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___uri0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject * L_19 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_15, L_16, (String_t*)NULL, L_18); V_1 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)CastclassClass((RuntimeObject*)L_19, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_1; if (L_20) { goto IL_0072; } } { return (bool)0; } IL_0072: { XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___uri0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = V_1; XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56(__this, L_21, L_22, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL); } IL_0081: { return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; int32_t V_1 = 0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL; { bool L_0 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL); if (L_0) { goto IL_007d; } } { V_0 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL; RuntimeObject* L_1 = ___entity0; NullCheck(L_1); String_t* L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_1); bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002a; } } { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_4 = __this->get_xmlResolver_21(); RuntimeObject* L_5 = ___entity0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_5); NullCheck(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_4, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_6); V_0 = L_7; } IL_002a: { RuntimeObject* L_8 = ___entity0; NullCheck(L_8); String_t* L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.IDtdEntityInfo::get_PublicId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_8); RuntimeObject* L_10 = ___entity0; NullCheck(L_10); String_t* L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_10); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0; RuntimeObject* L_13 = ___entity0; NullCheck(L_13); String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_13); XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129(__this, L_9, L_11, L_12, L_14, /*hidden argument*/NULL); RuntimeObject* L_15 = ___entity0; XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_15, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = L_16->get_charPos_1(); V_1 = L_17; bool L_18 = __this->get_v1Compat_36(); if (!L_18) { goto IL_0066; } } { XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_0066: { bool L_19 = XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)1, /*hidden argument*/NULL); if (L_19) { goto IL_007b; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = V_1; L_20->set_charPos_1(L_21); } IL_007b: { return (bool)1; } IL_007d: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_23 = L_22->get_encoding_3(); V_2 = L_23; XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL); RuntimeObject* L_24 = ___entity0; NullCheck(L_24); String_t* L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_24); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_26 = V_2; String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_25, L_26, L_27, /*hidden argument*/NULL); RuntimeObject* L_28 = ___entity0; XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_28, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)0))), (bool)1, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B5_1 = NULL; String_t* G_B5_2 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_3 = NULL; String_t* G_B4_0 = NULL; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B4_1 = NULL; String_t* G_B4_2 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_3 = NULL; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = L_0->get_encoding_3(); V_0 = L_1; XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___entity0; NullCheck(L_2); String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_2); G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_0022; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_0028; } IL_0022: { RuntimeObject* L_5 = ___entity0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_5); G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0028: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = V_0; RuntimeObject* L_8 = ___entity0; NullCheck(L_8); String_t* L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_8); String_t* L_10 = L_9; G_B4_0 = L_10; G_B4_1 = L_7; G_B4_2 = G_B3_0; G_B4_3 = G_B3_1; if (L_10) { G_B5_0 = L_10; G_B5_1 = L_7; G_B5_2 = G_B3_0; G_B5_3 = G_B3_1; goto IL_0038; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B5_0 = L_11; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; G_B5_3 = G_B4_3; } IL_0038: { NullCheck(G_B5_3); XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); RuntimeObject* L_12 = ___entity0; XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_12, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5(); RuntimeObject* L_14 = ___entity0; NullCheck(L_14); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.IDtdEntityInfo::get_LineNumber() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_14); L_13->set_lineNo_11(L_15); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); RuntimeObject* L_17 = ___entity0; NullCheck(L_17); int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.IDtdEntityInfo::get_LinePosition() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_17); L_16->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)((-L_18)), (int32_t)1))); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5(); L_19->set_eolNormalized_19((bool)1); RuntimeObject* L_20 = ___entity0; NullCheck(L_20); String_t* L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_20); NullCheck(L_21); int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_22))), (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = L_0->get_stream_5(); if (!L_1) { goto IL_001d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get_stream_5(); NullCheck(L_3); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3); } IL_001d: { XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B(__this, /*hidden argument*/NULL); XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD(__this, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_entityId_18(); NullCheck(L_4); L_4->set_entityId_15(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_0 = NULL; String_t* G_B5_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_1 = NULL; { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_0 = __this->get_currentEntities_72(); if (!L_0) { goto IL_0062; } } { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_1 = __this->get_currentEntities_72(); RuntimeObject* L_2 = ___entity0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC_RuntimeMethod_var); if (!L_3) { goto IL_0062; } } { RuntimeObject* L_4 = ___entity0; NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsParameterEntity() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_4); G_B3_0 = __this; if (L_5) { G_B4_0 = __this; goto IL_0026; } } { G_B5_0 = _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037; G_B5_1 = G_B3_0; goto IL_002b; } IL_0026: { G_B5_0 = _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B; G_B5_1 = G_B4_0; } IL_002b: { RuntimeObject* L_6 = ___entity0; NullCheck(L_6); String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_6); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_8 = __this->get_parsingStatesStack_40(); int32_t L_9 = __this->get_parsingStatesStackTop_41(); NullCheck(L_8); int32_t L_10 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_11 = __this->get_parsingStatesStack_40(); int32_t L_12 = __this->get_parsingStatesStackTop_41(); NullCheck(L_11); int32_t L_13 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)((L_11)->GetAddressAt(static_cast(L_12))), /*hidden argument*/NULL); NullCheck(G_B5_1); XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(G_B5_1, G_B5_0, L_7, L_10, L_13, /*hidden argument*/NULL); } IL_0062: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); RuntimeObject* L_15 = ___entity0; L_14->set_entity_17(L_15); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = __this->get_nextEntityId_63(); V_0 = L_17; int32_t L_18 = V_0; __this->set_nextEntityId_63(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; L_16->set_entityId_18(L_19); RuntimeObject* L_20 = ___entity0; if (!L_20) { goto IL_00ad; } } { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_21 = __this->get_currentEntities_72(); if (L_21) { goto IL_00a0; } } { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_22 = (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *)il2cpp_codegen_object_new(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697(L_22, /*hidden argument*/Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697_RuntimeMethod_var); __this->set_currentEntities_72(L_22); } IL_00a0: { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_23 = __this->get_currentEntities_72(); RuntimeObject* L_24 = ___entity0; RuntimeObject* L_25 = ___entity0; NullCheck(L_23); Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E_RuntimeMethod_var); } IL_00ad: { return; } } // System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); RuntimeObject* L_1 = L_0->get_entity_17(); if (!L_1) { goto IL_0024; } } { Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_2 = __this->get_currentEntities_72(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); RuntimeObject* L_4 = L_3->get_entity_17(); NullCheck(L_2); Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C(L_2, L_4, /*hidden argument*/Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C_RuntimeMethod_var); } IL_0024: { return; } } // System.Void System.Xml.XmlTextReaderImpl::PushParsingState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* V_0 = NULL; { ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_0 = __this->get_parsingStatesStack_40(); if (L_0) { goto IL_0016; } } { ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_1 = (ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)SZArrayNew(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_parsingStatesStack_40(L_1); goto IL_0055; } IL_0016: { int32_t L_2 = __this->get_parsingStatesStackTop_41(); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_3 = __this->get_parsingStatesStack_40(); NullCheck(L_3); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))) { goto IL_0055; } } { ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_4 = __this->get_parsingStatesStack_40(); NullCheck(L_4); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_5 = (ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)SZArrayNew(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)2))); V_0 = L_5; ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_6 = __this->get_parsingStatesStack_40(); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_7 = V_0; ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_8 = __this->get_parsingStatesStack_40(); NullCheck(L_8); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_9 = V_0; __this->set_parsingStatesStack_40(L_9); } IL_0055: { int32_t L_10 = __this->get_parsingStatesStackTop_41(); __this->set_parsingStatesStackTop_41(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_11 = __this->get_parsingStatesStack_40(); int32_t L_12 = __this->get_parsingStatesStackTop_41(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_13 = __this->get_ps_5(); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 )L_13); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5(); ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_14, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopParsingState() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_0, (bool)1, /*hidden argument*/NULL); ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_1 = __this->get_parsingStatesStack_40(); int32_t L_2 = __this->get_parsingStatesStackTop_41(); V_0 = L_2; int32_t L_3 = V_0; __this->set_parsingStatesStackTop_41(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; NullCheck(L_1); int32_t L_5 = L_4; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_6 = (L_1)->GetAt(static_cast(L_5)); __this->set_ps_5(L_6); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::IncrementalRead() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_m60207E0F8A0AB35AEBB22A0B69742C46D274AF20 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_IncrementalRead_m60207E0F8A0AB35AEBB22A0B69742C46D274AF20_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; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * V_5 = NULL; int32_t V_6 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; Il2CppChar V_11 = 0x0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * V_18 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B20_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B18_0 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B19_0 = NULL; int32_t G_B21_0 = 0; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B21_1 = NULL; { V_0 = 0; } IL_0002: { int32_t L_0 = __this->get_incReadLeftEndPos_53(); int32_t L_1 = __this->get_incReadLeftStartPos_52(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_00b7; } } IL_0017: try { // begin try (depth: 1) IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * L_3 = __this->get_incReadDecoder_48(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_chars_0(); int32_t L_6 = __this->get_incReadLeftStartPos_52(); int32_t L_7 = V_1; NullCheck(L_3); int32_t L_8 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Xml.IncrementalReadDecoder::Decode(System.Char[],System.Int32,System.Int32) */, L_3, L_5, L_6, L_7); V_4 = L_8; goto IL_0060; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0038; throw e; } CATCH_0038: { // begin catch(System.Xml.XmlException) V_5 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_9 = V_5; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_10 = __this->get_address_of_incReadLineInfo_50(); int32_t L_11 = L_10->get_lineNo_0(); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_12 = __this->get_address_of_incReadLineInfo_50(); int32_t L_13 = L_12->get_linePos_1(); XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC(__this, L_9, L_11, L_13, /*hidden argument*/NULL); V_6 = 0; goto IL_072c; } // end catch (depth: 1) IL_0060: { int32_t L_14 = V_4; int32_t L_15 = V_1; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0088; } } { int32_t L_16 = __this->get_incReadLeftStartPos_52(); int32_t L_17 = V_4; __this->set_incReadLeftStartPos_52(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_18 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_19 = L_18->get_address_of_linePos_1(); int32_t* L_20 = L_19; int32_t L_21 = *((int32_t*)L_20); int32_t L_22 = V_4; *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); int32_t L_23 = V_4; return L_23; } IL_0088: { __this->set_incReadLeftStartPos_52(0); __this->set_incReadLeftEndPos_53(0); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_24 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_25 = L_24->get_address_of_linePos_1(); int32_t* L_26 = L_25; int32_t L_27 = *((int32_t*)L_26); int32_t L_28 = V_4; *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * L_29 = __this->get_incReadDecoder_48(); NullCheck(L_29); bool L_30 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IncrementalReadDecoder::get_IsFull() */, L_29); if (!L_30) { goto IL_00b7; } } { int32_t L_31 = V_4; return L_31; } IL_00b7: { V_2 = 0; V_3 = 0; } IL_00bb: { int32_t L_32 = __this->get_incReadState_49(); V_9 = L_32; int32_t L_33 = V_9; switch (L_33) { case 0: { goto IL_01d7; } case 1: { goto IL_01d7; } case 2: { goto IL_00f7; } case 3: { goto IL_014e; } case 4: { goto IL_0122; } case 5: { goto IL_01d7; } case 6: { goto IL_01d7; } case 7: { goto IL_01b4; } case 8: { goto IL_017a; } case 9: { goto IL_01b2; } } } { goto IL_01d7; } IL_00f7: { bool L_34 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_34) { goto IL_06a4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_35 = __this->get_address_of_ps_5(); int32_t* L_36 = L_35->get_address_of_charPos_1(); int32_t* L_37 = L_36; int32_t L_38 = *((int32_t*)L_37); *((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)2)); __this->set_incReadState_49(0); goto IL_06a4; } IL_0122: { bool L_39 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, 8, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_39) { goto IL_06a4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5(); int32_t* L_41 = L_40->get_address_of_charPos_1(); int32_t* L_42 = L_41; int32_t L_43 = *((int32_t*)L_42); *((int32_t*)L_42) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)3)); __this->set_incReadState_49(0); goto IL_06a4; } IL_014e: { bool L_44 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, 4, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_44) { goto IL_06a4; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t* L_46 = L_45->get_address_of_charPos_1(); int32_t* L_47 = L_46; int32_t L_48 = *((int32_t*)L_47); *((int32_t*)L_47) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)3)); __this->set_incReadState_49(0); goto IL_06a4; } IL_017a: { __this->set_parsingFunction_6(7); int32_t L_49 = __this->get_index_11(); G_B18_0 = __this; if ((((int32_t)L_49) > ((int32_t)0))) { G_B20_0 = __this; goto IL_0198; } } { int32_t L_50 = __this->get_fragmentType_45(); G_B19_0 = G_B18_0; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)9))))) { G_B20_0 = G_B18_0; goto IL_0198; } } { G_B21_0 = 5; G_B21_1 = G_B19_0; goto IL_0199; } IL_0198: { G_B21_0 = 0; G_B21_1 = G_B20_0; } IL_0199: { NullCheck(G_B21_1); G_B21_1->set_nextParsingFunction_7(G_B21_0); XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_51 = __this->get_outerReader_74(); NullCheck(L_51); VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_51); __this->set_incReadState_49(((int32_t)9)); } IL_01b2: { int32_t L_52 = V_0; return L_52; } IL_01b4: { int32_t L_53 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_53) { goto IL_01c2; } } { XmlTextReaderImpl_ThrowUnclosedElements_m45E54C4179B944C7EA6FC6EBD91924C9134117C6(__this, /*hidden argument*/NULL); } IL_01c2: { __this->set_incReadState_49(0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charPos_1(); V_2 = L_55; int32_t L_56 = V_2; V_3 = L_56; } IL_01d7: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_58 = L_57->get_chars_0(); V_7 = L_58; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = L_59->get_charPos_1(); V_2 = L_60; int32_t L_61 = V_2; V_3 = L_61; } IL_01f2: { LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_62 = __this->get_address_of_incReadLineInfo_50(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5(); int32_t L_64 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_63, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_65, /*hidden argument*/NULL); LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_62, L_64, L_66, /*hidden argument*/NULL); int32_t L_67 = __this->get_incReadState_49(); if ((!(((uint32_t)L_67) == ((uint32_t)5)))) { goto IL_0249; } } { goto IL_0222; } IL_021e: { int32_t L_68 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0222: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_69 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = L_69->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_71 = V_7; int32_t L_72 = V_3; NullCheck(L_71); int32_t L_73 = L_72; uint16_t L_74 = (uint16_t)(L_71)->GetAt(static_cast(L_73)); uint16_t L_75 = L_74; V_10 = L_75; NullCheck(L_70); uint16_t L_76 = L_75; uint8_t L_77 = (L_70)->GetAt(static_cast(L_76)); if (!((int32_t)((int32_t)L_77&(int32_t)((int32_t)128)))) { goto IL_0264; } } { Il2CppChar L_78 = V_10; if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)47))))) { goto IL_021e; } } { goto IL_0264; } IL_0245: { int32_t L_79 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_0249: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_80 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = L_80->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = V_7; int32_t L_83 = V_3; NullCheck(L_82); int32_t L_84 = L_83; uint16_t L_85 = (uint16_t)(L_82)->GetAt(static_cast(L_84)); uint16_t L_86 = L_85; V_10 = L_86; NullCheck(L_81); uint16_t L_87 = L_86; uint8_t L_88 = (L_81)->GetAt(static_cast(L_87)); if (((int32_t)((int32_t)L_88&(int32_t)((int32_t)128)))) { goto IL_0245; } } IL_0264: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = V_7; int32_t L_90 = V_3; NullCheck(L_89); int32_t L_91 = L_90; uint16_t L_92 = (uint16_t)(L_89)->GetAt(static_cast(L_91)); if ((((int32_t)L_92) == ((int32_t)((int32_t)38)))) { goto IL_0274; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = V_7; int32_t L_94 = V_3; NullCheck(L_93); int32_t L_95 = L_94; uint16_t L_96 = (uint16_t)(L_93)->GetAt(static_cast(L_95)); if ((!(((uint32_t)L_96) == ((uint32_t)((int32_t)9))))) { goto IL_027d; } } IL_0274: { int32_t L_97 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); goto IL_01f2; } IL_027d: { int32_t L_98 = V_3; int32_t L_99 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99))) > ((int32_t)0))) { goto IL_0698; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = V_7; int32_t L_101 = V_3; NullCheck(L_100); int32_t L_102 = L_101; uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast(L_102)); V_11 = L_103; Il2CppChar L_104 = V_11; if ((!(((uint32_t)L_104) <= ((uint32_t)((int32_t)34))))) { goto IL_02ac; } } { Il2CppChar L_105 = V_11; if ((((int32_t)L_105) == ((int32_t)((int32_t)10)))) { goto IL_02dd; } } { Il2CppChar L_106 = V_11; if ((((int32_t)L_106) == ((int32_t)((int32_t)13)))) { goto IL_02ed; } } { Il2CppChar L_107 = V_11; if ((((int32_t)L_107) == ((int32_t)((int32_t)34)))) { goto IL_062f; } } { goto IL_067a; } IL_02ac: { Il2CppChar L_108 = V_11; if ((!(((uint32_t)L_108) <= ((uint32_t)((int32_t)47))))) { goto IL_02c9; } } { Il2CppChar L_109 = V_11; if ((((int32_t)L_109) == ((int32_t)((int32_t)39)))) { goto IL_062f; } } { Il2CppChar L_110 = V_11; if ((((int32_t)L_110) == ((int32_t)((int32_t)47)))) { goto IL_05d2; } } { goto IL_067a; } IL_02c9: { Il2CppChar L_111 = V_11; if ((((int32_t)L_111) == ((int32_t)((int32_t)60)))) { goto IL_0320; } } { Il2CppChar L_112 = V_11; if ((((int32_t)L_112) == ((int32_t)((int32_t)62)))) { goto IL_0616; } } { goto IL_067a; } IL_02dd: { int32_t L_113 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); int32_t L_114 = V_3; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_114, /*hidden argument*/NULL); goto IL_01f2; } IL_02ed: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_7; int32_t L_116 = V_3; NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)10))))) { goto IL_02fd; } } { int32_t L_119 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)2)); goto IL_0314; } IL_02fd: { int32_t L_120 = V_3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_121 = __this->get_address_of_ps_5(); int32_t L_122 = L_121->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1))) >= ((int32_t)L_122))) { goto IL_0691; } } { int32_t L_123 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_0314: { int32_t L_124 = V_3; XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_124, /*hidden argument*/NULL); goto IL_01f2; } IL_0320: { int32_t L_125 = __this->get_incReadState_49(); if (!L_125) { goto IL_0331; } } { int32_t L_126 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); goto IL_01f2; } IL_0331: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_127 = __this->get_address_of_ps_5(); int32_t L_128 = L_127->get_charsUsed_2(); int32_t L_129 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_128, (int32_t)L_129))) < ((int32_t)2))) { goto IL_0691; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = V_7; int32_t L_131 = V_3; NullCheck(L_130); int32_t L_132 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); uint16_t L_133 = (uint16_t)(L_130)->GetAt(static_cast(L_132)); V_11 = L_133; Il2CppChar L_134 = V_11; if ((((int32_t)L_134) == ((int32_t)((int32_t)33)))) { goto IL_0374; } } { Il2CppChar L_135 = V_11; if ((((int32_t)L_135) == ((int32_t)((int32_t)47)))) { goto IL_03e5; } } { Il2CppChar L_136 = V_11; if ((!(((uint32_t)L_136) == ((uint32_t)((int32_t)63))))) { goto IL_050f; } } { int32_t L_137 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)2)); __this->set_incReadState_49(2); goto IL_0698; } IL_0374: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_138 = __this->get_address_of_ps_5(); int32_t L_139 = L_138->get_charsUsed_2(); int32_t L_140 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_140))) < ((int32_t)4))) { goto IL_0691; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_141 = V_7; int32_t L_142 = V_3; NullCheck(L_141); int32_t L_143 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)2)); uint16_t L_144 = (uint16_t)(L_141)->GetAt(static_cast(L_143)); if ((!(((uint32_t)L_144) == ((uint32_t)((int32_t)45))))) { goto IL_03ab; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_145 = V_7; int32_t L_146 = V_3; NullCheck(L_145); int32_t L_147 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)3)); uint16_t L_148 = (uint16_t)(L_145)->GetAt(static_cast(L_147)); if ((!(((uint32_t)L_148) == ((uint32_t)((int32_t)45))))) { goto IL_03ab; } } { int32_t L_149 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)4)); __this->set_incReadState_49(4); goto IL_0698; } IL_03ab: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_150 = __this->get_address_of_ps_5(); int32_t L_151 = L_150->get_charsUsed_2(); int32_t L_152 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_152))) < ((int32_t)((int32_t)9)))) { goto IL_0691; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = V_7; int32_t L_154 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_155 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_153, ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)2)), 7, _stringLiteral65F9BA3E3CDFFA500D8B5A924B3AD7C64800C996, /*hidden argument*/NULL); if (!L_155) { goto IL_01f2; } } { int32_t L_156 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)((int32_t)9))); __this->set_incReadState_49(3); goto IL_0698; } IL_03e5: { int32_t L_157 = XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906(__this, (bool)1, 2, (int32_t*)(&V_12), /*hidden argument*/NULL); V_13 = L_157; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = V_7; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5(); int32_t L_160 = L_159->get_charPos_1(); int32_t L_161 = V_13; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_162 = __this->get_address_of_ps_5(); int32_t L_163 = L_162->get_charPos_1(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_164 = __this->get_curNode_10(); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_165 = __this->get_nameTable_19(); NullCheck(L_164); String_t* L_166 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_164, L_165, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_167 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_158, ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_161, (int32_t)L_163)), (int32_t)2)), L_166, /*hidden argument*/NULL); if (!L_167) { goto IL_04ee; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_168 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_169 = L_168->get_chars_0(); int32_t L_170 = V_13; NullCheck(L_169); int32_t L_171 = L_170; uint16_t L_172 = (uint16_t)(L_169)->GetAt(static_cast(L_171)); if ((((int32_t)L_172) == ((int32_t)((int32_t)62)))) { goto IL_045b; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_173 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_174 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_175 = L_174->get_chars_0(); int32_t L_176 = V_13; NullCheck(L_175); int32_t L_177 = L_176; uint16_t L_178 = (uint16_t)(L_175)->GetAt(static_cast(L_177)); bool L_179 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_173, L_178, /*hidden argument*/NULL); if (!L_179) { goto IL_04ee; } } IL_045b: { int32_t L_180 = __this->get_incReadDepth_51(); V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)1)); int32_t L_181 = V_14; __this->set_incReadDepth_51(L_181); int32_t L_182 = V_14; if ((((int32_t)L_182) <= ((int32_t)0))) { goto IL_047c; } } { int32_t L_183 = V_13; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)1)); goto IL_01f2; } IL_047c: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_184 = __this->get_address_of_ps_5(); int32_t L_185 = V_13; L_184->set_charPos_1(L_185); XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_186 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_187 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_188 = L_187->get_chars_0(); int32_t L_189 = V_13; NullCheck(L_188); int32_t L_190 = L_189; uint16_t L_191 = (uint16_t)(L_188)->GetAt(static_cast(L_190)); bool L_192 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_186, L_191, /*hidden argument*/NULL); if (!L_192) { goto IL_04ac; } } { XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_04ac: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_193 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_194 = L_193->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_195 = __this->get_address_of_ps_5(); int32_t L_196 = L_195->get_charPos_1(); NullCheck(L_194); int32_t L_197 = L_196; uint16_t L_198 = (uint16_t)(L_194)->GetAt(static_cast(L_197)); if ((((int32_t)L_198) == ((int32_t)((int32_t)62)))) { goto IL_04d2; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL); } IL_04d2: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_199 = __this->get_address_of_ps_5(); int32_t* L_200 = L_199->get_address_of_charPos_1(); int32_t* L_201 = L_200; int32_t L_202 = *((int32_t*)L_201); *((int32_t*)L_201) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)); __this->set_incReadState_49(8); goto IL_0002; } IL_04ee: { int32_t L_203 = V_13; V_3 = L_203; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_204 = __this->get_address_of_ps_5(); int32_t L_205 = L_204->get_charPos_1(); V_2 = L_205; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_206 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_207 = L_206->get_chars_0(); V_7 = L_207; goto IL_01f2; } IL_050f: { int32_t L_208 = XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906(__this, (bool)1, 1, (int32_t*)(&V_15), /*hidden argument*/NULL); V_16 = L_208; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_209 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_210 = L_209->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_211 = __this->get_address_of_ps_5(); int32_t L_212 = L_211->get_charPos_1(); int32_t L_213 = V_16; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_214 = __this->get_address_of_ps_5(); int32_t L_215 = L_214->get_charPos_1(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_216 = __this->get_curNode_10(); NullCheck(L_216); String_t* L_217 = L_216->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_218 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_210, ((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_213, (int32_t)L_215)), (int32_t)1)), L_217, /*hidden argument*/NULL); if (!L_218) { goto IL_05b1; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_219 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_220 = L_219->get_chars_0(); int32_t L_221 = V_16; NullCheck(L_220); int32_t L_222 = L_221; uint16_t L_223 = (uint16_t)(L_220)->GetAt(static_cast(L_222)); if ((((int32_t)L_223) == ((int32_t)((int32_t)62)))) { goto IL_0594; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_224 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_225 = L_224->get_chars_0(); int32_t L_226 = V_16; NullCheck(L_225); int32_t L_227 = L_226; uint16_t L_228 = (uint16_t)(L_225)->GetAt(static_cast(L_227)); if ((((int32_t)L_228) == ((int32_t)((int32_t)47)))) { goto IL_0594; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_229 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_230 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_231 = L_230->get_chars_0(); int32_t L_232 = V_16; NullCheck(L_231); int32_t L_233 = L_232; uint16_t L_234 = (uint16_t)(L_231)->GetAt(static_cast(L_233)); bool L_235 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_229, L_234, /*hidden argument*/NULL); if (!L_235) { goto IL_05b1; } } IL_0594: { int32_t L_236 = __this->get_incReadDepth_51(); __this->set_incReadDepth_51(((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)1))); __this->set_incReadState_49(5); int32_t L_237 = V_16; V_3 = L_237; goto IL_0698; } IL_05b1: { int32_t L_238 = V_16; V_3 = L_238; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_239 = __this->get_address_of_ps_5(); int32_t L_240 = L_239->get_charPos_1(); V_2 = L_240; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_241 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_242 = L_241->get_chars_0(); V_7 = L_242; goto IL_01f2; } IL_05d2: { int32_t L_243 = __this->get_incReadState_49(); if ((!(((uint32_t)L_243) == ((uint32_t)5)))) { goto IL_060d; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_244 = __this->get_address_of_ps_5(); int32_t L_245 = L_244->get_charsUsed_2(); int32_t L_246 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_245, (int32_t)L_246))) < ((int32_t)2))) { goto IL_0691; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_247 = V_7; int32_t L_248 = V_3; NullCheck(L_247); int32_t L_249 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)1)); uint16_t L_250 = (uint16_t)(L_247)->GetAt(static_cast(L_249)); if ((!(((uint32_t)L_250) == ((uint32_t)((int32_t)62))))) { goto IL_060d; } } { __this->set_incReadState_49(0); int32_t L_251 = __this->get_incReadDepth_51(); __this->set_incReadDepth_51(((int32_t)il2cpp_codegen_subtract((int32_t)L_251, (int32_t)1))); } IL_060d: { int32_t L_252 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)1)); goto IL_01f2; } IL_0616: { int32_t L_253 = __this->get_incReadState_49(); if ((!(((uint32_t)L_253) == ((uint32_t)5)))) { goto IL_0626; } } { __this->set_incReadState_49(0); } IL_0626: { int32_t L_254 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)1)); goto IL_01f2; } IL_062f: { int32_t L_255 = __this->get_incReadState_49(); V_9 = L_255; int32_t L_256 = V_9; if ((((int32_t)L_256) == ((int32_t)5))) { goto IL_065b; } } { int32_t L_257 = V_9; if ((!(((uint32_t)L_257) == ((uint32_t)6)))) { goto IL_0671; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_258 = V_7; int32_t L_259 = V_3; NullCheck(L_258); int32_t L_260 = L_259; uint16_t L_261 = (uint16_t)(L_258)->GetAt(static_cast(L_260)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_262 = __this->get_curNode_10(); NullCheck(L_262); Il2CppChar L_263 = L_262->get_quoteChar_12(); if ((!(((uint32_t)L_261) == ((uint32_t)L_263)))) { goto IL_0671; } } { __this->set_incReadState_49(5); goto IL_0671; } IL_065b: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_264 = __this->get_curNode_10(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_265 = V_7; int32_t L_266 = V_3; NullCheck(L_265); int32_t L_267 = L_266; uint16_t L_268 = (uint16_t)(L_265)->GetAt(static_cast(L_267)); NullCheck(L_264); L_264->set_quoteChar_12(L_268); __this->set_incReadState_49(6); } IL_0671: { int32_t L_269 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_269, (int32_t)1)); goto IL_01f2; } IL_067a: { int32_t L_270 = V_3; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_271 = __this->get_address_of_ps_5(); int32_t L_272 = L_271->get_charsUsed_2(); if ((((int32_t)L_270) == ((int32_t)L_272))) { goto IL_0691; } } { int32_t L_273 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_273, (int32_t)1)); goto IL_01f2; } IL_0691: { __this->set_incReadState_49(7); } IL_0698: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_274 = __this->get_address_of_ps_5(); int32_t L_275 = V_3; L_274->set_charPos_1(L_275); } IL_06a4: { int32_t L_276 = V_3; int32_t L_277 = V_2; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_276, (int32_t)L_277)); int32_t L_278 = V_8; if ((((int32_t)L_278) <= ((int32_t)0))) { goto IL_00bb; } } IL_06b1: try { // begin try (depth: 1) IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * L_279 = __this->get_incReadDecoder_48(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_280 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_281 = L_280->get_chars_0(); int32_t L_282 = V_2; int32_t L_283 = V_8; NullCheck(L_279); int32_t L_284 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Xml.IncrementalReadDecoder::Decode(System.Char[],System.Int32,System.Int32) */, L_279, L_281, L_282, L_283); V_17 = L_284; goto IL_06f3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_06ce; throw e; } CATCH_06ce: { // begin catch(System.Xml.XmlException) V_18 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_285 = V_18; LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_286 = __this->get_address_of_incReadLineInfo_50(); int32_t L_287 = L_286->get_lineNo_0(); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_288 = __this->get_address_of_incReadLineInfo_50(); int32_t L_289 = L_288->get_linePos_1(); XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC(__this, L_285, L_287, L_289, /*hidden argument*/NULL); V_6 = 0; goto IL_072c; } // end catch (depth: 1) IL_06f3: { int32_t L_290 = V_0; int32_t L_291 = V_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_290, (int32_t)L_291)); IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * L_292 = __this->get_incReadDecoder_48(); NullCheck(L_292); bool L_293 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IncrementalReadDecoder::get_IsFull() */, L_292); if (!L_293) { goto IL_00bb; } } { int32_t L_294 = V_2; int32_t L_295 = V_17; __this->set_incReadLeftStartPos_52(((int32_t)il2cpp_codegen_add((int32_t)L_294, (int32_t)L_295))); int32_t L_296 = V_3; __this->set_incReadLeftEndPos_53(L_296); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_297 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_298 = L_297->get_address_of_linePos_1(); int32_t* L_299 = L_298; int32_t L_300 = *((int32_t*)L_299); int32_t L_301 = V_17; *((int32_t*)L_299) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_300, (int32_t)L_301)); int32_t L_302 = V_0; return L_302; } IL_072c: { int32_t L_303 = V_6; return L_303; } } // System.Void System.Xml.XmlTextReaderImpl::FinishIncrementalRead() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mE9A0F8C5E82F69349691474445EF0FAA33F76950 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_FinishIncrementalRead_mE9A0F8C5E82F69349691474445EF0FAA33F76950_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 * L_0 = (IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 *)il2cpp_codegen_object_new(IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663_il2cpp_TypeInfo_var); IncrementalReadDummyDecoder__ctor_m677829CAEBAA834D7DD7BEECBE906BDE54E128A3(L_0, /*hidden argument*/NULL); __this->set_incReadDecoder_48(L_0); XmlTextReaderImpl_IncrementalRead_m60207E0F8A0AB35AEBB22A0B69742C46D274AF20(__this, /*hidden argument*/NULL); __this->set_incReadDecoder_48((IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 *)NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseFragmentAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_m42BD5A51FEAAF18BC682FB915C443A0E2FEC1C31 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if (L_1) { goto IL_003b; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_type_1(2); __this->set_curAttrIndex_12(0); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charPos_1(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = __this->get_curNode_10(); XmlTextReaderImpl_ParseAttributeValueSlow_mB028BA9090C6BC83E94C33E956F3F00999E52F84(__this, L_4, ((int32_t)32), L_5, /*hidden argument*/NULL); goto IL_0043; } IL_003b: { __this->set_parsingFunction_6(((int32_t)22)); } IL_0043: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, __this); if (!L_6) { goto IL_0055; } } { __this->set_parsingFunction_6(((int32_t)15)); return (bool)1; } IL_0055: { XmlTextReaderImpl_OnEof_m4369F4464A78DD4869E22E1EA6559977D7E9CF89(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseAttributeValueChunk() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_m1EC8E20B261FC3B08CD652B0D212AC5408282311 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseAttributeValueChunk_m1EC8E20B261FC3B08CD652B0D212AC5408282311_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0(); V_0 = L_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_1 = L_3; int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_attrCount_13(); int32_t L_6 = __this->get_index_11(); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), /*hidden argument*/NULL); __this->set_curNode_10(L_7); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_10(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_9, /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_11, /*hidden argument*/NULL); NullCheck(L_8); NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_8, L_10, L_12, /*hidden argument*/NULL); bool L_13 = __this->get_emptyEntityInAttributeResolved_55(); if (!L_13) { goto IL_0082; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_14 = __this->get_curNode_10(); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_14); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_14, 3, L_15, /*hidden argument*/NULL); __this->set_emptyEntityInAttributeResolved_55((bool)0); return (bool)1; } IL_007e: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0082: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_17 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17->get_charProperties_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); uint16_t L_23 = L_22; uint8_t L_24 = (L_18)->GetAt(static_cast(L_23)); if (((int32_t)((int32_t)L_24&(int32_t)((int32_t)128)))) { goto IL_007e; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_0; int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); V_2 = L_28; Il2CppChar L_29 = V_2; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)38))))) { goto IL_00ce; } } { Il2CppChar L_30 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)9)))) { case 0: { goto IL_00e8; } case 1: { goto IL_00e8; } case 2: { goto IL_021f; } case 3: { goto IL_021f; } case 4: { goto IL_00e2; } } } { Il2CppChar L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)34)))) { goto IL_00fb; } } { Il2CppChar L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)38)))) { goto IL_011a; } } { goto IL_021f; } IL_00ce: { Il2CppChar L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)39)))) { goto IL_00fb; } } { Il2CppChar L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)((int32_t)60)))) { goto IL_0101; } } { Il2CppChar L_35 = V_2; if ((((int32_t)L_35) == ((int32_t)((int32_t)62)))) { goto IL_00fb; } } { goto IL_021f; } IL_00e2: { int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); goto IL_0082; } IL_00e8: { bool L_37 = __this->get_normalize_23(); if (!L_37) { goto IL_00f5; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_0; int32_t L_39 = V_1; NullCheck(L_38); (L_38)->SetAt(static_cast(L_39), (Il2CppChar)((int32_t)32)); } IL_00f5: { int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); goto IL_0082; } IL_00fb: { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); goto IL_0082; } IL_0101: { int32_t L_42 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)60), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_42, _stringLiteralA5DD71B34216A7F77AFE01A40B002C9E275B6967, L_43, /*hidden argument*/NULL); goto IL_0271; } IL_011a: { int32_t L_44 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_46))) <= ((int32_t)0))) { goto IL_014f; } } { StringBuilder_t * L_47 = __this->get_stringBuilder_60(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_48 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); int32_t L_51 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_charPos_1(); NullCheck(L_47); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_47, L_48, L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_53)), /*hidden argument*/NULL); } IL_014f: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = V_1; L_54->set_charPos_1(L_55); int32_t L_56 = XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07(__this, (bool)1, 2, (int32_t*)(&V_1), /*hidden argument*/NULL); V_3 = L_56; int32_t L_57 = V_3; if ((!(((uint32_t)L_57) > ((uint32_t)2)))) { goto IL_0173; } } { int32_t L_58 = V_3; if ((((int32_t)L_58) == ((int32_t)6))) { goto IL_01c5; } } { goto IL_020e; } IL_0173: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = L_59->get_chars_0(); V_0 = L_60; bool L_61 = __this->get_normalize_23(); if (!L_61) { goto IL_020e; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_62 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_64 = __this->get_address_of_ps_5(); int32_t L_65 = L_64->get_charPos_1(); NullCheck(L_63); int32_t L_66 = L_65; uint16_t L_67 = (uint16_t)(L_63)->GetAt(static_cast(L_66)); bool L_68 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_62, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_020e; } } { int32_t L_69 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5(); int32_t L_71 = L_70->get_charPos_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_71))) == ((uint32_t)1)))) { goto IL_020e; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_72 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_73 = __this->get_address_of_ps_5(); int32_t L_74 = L_73->get_charPos_1(); NullCheck(L_72); (L_72)->SetAt(static_cast(L_74), (Il2CppChar)((int32_t)32)); goto IL_020e; } IL_01c5: { StringBuilder_t * L_75 = __this->get_stringBuilder_60(); NullCheck(L_75); int32_t L_76 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_02f6; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_77 = __this->get_curNode_10(); NullCheck(L_77); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_78 = L_77->get_address_of_lineInfo_10(); int32_t* L_79 = L_78->get_address_of_linePos_1(); int32_t* L_80 = L_79; int32_t L_81 = *((int32_t*)L_80); *((int32_t*)L_80) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5(); int32_t* L_83 = L_82->get_address_of_charPos_1(); int32_t* L_84 = L_83; int32_t L_85 = *((int32_t*)L_84); *((int32_t*)L_84) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_86 = __this->get_curNode_10(); String_t* L_87 = XmlTextReaderImpl_ParseEntityName_m4EDE2D5D6FE2FB1D4F8F8498CE9340F6CD00357A(__this, /*hidden argument*/NULL); NullCheck(L_86); NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_86, 5, L_87, /*hidden argument*/NULL); return (bool)1; } IL_020e: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = L_88->get_chars_0(); V_0 = L_89; goto IL_0082; } IL_021f: { int32_t L_90 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_91 = __this->get_address_of_ps_5(); int32_t L_92 = L_91->get_charsUsed_2(); if ((((int32_t)L_90) == ((int32_t)L_92))) { goto IL_0271; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = V_0; int32_t L_94 = V_1; NullCheck(L_93); int32_t L_95 = L_94; uint16_t L_96 = (uint16_t)(L_93)->GetAt(static_cast(L_95)); bool L_97 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_025e; } } { int32_t L_98 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5(); int32_t L_100 = L_99->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1))) == ((int32_t)L_100))) { goto IL_0271; } } { int32_t L_101 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = V_0; int32_t L_103 = V_1; NullCheck(L_102); int32_t L_104 = L_103; uint16_t L_105 = (uint16_t)(L_102)->GetAt(static_cast(L_104)); bool L_106 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_105, /*hidden argument*/NULL); if (!L_106) { goto IL_025e; } } { int32_t L_107 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); goto IL_0082; } IL_025e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_108 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_109 = __this->get_address_of_ps_5(); int32_t L_110 = L_109->get_charsUsed_2(); int32_t L_111 = V_1; XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_108, L_110, L_111, /*hidden argument*/NULL); } IL_0271: { int32_t L_112 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = L_113->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)L_114))) <= ((int32_t)0))) { goto IL_02b2; } } { StringBuilder_t * L_115 = __this->get_stringBuilder_60(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_117 = __this->get_address_of_ps_5(); int32_t L_118 = L_117->get_charPos_1(); int32_t L_119 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_120 = __this->get_address_of_ps_5(); int32_t L_121 = L_120->get_charPos_1(); NullCheck(L_115); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_115, L_116, L_118, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_121)), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_122 = __this->get_address_of_ps_5(); int32_t L_123 = V_1; L_122->set_charPos_1(L_123); } IL_02b2: { int32_t L_124 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_124) { goto IL_02d9; } } { StringBuilder_t * L_125 = __this->get_stringBuilder_60(); NullCheck(L_125); int32_t L_126 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_125, /*hidden argument*/NULL); if ((((int32_t)L_126) > ((int32_t)0))) { goto IL_02f6; } } { bool L_127 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)0, /*hidden argument*/NULL); if (!L_127) { goto IL_02d9; } } { XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m27F2C9A9CDB53828A45F2267C85F2FB50062A7EA(__this, /*hidden argument*/NULL); return (bool)1; } IL_02d9: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_128 = __this->get_address_of_ps_5(); int32_t L_129 = L_128->get_charPos_1(); V_1 = L_129; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_131 = L_130->get_chars_0(); V_0 = L_131; goto IL_0082; } IL_02f6: { int32_t L_132 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_133 = __this->get_address_of_ps_5(); int32_t L_134 = L_133->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)L_134))) <= ((int32_t)0))) { goto IL_0337; } } { StringBuilder_t * L_135 = __this->get_stringBuilder_60(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_136 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_137 = __this->get_address_of_ps_5(); int32_t L_138 = L_137->get_charPos_1(); int32_t L_139 = V_1; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_140 = __this->get_address_of_ps_5(); int32_t L_141 = L_140->get_charPos_1(); NullCheck(L_135); StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_135, L_136, L_138, ((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_141)), /*hidden argument*/NULL); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_142 = __this->get_address_of_ps_5(); int32_t L_143 = V_1; L_142->set_charPos_1(L_143); } IL_0337: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_144 = __this->get_curNode_10(); StringBuilder_t * L_145 = __this->get_stringBuilder_60(); NullCheck(L_145); String_t* L_146 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_145); NullCheck(L_144); NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_144, 3, L_146, /*hidden argument*/NULL); StringBuilder_t * L_147 = __this->get_stringBuilder_60(); NullCheck(L_147); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_147, 0, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ParseXmlDeclarationFragment() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_mC0B73C0A63F415D5AB244E8381F053E4C2002CF8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseXmlDeclarationFragment_mC0B73C0A63F415D5AB244E8381F053E4C2002CF8_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)0, /*hidden argument*/NULL); goto IL_0022; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000a; throw e; } CATCH_000a: { // begin catch(System.Xml.XmlException) V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_0 = V_0; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_1 = V_0; NullCheck(L_1); int32_t L_2 = XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC(L_1, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_3 = V_0; NullCheck(L_3); int32_t L_4 = XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E(L_3, /*hidden argument*/NULL); XmlTextReaderImpl_ReThrow_m5058E33D0E7C2F8803A2AFFD5FF3CEFC7D921CFC(__this, L_0, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)6)), /*hidden argument*/NULL); goto IL_0022; } // end catch (depth: 1) IL_0022: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; String_t* L_1 = ___expectedToken1; XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, const RuntimeMethod* method) { { String_t* L_0 = ___expectedToken10; XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___expectedToken11; String_t* L_3 = ___expectedToken22; XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_0015; } } { XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); } IL_0015: { String_t* L_2 = ___expectedToken21; if (!L_2) { goto IL_0036; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_4; String_t* L_7 = ___expectedToken10; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (String_t*)L_7); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_6; String_t* L_9 = ___expectedToken21; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(2), (String_t*)L_9); XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4, L_8, /*hidden argument*/NULL); return; } IL_0036: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10; String_t* L_12 = V_0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (String_t*)L_12); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11; String_t* L_14 = ___expectedToken10; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (String_t*)L_14); XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457, L_13, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m3EEEBD05D8D90AFFA4F6644DF647DCAD367D72C7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method) { { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A(__this, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001a; } } { return (String_t*)NULL; } IL_001a: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_4 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); NullCheck(L_6); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); bool L_11 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_4, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0095; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0052; } IL_004e: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_15 = __this->get_address_of_xmlCharType_4(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); bool L_21 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_15, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_004e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = L_24->get_charPos_1(); int32_t L_26 = V_0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charPos_1(); String_t* L_29 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_23, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28)), /*hidden argument*/NULL); return L_29; } IL_0095: { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30->get_chars_0(); ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5(); int32_t L_33 = L_32->get_charPos_1(); String_t* L_34 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_31, L_33, 1, /*hidden argument*/NULL); return L_34; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowExpectingWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowExpectingWhitespace_mF5F210B7F554EBB2A013BB4E2CD275DB48A21515_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___pos0; String_t* L_1 = XmlTextReaderImpl_ParseUnexpectedToken_m3EEEBD05D8D90AFFA4F6644DF647DCAD367D72C7(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { goto IL_0018; } } { int32_t L_3 = ___pos0; XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_3, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL); return; } IL_0018: { int32_t L_4 = ___pos0; String_t* L_5 = V_0; XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_4, _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, L_5, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_19(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_0, L_1); ___name0 = L_2; String_t* L_3 = ___name0; if (L_3) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_4 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_004d; } IL_001e: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = __this->get_nodes_9(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = L_8->get_localName_2(); String_t* L_10 = ___name0; bool L_11 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_12 = __this->get_nodes_9(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = L_15->get_prefix_3(); NullCheck(L_16); int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0049; } } { int32_t L_18 = V_0; return L_18; } IL_0049: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004d: { int32_t L_20 = V_0; int32_t L_21 = __this->get_index_11(); int32_t L_22 = __this->get_attrCount_13(); if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), (int32_t)1))))) { goto IL_001e; } } { return (-1); } } // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_19(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_0, L_1); ___name0 = L_2; String_t* L_3 = ___name0; if (L_3) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_4 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_003f; } IL_001e: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = __this->get_nodes_9(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = (L_5)->GetAt(static_cast(L_7)); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = __this->get_nameTable_19(); NullCheck(L_8); String_t* L_10 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_8, L_9, /*hidden argument*/NULL); String_t* L_11 = ___name0; bool L_12 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003b; } } { int32_t L_13 = V_0; return L_13; } IL_003b: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003f: { int32_t L_15 = V_0; int32_t L_16 = __this->get_index_11(); int32_t L_17 = __this->get_attrCount_13(); if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1))))) { goto IL_001e; } } { return (-1); } } // System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method) { { bool L_0 = __this->get_v1Compat_36(); if (!L_0) { goto IL_004e; } } { int32_t L_1 = ___pos0; ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))))) { goto IL_004e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_chars_0(); int32_t L_6 = ___pos0; NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast(L_7)); if (L_8) { goto IL_004e; } } { int32_t L_9 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL); if (L_9) { goto IL_004e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5(); bool L_11 = L_10->get_isStreamEof_16(); if (!L_11) { goto IL_004e; } } { ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5(); int32_t* L_13 = L_12->get_address_of_charsUsed_2(); int32_t* L_14 = L_13; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); return (bool)1; } IL_004e: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext() extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var); RuntimeObject* L_0 = DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_2 = __this->get_fragmentParserContext_46(); NullCheck(L_2); String_t* L_3 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_2, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_4 = __this->get_fragmentParserContext_46(); NullCheck(L_4); String_t* L_5 = XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784(L_4, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_6 = __this->get_fragmentParserContext_46(); NullCheck(L_6); String_t* L_7 = XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954(L_6, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = __this->get_fragmentParserContext_46(); NullCheck(L_8); String_t* L_9 = XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10(L_8, /*hidden argument*/NULL); XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_10 = __this->get_fragmentParserContext_46(); NullCheck(L_10); String_t* L_11 = XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897(L_10, /*hidden argument*/NULL); DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_12 = (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 *)il2cpp_codegen_object_new(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33(L_12, __this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_13 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var, L_1, L_3, L_5, L_7, L_9, L_11, L_12); __this->set_dtdInfo_44(L_13); bool L_14 = __this->get_validatingReaderCompatFlag_58(); if (L_14) { goto IL_005f; } } { bool L_15 = __this->get_v1Compat_36(); if (L_15) { goto IL_0080; } } IL_005f: { RuntimeObject* L_16 = __this->get_dtdInfo_44(); NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0079; } } { RuntimeObject* L_18 = __this->get_dtdInfo_44(); NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_0080; } } IL_0079: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_0080: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextContentNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_m8A96FCF36DFE418E280635DDB9EBA35B2CFC99B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___moveIfOnContentNode0, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_0052; } case 1: { goto IL_0057; } case 2: { goto IL_0057; } case 3: { goto IL_005c; } case 4: { goto IL_0069; } case 5: { goto IL_006b; } case 6: { goto IL_006b; } case 7: { goto IL_0069; } case 8: { goto IL_0069; } case 9: { goto IL_0069; } case 10: { goto IL_0069; } case 11: { goto IL_0057; } case 12: { goto IL_0057; } case 13: { goto IL_0069; } case 14: { goto IL_006b; } } } { goto IL_0069; } IL_0052: { bool L_3 = ___moveIfOnContentNode0; return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0057: { bool L_4 = ___moveIfOnContentNode0; if (L_4) { goto IL_006b; } } { return (bool)1; } IL_005c: { XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_5 = __this->get_outerReader_74(); NullCheck(L_5); VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_5); goto IL_006b; } IL_0069: { return (bool)0; } IL_006b: { ___moveIfOnContentNode0 = (bool)0; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = __this->get_outerReader_74(); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_6); if (L_7) { goto IL_0000; } } { return (bool)0; } } // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::get_DtdInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdInfo_m991AFBCA8BE5D893E65B91E37B12AB55E8CC6804 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_dtdInfo_44(); return L_0; } } // System.Void System.Xml.XmlTextReaderImpl::SetDtdInfo(System.Xml.IDtdInfo) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetDtdInfo_m2A54AE744D004FB4CCC3404333029748B5076C3F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___newDtdInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_SetDtdInfo_m2A54AE744D004FB4CCC3404333029748B5076C3F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___newDtdInfo0; __this->set_dtdInfo_44(L_0); RuntimeObject* L_1 = __this->get_dtdInfo_44(); if (!L_1) { goto IL_0040; } } { bool L_2 = __this->get_validatingReaderCompatFlag_58(); if (L_2) { goto IL_001f; } } { bool L_3 = __this->get_v1Compat_36(); if (L_3) { goto IL_0040; } } IL_001f: { RuntimeObject* L_4 = __this->get_dtdInfo_44(); NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0039; } } { RuntimeObject* L_6 = __this->get_dtdInfo_44(); NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_0040; } } IL_0039: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_0040: { return; } } // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; __this->set_validatingReaderCompatFlag_58(L_0); bool L_1 = ___value0; if (!L_1) { goto IL_003d; } } { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = __this->get_nameTable_19(); NullCheck(L_2); VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = __this->get_nameTable_19(); NullCheck(L_3); VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_4 = __this->get_nameTable_19(); NullCheck(L_4); VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteralB489FAE1CBFABCE0059F15C1FC2116E35BE740A8); } IL_003d: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::AddDefaultAttributeDtd(System.Xml.IDtdDefaultAttributeInfo,System.Boolean,System.Xml.XmlTextReaderImpl_NodeData[]) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mACBFB101DB7D1A4A6797577B20E23855C4592793 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___defAttrInfo0, bool ___definedInDtd1, NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* ___nameSortedNodeData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_AddDefaultAttributeDtd_mACBFB101DB7D1A4A6797577B20E23855C4592793_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_2 = NULL; int32_t V_3 = 0; { RuntimeObject* L_0 = ___defAttrInfo0; NullCheck(L_0); String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0015; } } { __this->set_attrNeedNamespaceLookup_16((bool)1); } IL_0015: { RuntimeObject* L_3 = ___defAttrInfo0; NullCheck(L_3); String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_3); V_0 = L_4; RuntimeObject* L_5 = ___defAttrInfo0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_5); V_1 = L_6; NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = ___nameSortedNodeData2; if (!L_7) { goto IL_0037; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_8 = ___nameSortedNodeData2; RuntimeObject* L_9 = ___defAttrInfo0; IL2CPP_RUNTIME_CLASS_INIT(DtdDefaultAttributeInfoToNodeDataComparer_t0B9FEF7A80832980C3E32D47BE835964E8B423B7_il2cpp_TypeInfo_var); RuntimeObject* L_10 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m874469D09ABF5CCAC32A665B40B6CC9FD88B3638(/*hidden argument*/NULL); int32_t L_11 = Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_8, L_9, L_10, /*hidden argument*/Array_BinarySearch_TisRuntimeObject_mF16B3C3DE54EE905A6E5C7FEF67F6EA268154194_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_007a; } } { return (bool)0; } IL_0037: { int32_t L_12 = __this->get_index_11(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0068; } IL_0042: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_13 = __this->get_nodes_9(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17 = L_16->get_localName_2(); String_t* L_18 = V_0; if ((!(((RuntimeObject*)(String_t*)L_17) == ((RuntimeObject*)(String_t*)L_18)))) { goto IL_0064; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_19 = __this->get_nodes_9(); int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); String_t* L_23 = L_22->get_prefix_3(); String_t* L_24 = V_1; if ((!(((RuntimeObject*)(String_t*)L_23) == ((RuntimeObject*)(String_t*)L_24)))) { goto IL_0064; } } { return (bool)0; } IL_0064: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0068: { int32_t L_26 = V_3; int32_t L_27 = __this->get_index_11(); int32_t L_28 = __this->get_attrCount_13(); if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), (int32_t)L_28))))) { goto IL_0042; } } IL_007a: { RuntimeObject* L_29 = ___defAttrInfo0; NullCheck(L_29); String_t* L_30 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_29); RuntimeObject* L_31 = ___defAttrInfo0; NullCheck(L_31); String_t* L_32 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_31); RuntimeObject* L_33 = ___defAttrInfo0; NullCheck(L_33); String_t* L_34 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdDefaultAttributeInfo::get_DefaultValueExpanded() */, IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A_il2cpp_TypeInfo_var, L_33); RuntimeObject* L_35 = ___defAttrInfo0; NullCheck(L_35); int32_t L_36 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IDtdAttributeInfo::get_LineNumber() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_35); RuntimeObject* L_37 = ___defAttrInfo0; NullCheck(L_37); int32_t L_38 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 System.Xml.IDtdAttributeInfo::get_LinePosition() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_37); RuntimeObject* L_39 = ___defAttrInfo0; NullCheck(L_39); int32_t L_40 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IDtdDefaultAttributeInfo::get_ValueLineNumber() */, IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A_il2cpp_TypeInfo_var, L_39); RuntimeObject* L_41 = ___defAttrInfo0; NullCheck(L_41); int32_t L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 System.Xml.IDtdDefaultAttributeInfo::get_ValueLinePosition() */, IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A_il2cpp_TypeInfo_var, L_41); RuntimeObject* L_43 = ___defAttrInfo0; NullCheck(L_43); bool L_44 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsXmlAttribute() */, IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068_il2cpp_TypeInfo_var, L_43); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_45 = XmlTextReaderImpl_AddDefaultAttributeInternal_m3BC563E12F3DFE2337D3B43BB341988980D10FED(__this, L_30, (String_t*)NULL, L_32, L_34, L_36, L_38, L_40, L_42, L_44, /*hidden argument*/NULL); V_2 = L_45; bool L_46 = XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D(__this, /*hidden argument*/NULL); if (!L_46) { goto IL_00db; } } { OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * L_47 = __this->get_onDefaultAttributeUse_57(); if (!L_47) { goto IL_00cf; } } { OnDefaultAttributeUseDelegate_tE83A97BD37E08D3C5AA377CEA6388782D99EA34D * L_48 = __this->get_onDefaultAttributeUse_57(); RuntimeObject* L_49 = ___defAttrInfo0; NullCheck(L_48); OnDefaultAttributeUseDelegate_Invoke_m71C321CF6849E9AFBCFB0B23CA0476C98AC584BC(L_48, L_49, __this, /*hidden argument*/NULL); } IL_00cf: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_50 = V_2; RuntimeObject* L_51 = ___defAttrInfo0; NullCheck(L_51); RuntimeObject * L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Xml.IDtdDefaultAttributeInfo::get_DefaultValueTyped() */, IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A_il2cpp_TypeInfo_var, L_51); NullCheck(L_50); L_50->set_typedValue_19(L_52); } IL_00db: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_53 = V_2; return (bool)((!(((RuntimeObject*)(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_53) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddDefaultAttributeInternal(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddDefaultAttributeInternal_m3BC563E12F3DFE2337D3B43BB341988980D10FED (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___prefix2, String_t* ___value3, int32_t ___lineNo4, int32_t ___linePos5, int32_t ___valueLineNo6, int32_t ___valueLinePos7, bool ___isXmlAttribute8, const RuntimeMethod* method) { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_2 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_3 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = ___prefix2; String_t* L_2 = ___prefix2; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); G_B1_0 = L_1; G_B1_1 = L_0; G_B1_2 = __this; if ((((int32_t)L_3) > ((int32_t)0))) { G_B2_0 = L_1; G_B2_1 = L_0; G_B2_2 = __this; goto IL_000f; } } { String_t* L_4 = ___localName0; G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0010; } IL_000f: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0010: { NullCheck(G_B3_3); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = XmlTextReaderImpl_AddAttribute_mAB66B89031BDB360C3BC3A88C192EA8BAE790F92(G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___ns1; if (!L_6) { goto IL_0020; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_0; String_t* L_8 = ___ns1; NullCheck(L_7); L_7->set_ns_4(L_8); } IL_0020: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_9 = V_0; String_t* L_10 = ___value3; NullCheck(L_9); NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_9, L_10, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = V_0; NullCheck(L_11); NodeData_set_IsDefaultAttribute_mB7E827BC7B3CB413F518EE2C04C22F4E81F058B3(L_11, (bool)1, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = V_0; NullCheck(L_12); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_13 = L_12->get_address_of_lineInfo_10(); int32_t L_14 = ___lineNo4; int32_t L_15 = ___linePos5; LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_13, L_14, L_15, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = V_0; NullCheck(L_16); LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_17 = L_16->get_address_of_lineInfo2_11(); int32_t L_18 = ___valueLineNo6; int32_t L_19 = ___valueLinePos7; LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_17, L_18, L_19, /*hidden argument*/NULL); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->get_prefix_3(); NullCheck(L_21); int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00c0; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_23 = V_0; NullCheck(L_23); String_t* L_24 = L_23->get_localName_2(); String_t* L_25 = __this->get_XmlNs_77(); bool L_26 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0143; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_27 = V_0; XmlTextReaderImpl_OnDefaultNamespaceDecl_mDCD882E868196A3B19490906972A897D0DC00B3C(__this, L_27, /*hidden argument*/NULL); bool L_28 = __this->get_attrNeedNamespaceLookup_16(); if (L_28) { goto IL_0143; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_29 = __this->get_nodes_9(); int32_t L_30 = __this->get_index_11(); NullCheck(L_29); int32_t L_31 = L_30; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); String_t* L_33 = L_32->get_prefix_3(); NullCheck(L_33); int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0143; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_35 = __this->get_nodes_9(); int32_t L_36 = __this->get_index_11(); NullCheck(L_35); int32_t L_37 = L_36; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_38 = (L_35)->GetAt(static_cast(L_37)); XmlContext_tC94B1A0D023B096ADF338FA72FB55D0E2DBF9B52 * L_39 = __this->get_xmlContext_39(); NullCheck(L_39); String_t* L_40 = L_39->get_defaultNamespace_2(); NullCheck(L_38); L_38->set_ns_4(L_40); goto IL_0143; } IL_00c0: { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_41 = V_0; NullCheck(L_41); String_t* L_42 = L_41->get_prefix_3(); String_t* L_43 = __this->get_XmlNs_77(); bool L_44 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0138; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_45 = V_0; XmlTextReaderImpl_OnNamespaceDecl_m19C4A0982206D47F95A912DD0687EAD4760C659E(__this, L_45, /*hidden argument*/NULL); bool L_46 = __this->get_attrNeedNamespaceLookup_16(); if (L_46) { goto IL_0143; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_47 = V_0; NullCheck(L_47); String_t* L_48 = L_47->get_localName_2(); V_1 = L_48; int32_t L_49 = __this->get_index_11(); V_2 = L_49; goto IL_0124; } IL_00f2: { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_50 = __this->get_nodes_9(); int32_t L_51 = V_2; NullCheck(L_50); int32_t L_52 = L_51; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_53); String_t* L_54 = L_53->get_prefix_3(); String_t* L_55 = V_1; NullCheck(L_54); bool L_56 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0120; } } { NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_57 = __this->get_nodes_9(); int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = L_58; NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_60 = (L_57)->GetAt(static_cast(L_59)); XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_61 = __this->get_namespaceManager_37(); String_t* L_62 = V_1; NullCheck(L_61); String_t* L_63 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_61, L_62); NullCheck(L_60); L_60->set_ns_4(L_63); } IL_0120: { int32_t L_64 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0124: { int32_t L_65 = V_2; int32_t L_66 = __this->get_index_11(); int32_t L_67 = __this->get_attrCount_13(); if ((((int32_t)L_65) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)), (int32_t)1))))) { goto IL_00f2; } } { goto IL_0143; } IL_0138: { bool L_68 = ___isXmlAttribute8; if (!L_68) { goto IL_0143; } } { NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_69 = V_0; XmlTextReaderImpl_OnXmlReservedAttribute_mB33BF8E8787D9620233D9B197AB158503685240F(__this, L_69, /*hidden argument*/NULL); } IL_0143: { __this->set_fullAttrCleanup_17((bool)1); NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_70 = V_0; return L_70; } } // System.Void System.Xml.XmlTextReaderImpl::set_DisableUndeclaredEntityCheck(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_m0677788D3CA6C19914968C2CD834F20D6C0EA5AB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_disableUndeclaredEntityCheck_73(L_0); return; } } // System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { int64_t L_0 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0053; } } { int64_t L_1 = __this->get_charactersInDocument_70(); int64_t L_2 = ___characters0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)L_2)); int64_t L_3 = V_0; int64_t L_4 = __this->get_charactersInDocument_70(); if ((((int64_t)L_3) >= ((int64_t)L_4))) { goto IL_002e; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9, /*hidden argument*/NULL); goto IL_0035; } IL_002e: { int64_t L_5 = V_0; __this->set_charactersInDocument_70(L_5); } IL_0035: { int64_t L_6 = __this->get_charactersInDocument_70(); int64_t L_7 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_6) <= ((int64_t)L_7))) { goto IL_0053; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9, /*hidden argument*/NULL); } IL_0053: { int64_t L_8 = __this->get_maxCharactersFromEntities_35(); bool L_9 = ___inEntityReference1; if (!((int32_t)((int32_t)((((int64_t)L_8) > ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)&(int32_t)L_9))) { goto IL_00aa; } } { int64_t L_10 = __this->get_charactersFromEntities_71(); int64_t L_11 = ___characters0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)); int64_t L_12 = V_1; int64_t L_13 = __this->get_charactersFromEntities_71(); if ((((int64_t)L_12) >= ((int64_t)L_13))) { goto IL_0085; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257, /*hidden argument*/NULL); goto IL_008c; } IL_0085: { int64_t L_14 = V_1; __this->set_charactersFromEntities_71(L_14); } IL_008c: { int64_t L_15 = __this->get_charactersFromEntities_71(); int64_t L_16 = __this->get_maxCharactersFromEntities_35(); if ((((int64_t)L_15) <= ((int64_t)L_16))) { goto IL_00aa; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257, /*hidden argument*/NULL); } IL_00aa: { return; } } // System.String System.Xml.XmlTextReaderImpl::StripSpaces(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_StripSpaces_mB12C2C6298DADEEB9E11040418F911DAD4AE335C (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReaderImpl_StripSpaces_mB12C2C6298DADEEB9E11040418F911DAD4AE335C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { V_1 = 0; V_2 = (StringBuilder_t *)NULL; goto IL_0025; } IL_0017: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_1; int32_t L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0025; } } { return _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; } IL_0025: { String_t* L_7 = ___value0; int32_t L_8 = V_1; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_0017; } } { int32_t L_10 = V_1; V_3 = L_10; goto IL_00ae; } IL_0034: { String_t* L_11 = ___value0; int32_t L_12 = V_3; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)32))))) { goto IL_00aa; } } { int32_t L_14 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); goto IL_004c; } IL_0046: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_4; int32_t L_17 = V_0; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_005d; } } { String_t* L_18 = ___value0; int32_t L_19 = V_4; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)32)))) { goto IL_0046; } } IL_005d: { int32_t L_21 = V_4; int32_t L_22 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0083; } } { StringBuilder_t * L_23 = V_2; if (L_23) { goto IL_0070; } } { String_t* L_24 = ___value0; int32_t L_25 = V_1; int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); return L_28; } IL_0070: { StringBuilder_t * L_29 = V_2; String_t* L_30 = ___value0; int32_t L_31 = V_1; int32_t L_32 = V_3; int32_t L_33 = V_1; NullCheck(L_29); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); StringBuilder_t * L_34 = V_2; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34); return L_35; } IL_0083: { int32_t L_36 = V_4; int32_t L_37 = V_3; if ((((int32_t)L_36) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))))) { goto IL_00aa; } } { StringBuilder_t * L_38 = V_2; if (L_38) { goto IL_0094; } } { int32_t L_39 = V_0; StringBuilder_t * L_40 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_40, L_39, /*hidden argument*/NULL); V_2 = L_40; } IL_0094: { StringBuilder_t * L_41 = V_2; String_t* L_42 = ___value0; int32_t L_43 = V_1; int32_t L_44 = V_3; int32_t L_45 = V_1; NullCheck(L_41); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_41, L_42, L_43, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), (int32_t)1)), /*hidden argument*/NULL); int32_t L_46 = V_4; V_1 = L_46; int32_t L_47 = V_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00aa: { int32_t L_48 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00ae: { int32_t L_49 = V_3; int32_t L_50 = V_0; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_0034; } } { StringBuilder_t * L_51 = V_2; if (L_51) { goto IL_00c5; } } { int32_t L_52 = V_1; if (!L_52) { goto IL_00c3; } } { String_t* L_53 = ___value0; int32_t L_54 = V_1; int32_t L_55 = V_0; int32_t L_56 = V_1; NullCheck(L_53); String_t* L_57 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_53, L_54, ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL); return L_57; } IL_00c3: { String_t* L_58 = ___value0; return L_58; } IL_00c5: { int32_t L_59 = V_3; int32_t L_60 = V_1; if ((((int32_t)L_59) <= ((int32_t)L_60))) { goto IL_00d5; } } { StringBuilder_t * L_61 = V_2; String_t* L_62 = ___value0; int32_t L_63 = V_1; int32_t L_64 = V_3; int32_t L_65 = V_1; NullCheck(L_61); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_61, L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)), /*hidden argument*/NULL); } IL_00d5: { StringBuilder_t * L_66 = V_2; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_66); return L_67; } } // System.Void System.Xml.XmlTextReaderImpl::StripSpaces(System.Char[],System.Int32,System.Int32U26) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_StripSpaces_m727E8C1F0AC37111247AD7352DC8A209576C14E5 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___index1, int32_t* ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; { int32_t* L_0 = ___len2; int32_t L_1 = *((int32_t*)L_0); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0006; } } { return; } IL_0006: { int32_t L_2 = ___index1; V_0 = L_2; int32_t L_3 = ___index1; int32_t* L_4 = ___len2; int32_t L_5 = *((int32_t*)L_4); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)); goto IL_001b; } IL_000f: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_0; int32_t L_8 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_001b; } } { int32_t* L_9 = ___len2; *((int32_t*)L_9) = (int32_t)1; return; } IL_001b: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___value0; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); if ((((int32_t)L_13) == ((int32_t)((int32_t)32)))) { goto IL_000f; } } { int32_t L_14 = V_0; int32_t L_15 = ___index1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = V_0; V_3 = L_16; goto IL_007c; } IL_002a: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___value0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); uint16_t L_21 = L_20; V_4 = L_21; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)32))))) { goto IL_0071; } } { int32_t L_22 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); goto IL_0041; } IL_003b: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0041: { int32_t L_24 = V_5; int32_t L_25 = V_1; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_004e; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = ___value0; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((((int32_t)L_29) == ((int32_t)((int32_t)32)))) { goto IL_003b; } } IL_004e: { int32_t L_30 = V_5; int32_t L_31 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)L_31)))) { goto IL_005c; } } { int32_t L_32 = V_2; int32_t L_33 = V_5; int32_t L_34 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)))); goto IL_0080; } IL_005c: { int32_t L_35 = V_5; int32_t L_36 = V_3; if ((((int32_t)L_35) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))))) { goto IL_0071; } } { int32_t L_37 = V_2; int32_t L_38 = V_5; int32_t L_39 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), (int32_t)1)))); int32_t L_40 = V_5; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); } IL_0071: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = ___value0; int32_t L_42 = V_3; int32_t L_43 = V_2; Il2CppChar L_44 = V_4; NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43))), (Il2CppChar)L_44); int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_007c: { int32_t L_46 = V_3; int32_t L_47 = V_1; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_002a; } } IL_0080: { int32_t* L_48 = ___len2; int32_t* L_49 = ___len2; int32_t L_50 = *((int32_t*)L_49); int32_t L_51 = V_2; *((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)); return; } } // System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___src0, int32_t ___srcOffset1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___src0; int32_t L_1 = ___srcOffset1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___dst2; int32_t L_3 = ___dstOffset3; int32_t L_4 = ___count4; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___src0; int32_t L_1 = ___srcOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___dst2; int32_t L_3 = ___dstOffset3; int32_t L_4 = ___count4; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif