LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_System.Xml_3.cpp

43693 lines
2.1 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1>
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 <typename T1, typename T2, typename T3>
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 <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
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 <typename R>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
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);
}
};
// MS.Internal.Xml.Cache.XPathDocumentNavigator
struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498;
// MS.Internal.Xml.Cache.XPathNodeInfoAtom
struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7;
// MS.Internal.Xml.Cache.XPathNode[]
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27;
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.IO.Stream>
struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621;
// System.Action`1<System.Object>
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.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>[]
struct EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int32>[]
struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Xml.Schema.SchemaNotation>[]
struct EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>[]
struct EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>[]
struct EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>[]
struct EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2;
// System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
struct KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
struct KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int32>
struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Xml.Schema.SchemaNotation>
struct KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct KeyCollection_t3501262CDC70A97246682D18935337986B241C01;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D;
// System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
struct ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int32>
struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.Schema.SchemaNotation>
struct ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E;
// System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
struct Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean>
struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>
struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>
struct Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70;
// System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>
struct Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>
struct Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201;
// System.Collections.Generic.IEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>
struct IEqualityComparer_1_t755AE49D0E193AF4E8468E1B3B223EDE4A921710;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Xml.XmlQualifiedName>
struct IEqualityComparer_1_t332E79C734FE967139F72F903873B57C0990A9A2;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>
struct List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.SortedList
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`1<System.IO.Stream>
struct Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC;
// System.Func`1<System.Object>
struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
// System.Func`2<System.IAsyncResult,System.Net.WebResponse>
struct Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE;
// System.Func`2<System.IAsyncResult,System.Object>
struct Func_2_tDA81CCA92167C42BD4B14E94D7C539BED6F3338A;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.Object>
struct Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.IO.Stream>>
struct Func_2_t97AE46232676B6C4CB84D0101A45061F2288FCE5;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Net.WebResponse>>
struct Func_2_tB88BBED1503DE246BC442D08BA8E7A32EF9A74A5;
// System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>
struct Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389;
// System.Func`3<System.Object,System.Object,System.Object>
struct Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64;
// 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.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StringReader
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9;
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61;
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D;
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951;
// System.Net.ICredentials
struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344;
// System.Net.IPHostEntry
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D;
// System.Net.IWebProxy
struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E;
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB;
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4;
// System.Net.TimerThread/Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643;
// System.Net.WebAsyncResult
struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE;
// System.Net.WebConnection
struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243;
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC;
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.CompilerServices.IAsyncStateMachine
struct IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.StackGuard
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
// System.Threading.Tasks.TaskFactory`1<System.IO.Stream>
struct TaskFactory_1_tE7B6DC2F22643759D47ED49CDDBD8C35D9383D8F;
// System.Threading.Tasks.TaskFactory`1<System.Net.WebResponse>
struct TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B;
// System.Threading.Tasks.TaskFactory`1<System.Object>
struct TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
// System.Threading.Tasks.Task`1<System.IO.Stream>
struct Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.Tasks.Task`1<System.Net.WebResponse>
struct Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74;
// System.Threading.Tasks.Task`1<System.Object>
struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09;
// System.Threading.Tasks.Task`1<System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>>
struct Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D;
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
// System.Xml.DomNameTable
struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A;
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3;
// 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.OpenedHost
struct OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58;
// System.Xml.Schema.ContentValidator
struct ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA;
// System.Xml.Schema.IXmlSchemaInfo
struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1;
// System.Xml.Schema.SchemaAttDef
struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4;
// System.Xml.Schema.SchemaDeclBase
struct SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B;
// System.Xml.Schema.SchemaElementDecl
struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466;
// System.Xml.Schema.SchemaEntity
struct SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99;
// System.Xml.Schema.SchemaInfo
struct SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41;
// System.Xml.Schema.SchemaNotation
struct SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A;
// System.Xml.Schema.ValidationEventHandler
struct ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF;
// System.Xml.Schema.XmlSchemaAnyAttribute
struct XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078;
// System.Xml.Schema.XmlSchemaAttribute
struct XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B;
// System.Xml.Schema.XmlSchemaCompilationSettings
struct XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC;
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550;
// System.Xml.Schema.XmlSchemaElement
struct XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D;
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65;
// System.Xml.Schema.XmlSchemaInfo
struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035;
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B;
// System.Xml.Schema.XmlSchemaSet
struct XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F;
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A;
// System.Xml.Schema.XmlSchemaSimpleTypeContent
struct XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E;
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9;
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E;
// System.Xml.Ucs4Decoder
struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202;
// System.Xml.Ucs4Decoder1234
struct Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B;
// System.Xml.Ucs4Decoder2143
struct Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A;
// System.Xml.Ucs4Decoder3412
struct Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271;
// System.Xml.Ucs4Decoder4321
struct Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022;
// System.Xml.Ucs4Encoding
struct Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B;
// System.Xml.Ucs4Encoding1234
struct Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29;
// System.Xml.Ucs4Encoding2143
struct Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29;
// System.Xml.Ucs4Encoding3412
struct Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D;
// System.Xml.Ucs4Encoding4321
struct Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F;
// System.Xml.XPath.XPathDocument
struct XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321;
// System.Xml.XPath.XPathItem
struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98;
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3;
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378;
// System.Xml.XmlAttribute
struct XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA;
// System.Xml.XmlAttributeCollection
struct XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E;
// System.Xml.XmlCDataSection
struct XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709;
// System.Xml.XmlCachedStream
struct XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56;
// System.Xml.XmlCharacterData
struct XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531;
// System.Xml.XmlChildEnumerator
struct XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA;
// System.Xml.XmlChildNodes
struct XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4;
// System.Xml.XmlComment
struct XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D;
// System.Xml.XmlDeclaration
struct XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200;
// System.Xml.XmlDocument
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97;
// System.Xml.XmlDocumentFragment
struct XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D;
// System.Xml.XmlDocumentType
struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136;
// System.Xml.XmlDownloadManager
struct XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752;
// System.Xml.XmlDownloadManager/<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3;
// System.Xml.XmlElement
struct XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC;
// System.Xml.XmlEntity
struct XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA;
// System.Xml.XmlEntityReference
struct XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204;
// System.Xml.XmlException
struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D;
// System.Xml.XmlImplementation
struct XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF;
// System.Xml.XmlLinkedNode
struct XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E;
// System.Xml.XmlLoader
struct XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D;
// System.Xml.XmlName
struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682;
// System.Xml.XmlNameEx
struct XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE;
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6;
// System.Xml.XmlName[]
struct XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4;
// System.Xml.XmlNamedNodeMap
struct XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31;
// System.Xml.XmlNamedNodeMap/SmallXmlNodeList/SingleObjectEnumerator
struct SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A;
// 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/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.XmlUnspecifiedAttribute
struct XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D;
// System.Xml.XmlWhitespace
struct XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
extern RuntimeClass* AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_il2cpp_TypeInfo_var;
extern RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
extern RuntimeClass* DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_il2cpp_TypeInfo_var;
extern RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
extern RuntimeClass* DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var;
extern RuntimeClass* DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var;
extern RuntimeClass* Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48_il2cpp_TypeInfo_var;
extern RuntimeClass* Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_il2cpp_TypeInfo_var;
extern RuntimeClass* Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389_il2cpp_TypeInfo_var;
extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var;
extern RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var;
extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
extern RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var;
extern RuntimeClass* NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41_il2cpp_TypeInfo_var;
extern RuntimeClass* SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74_il2cpp_TypeInfo_var;
extern RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D_il2cpp_TypeInfo_var;
extern RuntimeClass* Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeClass* ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var;
extern RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var;
extern RuntimeClass* WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____BAD037B714E1CD1052149B51238A3D4351DD10B5_4_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6_FieldInfo_var;
extern String_t* _stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813;
extern String_t* _stringLiteral033BCE7D9B01446B3829D198A47B3395B4A44B31;
extern String_t* _stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral05CD229CB878A8272C4DAE1083EABC8858E51ADD;
extern String_t* _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C;
extern String_t* _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252;
extern String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
extern String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194;
extern String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
extern String_t* _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC;
extern String_t* _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D;
extern String_t* _stringLiteral0CDF833483CB5A0FDE83C0BFF07BFB962EFE688E;
extern String_t* _stringLiteral0D92C42F75FE884BF235216609840C2F7DC3035A;
extern String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
extern String_t* _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
extern String_t* _stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87;
extern String_t* _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2;
extern String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336;
extern String_t* _stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD;
extern String_t* _stringLiteral1715FD53054AA18C857952F78224CC4EB18F0766;
extern String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
extern String_t* _stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135;
extern String_t* _stringLiteral27B477F4BCAE42DDF0C09B6DC74420257DC11C33;
extern String_t* _stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58;
extern String_t* _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1;
extern String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
extern String_t* _stringLiteral2BABA3F6B48CEDFED4180B89A61046BCEFA8D880;
extern String_t* _stringLiteral2C521ED4B3DB241DF6081D4526BFA0649B8D44A2;
extern String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56;
extern String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312;
extern String_t* _stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D;
extern String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
extern String_t* _stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82;
extern String_t* _stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7;
extern String_t* _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB;
extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
extern String_t* _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA;
extern String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
extern String_t* _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82;
extern String_t* _stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A;
extern String_t* _stringLiteral487EA28F3F4C6EED48F1DB495B5613A327F6BD43;
extern String_t* _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B;
extern String_t* _stringLiteral4C898EED699FD9A747E16612CDD9BB08E697C7FA;
extern String_t* _stringLiteral535B20C5ABCB1B6ECA7055A985B7F23C386566D4;
extern String_t* _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D;
extern String_t* _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
extern String_t* _stringLiteral55D392C94CEFB2CB441902D09FDC948AFE20494D;
extern String_t* _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B;
extern String_t* _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281;
extern String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
extern String_t* _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0;
extern String_t* _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071;
extern String_t* _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
extern String_t* _stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9;
extern String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
extern String_t* _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE;
extern String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
extern String_t* _stringLiteral6BDCD57D44C0013FD66AB0C7E3EB8C27BDCF9D07;
extern String_t* _stringLiteral6DC0014C60AAAEC8777ED451063150E72DA1F3AC;
extern String_t* _stringLiteral70142F66475AE2FB33722D8D4750F386ECFEFE7B;
extern String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
extern String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635;
extern String_t* _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB;
extern String_t* _stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995;
extern String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
extern String_t* _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B;
extern String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
extern String_t* _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12;
extern String_t* _stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989;
extern String_t* _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996;
extern String_t* _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374;
extern String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
extern String_t* _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75;
extern String_t* _stringLiteral80E852484CD9F14B23B0628A4ABD460848058DB8;
extern String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
extern String_t* _stringLiteral8261C17D540FE185A4FE8E1242AA0F290A2DAF51;
extern String_t* _stringLiteral854837B09EE943B6041020F5F2F9F8F53A930A6D;
extern String_t* _stringLiteral86991C898EF9BD4D4DF2405832AC2BBDE5077766;
extern String_t* _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408;
extern String_t* _stringLiteral877194AD079CE5324FA50E98D5E9149A7DF0DEAE;
extern String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
extern String_t* _stringLiteral87F9E74CF999A2D24A31CD489E8EA06BF8B9E5E8;
extern String_t* _stringLiteral8BC9B69A249492EA4410E6C78223D3F562CFA029;
extern String_t* _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7;
extern String_t* _stringLiteral90A7785BA73E4A8FB56265D0072E182A877F0D1A;
extern String_t* _stringLiteral929E7FD106BAC69246B8B3CC794A12945F496E05;
extern String_t* _stringLiteral929FB4AD13AB3C3E59695178677C8D8149AAD0C2;
extern String_t* _stringLiteral93AC8946882128457CD9E283B30CA851945E6690;
extern String_t* _stringLiteral95E9573C590BE591E4F7225B278C0F4B93BFF972;
extern String_t* _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2;
extern String_t* _stringLiteral97ED6A662E441CC3E543A1A315C0A231CD521E08;
extern String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4;
extern String_t* _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D;
extern String_t* _stringLiteralA04B8D2094EBC3BB42687B0B9DFF4C926112939A;
extern String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
extern String_t* _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130;
extern String_t* _stringLiteralA7022E1824B4267D5A424BC7C7898ADD513F0E36;
extern String_t* _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2;
extern String_t* _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF;
extern String_t* _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
extern String_t* _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9;
extern String_t* _stringLiteralB4EBFE34D0FA97F0DD2BB1234FAD8F59805F4E8D;
extern String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
extern String_t* _stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD;
extern String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288;
extern String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
extern String_t* _stringLiteralBBA3CE1157AD92B2A799DE4ACFF949792B409ABE;
extern String_t* _stringLiteralC1A861606BA96686B6E6B3B604D6D25BBB10D1CE;
extern String_t* _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29;
extern String_t* _stringLiteralC65589048E444D493BF1C9306F4DC8CDA8B91030;
extern String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
extern String_t* _stringLiteralCD53A02B627DA53A2A413CC49692EE290BB4C006;
extern String_t* _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3;
extern String_t* _stringLiteralD2654B808F11F94AAF2DC9473E24E94BFAAA2267;
extern String_t* _stringLiteralD5EB2E138ADB5FBFABB049FA19FCC382E639AF38;
extern String_t* _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDA591A242289A352E3BDA962DCE20B666296ED93;
extern String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
extern String_t* _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F;
extern String_t* _stringLiteralE1424F7C19ADB2E1034E3DD70327DF41B0CB7ADF;
extern String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
extern String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
extern String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
extern String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
extern String_t* _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
extern String_t* _stringLiteralE849D91682FE58CE35912F224102BBD584B85164;
extern String_t* _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8;
extern String_t* _stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12;
extern String_t* _stringLiteralECAD1EACB424CA673E6714299871AFAF60E052A8;
extern String_t* _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95;
extern String_t* _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8;
extern String_t* _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8;
extern String_t* _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01;
extern String_t* _stringLiteralF2BB08CBFD5547723D77576AFB253E2EF5AA918B;
extern String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
extern String_t* _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15;
extern String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0;
extern String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mAAE4594B7C9664B5EE078D37A76AA4C868E4AB7F_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mE990EBE247374CEF78C09BAC4A1845B42E2AF225_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m3BF8D77ED3E1F97A9BB50B3C7A7E5E97923DDA44_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m98940FAEAE7AA0A182DF13786E8E2E4F3BCEC2FF_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m09A51B661BF01119D6D51465AD8C7F570EFC6AE5_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mB5EDF27E6DFE24E82D749BCCAB16631D3AC6A1C2_RuntimeMethod_var;
extern const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m638684DB3092DA761CD7ABE7A0A10D26A18FF017_RuntimeMethod_var;
extern const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m066DC13AC90EC7DE013A029F4EEF0498A30C0D2C_RuntimeMethod_var;
extern const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m274C752F279B5C762448343915785D78EB020CD9_RuntimeMethod_var;
extern const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mE822C2E2AB16A1AC08459766114C29017DE0F978_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_GetEnumerator_mB93796B915B9A1156E0930B5051BE63F1F0107E9_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_mB72340EE5255690EBA068BA4251A2B9A9D50845B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Values_mB55DB0471C6D210203BC64C11EC4D799AE7084F5_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_mB8F33CFACC830685130759ECFD41BDACD8F6B2D2_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m22A18F8883925D3130AEC13FA162890F845DCE57_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mC5147809CBB5A5A04B85A95576A854B9E491C641_RuntimeMethod_var;
extern const RuntimeMethod* Func_1__ctor_m01A998C67EF5BB6BDEB26C5AF8A91983E9D80814_RuntimeMethod_var;
extern const RuntimeMethod* Func_2__ctor_m3189865517981FC6D3F9F4C6FCDBD35C0484EECB_RuntimeMethod_var;
extern const RuntimeMethod* Func_3__ctor_mC3E65DE676CAC27AE04F5FA120C9B20B8541852F_RuntimeMethod_var;
extern const RuntimeMethod* KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219_RuntimeMethod_var;
extern const RuntimeMethod* SingleObjectEnumerator_get_Current_m374EADFD0F8F9C22E93C0FF3C2E7F811E754248B_RuntimeMethod_var;
extern const RuntimeMethod* SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_RuntimeMethod_var;
extern const RuntimeMethod* SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_RuntimeMethod_var;
extern const RuntimeMethod* SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_RuntimeMethod_var;
extern const RuntimeMethod* TaskFactory_1_FromAsync_m01A33573F6D27FD847E49B16E99E3372840D1958_RuntimeMethod_var;
extern const RuntimeMethod* Task_1_ConfigureAwait_m085B9A84CAEF327AA53907EA221898DA6C8FA32B_RuntimeMethod_var;
extern const RuntimeMethod* Task_1_get_Factory_m5ADD080BA35E61C565B2365EDAAC5DB521D33335_RuntimeMethod_var;
extern const RuntimeMethod* Task_Run_TisStream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_mCF589D34FB48EFA2AFBCB8199682144F9D550ED7_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mF80C9DC4D92DC8968201764AEADC541CE0549664_RuntimeMethod_var;
extern const RuntimeMethod* Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var;
extern const RuntimeMethod* Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var;
extern const RuntimeMethod* Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var;
extern const RuntimeMethod* Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var;
extern const RuntimeMethod* Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_RuntimeMethod_var;
extern const RuntimeMethod* ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var;
extern const RuntimeMethod* ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8_RuntimeMethod_var;
extern const RuntimeMethod* ValueCollection_GetEnumerator_m1F0C715DFDAD86D4C66AF50199802786E8C08135_RuntimeMethod_var;
extern const RuntimeMethod* XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var;
extern const RuntimeMethod* XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_RuntimeMethod_var;
extern const RuntimeMethod* XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_RuntimeMethod_var;
extern const RuntimeMethod* XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_RuntimeMethod_var;
extern const RuntimeMethod* XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_RuntimeMethod_var;
extern const RuntimeMethod* XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var;
extern const RuntimeMethod* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var;
extern const RuntimeMethod* XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var;
extern const RuntimeMethod* XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var;
extern const RuntimeMethod* XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var;
extern const RuntimeMethod* XmlElement_SetAttributeNode_mE56BC07BE93DE3490DE3F5B218965E3F86D20B4F_RuntimeMethod_var;
extern const RuntimeMethod* XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453_RuntimeMethod_var;
extern const RuntimeMethod* XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8_RuntimeMethod_var;
extern const RuntimeMethod* XmlEntity_CloneNode_mC7A9B430A2CF8843F7BF590A8197CEF7B089276C_RuntimeMethod_var;
extern const RuntimeMethod* XmlEntity_set_InnerXml_m7723E04F5D50738491DD83B12C51AD1CD98E67DE_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729_RuntimeMethod_var;
extern const RuntimeMethod* XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE_RuntimeMethod_var;
extern const RuntimeMethod* XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_RuntimeMethod_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
extern const RuntimeType* String_t_0_0_0_var;
extern const RuntimeType* XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_0_0_0_var;
extern const uint32_t DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_MetadataUsageId;
extern const uint32_t SingleObjectEnumerator_get_Current_m374EADFD0F8F9C22E93C0FF3C2E7F811E754248B_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_com_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58_MetadataUsageId;
extern const uint32_t U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mF80C9DC4D92DC8968201764AEADC541CE0549664_MetadataUsageId;
extern const uint32_t Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_MetadataUsageId;
extern const uint32_t Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_MetadataUsageId;
extern const uint32_t Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_MetadataUsageId;
extern const uint32_t Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_MetadataUsageId;
extern const uint32_t Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153_MetadataUsageId;
extern const uint32_t Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8_MetadataUsageId;
extern const uint32_t Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06_MetadataUsageId;
extern const uint32_t Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E_MetadataUsageId;
extern const uint32_t Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE_MetadataUsageId;
extern const uint32_t Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F_MetadataUsageId;
extern const uint32_t Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63_MetadataUsageId;
extern const uint32_t Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647_MetadataUsageId;
extern const uint32_t Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688_MetadataUsageId;
extern const uint32_t Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230_MetadataUsageId;
extern const uint32_t Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058_MetadataUsageId;
extern const uint32_t Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7_MetadataUsageId;
extern const uint32_t Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_MetadataUsageId;
extern const uint32_t Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF_MetadataUsageId;
extern const uint32_t Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88_MetadataUsageId;
extern const uint32_t Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4_MetadataUsageId;
extern const uint32_t Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567_MetadataUsageId;
extern const uint32_t ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9_MetadataUsageId;
extern const uint32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E_MetadataUsageId;
extern const uint32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84_MetadataUsageId;
extern const uint32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC_MetadataUsageId;
extern const uint32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620_MetadataUsageId;
extern const uint32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6_MetadataUsageId;
extern const uint32_t ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071_MetadataUsageId;
extern const uint32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E_MetadataUsageId;
extern const uint32_t ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_MetadataUsageId;
extern const uint32_t ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A_MetadataUsageId;
extern const uint32_t XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F_MetadataUsageId;
extern const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId;
extern const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId;
extern const uint32_t XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4_MetadataUsageId;
extern const uint32_t XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342_MetadataUsageId;
extern const uint32_t XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351_MetadataUsageId;
extern const uint32_t XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4_MetadataUsageId;
extern const uint32_t XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C_MetadataUsageId;
extern const uint32_t XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2_MetadataUsageId;
extern const uint32_t XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359_MetadataUsageId;
extern const uint32_t XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7_MetadataUsageId;
extern const uint32_t XPathNavigator_get_debuggerDisplayProxy_mEA0E144325FBB2EA13A9269FE7AE0963F406357B_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_MetadataUsageId;
extern const uint32_t XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_MetadataUsageId;
extern const uint32_t XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F_MetadataUsageId;
extern const uint32_t XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_MetadataUsageId;
extern const uint32_t XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6_MetadataUsageId;
extern const uint32_t XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38_MetadataUsageId;
extern const uint32_t XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9_MetadataUsageId;
extern const uint32_t XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B_MetadataUsageId;
extern const uint32_t XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId;
extern const uint32_t XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId;
extern const uint32_t XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId;
extern const uint32_t XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId;
extern const uint32_t XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId;
extern const uint32_t XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3_MetadataUsageId;
extern const uint32_t XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_MetadataUsageId;
extern const uint32_t XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D_MetadataUsageId;
extern const uint32_t XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId;
extern const uint32_t XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId;
extern const uint32_t XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId;
extern const uint32_t XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId;
extern const uint32_t XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId;
extern const uint32_t XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449_MetadataUsageId;
extern const uint32_t XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId;
extern const uint32_t XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId;
extern const uint32_t XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId;
extern const uint32_t XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId;
extern const uint32_t XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId;
extern const uint32_t XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId;
extern const uint32_t XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId;
extern const uint32_t XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId;
extern const uint32_t XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId;
extern const uint32_t XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId;
extern const uint32_t XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId;
extern const uint32_t XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId;
extern const uint32_t XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId;
extern const uint32_t XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId;
extern const uint32_t XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId;
extern const uint32_t XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId;
extern const uint32_t XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId;
extern const uint32_t XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId;
extern const uint32_t XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId;
extern const uint32_t XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId;
extern const uint32_t XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId;
extern const uint32_t XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId;
extern const uint32_t XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId;
extern const uint32_t XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId;
extern const uint32_t XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId;
extern const uint32_t XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId;
extern const uint32_t XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId;
extern const uint32_t XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId;
extern const uint32_t XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId;
extern const uint32_t XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId;
extern const uint32_t XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId;
extern const uint32_t XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId;
extern const uint32_t XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId;
extern const uint32_t XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId;
extern const uint32_t XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId;
extern const uint32_t XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId;
extern const uint32_t XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId;
extern const uint32_t XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId;
extern const uint32_t XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId;
extern const uint32_t XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_MetadataUsageId;
extern const uint32_t XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0_MetadataUsageId;
extern const uint32_t XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96_MetadataUsageId;
extern const uint32_t XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247_MetadataUsageId;
extern const uint32_t XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_MetadataUsageId;
extern const uint32_t XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A_MetadataUsageId;
extern const uint32_t XmlDocumentFragment_get_OwnerDocument_mF54B2ED7CCC26FFC4F965150601B935C9D4EC99A_MetadataUsageId;
extern const uint32_t XmlDocumentFragment_set_InnerXml_m01A6B21978AC3C1B3BC8AED1A90148C92D161F24_MetadataUsageId;
extern const uint32_t XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424_MetadataUsageId;
extern const uint32_t XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A_MetadataUsageId;
extern const uint32_t XmlDocumentType_get_Notations_m41D566BD2C4C7D09849A73BD8C0E5AF8F951ECA0_MetadataUsageId;
extern const uint32_t XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_MetadataUsageId;
extern const uint32_t XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931_MetadataUsageId;
extern const uint32_t XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757_MetadataUsageId;
extern const uint32_t XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD_MetadataUsageId;
extern const uint32_t XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_MetadataUsageId;
extern const uint32_t XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_MetadataUsageId;
extern const uint32_t XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA_MetadataUsageId;
extern const uint32_t XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C_MetadataUsageId;
extern const uint32_t XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F_MetadataUsageId;
extern const uint32_t XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC_MetadataUsageId;
extern const uint32_t XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24_MetadataUsageId;
extern const uint32_t XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5_MetadataUsageId;
extern const uint32_t XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A_MetadataUsageId;
extern const uint32_t XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652_MetadataUsageId;
extern const uint32_t XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057_MetadataUsageId;
extern const uint32_t XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1_MetadataUsageId;
extern const uint32_t XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750_MetadataUsageId;
extern const uint32_t XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7_MetadataUsageId;
extern const uint32_t XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090_MetadataUsageId;
extern const uint32_t XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC_MetadataUsageId;
extern const uint32_t XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135_MetadataUsageId;
extern const uint32_t XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47_MetadataUsageId;
extern const uint32_t XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11_MetadataUsageId;
extern const uint32_t XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A_MetadataUsageId;
extern const uint32_t XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465_MetadataUsageId;
extern const uint32_t XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2_MetadataUsageId;
extern const uint32_t XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_MetadataUsageId;
extern const uint32_t XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_MetadataUsageId;
extern const uint32_t XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E_MetadataUsageId;
extern const uint32_t XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36_MetadataUsageId;
extern const uint32_t XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66_MetadataUsageId;
extern const uint32_t XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29_MetadataUsageId;
extern const uint32_t XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId;
extern const uint32_t XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542_MetadataUsageId;
extern const uint32_t XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1_MetadataUsageId;
extern const uint32_t XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA_MetadataUsageId;
extern const uint32_t XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1_MetadataUsageId;
extern const uint32_t XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF_MetadataUsageId;
extern const uint32_t XmlDownloadManager_GetNonFileStreamAsync_m0D2256B1662784B2EE99163A103F9EDC40B622C6_MetadataUsageId;
extern const uint32_t XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8_MetadataUsageId;
extern const uint32_t XmlDownloadManager_GetStreamAsync_m39DCD22D4B46A17B36D223C5BB8C818B40D4856A_MetadataUsageId;
extern const uint32_t XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525_MetadataUsageId;
extern const uint32_t XmlDownloadManager_Remove_m01B83E693072CFD8CAA58FC05278BD288088AF39_MetadataUsageId;
extern const uint32_t XmlElement_AppendChildForLoad_m22475F182903DE2A40BD4B4F8B3ACB2EFADCBE9F_MetadataUsageId;
extern const uint32_t XmlElement_CloneNode_m0FF8BF4B436A0229A4000E611D606B2E6033FCA1_MetadataUsageId;
extern const uint32_t XmlElement_SetAttributeNode_mE56BC07BE93DE3490DE3F5B218965E3F86D20B4F_MetadataUsageId;
extern const uint32_t XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453_MetadataUsageId;
extern const uint32_t XmlElement_get_Attributes_m84F6EECEAC6F6A7C1F1D08F4C2C9072773F338A3_MetadataUsageId;
extern const uint32_t XmlElement_set_InnerXml_m2F5D661AE00C8F8D1519C7BD36EF6990553E7931_MetadataUsageId;
extern const uint32_t XmlEntityReference_ConstructBaseURI_mDB370D9EB5E7440B967686DA51C4B36077D35F6F_MetadataUsageId;
extern const uint32_t XmlEntityReference_SetParent_m88BD78C3C628D5493DCE34890AFE9C8CF7B638C2_MetadataUsageId;
extern const uint32_t XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8_MetadataUsageId;
extern const uint32_t XmlEntityReference_get_ChildBaseURI_m924E049587B0FE0C33B9836429C793BFB15AD1AD_MetadataUsageId;
extern const uint32_t XmlEntity_CloneNode_mC7A9B430A2CF8843F7BF590A8197CEF7B089276C_MetadataUsageId;
extern const uint32_t XmlEntity_get_LastNode_m6EAE9165BF34F5587C0DE16CE218014847C7FD47_MetadataUsageId;
extern const uint32_t XmlEntity_set_InnerXml_m7723E04F5D50738491DD83B12C51AD1CD98E67DE_MetadataUsageId;
extern const uint32_t XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747_MetadataUsageId;
extern const uint32_t XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5_MetadataUsageId;
extern const uint32_t XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF_MetadataUsageId;
extern const uint32_t XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45_MetadataUsageId;
extern const uint32_t XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300_MetadataUsageId;
extern const uint32_t XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36_MetadataUsageId;
extern const uint32_t XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45_MetadataUsageId;
extern const uint32_t XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783_MetadataUsageId;
extern const uint32_t XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4_MetadataUsageId;
extern const uint32_t XmlImplementation_CreateDocument_mED415710D52F33EB0540F7F1110AD955192B4E4E_MetadataUsageId;
extern const uint32_t XmlLoader_CreateInnerXmlReader_m6E40B28F7FD3E709CF717DAD6C678B80A5FFCD56_MetadataUsageId;
extern const uint32_t XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC_MetadataUsageId;
extern const uint32_t XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF_MetadataUsageId;
extern const uint32_t XmlLoader_GetContext_m9747FDD3ED5C36A2125CE13C45DF5A6EECAEDB85_MetadataUsageId;
extern const uint32_t XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E_MetadataUsageId;
extern const uint32_t XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B_MetadataUsageId;
extern const uint32_t XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2_MetadataUsageId;
extern const uint32_t XmlLoader_LoadDeclarationNode_m48EC5EC35C617D1203576E9D411DBBD80D1AD367_MetadataUsageId;
extern const uint32_t XmlLoader_LoadDefaultAttribute_m5C03254B16766F83BDF791F30D7685444F1E4576_MetadataUsageId;
extern const uint32_t XmlLoader_LoadDocumentTypeNode_m7EC250C1A45A44A9EDAE44925679C4F9718F121D_MetadataUsageId;
extern const uint32_t XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5_MetadataUsageId;
extern const uint32_t XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593_MetadataUsageId;
extern const uint32_t XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8_MetadataUsageId;
extern const uint32_t XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729_MetadataUsageId;
extern const uint32_t XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE_MetadataUsageId;
extern const uint32_t XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8_MetadataUsageId;
extern const uint32_t XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1_MetadataUsageId;
extern const uint32_t XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A_MetadataUsageId;
extern const uint32_t XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8_MetadataUsageId;
extern const uint32_t XmlNameEx_Equals_mBB7BA89E4D8D1C9F0ECDBEA182655F412D993429_MetadataUsageId;
extern const uint32_t XmlNameEx__ctor_m7CA7B57AA7E9704B8EDF05E592C77F713020407A_MetadataUsageId;
extern const uint32_t XmlNameEx_get_SchemaAttribute_m066BC33F4DE8630A0D5F311F1C7D0AFC75E66E9C_MetadataUsageId;
extern const uint32_t XmlNameEx_get_SchemaElement_mA009F9396270994947172FC0FD446D7711C8723A_MetadataUsageId;
extern const uint32_t XmlName_Create_m3F0CC673488258F994FCC3C1E7F00E5F42821E56_MetadataUsageId;
extern const uint32_t XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_FindNodeOffset_m3E4F43899043FB8DD2329EF550258881F9D00822_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_GetNamedItem_m95C2DDC53E19CC4D350000729CECF4C3E56D3D49_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB_MetadataUsageId;
extern const uint32_t XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1_MetadataUsageId;
extern const uint32_t XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_MetadataUsageId;
extern const uint32_t XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9_MetadataUsageId;
extern const uint32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44_MetadataUsageId;
extern const uint32_t XmlNamespaceManager_PopScope_m0412651414F696E6FD884010CBE45BE296EF3316_MetadataUsageId;
extern const uint32_t XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE_MetadataUsageId;
extern const uint32_t XmlNamespaceManager_get_DefaultNamespace_m429C7140C2C433DE571113C4A9ED60EAE2851E46_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke;
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84;
#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 ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; }
inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef KEYCOLLECTION_TC73654392B284B89334464107B696C9BD89776D9_H
#define KEYCOLLECTION_TC73654392B284B89334464107B696C9BD89776D9_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_KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYCOLLECTION_TC73654392B284B89334464107B696C9BD89776D9_H
#ifndef VALUECOLLECTION_T855867567F67E71294F6CE27DD3C0E473D02DE12_H
#define VALUECOLLECTION_T855867567F67E71294F6CE27DD3C0E473D02DE12_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_ValueCollection<System.String,System.Xml.Schema.SchemaNotation>
struct ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12, ___dictionary_0)); }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_T855867567F67E71294F6CE27DD3C0E473D02DE12_H
#ifndef VALUECOLLECTION_T588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E_H
#define VALUECOLLECTION_T588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E_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_ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E, ___dictionary_0)); }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_T588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E_H
#ifndef DICTIONARY_2_T0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646_H
#define DICTIONARY_2_T0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646_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<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
struct Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___entries_1)); }
inline EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___keys_7)); }
inline KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___values_8)); }
inline ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * get_values_8() const { return ___values_8; }
inline ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646_H
#ifndef DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#define DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_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<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___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<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____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_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#ifndef DICTIONARY_2_T931BF283048C4E74FC063C3036E5F3FE328861FC_H
#define DICTIONARY_2_T931BF283048C4E74FC063C3036E5F3FE328861FC_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<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____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_T931BF283048C4E74FC063C3036E5F3FE328861FC_H
#ifndef DICTIONARY_2_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_H
#define DICTIONARY_2_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_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<System.String,System.Xml.Schema.SchemaNotation>
struct Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___entries_1)); }
inline EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___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<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___keys_7)); }
inline KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___values_8)); }
inline ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * get_values_8() const { return ___values_8; }
inline ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ____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_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_H
#ifndef DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_H
#define DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_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<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___entries_1)); }
inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___keys_7)); }
inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___values_8)); }
inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * get_values_8() const { return ___values_8; }
inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_H
#ifndef DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_H
#define DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_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<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___entries_1)); }
inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___keys_7)); }
inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___values_8)); }
inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * get_values_8() const { return ___values_8; }
inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_H
#ifndef DICTIONARY_2_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_H
#define DICTIONARY_2_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_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<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___entries_1)); }
inline EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___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<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___keys_7)); }
inline KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___values_8)); }
inline ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * get_values_8() const { return ___values_8; }
inline ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ____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_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> 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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_H
#define ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject
{
public:
// System.Text.EncoderFallback System.Text.Encoder::m_fallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0;
// System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((&___m_fallback_0), value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackBuffer_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 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 DOMNAMETABLE_T09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_H
#define DOMNAMETABLE_T09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DomNameTable
struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A : public RuntimeObject
{
public:
// System.Xml.XmlName[] System.Xml.DomNameTable::entries
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* ___entries_0;
// System.Int32 System.Xml.DomNameTable::count
int32_t ___count_1;
// System.Int32 System.Xml.DomNameTable::mask
int32_t ___mask_2;
// System.Xml.XmlDocument System.Xml.DomNameTable::ownerDocument
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDocument_3;
// System.Xml.XmlNameTable System.Xml.DomNameTable::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_4;
public:
inline static int32_t get_offset_of_entries_0() { return static_cast<int32_t>(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___entries_0)); }
inline XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* get_entries_0() const { return ___entries_0; }
inline XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4** get_address_of_entries_0() { return &___entries_0; }
inline void set_entries_0(XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* value)
{
___entries_0 = value;
Il2CppCodeGenWriteBarrier((&___entries_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_mask_2() { return static_cast<int32_t>(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___mask_2)); }
inline int32_t get_mask_2() const { return ___mask_2; }
inline int32_t* get_address_of_mask_2() { return &___mask_2; }
inline void set_mask_2(int32_t value)
{
___mask_2 = value;
}
inline static int32_t get_offset_of_ownerDocument_3() { return static_cast<int32_t>(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___ownerDocument_3)); }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_ownerDocument_3() const { return ___ownerDocument_3; }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_ownerDocument_3() { return &___ownerDocument_3; }
inline void set_ownerDocument_3(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value)
{
___ownerDocument_3 = value;
Il2CppCodeGenWriteBarrier((&___ownerDocument_3), value);
}
inline static int32_t get_offset_of_nameTable_4() { return static_cast<int32_t>(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___nameTable_4)); }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_4() const { return ___nameTable_4; }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_4() { return &___nameTable_4; }
inline void set_nameTable_4(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value)
{
___nameTable_4 = value;
Il2CppCodeGenWriteBarrier((&___nameTable_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOMNAMETABLE_T09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_H
#ifndef EMPTYENUMERATOR_T7702FAD652CDD694DC3D136712CA48C48FFB0DC3_H
#define EMPTYENUMERATOR_T7702FAD652CDD694DC3D136712CA48C48FFB0DC3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYENUMERATOR_T7702FAD652CDD694DC3D136712CA48C48FFB0DC3_H
#ifndef OPENEDHOST_T62864738604F31CF86696B0525658DB5B7E06B58_H
#define OPENEDHOST_T62864738604F31CF86696B0525658DB5B7E06B58_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.OpenedHost
struct OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 : public RuntimeObject
{
public:
// System.Int32 System.Xml.OpenedHost::nonCachedConnectionsCount
int32_t ___nonCachedConnectionsCount_0;
public:
inline static int32_t get_offset_of_nonCachedConnectionsCount_0() { return static_cast<int32_t>(offsetof(OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58, ___nonCachedConnectionsCount_0)); }
inline int32_t get_nonCachedConnectionsCount_0() const { return ___nonCachedConnectionsCount_0; }
inline int32_t* get_address_of_nonCachedConnectionsCount_0() { return &___nonCachedConnectionsCount_0; }
inline void set_nonCachedConnectionsCount_0(int32_t value)
{
___nonCachedConnectionsCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OPENEDHOST_T62864738604F31CF86696B0525658DB5B7E06B58_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 SCHEMANOTATION_TFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A_H
#define SCHEMANOTATION_TFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaNotation
struct SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A : public RuntimeObject
{
public:
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::name
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name_0;
// System.String System.Xml.Schema.SchemaNotation::systemLiteral
String_t* ___systemLiteral_1;
// System.String System.Xml.Schema.SchemaNotation::pubid
String_t* ___pubid_2;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A, ___name_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_name_0() const { return ___name_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((&___name_0), value);
}
inline static int32_t get_offset_of_systemLiteral_1() { return static_cast<int32_t>(offsetof(SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A, ___systemLiteral_1)); }
inline String_t* get_systemLiteral_1() const { return ___systemLiteral_1; }
inline String_t** get_address_of_systemLiteral_1() { return &___systemLiteral_1; }
inline void set_systemLiteral_1(String_t* value)
{
___systemLiteral_1 = value;
Il2CppCodeGenWriteBarrier((&___systemLiteral_1), value);
}
inline static int32_t get_offset_of_pubid_2() { return static_cast<int32_t>(offsetof(SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A, ___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);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMANOTATION_TFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A_H
#ifndef XMLSCHEMADATATYPE_T6D9535C4B3780086DF21646303E2350D40A5A550_H
#define XMLSCHEMADATATYPE_T6D9535C4B3780086DF21646303E2350D40A5A550_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMADATATYPE_T6D9535C4B3780086DF21646303E2350D40A5A550_H
#ifndef XMLSCHEMAOBJECT_TB5695348FF2B08149CAE95CD10F39F21EDB1F57B_H
#define XMLSCHEMAOBJECT_TB5695348FF2B08149CAE95CD10F39F21EDB1F57B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAOBJECT_TB5695348FF2B08149CAE95CD10F39F21EDB1F57B_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 XMLVALUECONVERTER_TC6BABF8791F0E88864F8707A10F63FBE9EA0D69E_H
#define XMLVALUECONVERTER_TC6BABF8791F0E88864F8707A10F63FBE9EA0D69E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLVALUECONVERTER_TC6BABF8791F0E88864F8707A10F63FBE9EA0D69E_H
#ifndef XPATHDOCUMENT_TD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321_H
#define XPATHDOCUMENT_TD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathDocument
struct XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 : public RuntimeObject
{
public:
// MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageXmlNmsp
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageXmlNmsp_0;
// System.Int32 System.Xml.XPath.XPathDocument::idxXmlNmsp
int32_t ___idxXmlNmsp_1;
// System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_2;
// System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef> System.Xml.XPath.XPathDocument::mapNmsp
Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * ___mapNmsp_3;
public:
inline static int32_t get_offset_of_pageXmlNmsp_0() { return static_cast<int32_t>(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___pageXmlNmsp_0)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageXmlNmsp_0() const { return ___pageXmlNmsp_0; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageXmlNmsp_0() { return &___pageXmlNmsp_0; }
inline void set_pageXmlNmsp_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageXmlNmsp_0 = value;
Il2CppCodeGenWriteBarrier((&___pageXmlNmsp_0), value);
}
inline static int32_t get_offset_of_idxXmlNmsp_1() { return static_cast<int32_t>(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___idxXmlNmsp_1)); }
inline int32_t get_idxXmlNmsp_1() const { return ___idxXmlNmsp_1; }
inline int32_t* get_address_of_idxXmlNmsp_1() { return &___idxXmlNmsp_1; }
inline void set_idxXmlNmsp_1(int32_t value)
{
___idxXmlNmsp_1 = value;
}
inline static int32_t get_offset_of_nameTable_2() { return static_cast<int32_t>(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___nameTable_2)); }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_2() const { return ___nameTable_2; }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_2() { return &___nameTable_2; }
inline void set_nameTable_2(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value)
{
___nameTable_2 = value;
Il2CppCodeGenWriteBarrier((&___nameTable_2), value);
}
inline static int32_t get_offset_of_mapNmsp_3() { return static_cast<int32_t>(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___mapNmsp_3)); }
inline Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * get_mapNmsp_3() const { return ___mapNmsp_3; }
inline Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 ** get_address_of_mapNmsp_3() { return &___mapNmsp_3; }
inline void set_mapNmsp_3(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * value)
{
___mapNmsp_3 = value;
Il2CppCodeGenWriteBarrier((&___mapNmsp_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHDOCUMENT_TD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321_H
#ifndef XPATHITEM_TCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_H
#define XPATHITEM_TCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathItem
struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHITEM_TCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_H
#ifndef XPATHNAVIGATORKEYCOMPARER_T6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_H
#define XPATHNAVIGATORKEYCOMPARER_T6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNAVIGATORKEYCOMPARER_T6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_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<int32_t>(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<int32_t>(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<int32_t>(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 XMLCOMPLIANCEUTIL_TF765F050106DD1652680AC22FA48C7BD070BFED5_H
#define XMLCOMPLIANCEUTIL_TF765F050106DD1652680AC22FA48C7BD070BFED5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlComplianceUtil
struct XmlComplianceUtil_tF765F050106DD1652680AC22FA48C7BD070BFED5 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLCOMPLIANCEUTIL_TF765F050106DD1652680AC22FA48C7BD070BFED5_H
#ifndef XMLREADERSECTION_TFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7_H
#define XMLREADERSECTION_TFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlConfiguration.XmlReaderSection
struct XmlReaderSection_tFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLREADERSECTION_TFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7_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<int32_t>(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 U3CU3EC__DISPLAYCLASS4_0_T3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3_H
#define U3CU3EC__DISPLAYCLASS4_0_T3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDownloadManager_<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 : public RuntimeObject
{
public:
// System.Uri System.Xml.XmlDownloadManager_<>c__DisplayClass4_0::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((&___uri_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS4_0_T3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3_H
#ifndef XMLIMPLEMENTATION_T7C01D70C3943C7AA929C106D360E90E2D576E1EF_H
#define XMLIMPLEMENTATION_T7C01D70C3943C7AA929C106D360E90E2D576E1EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlImplementation
struct XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF : public RuntimeObject
{
public:
// System.Xml.XmlNameTable System.Xml.XmlImplementation::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_0;
public:
inline static int32_t get_offset_of_nameTable_0() { return static_cast<int32_t>(offsetof(XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF, ___nameTable_0)); }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_0() const { return ___nameTable_0; }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_0() { return &___nameTable_0; }
inline void set_nameTable_0(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value)
{
___nameTable_0 = value;
Il2CppCodeGenWriteBarrier((&___nameTable_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLIMPLEMENTATION_T7C01D70C3943C7AA929C106D360E90E2D576E1EF_H
#ifndef XMLLOADER_T8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_H
#define XMLLOADER_T8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlLoader
struct XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D : public RuntimeObject
{
public:
// System.Xml.XmlDocument System.Xml.XmlLoader::doc
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc_0;
// System.Xml.XmlReader System.Xml.XmlLoader::reader
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_1;
// System.Boolean System.Xml.XmlLoader::preserveWhitespace
bool ___preserveWhitespace_2;
public:
inline static int32_t get_offset_of_doc_0() { return static_cast<int32_t>(offsetof(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___doc_0)); }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_doc_0() const { return ___doc_0; }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_doc_0() { return &___doc_0; }
inline void set_doc_0(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value)
{
___doc_0 = value;
Il2CppCodeGenWriteBarrier((&___doc_0), value);
}
inline static int32_t get_offset_of_reader_1() { return static_cast<int32_t>(offsetof(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___reader_1)); }
inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_reader_1() const { return ___reader_1; }
inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_reader_1() { return &___reader_1; }
inline void set_reader_1(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value)
{
___reader_1 = value;
Il2CppCodeGenWriteBarrier((&___reader_1), value);
}
inline static int32_t get_offset_of_preserveWhitespace_2() { return static_cast<int32_t>(offsetof(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___preserveWhitespace_2)); }
inline bool get_preserveWhitespace_2() const { return ___preserveWhitespace_2; }
inline bool* get_address_of_preserveWhitespace_2() { return &___preserveWhitespace_2; }
inline void set_preserveWhitespace_2(bool value)
{
___preserveWhitespace_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLLOADER_T8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_H
#ifndef XMLNAME_T993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_H
#define XMLNAME_T993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlName
struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 : public RuntimeObject
{
public:
// System.String System.Xml.XmlName::prefix
String_t* ___prefix_0;
// System.String System.Xml.XmlName::localName
String_t* ___localName_1;
// System.String System.Xml.XmlName::ns
String_t* ___ns_2;
// System.String System.Xml.XmlName::name
String_t* ___name_3;
// System.Int32 System.Xml.XmlName::hashCode
int32_t ___hashCode_4;
// System.Xml.XmlDocument System.Xml.XmlName::ownerDoc
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc_5;
// System.Xml.XmlName System.Xml.XmlName::next
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next_6;
public:
inline static int32_t get_offset_of_prefix_0() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___prefix_0)); }
inline String_t* get_prefix_0() const { return ___prefix_0; }
inline String_t** get_address_of_prefix_0() { return &___prefix_0; }
inline void set_prefix_0(String_t* value)
{
___prefix_0 = value;
Il2CppCodeGenWriteBarrier((&___prefix_0), value);
}
inline static int32_t get_offset_of_localName_1() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___localName_1)); }
inline String_t* get_localName_1() const { return ___localName_1; }
inline String_t** get_address_of_localName_1() { return &___localName_1; }
inline void set_localName_1(String_t* value)
{
___localName_1 = value;
Il2CppCodeGenWriteBarrier((&___localName_1), value);
}
inline static int32_t get_offset_of_ns_2() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___ns_2)); }
inline String_t* get_ns_2() const { return ___ns_2; }
inline String_t** get_address_of_ns_2() { return &___ns_2; }
inline void set_ns_2(String_t* value)
{
___ns_2 = value;
Il2CppCodeGenWriteBarrier((&___ns_2), value);
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((&___name_3), value);
}
inline static int32_t get_offset_of_hashCode_4() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___hashCode_4)); }
inline int32_t get_hashCode_4() const { return ___hashCode_4; }
inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; }
inline void set_hashCode_4(int32_t value)
{
___hashCode_4 = value;
}
inline static int32_t get_offset_of_ownerDoc_5() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___ownerDoc_5)); }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_ownerDoc_5() const { return ___ownerDoc_5; }
inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; }
inline void set_ownerDoc_5(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value)
{
___ownerDoc_5 = value;
Il2CppCodeGenWriteBarrier((&___ownerDoc_5), value);
}
inline static int32_t get_offset_of_next_6() { return static_cast<int32_t>(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___next_6)); }
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * get_next_6() const { return ___next_6; }
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** get_address_of_next_6() { return &___next_6; }
inline void set_next_6(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value)
{
___next_6 = value;
Il2CppCodeGenWriteBarrier((&___next_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLNAME_T993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_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 SINGLEOBJECTENUMERATOR_TA9C95CFC90A374F3FB891F834486863C55883F7A_H
#define SINGLEOBJECTENUMERATOR_TA9C95CFC90A374F3FB891F834486863C55883F7A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator
struct SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A : public RuntimeObject
{
public:
// System.Object System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::loneValue
RuntimeObject * ___loneValue_0;
// System.Int32 System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::position
int32_t ___position_1;
public:
inline static int32_t get_offset_of_loneValue_0() { return static_cast<int32_t>(offsetof(SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A, ___loneValue_0)); }
inline RuntimeObject * get_loneValue_0() const { return ___loneValue_0; }
inline RuntimeObject ** get_address_of_loneValue_0() { return &___loneValue_0; }
inline void set_loneValue_0(RuntimeObject * value)
{
___loneValue_0 = value;
Il2CppCodeGenWriteBarrier((&___loneValue_0), value);
}
inline static int32_t get_offset_of_position_1() { return static_cast<int32_t>(offsetof(SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A, ___position_1)); }
inline int32_t get_position_1() const { return ___position_1; }
inline int32_t* get_address_of_position_1() { return &___position_1; }
inline void set_position_1(int32_t value)
{
___position_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLEOBJECTENUMERATOR_TA9C95CFC90A374F3FB891F834486863C55883F7A_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.String,System.Int32> 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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 __STATICARRAYINITTYPESIZEU3D20_T25C626683DA421874F122B40243142FF7832A1BF_H
#define __STATICARRAYINITTYPESIZEU3D20_T25C626683DA421874F122B40243142FF7832A1BF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF__padding[20];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D20_T25C626683DA421874F122B40243142FF7832A1BF_H
#ifndef __STATICARRAYINITTYPESIZEU3D28_T5092DE69B1A24897AC8FBEFE716755EA1FE14C24_H
#define __STATICARRAYINITTYPESIZEU3D28_T5092DE69B1A24897AC8FBEFE716755EA1FE14C24_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D28
struct __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24__padding[28];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D28_T5092DE69B1A24897AC8FBEFE716755EA1FE14C24_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_TFEC269E612F5A23CB7315224D57AF2DA72F821E7_H
#define __STATICARRAYINITTYPESIZEU3D32_TFEC269E612F5A23CB7315224D57AF2DA72F821E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_TFEC269E612F5A23CB7315224D57AF2DA72F821E7_H
#ifndef __STATICARRAYINITTYPESIZEU3D40_T2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4_H
#define __STATICARRAYINITTYPESIZEU3D40_T2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4__padding[40];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D40_T2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TB657E692303B443FF0E24AE8F75A675A844348C4_H
#define __STATICARRAYINITTYPESIZEU3D6_TB657E692303B443FF0E24AE8F75A675A844348C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TB657E692303B443FF0E24AE8F75A675A844348C4_H
#ifndef __STATICARRAYINITTYPESIZEU3D64_TE9F2C6D5C2D961C95B98D342E25A70CE875C2387_H
#define __STATICARRAYINITTYPESIZEU3D64_TE9F2C6D5C2D961C95B98D342E25A70CE875C2387_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387__padding[64];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D64_TE9F2C6D5C2D961C95B98D342E25A70CE875C2387_H
#ifndef XPATHNODE_TC207ED6C653E80055FE6C5ECD3E6137A326659A0_H
#define XPATHNODE_TC207ED6C653E80055FE6C5ECD3E6137A326659A0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathNode
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0
{
public:
// MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling
uint16_t ___idxSibling_1;
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent
uint16_t ___idxParent_2;
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar
uint16_t ___idxSimilar_3;
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset
uint16_t ___posOffset_4;
// System.UInt32 MS.Internal.Xml.Cache.XPathNode::props
uint32_t ___props_5;
// System.String MS.Internal.Xml.Cache.XPathNode::value
String_t* ___value_6;
public:
inline static int32_t get_offset_of_info_0() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___info_0)); }
inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * get_info_0() const { return ___info_0; }
inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 ** get_address_of_info_0() { return &___info_0; }
inline void set_info_0(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * value)
{
___info_0 = value;
Il2CppCodeGenWriteBarrier((&___info_0), value);
}
inline static int32_t get_offset_of_idxSibling_1() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSibling_1)); }
inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; }
inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; }
inline void set_idxSibling_1(uint16_t value)
{
___idxSibling_1 = value;
}
inline static int32_t get_offset_of_idxParent_2() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxParent_2)); }
inline uint16_t get_idxParent_2() const { return ___idxParent_2; }
inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; }
inline void set_idxParent_2(uint16_t value)
{
___idxParent_2 = value;
}
inline static int32_t get_offset_of_idxSimilar_3() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSimilar_3)); }
inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; }
inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; }
inline void set_idxSimilar_3(uint16_t value)
{
___idxSimilar_3 = value;
}
inline static int32_t get_offset_of_posOffset_4() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___posOffset_4)); }
inline uint16_t get_posOffset_4() const { return ___posOffset_4; }
inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; }
inline void set_posOffset_4(uint16_t value)
{
___posOffset_4 = value;
}
inline static int32_t get_offset_of_props_5() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___props_5)); }
inline uint32_t get_props_5() const { return ___props_5; }
inline uint32_t* get_address_of_props_5() { return &___props_5; }
inline void set_props_5(uint32_t value)
{
___props_5 = value;
}
inline static int32_t get_offset_of_value_6() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___value_6)); }
inline String_t* get_value_6() const { return ___value_6; }
inline String_t** get_address_of_value_6() { return &___value_6; }
inline void set_value_6(String_t* value)
{
___value_6 = value;
Il2CppCodeGenWriteBarrier((&___value_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
uint16_t ___idxSibling_1;
uint16_t ___idxParent_2;
uint16_t ___idxSimilar_3;
uint16_t ___posOffset_4;
uint32_t ___props_5;
char* ___value_6;
};
// Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
uint16_t ___idxSibling_1;
uint16_t ___idxParent_2;
uint16_t ___idxSimilar_3;
uint16_t ___posOffset_4;
uint32_t ___props_5;
Il2CppChar* ___value_6;
};
#endif // XPATHNODE_TC207ED6C653E80055FE6C5ECD3E6137A326659A0_H
#ifndef XPATHNODEREF_T6F631244BF7B58CE7DB9239662B4EE745CD54E14_H
#define XPATHNODEREF_T6F631244BF7B58CE7DB9239662B4EE745CD54E14_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathNodeRef
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14
{
public:
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page_0;
// System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx
int32_t ___idx_1;
public:
inline static int32_t get_offset_of_page_0() { return static_cast<int32_t>(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___page_0)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_page_0() const { return ___page_0; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_page_0() { return &___page_0; }
inline void set_page_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___page_0 = value;
Il2CppCodeGenWriteBarrier((&___page_0), value);
}
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___idx_1)); }
inline int32_t get_idx_1() const { return ___idx_1; }
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
inline void set_idx_1(int32_t value)
{
___idx_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke* ___page_0;
int32_t ___idx_1;
};
// Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com* ___page_0;
int32_t ___idx_1;
};
#endif // XPATHNODEREF_T6F631244BF7B58CE7DB9239662B4EE745CD54E14_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 ENUMERATOR_T725320A9593FFA06C5F8F058B3705F530FC9D210_H
#define ENUMERATOR_T725320A9593FFA06C5F8F058B3705F530FC9D210_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_KeyCollection_Enumerator<System.Object,System.Object>
struct Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::version
int32_t ___version_2;
// TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::currentKey
RuntimeObject * ___currentKey_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentKey_3() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___currentKey_3)); }
inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; }
inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; }
inline void set_currentKey_3(RuntimeObject * value)
{
___currentKey_3 = value;
Il2CppCodeGenWriteBarrier((&___currentKey_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T725320A9593FFA06C5F8F058B3705F530FC9D210_H
#ifndef ENUMERATOR_T7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_H
#define ENUMERATOR_T7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_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_KeyCollection_Enumerator<System.String,System.String>
struct Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::version
int32_t ___version_2;
// TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::currentKey
String_t* ___currentKey_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentKey_3() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___currentKey_3)); }
inline String_t* get_currentKey_3() const { return ___currentKey_3; }
inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; }
inline void set_currentKey_3(String_t* value)
{
___currentKey_3 = value;
Il2CppCodeGenWriteBarrier((&___currentKey_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_H
#ifndef ENUMERATOR_TB5076FB1730C18188DBB208FD1B6870FC5A660E6_H
#define ENUMERATOR_TB5076FB1730C18188DBB208FD1B6870FC5A660E6_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_ValueCollection_Enumerator<System.Object,System.Object>
struct Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
RuntimeObject * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___currentValue_3)); }
inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; }
inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(RuntimeObject * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TB5076FB1730C18188DBB208FD1B6870FC5A660E6_H
#ifndef ENUMERATOR_T544EBF5211D3142D85167DB4FC5A87176D40687C_H
#define ENUMERATOR_T544EBF5211D3142D85167DB4FC5A87176D40687C_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_ValueCollection_Enumerator<System.String,System.Xml.Schema.SchemaNotation>
struct Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C, ___dictionary_0)); }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C, ___currentValue_3)); }
inline SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * get_currentValue_3() const { return ___currentValue_3; }
inline SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T544EBF5211D3142D85167DB4FC5A87176D40687C_H
#ifndef ENUMERATOR_TB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24_H
#define ENUMERATOR_TB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24_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_ValueCollection_Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24, ___dictionary_0)); }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24, ___currentValue_3)); }
inline SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * get_currentValue_3() const { return ___currentValue_3; }
inline SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24_H
#ifndef KEYVALUEPAIR_2_T23481547E419E16E3B96A303578C1EB685C99EEE_H
#define KEYVALUEPAIR_2_T23481547E419E16E3B96A303578C1EB685C99EEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((&___key_0), value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYVALUEPAIR_2_T23481547E419E16E3B96A303578C1EB685C99EEE_H
#ifndef KEYVALUEPAIR_2_T3C868550D09434B1AC0C40DF05EB4A68FBDDD289_H
#define KEYVALUEPAIR_2_T3C868550D09434B1AC0C40DF05EB4A68FBDDD289_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.KeyValuePair`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289, ___key_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_key_0() const { return ___key_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((&___key_0), value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289, ___value_1)); }
inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * get_value_1() const { return ___value_1; }
inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYVALUEPAIR_2_T3C868550D09434B1AC0C40DF05EB4A68FBDDD289_H
#ifndef KEYVALUEPAIR_2_TAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9_H
#define KEYVALUEPAIR_2_TAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.KeyValuePair`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9, ___key_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_key_0() const { return ___key_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((&___key_0), value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9, ___value_1)); }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_value_1() const { return ___value_1; }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((&___value_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYVALUEPAIR_2_TAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#define DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((&___Powers10_6), value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_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<int32_t>(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 GUID_T_H
#define GUID_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((&____rngAccess_12), value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((&____rng_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GUID_T_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<int32_t>(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<int32_t>(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<int32_t>(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.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> 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<int32_t>(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<int32_t>(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<int32_t>(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 INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#define WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_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<System.Boolean>
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<int32_t>(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<int32_t>(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 ASYNCMETHODBUILDERCORE_T4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_H
#define ASYNCMETHODBUILDERCORE_T4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01
{
public:
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
RuntimeObject* ___m_stateMachine_0;
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_defaultContextAction_1;
public:
inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_stateMachine_0)); }
inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; }
inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; }
inline void set_m_stateMachine_0(RuntimeObject* value)
{
___m_stateMachine_0 = value;
Il2CppCodeGenWriteBarrier((&___m_stateMachine_0), value);
}
inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_defaultContextAction_1)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; }
inline void set_m_defaultContextAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___m_defaultContextAction_1 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultContextAction_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
#endif // ASYNCMETHODBUILDERCORE_T4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_H
#ifndef CONFIGUREDTASKAWAITER_TC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_H
#define CONFIGUREDTASKAWAITER_TC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Net.WebResponse>
struct ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task
Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE, ___m_task_0)); }
inline Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * get_m_task_0() const { return ___m_task_0; }
inline Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((&___m_task_0), value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONFIGUREDTASKAWAITER_TC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_H
#ifndef CONFIGUREDTASKAWAITER_TFB3C4197768C6CF02BE088F703AA6E46D703D46E_H
#define CONFIGUREDTASKAWAITER_TFB3C4197768C6CF02BE088F703AA6E46D703D46E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Object>
struct ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E, ___m_task_0)); }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * get_m_task_0() const { return ___m_task_0; }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((&___m_task_0), value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONFIGUREDTASKAWAITER_TFB3C4197768C6CF02BE088F703AA6E46D703D46E_H
#ifndef GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#define GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.GCHandle
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
{
public:
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
int32_t ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
inline int32_t get_handle_0() const { return ___handle_0; }
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(int32_t value)
{
___handle_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#ifndef SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#define SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA
{
public:
// System.Type System.Runtime.Serialization.SerializationEntry::m_type
Type_t * ___m_type_0;
// System.Object System.Runtime.Serialization.SerializationEntry::m_value
RuntimeObject * ___m_value_1;
// System.String System.Runtime.Serialization.SerializationEntry::m_name
String_t* ___m_name_2;
public:
inline static int32_t get_offset_of_m_type_0() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_type_0)); }
inline Type_t * get_m_type_0() const { return ___m_type_0; }
inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; }
inline void set_m_type_0(Type_t * value)
{
___m_type_0 = value;
Il2CppCodeGenWriteBarrier((&___m_type_0), value);
}
inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_value_1)); }
inline RuntimeObject * get_m_value_1() const { return ___m_value_1; }
inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; }
inline void set_m_value_1(RuntimeObject * value)
{
___m_value_1 = value;
Il2CppCodeGenWriteBarrier((&___m_value_1), value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((&___m_name_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
char* ___m_name_2;
};
// Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
Il2CppChar* ___m_name_2;
};
#endif // SERIALIZATIONENTRY_TA4CE7B0176B45BD820A7802C84479174F5EBE5EA_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_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 CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H
#define CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((&___m_source_0), value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((&___s_ActionToActionObjShunt_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
#endif // CANCELLATIONTOKEN_T9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_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<int32_t>(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 UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_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 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<int32_t>(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<int32_t>(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 XMLSCHEMAANNOTATED_T94F7899A20B495CD62FA0976A4F23FD4A0847B7B_H
#define XMLSCHEMAANNOTATED_T94F7899A20B495CD62FA0976A4F23FD4A0847B7B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaAnnotated
struct XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B : public XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAANNOTATED_T94F7899A20B495CD62FA0976A4F23FD4A0847B7B_H
#ifndef XSDDURATION_T10E257E1794C97860274A62B208A93B6DBBC7CE5_H
#define XSDDURATION_T10E257E1794C97860274A62B208A93B6DBBC7CE5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XsdDuration
struct XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5
{
public:
// System.Int32 System.Xml.Schema.XsdDuration::years
int32_t ___years_0;
// System.Int32 System.Xml.Schema.XsdDuration::months
int32_t ___months_1;
// System.Int32 System.Xml.Schema.XsdDuration::days
int32_t ___days_2;
// System.Int32 System.Xml.Schema.XsdDuration::hours
int32_t ___hours_3;
// System.Int32 System.Xml.Schema.XsdDuration::minutes
int32_t ___minutes_4;
// System.Int32 System.Xml.Schema.XsdDuration::seconds
int32_t ___seconds_5;
// System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds
uint32_t ___nanoseconds_6;
public:
inline static int32_t get_offset_of_years_0() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___years_0)); }
inline int32_t get_years_0() const { return ___years_0; }
inline int32_t* get_address_of_years_0() { return &___years_0; }
inline void set_years_0(int32_t value)
{
___years_0 = value;
}
inline static int32_t get_offset_of_months_1() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___months_1)); }
inline int32_t get_months_1() const { return ___months_1; }
inline int32_t* get_address_of_months_1() { return &___months_1; }
inline void set_months_1(int32_t value)
{
___months_1 = value;
}
inline static int32_t get_offset_of_days_2() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___days_2)); }
inline int32_t get_days_2() const { return ___days_2; }
inline int32_t* get_address_of_days_2() { return &___days_2; }
inline void set_days_2(int32_t value)
{
___days_2 = value;
}
inline static int32_t get_offset_of_hours_3() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___hours_3)); }
inline int32_t get_hours_3() const { return ___hours_3; }
inline int32_t* get_address_of_hours_3() { return &___hours_3; }
inline void set_hours_3(int32_t value)
{
___hours_3 = value;
}
inline static int32_t get_offset_of_minutes_4() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___minutes_4)); }
inline int32_t get_minutes_4() const { return ___minutes_4; }
inline int32_t* get_address_of_minutes_4() { return &___minutes_4; }
inline void set_minutes_4(int32_t value)
{
___minutes_4 = value;
}
inline static int32_t get_offset_of_seconds_5() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___seconds_5)); }
inline int32_t get_seconds_5() const { return ___seconds_5; }
inline int32_t* get_address_of_seconds_5() { return &___seconds_5; }
inline void set_seconds_5(int32_t value)
{
___seconds_5 = value;
}
inline static int32_t get_offset_of_nanoseconds_6() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___nanoseconds_6)); }
inline uint32_t get_nanoseconds_6() const { return ___nanoseconds_6; }
inline uint32_t* get_address_of_nanoseconds_6() { return &___nanoseconds_6; }
inline void set_nanoseconds_6(uint32_t value)
{
___nanoseconds_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XSDDURATION_T10E257E1794C97860274A62B208A93B6DBBC7CE5_H
#ifndef UCS4DECODER_TF36E238DE589135EADC0302D74367E9DC317A202_H
#define UCS4DECODER_TF36E238DE589135EADC0302D74367E9DC317A202_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Decoder
struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
// System.Byte[] System.Xml.Ucs4Decoder::lastBytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___lastBytes_2;
// System.Int32 System.Xml.Ucs4Decoder::lastBytesCount
int32_t ___lastBytesCount_3;
public:
inline static int32_t get_offset_of_lastBytes_2() { return static_cast<int32_t>(offsetof(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202, ___lastBytes_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_lastBytes_2() const { return ___lastBytes_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_lastBytes_2() { return &___lastBytes_2; }
inline void set_lastBytes_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___lastBytes_2 = value;
Il2CppCodeGenWriteBarrier((&___lastBytes_2), value);
}
inline static int32_t get_offset_of_lastBytesCount_3() { return static_cast<int32_t>(offsetof(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202, ___lastBytesCount_3)); }
inline int32_t get_lastBytesCount_3() const { return ___lastBytesCount_3; }
inline int32_t* get_address_of_lastBytesCount_3() { return &___lastBytesCount_3; }
inline void set_lastBytesCount_3(int32_t value)
{
___lastBytesCount_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4DECODER_TF36E238DE589135EADC0302D74367E9DC317A202_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<int32_t>(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 XPATHNAVIGATOR_T4E711E4382A896C152FA99D0D39A8C6CEC238EC3_H
#define XPATHNAVIGATOR_T4E711E4382A896C152FA99D0D39A8C6CEC238EC3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 : public XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98
{
public:
public:
};
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields
{
public:
// System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer
XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * ___comparer_0;
// System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___NodeTypeLetter_1;
// System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___UniqueIdTbl_2;
// System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ContentKindMasks_3;
public:
inline static int32_t get_offset_of_comparer_0() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___comparer_0)); }
inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * get_comparer_0() const { return ___comparer_0; }
inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 ** get_address_of_comparer_0() { return &___comparer_0; }
inline void set_comparer_0(XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * value)
{
___comparer_0 = value;
Il2CppCodeGenWriteBarrier((&___comparer_0), value);
}
inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___NodeTypeLetter_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; }
inline void set_NodeTypeLetter_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___NodeTypeLetter_1 = value;
Il2CppCodeGenWriteBarrier((&___NodeTypeLetter_1), value);
}
inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___UniqueIdTbl_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; }
inline void set_UniqueIdTbl_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___UniqueIdTbl_2 = value;
Il2CppCodeGenWriteBarrier((&___UniqueIdTbl_2), value);
}
inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___ContentKindMasks_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; }
inline void set_ContentKindMasks_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___ContentKindMasks_3 = value;
Il2CppCodeGenWriteBarrier((&___ContentKindMasks_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNAVIGATOR_T4E711E4382A896C152FA99D0D39A8C6CEC238EC3_H
#ifndef DEBUGGERDISPLAYPROXY_T7058342D7CBA1293CD786F1EFA632C42E370A97A_H
#define DEBUGGERDISPLAYPROXY_T7058342D7CBA1293CD786F1EFA632C42E370A97A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A
{
public:
// System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::nav
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
public:
inline static int32_t get_offset_of_nav_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A, ___nav_0)); }
inline XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * get_nav_0() const { return ___nav_0; }
inline XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 ** get_address_of_nav_0() { return &___nav_0; }
inline void set_nav_0(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * value)
{
___nav_0 = value;
Il2CppCodeGenWriteBarrier((&___nav_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
};
// Native definition for COM marshalling of System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
};
#endif // DEBUGGERDISPLAYPROXY_T7058342D7CBA1293CD786F1EFA632C42E370A97A_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 XMLDOCUMENTFRAGMENT_TF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_H
#define XMLDOCUMENTFRAGMENT_TF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDocumentFragment
struct XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB
{
public:
// System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::lastChild
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_1;
public:
inline static int32_t get_offset_of_lastChild_1() { return static_cast<int32_t>(offsetof(XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D, ___lastChild_1)); }
inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_1() const { return ___lastChild_1; }
inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_1() { return &___lastChild_1; }
inline void set_lastChild_1(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value)
{
___lastChild_1 = value;
Il2CppCodeGenWriteBarrier((&___lastChild_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLDOCUMENTFRAGMENT_TF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_H
#ifndef XMLENTITY_T8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_H
#define XMLENTITY_T8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlEntity
struct XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB
{
public:
// System.String System.Xml.XmlEntity::publicId
String_t* ___publicId_1;
// System.String System.Xml.XmlEntity::systemId
String_t* ___systemId_2;
// System.String System.Xml.XmlEntity::notationName
String_t* ___notationName_3;
// System.String System.Xml.XmlEntity::name
String_t* ___name_4;
// System.String System.Xml.XmlEntity::unparsedReplacementStr
String_t* ___unparsedReplacementStr_5;
// System.String System.Xml.XmlEntity::baseURI
String_t* ___baseURI_6;
// System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastChild
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_7;
// System.Boolean System.Xml.XmlEntity::childrenFoliating
bool ___childrenFoliating_8;
public:
inline static int32_t get_offset_of_publicId_1() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___publicId_1)); }
inline String_t* get_publicId_1() const { return ___publicId_1; }
inline String_t** get_address_of_publicId_1() { return &___publicId_1; }
inline void set_publicId_1(String_t* value)
{
___publicId_1 = value;
Il2CppCodeGenWriteBarrier((&___publicId_1), value);
}
inline static int32_t get_offset_of_systemId_2() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___systemId_2)); }
inline String_t* get_systemId_2() const { return ___systemId_2; }
inline String_t** get_address_of_systemId_2() { return &___systemId_2; }
inline void set_systemId_2(String_t* value)
{
___systemId_2 = value;
Il2CppCodeGenWriteBarrier((&___systemId_2), value);
}
inline static int32_t get_offset_of_notationName_3() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___notationName_3)); }
inline String_t* get_notationName_3() const { return ___notationName_3; }
inline String_t** get_address_of_notationName_3() { return &___notationName_3; }
inline void set_notationName_3(String_t* value)
{
___notationName_3 = value;
Il2CppCodeGenWriteBarrier((&___notationName_3), value);
}
inline static int32_t get_offset_of_name_4() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___name_4)); }
inline String_t* get_name_4() const { return ___name_4; }
inline String_t** get_address_of_name_4() { return &___name_4; }
inline void set_name_4(String_t* value)
{
___name_4 = value;
Il2CppCodeGenWriteBarrier((&___name_4), value);
}
inline static int32_t get_offset_of_unparsedReplacementStr_5() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___unparsedReplacementStr_5)); }
inline String_t* get_unparsedReplacementStr_5() const { return ___unparsedReplacementStr_5; }
inline String_t** get_address_of_unparsedReplacementStr_5() { return &___unparsedReplacementStr_5; }
inline void set_unparsedReplacementStr_5(String_t* value)
{
___unparsedReplacementStr_5 = value;
Il2CppCodeGenWriteBarrier((&___unparsedReplacementStr_5), value);
}
inline static int32_t get_offset_of_baseURI_6() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___baseURI_6)); }
inline String_t* get_baseURI_6() const { return ___baseURI_6; }
inline String_t** get_address_of_baseURI_6() { return &___baseURI_6; }
inline void set_baseURI_6(String_t* value)
{
___baseURI_6 = value;
Il2CppCodeGenWriteBarrier((&___baseURI_6), value);
}
inline static int32_t get_offset_of_lastChild_7() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___lastChild_7)); }
inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_7() const { return ___lastChild_7; }
inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_7() { return &___lastChild_7; }
inline void set_lastChild_7(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value)
{
___lastChild_7 = value;
Il2CppCodeGenWriteBarrier((&___lastChild_7), value);
}
inline static int32_t get_offset_of_childrenFoliating_8() { return static_cast<int32_t>(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___childrenFoliating_8)); }
inline bool get_childrenFoliating_8() const { return ___childrenFoliating_8; }
inline bool* get_address_of_childrenFoliating_8() { return &___childrenFoliating_8; }
inline void set_childrenFoliating_8(bool value)
{
___childrenFoliating_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLENTITY_T8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_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<int32_t>(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 XMLNAMEEX_T33130AC6936DEC05C2496BAA31DDB0867F4FD8DE_H
#define XMLNAMEEX_T33130AC6936DEC05C2496BAA31DDB0867F4FD8DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNameEx
struct XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE : public XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682
{
public:
// System.Byte System.Xml.XmlNameEx::flags
uint8_t ___flags_7;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::memberType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___memberType_8;
// System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::schemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_9;
// System.Object System.Xml.XmlNameEx::decl
RuntimeObject * ___decl_10;
public:
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE, ___flags_7)); }
inline uint8_t get_flags_7() const { return ___flags_7; }
inline uint8_t* get_address_of_flags_7() { return &___flags_7; }
inline void set_flags_7(uint8_t value)
{
___flags_7 = value;
}
inline static int32_t get_offset_of_memberType_8() { return static_cast<int32_t>(offsetof(XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE, ___memberType_8)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_memberType_8() const { return ___memberType_8; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_memberType_8() { return &___memberType_8; }
inline void set_memberType_8(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___memberType_8 = value;
Il2CppCodeGenWriteBarrier((&___memberType_8), value);
}
inline static int32_t get_offset_of_schemaType_9() { return static_cast<int32_t>(offsetof(XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE, ___schemaType_9)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_9() const { return ___schemaType_9; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_9() { return &___schemaType_9; }
inline void set_schemaType_9(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___schemaType_9 = value;
Il2CppCodeGenWriteBarrier((&___schemaType_9), value);
}
inline static int32_t get_offset_of_decl_10() { return static_cast<int32_t>(offsetof(XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE, ___decl_10)); }
inline RuntimeObject * get_decl_10() const { return ___decl_10; }
inline RuntimeObject ** get_address_of_decl_10() { return &___decl_10; }
inline void set_decl_10(RuntimeObject * value)
{
___decl_10 = value;
Il2CppCodeGenWriteBarrier((&___decl_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLNAMEEX_T33130AC6936DEC05C2496BAA31DDB0867F4FD8DE_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 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<int32_t>(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 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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TBA431F51A4722F0776A8592A8C2A8770D6D54EFB_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TBA431F51A4722F0776A8592A8C2A8770D6D54EFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98
__StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::7A32E1A19C182315E4263A65A72066492550D8CD
__StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 ___7A32E1A19C182315E4263A65A72066492550D8CD_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D28 <PrivateImplementationDetails>::9E31F24F64765FCAA589F589324D17C9FCF6A06D
__StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B9F0004E3873FDDCABFDA6174EA18F0859B637B4
__StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BAD037B714E1CD1052149B51238A3D4351DD10B5
__StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4;
// System.Int64 <PrivateImplementationDetails>::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C
int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EE3413A2C088FF9432054D6E60A7CB6A498D25F0
__StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6;
public:
inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0)); }
inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; }
inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; }
inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0(__StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 value)
{
___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0 = value;
}
inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_1)); }
inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 get_U37A32E1A19C182315E4263A65A72066492550D8CD_1() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_1; }
inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_1() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_1; }
inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_1(__StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 value)
{
___7A32E1A19C182315E4263A65A72066492550D8CD_1 = value;
}
inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2)); }
inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2; }
inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2; }
inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2(__StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 value)
{
___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2 = value;
}
inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3)); }
inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3; }
inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3; }
inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3(__StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 value)
{
___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3 = value;
}
inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4)); }
inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF get_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4; }
inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_4; }
inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_4(__StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF value)
{
___BAD037B714E1CD1052149B51238A3D4351DD10B5_4 = value;
}
inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5)); }
inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5; }
inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5; }
inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5(int64_t value)
{
___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5 = value;
}
inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6)); }
inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6; }
inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6; }
inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6(__StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 value)
{
___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TBA431F51A4722F0776A8592A8C2A8770D6D54EFB_H
#ifndef XPATHDOCUMENTNAVIGATOR_T4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_H
#define XPATHDOCUMENTNAVIGATOR_T4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathDocumentNavigator
struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 : public XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3
{
public:
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageCurrent
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageCurrent_4;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageParent
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent_5;
// System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxCurrent
int32_t ___idxCurrent_6;
// System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxParent
int32_t ___idxParent_7;
public:
inline static int32_t get_offset_of_pageCurrent_4() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageCurrent_4)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageCurrent_4() const { return ___pageCurrent_4; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageCurrent_4() { return &___pageCurrent_4; }
inline void set_pageCurrent_4(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageCurrent_4 = value;
Il2CppCodeGenWriteBarrier((&___pageCurrent_4), value);
}
inline static int32_t get_offset_of_pageParent_5() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageParent_5)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageParent_5() const { return ___pageParent_5; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageParent_5() { return &___pageParent_5; }
inline void set_pageParent_5(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageParent_5 = value;
Il2CppCodeGenWriteBarrier((&___pageParent_5), value);
}
inline static int32_t get_offset_of_idxCurrent_6() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxCurrent_6)); }
inline int32_t get_idxCurrent_6() const { return ___idxCurrent_6; }
inline int32_t* get_address_of_idxCurrent_6() { return &___idxCurrent_6; }
inline void set_idxCurrent_6(int32_t value)
{
___idxCurrent_6 = value;
}
inline static int32_t get_offset_of_idxParent_7() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxParent_7)); }
inline int32_t get_idxParent_7() const { return ___idxParent_7; }
inline int32_t* get_address_of_idxParent_7() { return &___idxParent_7; }
inline void set_idxParent_7(int32_t value)
{
___idxParent_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHDOCUMENTNAVIGATOR_T4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_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<int32_t>(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 ENUMERATOR_TED23DFBF3911229086C71CCE7A54D56F5FFB34CB_H
#define ENUMERATOR_TED23DFBF3911229086C71CCE7A54D56F5FFB34CB_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_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TED23DFBF3911229086C71CCE7A54D56F5FFB34CB_H
#ifndef ENUMERATOR_T8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_H
#define ENUMERATOR_T8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_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_Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___dictionary_0)); }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___current_3)); }
inline KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 value)
{
___current_3 = value;
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_H
#ifndef ENUMERATOR_T4F80477F411947E1A19B5CA31E0FDD71F7942B48_H
#define ENUMERATOR_T4F80477F411947E1A19B5CA31E0FDD71F7942B48_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_Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9 ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48, ___dictionary_0)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48, ___current_3)); }
inline KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_tAE14674BFEF88C4B692AB31AE5CF8F39CEF893D9 value)
{
___current_3 = value;
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T4F80477F411947E1A19B5CA31E0FDD71F7942B48_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#define FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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 // FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifndef FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H
#define FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileMode
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
{
public:
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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 // FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H
#ifndef FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H
#define FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileShare
struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684
{
public:
// System.Int32 System.IO.FileShare::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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 // FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H
#ifndef MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#define MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
inline int32_t get__origin_5() const { return ____origin_5; }
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
inline void set__origin_5(int32_t value)
{
____origin_5 = value;
}
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
inline int32_t get__position_6() const { return ____position_6; }
inline int32_t* get_address_of__position_6() { return &____position_6; }
inline void set__position_6(int32_t value)
{
____position_6 = value;
}
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
inline int32_t get__length_7() const { return ____length_7; }
inline int32_t* get_address_of__length_7() { return &____length_7; }
inline void set__length_7(int32_t value)
{
____length_7 = value;
}
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
inline int32_t get__capacity_8() const { return ____capacity_8; }
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
inline void set__capacity_8(int32_t value)
{
____capacity_8 = value;
}
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
inline bool get__expandable_9() const { return ____expandable_9; }
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
inline void set__expandable_9(bool value)
{
____expandable_9 = value;
}
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
inline bool get__writable_10() const { return ____writable_10; }
inline bool* get_address_of__writable_10() { return &____writable_10; }
inline void set__writable_10(bool value)
{
____writable_10 = value;
}
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
inline bool get__exposable_11() const { return ____exposable_11; }
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
inline void set__exposable_11(bool value)
{
____exposable_11 = value;
}
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
inline bool get__isOpen_12() const { return ____isOpen_12; }
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
inline void set__isOpen_12(bool value)
{
____isOpen_12 = value;
}
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
____lastReadTask_13 = value;
Il2CppCodeGenWriteBarrier((&____lastReadTask_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#ifndef STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#define STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StringReader
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.String System.IO.StringReader::_s
String_t* ____s_4;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_5;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_6;
public:
inline static int32_t get_offset_of__s_4() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____s_4)); }
inline String_t* get__s_4() const { return ____s_4; }
inline String_t** get_address_of__s_4() { return &____s_4; }
inline void set__s_4(String_t* value)
{
____s_4 = value;
Il2CppCodeGenWriteBarrier((&____s_4), value);
}
inline static int32_t get_offset_of__pos_5() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____pos_5)); }
inline int32_t get__pos_5() const { return ____pos_5; }
inline int32_t* get_address_of__pos_5() { return &____pos_5; }
inline void set__pos_5(int32_t value)
{
____pos_5 = value;
}
inline static int32_t get_offset_of__length_6() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____length_6)); }
inline int32_t get__length_6() const { return ____length_6; }
inline int32_t* get_address_of__length_6() { return &____length_6; }
inline void set__length_6(int32_t value)
{
____length_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#ifndef INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#define INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_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 REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#define REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCacheLevel
struct RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B
{
public:
// System.Int32 System.Net.Cache.RequestCacheLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B, ___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 // REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#ifndef DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#define DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.DecompressionMethods
struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D
{
public:
// System.Int32 System.Net.DecompressionMethods::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___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 // DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifndef NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#define NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_NtlmAuthState
struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83
{
public:
// System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___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 // NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifndef AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#define AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.AuthenticationLevel
struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B
{
public:
// System.Int32 System.Net.Security.AuthenticationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___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 // AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifndef SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#define SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject
{
public:
// System.Uri System.Net.ServicePoint::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
// System.Int32 System.Net.ServicePoint::connectionLimit
int32_t ___connectionLimit_1;
// System.Int32 System.Net.ServicePoint::maxIdleTime
int32_t ___maxIdleTime_2;
// System.Int32 System.Net.ServicePoint::currentConnections
int32_t ___currentConnections_3;
// System.DateTime System.Net.ServicePoint::idleSince
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4;
// System.DateTime System.Net.ServicePoint::lastDnsResolve
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5;
// System.Version System.Net.ServicePoint::protocolVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6;
// System.Net.IPHostEntry System.Net.ServicePoint::host
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7;
// System.Boolean System.Net.ServicePoint::usesProxy
bool ___usesProxy_8;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup> System.Net.ServicePoint::groups
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9;
// System.Boolean System.Net.ServicePoint::sendContinue
bool ___sendContinue_10;
// System.Boolean System.Net.ServicePoint::useConnect
bool ___useConnect_11;
// System.Object System.Net.ServicePoint::hostE
RuntimeObject * ___hostE_12;
// System.Boolean System.Net.ServicePoint::useNagle
bool ___useNagle_13;
// System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14;
// System.Boolean System.Net.ServicePoint::tcp_keepalive
bool ___tcp_keepalive_15;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_time
int32_t ___tcp_keepalive_time_16;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_interval
int32_t ___tcp_keepalive_interval_17;
// System.Threading.Timer System.Net.ServicePoint::idleTimer
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18;
// System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes
RuntimeObject * ___m_ServerCertificateOrBytes_19;
// System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes
RuntimeObject * ___m_ClientCertificateOrBytes_20;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((&___uri_0), value);
}
inline static int32_t get_offset_of_connectionLimit_1() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); }
inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; }
inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; }
inline void set_connectionLimit_1(int32_t value)
{
___connectionLimit_1 = value;
}
inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___maxIdleTime_2)); }
inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; }
inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; }
inline void set_maxIdleTime_2(int32_t value)
{
___maxIdleTime_2 = value;
}
inline static int32_t get_offset_of_currentConnections_3() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); }
inline int32_t get_currentConnections_3() const { return ___currentConnections_3; }
inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; }
inline void set_currentConnections_3(int32_t value)
{
___currentConnections_3 = value;
}
inline static int32_t get_offset_of_idleSince_4() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; }
inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___idleSince_4 = value;
}
inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; }
inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastDnsResolve_5 = value;
}
inline static int32_t get_offset_of_protocolVersion_6() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; }
inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___protocolVersion_6 = value;
Il2CppCodeGenWriteBarrier((&___protocolVersion_6), value);
}
inline static int32_t get_offset_of_host_7() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; }
inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value)
{
___host_7 = value;
Il2CppCodeGenWriteBarrier((&___host_7), value);
}
inline static int32_t get_offset_of_usesProxy_8() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); }
inline bool get_usesProxy_8() const { return ___usesProxy_8; }
inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; }
inline void set_usesProxy_8(bool value)
{
___usesProxy_8 = value;
}
inline static int32_t get_offset_of_groups_9() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; }
inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value)
{
___groups_9 = value;
Il2CppCodeGenWriteBarrier((&___groups_9), value);
}
inline static int32_t get_offset_of_sendContinue_10() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); }
inline bool get_sendContinue_10() const { return ___sendContinue_10; }
inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; }
inline void set_sendContinue_10(bool value)
{
___sendContinue_10 = value;
}
inline static int32_t get_offset_of_useConnect_11() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); }
inline bool get_useConnect_11() const { return ___useConnect_11; }
inline bool* get_address_of_useConnect_11() { return &___useConnect_11; }
inline void set_useConnect_11(bool value)
{
___useConnect_11 = value;
}
inline static int32_t get_offset_of_hostE_12() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); }
inline RuntimeObject * get_hostE_12() const { return ___hostE_12; }
inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; }
inline void set_hostE_12(RuntimeObject * value)
{
___hostE_12 = value;
Il2CppCodeGenWriteBarrier((&___hostE_12), value);
}
inline static int32_t get_offset_of_useNagle_13() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); }
inline bool get_useNagle_13() const { return ___useNagle_13; }
inline bool* get_address_of_useNagle_13() { return &___useNagle_13; }
inline void set_useNagle_13(bool value)
{
___useNagle_13 = value;
}
inline static int32_t get_offset_of_endPointCallback_14() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; }
inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value)
{
___endPointCallback_14 = value;
Il2CppCodeGenWriteBarrier((&___endPointCallback_14), value);
}
inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); }
inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; }
inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; }
inline void set_tcp_keepalive_15(bool value)
{
___tcp_keepalive_15 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); }
inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; }
inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; }
inline void set_tcp_keepalive_time_16(int32_t value)
{
___tcp_keepalive_time_16 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); }
inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; }
inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; }
inline void set_tcp_keepalive_interval_17(int32_t value)
{
___tcp_keepalive_interval_17 = value;
}
inline static int32_t get_offset_of_idleTimer_18() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; }
inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
{
___idleTimer_18 = value;
Il2CppCodeGenWriteBarrier((&___idleTimer_18), value);
}
inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); }
inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; }
inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; }
inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value)
{
___m_ServerCertificateOrBytes_19 = value;
Il2CppCodeGenWriteBarrier((&___m_ServerCertificateOrBytes_19), value);
}
inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); }
inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; }
inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; }
inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value)
{
___m_ClientCertificateOrBytes_20 = value;
Il2CppCodeGenWriteBarrier((&___m_ClientCertificateOrBytes_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_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<int32_t>(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 MISSINGMANIFESTRESOURCEEXCEPTION_TD8397DA5F4CC63B78F91916522A302782CAB0261_H
#define MISSINGMANIFESTRESOURCEEXCEPTION_TD8397DA5F4CC63B78F91916522A302782CAB0261_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Resources.MissingManifestResourceException
struct MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGMANIFESTRESOURCEEXCEPTION_TD8397DA5F4CC63B78F91916522A302782CAB0261_H
#ifndef ASYNCTASKMETHODBUILDER_1_T629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_H
#define ASYNCTASKMETHODBUILDER_1_T629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>
struct AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C, ___m_task_2)); }
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((&___m_task_2), value);
}
};
struct AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((&___s_defaultResultTask_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCTASKMETHODBUILDER_1_T629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_H
#ifndef ASYNCTASKMETHODBUILDER_1_T2A9513A084F4B19851B91EF1F22BB57776D35663_H
#define ASYNCTASKMETHODBUILDER_1_T2A9513A084F4B19851B91EF1F22BB57776D35663_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>
struct AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663, ___m_task_2)); }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((&___m_task_2), value);
}
};
struct AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((&___s_defaultResultTask_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCTASKMETHODBUILDER_1_T2A9513A084F4B19851B91EF1F22BB57776D35663_H
#ifndef CONFIGUREDTASKAWAITABLE_1_T4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E_H
#define CONFIGUREDTASKAWAITABLE_1_T4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebResponse>
struct ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE value)
{
___m_configuredTaskAwaiter_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONFIGUREDTASKAWAITABLE_1_T4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E_H
#ifndef CONFIGUREDTASKAWAITABLE_1_TA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8_H
#define CONFIGUREDTASKAWAITABLE_1_TA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>
struct ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E value)
{
___m_configuredTaskAwaiter_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONFIGUREDTASKAWAITABLE_1_TA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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 // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_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<int32_t>(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 TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#define TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Principal.TokenImpersonationLevel
struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26
{
public:
// System.Int32 System.Security.Principal.TokenImpersonationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___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 // TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_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<int32_t>(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 STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_H
#define STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringSplitOptions
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
{
public:
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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.Int32,System.Threading.Tasks.Task> 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.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> 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> 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.Object> 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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 TASKCONTINUATIONOPTIONS_T749581ABDD24D74BD051F09EC4E3408C209121A2_H
#define TASKCONTINUATIONOPTIONS_T749581ABDD24D74BD051F09EC4E3408C209121A2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Tasks.TaskContinuationOptions
struct TaskContinuationOptions_t749581ABDD24D74BD051F09EC4E3408C209121A2
{
public:
// System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TaskContinuationOptions_t749581ABDD24D74BD051F09EC4E3408C209121A2, ___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 // TASKCONTINUATIONOPTIONS_T749581ABDD24D74BD051F09EC4E3408C209121A2_H
#ifndef TASKCREATIONOPTIONS_T73D75E64925AACDF2A90DDB3D508192A8E74D375_H
#define TASKCREATIONOPTIONS_T73D75E64925AACDF2A90DDB3D508192A8E74D375_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Tasks.TaskCreationOptions
struct TaskCreationOptions_t73D75E64925AACDF2A90DDB3D508192A8E74D375
{
public:
// System.Int32 System.Threading.Tasks.TaskCreationOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TaskCreationOptions_t73D75E64925AACDF2A90DDB3D508192A8E74D375, ___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 // TASKCREATIONOPTIONS_T73D75E64925AACDF2A90DDB3D508192A8E74D375_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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<int32_t>(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<int32_t>(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<int32_t>(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 WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#define WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
{
public:
// System.Boolean System.WeakReference::isLongReference
bool ___isLongReference_0;
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
public:
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
inline void set_isLongReference_0(bool value)
{
___isLongReference_0 = value;
}
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___gcHandle_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_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<int32_t>(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<int32_t>(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<int32_t>(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 EXCEPTIONTYPE_TCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA_H
#define EXCEPTIONTYPE_TCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.ExceptionType
struct ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA
{
public:
// System.Int32 System.Xml.ExceptionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXCEPTIONTYPE_TCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA_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<int32_t>(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 RESERVE_T4CDF234391D57884636B9A96328C5CFC79ACCF06_H
#define RESERVE_T4CDF234391D57884636B9A96328C5CFC79ACCF06_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaAttDef_Reserve
struct Reserve_t4CDF234391D57884636B9A96328C5CFC79ACCF06
{
public:
// System.Int32 System.Xml.Schema.SchemaAttDef_Reserve::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Reserve_t4CDF234391D57884636B9A96328C5CFC79ACCF06, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RESERVE_T4CDF234391D57884636B9A96328C5CFC79ACCF06_H
#ifndef USE_T8F6205841F1E8F0578F601AC12C06E6C645B0CC5_H
#define USE_T8F6205841F1E8F0578F601AC12C06E6C645B0CC5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaDeclBase_Use
struct Use_t8F6205841F1E8F0578F601AC12C06E6C645B0CC5
{
public:
// System.Int32 System.Xml.Schema.SchemaDeclBase_Use::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Use_t8F6205841F1E8F0578F601AC12C06E6C645B0CC5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // USE_T8F6205841F1E8F0578F601AC12C06E6C645B0CC5_H
#ifndef SCHEMATYPE_T0EE4FECE10D4045A0C84698FEFBA18D9C34992DF_H
#define SCHEMATYPE_T0EE4FECE10D4045A0C84698FEFBA18D9C34992DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaType
struct SchemaType_t0EE4FECE10D4045A0C84698FEFBA18D9C34992DF
{
public:
// System.Int32 System.Xml.Schema.SchemaType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SchemaType_t0EE4FECE10D4045A0C84698FEFBA18D9C34992DF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMATYPE_T0EE4FECE10D4045A0C84698FEFBA18D9C34992DF_H
#ifndef XMLSCHEMAATTRIBUTE_TC31F76D28F8D593EFB409CD27FABFC32AF27E99B_H
#define XMLSCHEMAATTRIBUTE_TC31F76D28F8D593EFB409CD27FABFC32AF27E99B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaAttribute
struct XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAATTRIBUTE_TC31F76D28F8D593EFB409CD27FABFC32AF27E99B_H
#ifndef XMLSCHEMACONTENTTYPE_TAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5_H
#define XMLSCHEMACONTENTTYPE_TAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaContentType
struct XmlSchemaContentType_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaContentType_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMACONTENTTYPE_TAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5_H
#ifndef XMLSCHEMADERIVATIONMETHOD_T9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58_H
#define XMLSCHEMADERIVATIONMETHOD_T9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaDerivationMethod
struct XmlSchemaDerivationMethod_t9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaDerivationMethod_t9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMADERIVATIONMETHOD_T9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 OCCURS_T6B3513E522B1DF0DB690037276296BB18F81BCE0_H
#define OCCURS_T6B3513E522B1DF0DB690037276296BB18F81BCE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaParticle_Occurs
struct Occurs_t6B3513E522B1DF0DB690037276296BB18F81BCE0
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaParticle_Occurs::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Occurs_t6B3513E522B1DF0DB690037276296BB18F81BCE0, ___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 // OCCURS_T6B3513E522B1DF0DB690037276296BB18F81BCE0_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<int32_t>(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 XMLSCHEMAVALIDITY_TFB9AEE7708C4FF08DC1564482F46991CF8FD0621_H
#define XMLSCHEMAVALIDITY_TFB9AEE7708C4FF08DC1564482F46991CF8FD0621_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaValidity
struct XmlSchemaValidity_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaValidity::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaValidity_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAVALIDITY_TFB9AEE7708C4FF08DC1564482F46991CF8FD0621_H
#ifndef XMLTYPECODE_T9C4AD5729574C591993F2559021E198BED5252A2_H
#define XMLTYPECODE_T9C4AD5729574C591993F2559021E198BED5252A2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlTypeCode
struct XmlTypeCode_t9C4AD5729574C591993F2559021E198BED5252A2
{
public:
// System.Int32 System.Xml.Schema.XmlTypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlTypeCode_t9C4AD5729574C591993F2559021E198BED5252A2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLTYPECODE_T9C4AD5729574C591993F2559021E198BED5252A2_H
#ifndef UCS4DECODER1234_T5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_H
#define UCS4DECODER1234_T5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Decoder1234
struct Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4DECODER1234_T5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_H
#ifndef UCS4DECODER2143_T547DAB340F068202F02204C0BB33EC43E5297C1A_H
#define UCS4DECODER2143_T547DAB340F068202F02204C0BB33EC43E5297C1A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Decoder2143
struct Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4DECODER2143_T547DAB340F068202F02204C0BB33EC43E5297C1A_H
#ifndef UCS4DECODER3412_T71A85A8FD45F4680892F71F2FB3E410942CFF271_H
#define UCS4DECODER3412_T71A85A8FD45F4680892F71F2FB3E410942CFF271_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Decoder3412
struct Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4DECODER3412_T71A85A8FD45F4680892F71F2FB3E410942CFF271_H
#ifndef UCS4DECODER4321_T7A5441C478AD040FA530C1725BC78BE6EFC13022_H
#define UCS4DECODER4321_T7A5441C478AD040FA530C1725BC78BE6EFC13022_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Decoder4321
struct Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4DECODER4321_T7A5441C478AD040FA530C1725BC78BE6EFC13022_H
#ifndef UCS4ENCODING1234_TEB3CFB8928BE3EBF0995438638BF0D76D8940D29_H
#define UCS4ENCODING1234_TEB3CFB8928BE3EBF0995438638BF0D76D8940D29_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Encoding1234
struct Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4ENCODING1234_TEB3CFB8928BE3EBF0995438638BF0D76D8940D29_H
#ifndef UCS4ENCODING2143_TB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_H
#define UCS4ENCODING2143_TB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Encoding2143
struct Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4ENCODING2143_TB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_H
#ifndef UCS4ENCODING3412_TC82C1FE5FA8637A21C47621D72C441598BD0DE5D_H
#define UCS4ENCODING3412_TC82C1FE5FA8637A21C47621D72C441598BD0DE5D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Encoding3412
struct Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4ENCODING3412_TC82C1FE5FA8637A21C47621D72C441598BD0DE5D_H
#ifndef UCS4ENCODING4321_TB1C3244370DDE5A456E03EB4A42AA22E44FE522F_H
#define UCS4ENCODING4321_TB1C3244370DDE5A456E03EB4A42AA22E44FE522F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ucs4Encoding4321
struct Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UCS4ENCODING4321_TB1C3244370DDE5A456E03EB4A42AA22E44FE522F_H
#ifndef VALIDATENAMES_TC00080F7F263345A2F0842B10BE16D0BAB77EB26_H
#define VALIDATENAMES_TC00080F7F263345A2F0842B10BE16D0BAB77EB26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.ValidateNames
struct ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26 : public RuntimeObject
{
public:
public:
};
struct ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields
{
public:
// System.Xml.XmlCharType System.Xml.ValidateNames::xmlCharType
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_0;
public:
inline static int32_t get_offset_of_xmlCharType_0() { return static_cast<int32_t>(offsetof(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields, ___xmlCharType_0)); }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_0() const { return ___xmlCharType_0; }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_0() { return &___xmlCharType_0; }
inline void set_xmlCharType_0(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value)
{
___xmlCharType_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALIDATENAMES_TC00080F7F263345A2F0842B10BE16D0BAB77EB26_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<int32_t>(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<int32_t>(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 XPATHNAMESPACESCOPE_T2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2_H
#define XPATHNAMESPACESCOPE_T2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNamespaceScope
struct XPathNamespaceScope_t2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2
{
public:
// System.Int32 System.Xml.XPath.XPathNamespaceScope::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XPathNamespaceScope_t2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNAMESPACESCOPE_T2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2_H
#ifndef XPATHNODETYPE_TB1DB3F39502492756781F03A9645DD587B81BEF2_H
#define XPATHNODETYPE_TB1DB3F39502492756781F03A9645DD587B81BEF2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNodeType
struct XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2
{
public:
// System.Int32 System.Xml.XPath.XPathNodeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNODETYPE_TB1DB3F39502492756781F03A9645DD587B81BEF2_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<int32_t>(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 XMLCONVERT_T0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_H
#define XMLCONVERT_T0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlConvert
struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7 : public RuntimeObject
{
public:
public:
};
struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields
{
public:
// System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_0;
// System.Char[] System.Xml.XmlConvert::crt
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___crt_1;
// System.Int32 System.Xml.XmlConvert::c_EncodedCharLength
int32_t ___c_EncodedCharLength_2;
// System.Char[] System.Xml.XmlConvert::WhitespaceChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhitespaceChars_3;
public:
inline static int32_t get_offset_of_xmlCharType_0() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___xmlCharType_0)); }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_0() const { return ___xmlCharType_0; }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_0() { return &___xmlCharType_0; }
inline void set_xmlCharType_0(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value)
{
___xmlCharType_0 = value;
}
inline static int32_t get_offset_of_crt_1() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___crt_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_crt_1() const { return ___crt_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_crt_1() { return &___crt_1; }
inline void set_crt_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___crt_1 = value;
Il2CppCodeGenWriteBarrier((&___crt_1), value);
}
inline static int32_t get_offset_of_c_EncodedCharLength_2() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___c_EncodedCharLength_2)); }
inline int32_t get_c_EncodedCharLength_2() const { return ___c_EncodedCharLength_2; }
inline int32_t* get_address_of_c_EncodedCharLength_2() { return &___c_EncodedCharLength_2; }
inline void set_c_EncodedCharLength_2(int32_t value)
{
___c_EncodedCharLength_2 = value;
}
inline static int32_t get_offset_of_WhitespaceChars_3() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___WhitespaceChars_3)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhitespaceChars_3() const { return ___WhitespaceChars_3; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhitespaceChars_3() { return &___WhitespaceChars_3; }
inline void set_WhitespaceChars_3(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___WhitespaceChars_3 = value;
Il2CppCodeGenWriteBarrier((&___WhitespaceChars_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLCONVERT_T0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_H
#ifndef XMLDECLARATION_TB67A8B98F543947C6EB990C44A212527B9B51200_H
#define XMLDECLARATION_TB67A8B98F543947C6EB990C44A212527B9B51200_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDeclaration
struct XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E
{
public:
// System.String System.Xml.XmlDeclaration::version
String_t* ___version_2;
// System.String System.Xml.XmlDeclaration::encoding
String_t* ___encoding_3;
// System.String System.Xml.XmlDeclaration::standalone
String_t* ___standalone_4;
public:
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200, ___version_2)); }
inline String_t* get_version_2() const { return ___version_2; }
inline String_t** get_address_of_version_2() { return &___version_2; }
inline void set_version_2(String_t* value)
{
___version_2 = value;
Il2CppCodeGenWriteBarrier((&___version_2), value);
}
inline static int32_t get_offset_of_encoding_3() { return static_cast<int32_t>(offsetof(XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200, ___encoding_3)); }
inline String_t* get_encoding_3() const { return ___encoding_3; }
inline String_t** get_address_of_encoding_3() { return &___encoding_3; }
inline void set_encoding_3(String_t* value)
{
___encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___encoding_3), value);
}
inline static int32_t get_offset_of_standalone_4() { return static_cast<int32_t>(offsetof(XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200, ___standalone_4)); }
inline String_t* get_standalone_4() const { return ___standalone_4; }
inline String_t** get_address_of_standalone_4() { return &___standalone_4; }
inline void set_standalone_4(String_t* value)
{
___standalone_4 = value;
Il2CppCodeGenWriteBarrier((&___standalone_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLDECLARATION_TB67A8B98F543947C6EB990C44A212527B9B51200_H
#ifndef XMLDOCUMENTTYPE_T9AB8D5C3C27B699B885D941D4B4735A6EE039136_H
#define XMLDOCUMENTTYPE_T9AB8D5C3C27B699B885D941D4B4735A6EE039136_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDocumentType
struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E
{
public:
// System.String System.Xml.XmlDocumentType::name
String_t* ___name_2;
// System.String System.Xml.XmlDocumentType::publicId
String_t* ___publicId_3;
// System.String System.Xml.XmlDocumentType::systemId
String_t* ___systemId_4;
// System.String System.Xml.XmlDocumentType::internalSubset
String_t* ___internalSubset_5;
// System.Boolean System.Xml.XmlDocumentType::namespaces
bool ___namespaces_6;
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___entities_7;
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___notations_8;
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___schemaInfo_9;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((&___name_2), value);
}
inline static int32_t get_offset_of_publicId_3() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___publicId_3)); }
inline String_t* get_publicId_3() const { return ___publicId_3; }
inline String_t** get_address_of_publicId_3() { return &___publicId_3; }
inline void set_publicId_3(String_t* value)
{
___publicId_3 = value;
Il2CppCodeGenWriteBarrier((&___publicId_3), value);
}
inline static int32_t get_offset_of_systemId_4() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___systemId_4)); }
inline String_t* get_systemId_4() const { return ___systemId_4; }
inline String_t** get_address_of_systemId_4() { return &___systemId_4; }
inline void set_systemId_4(String_t* value)
{
___systemId_4 = value;
Il2CppCodeGenWriteBarrier((&___systemId_4), value);
}
inline static int32_t get_offset_of_internalSubset_5() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___internalSubset_5)); }
inline String_t* get_internalSubset_5() const { return ___internalSubset_5; }
inline String_t** get_address_of_internalSubset_5() { return &___internalSubset_5; }
inline void set_internalSubset_5(String_t* value)
{
___internalSubset_5 = value;
Il2CppCodeGenWriteBarrier((&___internalSubset_5), value);
}
inline static int32_t get_offset_of_namespaces_6() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___namespaces_6)); }
inline bool get_namespaces_6() const { return ___namespaces_6; }
inline bool* get_address_of_namespaces_6() { return &___namespaces_6; }
inline void set_namespaces_6(bool value)
{
___namespaces_6 = value;
}
inline static int32_t get_offset_of_entities_7() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___entities_7)); }
inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * get_entities_7() const { return ___entities_7; }
inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 ** get_address_of_entities_7() { return &___entities_7; }
inline void set_entities_7(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * value)
{
___entities_7 = value;
Il2CppCodeGenWriteBarrier((&___entities_7), value);
}
inline static int32_t get_offset_of_notations_8() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___notations_8)); }
inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * get_notations_8() const { return ___notations_8; }
inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 ** get_address_of_notations_8() { return &___notations_8; }
inline void set_notations_8(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * value)
{
___notations_8 = value;
Il2CppCodeGenWriteBarrier((&___notations_8), value);
}
inline static int32_t get_offset_of_schemaInfo_9() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___schemaInfo_9)); }
inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * get_schemaInfo_9() const { return ___schemaInfo_9; }
inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; }
inline void set_schemaInfo_9(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * value)
{
___schemaInfo_9 = value;
Il2CppCodeGenWriteBarrier((&___schemaInfo_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLDOCUMENTTYPE_T9AB8D5C3C27B699B885D941D4B4735A6EE039136_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 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<int32_t>(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 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<int32_t>(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<int32_t>(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 XMLTOKENIZEDTYPE_T1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA_H
#define XMLTOKENIZEDTYPE_T1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlTokenizedType
struct XmlTokenizedType_t1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA
{
public:
// System.Int32 System.Xml.XmlTokenizedType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlTokenizedType_t1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA, ___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 // XMLTOKENIZEDTYPE_T1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA_H
#ifndef XMLUNSPECIFIEDATTRIBUTE_T1C82B285B60096D164B703202A8BD91A2009DE5D_H
#define XMLUNSPECIFIEDATTRIBUTE_T1C82B285B60096D164B703202A8BD91A2009DE5D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlUnspecifiedAttribute
struct XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D : public XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA
{
public:
// System.Boolean System.Xml.XmlUnspecifiedAttribute::fSpecified
bool ___fSpecified_3;
public:
inline static int32_t get_offset_of_fSpecified_3() { return static_cast<int32_t>(offsetof(XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D, ___fSpecified_3)); }
inline bool get_fSpecified_3() const { return ___fSpecified_3; }
inline bool* get_address_of_fSpecified_3() { return &___fSpecified_3; }
inline void set_fSpecified_3(bool value)
{
___fSpecified_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLUNSPECIFIEDATTRIBUTE_T1C82B285B60096D164B703202A8BD91A2009DE5D_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<int32_t>(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<int32_t>(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 NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((&___positiveSign_4), value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((&___negativeSign_5), value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifndef FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#define FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((&___buf_6), value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((&___name_7), value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((&___safeHandle_8), value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_4), value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_lock_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_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<int32_t>(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 REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#define REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 : public RuntimeObject
{
public:
// System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level
int32_t ___m_Level_0;
public:
inline static int32_t get_offset_of_m_Level_0() { return static_cast<int32_t>(offsetof(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61, ___m_Level_0)); }
inline int32_t get_m_Level_0() const { return ___m_Level_0; }
inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; }
inline void set_m_Level_0(int32_t value)
{
___m_Level_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#ifndef AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#define AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB
{
public:
// System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy
bool ___isProxy_1;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted
bool ___isCompleted_2;
// System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state
int32_t ___ntlm_auth_state_3;
public:
inline static int32_t get_offset_of_request_0() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; }
inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_0 = value;
Il2CppCodeGenWriteBarrier((&___request_0), value);
}
inline static int32_t get_offset_of_isProxy_1() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); }
inline bool get_isProxy_1() const { return ___isProxy_1; }
inline bool* get_address_of_isProxy_1() { return &___isProxy_1; }
inline void set_isProxy_1(bool value)
{
___isProxy_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); }
inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; }
inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; }
inline void set_ntlm_auth_state_3(int32_t value)
{
___ntlm_auth_state_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
// Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
#endif // AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifndef WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#define WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel
int32_t ___m_AuthenticationLevel_4;
// System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel
int32_t ___m_ImpersonationLevel_5;
// System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6;
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7;
// System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8;
public:
inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); }
inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; }
inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; }
inline void set_m_AuthenticationLevel_4(int32_t value)
{
___m_AuthenticationLevel_4 = value;
}
inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); }
inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; }
inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; }
inline void set_m_ImpersonationLevel_5(int32_t value)
{
___m_ImpersonationLevel_5 = value;
}
inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; }
inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value)
{
___m_CachePolicy_6 = value;
Il2CppCodeGenWriteBarrier((&___m_CachePolicy_6), value);
}
inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; }
inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value)
{
___m_CacheProtocol_7 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheProtocol_7), value);
}
inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; }
inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value)
{
___m_CacheBinding_8 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheBinding_8), value);
}
};
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields
{
public:
// System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1;
// System.Object System.Net.WebRequest::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_2;
// System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue
Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3;
// System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate
DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9;
// System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy
RuntimeObject* ___s_DefaultWebProxy_10;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized
bool ___s_DefaultWebProxyInitialized_11;
public:
inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; }
inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___s_PrefixList_1 = value;
Il2CppCodeGenWriteBarrier((&___s_PrefixList_1), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); }
inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; }
inline void set_s_InternalSyncObject_2(RuntimeObject * value)
{
___s_InternalSyncObject_2 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_2), value);
}
inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; }
inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value)
{
___s_DefaultTimerQueue_3 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultTimerQueue_3), value);
}
inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; }
inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value)
{
___webRequestCreate_9 = value;
Il2CppCodeGenWriteBarrier((&___webRequestCreate_9), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); }
inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; }
inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; }
inline void set_s_DefaultWebProxy_10(RuntimeObject* value)
{
___s_DefaultWebProxy_10 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultWebProxy_10), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); }
inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; }
inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; }
inline void set_s_DefaultWebProxyInitialized_11(bool value)
{
___s_DefaultWebProxyInitialized_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef TASKFACTORY_1_T175886C758A2A2231D87CEA1C912FEDB175A463B_H
#define TASKFACTORY_1_T175886C758A2A2231D87CEA1C912FEDB175A463B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Tasks.TaskFactory`1<System.Net.WebResponse>
struct TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B : public RuntimeObject
{
public:
// System.Threading.CancellationToken System.Threading.Tasks.TaskFactory`1::m_defaultCancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___m_defaultCancellationToken_0;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory`1::m_defaultScheduler
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_defaultScheduler_1;
// System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory`1::m_defaultCreationOptions
int32_t ___m_defaultCreationOptions_2;
// System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory`1::m_defaultContinuationOptions
int32_t ___m_defaultContinuationOptions_3;
public:
inline static int32_t get_offset_of_m_defaultCancellationToken_0() { return static_cast<int32_t>(offsetof(TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B, ___m_defaultCancellationToken_0)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_m_defaultCancellationToken_0() const { return ___m_defaultCancellationToken_0; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_m_defaultCancellationToken_0() { return &___m_defaultCancellationToken_0; }
inline void set_m_defaultCancellationToken_0(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
___m_defaultCancellationToken_0 = value;
}
inline static int32_t get_offset_of_m_defaultScheduler_1() { return static_cast<int32_t>(offsetof(TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B, ___m_defaultScheduler_1)); }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_defaultScheduler_1() const { return ___m_defaultScheduler_1; }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_defaultScheduler_1() { return &___m_defaultScheduler_1; }
inline void set_m_defaultScheduler_1(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
{
___m_defaultScheduler_1 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultScheduler_1), value);
}
inline static int32_t get_offset_of_m_defaultCreationOptions_2() { return static_cast<int32_t>(offsetof(TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B, ___m_defaultCreationOptions_2)); }
inline int32_t get_m_defaultCreationOptions_2() const { return ___m_defaultCreationOptions_2; }
inline int32_t* get_address_of_m_defaultCreationOptions_2() { return &___m_defaultCreationOptions_2; }
inline void set_m_defaultCreationOptions_2(int32_t value)
{
___m_defaultCreationOptions_2 = value;
}
inline static int32_t get_offset_of_m_defaultContinuationOptions_3() { return static_cast<int32_t>(offsetof(TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B, ___m_defaultContinuationOptions_3)); }
inline int32_t get_m_defaultContinuationOptions_3() const { return ___m_defaultContinuationOptions_3; }
inline int32_t* get_address_of_m_defaultContinuationOptions_3() { return &___m_defaultContinuationOptions_3; }
inline void set_m_defaultContinuationOptions_3(int32_t value)
{
___m_defaultContinuationOptions_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TASKFACTORY_1_T175886C758A2A2231D87CEA1C912FEDB175A463B_H
#ifndef TASK_1_TAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_H
#define TASK_1_TAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_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<System.IO.Stream>
struct Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
{
public:
// TResult System.Threading.Tasks.Task`1::m_result
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_result_22;
public:
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01, ___m_result_22)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_result_22() const { return ___m_result_22; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_result_22() { return &___m_result_22; }
inline void set_m_result_22(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_result_22 = value;
Il2CppCodeGenWriteBarrier((&___m_result_22), value);
}
};
struct Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_StaticFields
{
public:
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
TaskFactory_1_tE7B6DC2F22643759D47ED49CDDBD8C35D9383D8F * ___s_Factory_23;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
Func_2_t97AE46232676B6C4CB84D0101A45061F2288FCE5 * ___TaskWhenAnyCast_24;
public:
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_StaticFields, ___s_Factory_23)); }
inline TaskFactory_1_tE7B6DC2F22643759D47ED49CDDBD8C35D9383D8F * get_s_Factory_23() const { return ___s_Factory_23; }
inline TaskFactory_1_tE7B6DC2F22643759D47ED49CDDBD8C35D9383D8F ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
inline void set_s_Factory_23(TaskFactory_1_tE7B6DC2F22643759D47ED49CDDBD8C35D9383D8F * value)
{
___s_Factory_23 = value;
Il2CppCodeGenWriteBarrier((&___s_Factory_23), value);
}
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_StaticFields, ___TaskWhenAnyCast_24)); }
inline Func_2_t97AE46232676B6C4CB84D0101A45061F2288FCE5 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
inline Func_2_t97AE46232676B6C4CB84D0101A45061F2288FCE5 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
inline void set_TaskWhenAnyCast_24(Func_2_t97AE46232676B6C4CB84D0101A45061F2288FCE5 * value)
{
___TaskWhenAnyCast_24 = value;
Il2CppCodeGenWriteBarrier((&___TaskWhenAnyCast_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TASK_1_TAA7557E5A6A8B2C89E44907CB5B0502A618E9D01_H
#ifndef TASK_1_T59405D5FAC70EF0481DA7783410224C07E3C9C74_H
#define TASK_1_T59405D5FAC70EF0481DA7783410224C07E3C9C74_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<System.Net.WebResponse>
struct Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
{
public:
// TResult System.Threading.Tasks.Task`1::m_result
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_result_22;
public:
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74, ___m_result_22)); }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_result_22() const { return ___m_result_22; }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_result_22() { return &___m_result_22; }
inline void set_m_result_22(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value)
{
___m_result_22 = value;
Il2CppCodeGenWriteBarrier((&___m_result_22), value);
}
};
struct Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74_StaticFields
{
public:
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * ___s_Factory_23;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
Func_2_tB88BBED1503DE246BC442D08BA8E7A32EF9A74A5 * ___TaskWhenAnyCast_24;
public:
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74_StaticFields, ___s_Factory_23)); }
inline TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * get_s_Factory_23() const { return ___s_Factory_23; }
inline TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
inline void set_s_Factory_23(TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * value)
{
___s_Factory_23 = value;
Il2CppCodeGenWriteBarrier((&___s_Factory_23), value);
}
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74_StaticFields, ___TaskWhenAnyCast_24)); }
inline Func_2_tB88BBED1503DE246BC442D08BA8E7A32EF9A74A5 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
inline Func_2_tB88BBED1503DE246BC442D08BA8E7A32EF9A74A5 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
inline void set_TaskWhenAnyCast_24(Func_2_tB88BBED1503DE246BC442D08BA8E7A32EF9A74A5 * value)
{
___TaskWhenAnyCast_24 = value;
Il2CppCodeGenWriteBarrier((&___TaskWhenAnyCast_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TASK_1_T59405D5FAC70EF0481DA7783410224C07E3C9C74_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 SCHEMADECLBASE_T01E56CF5001308CDC9C9D6CC9E31648FC3F4772B_H
#define SCHEMADECLBASE_T01E56CF5001308CDC9C9D6CC9E31648FC3F4772B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaDeclBase
struct SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B : public RuntimeObject
{
public:
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name_0;
// System.String System.Xml.Schema.SchemaDeclBase::prefix
String_t* ___prefix_1;
// System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal
bool ___isDeclaredInExternal_2;
// System.Xml.Schema.SchemaDeclBase_Use System.Xml.Schema.SchemaDeclBase::presence
int32_t ___presence_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_4;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype_5;
// System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw
String_t* ___defaultValueRaw_6;
// System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped
RuntimeObject * ___defaultValueTyped_7;
// System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength
int64_t ___maxLength_8;
// System.Int64 System.Xml.Schema.SchemaDeclBase::minLength
int64_t ___minLength_9;
// System.Collections.Generic.List`1<System.String> System.Xml.Schema.SchemaDeclBase::values
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values_10;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___name_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_name_0() const { return ___name_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((&___name_0), value);
}
inline static int32_t get_offset_of_prefix_1() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___prefix_1)); }
inline String_t* get_prefix_1() const { return ___prefix_1; }
inline String_t** get_address_of_prefix_1() { return &___prefix_1; }
inline void set_prefix_1(String_t* value)
{
___prefix_1 = value;
Il2CppCodeGenWriteBarrier((&___prefix_1), value);
}
inline static int32_t get_offset_of_isDeclaredInExternal_2() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___isDeclaredInExternal_2)); }
inline bool get_isDeclaredInExternal_2() const { return ___isDeclaredInExternal_2; }
inline bool* get_address_of_isDeclaredInExternal_2() { return &___isDeclaredInExternal_2; }
inline void set_isDeclaredInExternal_2(bool value)
{
___isDeclaredInExternal_2 = value;
}
inline static int32_t get_offset_of_presence_3() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___presence_3)); }
inline int32_t get_presence_3() const { return ___presence_3; }
inline int32_t* get_address_of_presence_3() { return &___presence_3; }
inline void set_presence_3(int32_t value)
{
___presence_3 = value;
}
inline static int32_t get_offset_of_schemaType_4() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___schemaType_4)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_4() const { return ___schemaType_4; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_4() { return &___schemaType_4; }
inline void set_schemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___schemaType_4 = value;
Il2CppCodeGenWriteBarrier((&___schemaType_4), value);
}
inline static int32_t get_offset_of_datatype_5() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___datatype_5)); }
inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * get_datatype_5() const { return ___datatype_5; }
inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 ** get_address_of_datatype_5() { return &___datatype_5; }
inline void set_datatype_5(XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * value)
{
___datatype_5 = value;
Il2CppCodeGenWriteBarrier((&___datatype_5), value);
}
inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___defaultValueRaw_6)); }
inline String_t* get_defaultValueRaw_6() const { return ___defaultValueRaw_6; }
inline String_t** get_address_of_defaultValueRaw_6() { return &___defaultValueRaw_6; }
inline void set_defaultValueRaw_6(String_t* value)
{
___defaultValueRaw_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultValueRaw_6), value);
}
inline static int32_t get_offset_of_defaultValueTyped_7() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___defaultValueTyped_7)); }
inline RuntimeObject * get_defaultValueTyped_7() const { return ___defaultValueTyped_7; }
inline RuntimeObject ** get_address_of_defaultValueTyped_7() { return &___defaultValueTyped_7; }
inline void set_defaultValueTyped_7(RuntimeObject * value)
{
___defaultValueTyped_7 = value;
Il2CppCodeGenWriteBarrier((&___defaultValueTyped_7), value);
}
inline static int32_t get_offset_of_maxLength_8() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___maxLength_8)); }
inline int64_t get_maxLength_8() const { return ___maxLength_8; }
inline int64_t* get_address_of_maxLength_8() { return &___maxLength_8; }
inline void set_maxLength_8(int64_t value)
{
___maxLength_8 = value;
}
inline static int32_t get_offset_of_minLength_9() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___minLength_9)); }
inline int64_t get_minLength_9() const { return ___minLength_9; }
inline int64_t* get_address_of_minLength_9() { return &___minLength_9; }
inline void set_minLength_9(int64_t value)
{
___minLength_9 = value;
}
inline static int32_t get_offset_of_values_10() { return static_cast<int32_t>(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___values_10)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_values_10() const { return ___values_10; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_values_10() { return &___values_10; }
inline void set_values_10(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___values_10 = value;
Il2CppCodeGenWriteBarrier((&___values_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMADECLBASE_T01E56CF5001308CDC9C9D6CC9E31648FC3F4772B_H
#ifndef SCHEMAINFO_TD9774489795A78B9235BAD315E5242C974183A41_H
#define SCHEMAINFO_TD9774489795A78B9235BAD315E5242C974183A41_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaInfo
struct SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::elementDecls
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___elementDecls_0;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::undeclaredElementDecls
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___undeclaredElementDecls_1;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::generalEntities
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___generalEntities_2;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::parameterEntities
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___parameterEntities_3;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___docTypeName_4;
// System.String System.Xml.Schema.SchemaInfo::internalDtdSubset
String_t* ___internalDtdSubset_5;
// System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes
bool ___hasNonCDataAttributes_6;
// System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes
bool ___hasDefaultAttributes_7;
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean> System.Xml.Schema.SchemaInfo::targetNamespaces
Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * ___targetNamespaces_8;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaInfo::attributeDecls
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___attributeDecls_9;
// System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType
int32_t ___schemaType_10;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::elementDeclsByType
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___elementDeclsByType_11;
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation> System.Xml.Schema.SchemaInfo::notations
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * ___notations_12;
public:
inline static int32_t get_offset_of_elementDecls_0() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___elementDecls_0)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_elementDecls_0() const { return ___elementDecls_0; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_elementDecls_0() { return &___elementDecls_0; }
inline void set_elementDecls_0(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___elementDecls_0 = value;
Il2CppCodeGenWriteBarrier((&___elementDecls_0), value);
}
inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___undeclaredElementDecls_1)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; }
inline void set_undeclaredElementDecls_1(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___undeclaredElementDecls_1 = value;
Il2CppCodeGenWriteBarrier((&___undeclaredElementDecls_1), value);
}
inline static int32_t get_offset_of_generalEntities_2() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___generalEntities_2)); }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_generalEntities_2() const { return ___generalEntities_2; }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_generalEntities_2() { return &___generalEntities_2; }
inline void set_generalEntities_2(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value)
{
___generalEntities_2 = value;
Il2CppCodeGenWriteBarrier((&___generalEntities_2), value);
}
inline static int32_t get_offset_of_parameterEntities_3() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___parameterEntities_3)); }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_parameterEntities_3() const { return ___parameterEntities_3; }
inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; }
inline void set_parameterEntities_3(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value)
{
___parameterEntities_3 = value;
Il2CppCodeGenWriteBarrier((&___parameterEntities_3), value);
}
inline static int32_t get_offset_of_docTypeName_4() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___docTypeName_4)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_docTypeName_4() const { return ___docTypeName_4; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_docTypeName_4() { return &___docTypeName_4; }
inline void set_docTypeName_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___docTypeName_4 = value;
Il2CppCodeGenWriteBarrier((&___docTypeName_4), value);
}
inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___internalDtdSubset_5)); }
inline String_t* get_internalDtdSubset_5() const { return ___internalDtdSubset_5; }
inline String_t** get_address_of_internalDtdSubset_5() { return &___internalDtdSubset_5; }
inline void set_internalDtdSubset_5(String_t* value)
{
___internalDtdSubset_5 = value;
Il2CppCodeGenWriteBarrier((&___internalDtdSubset_5), value);
}
inline static int32_t get_offset_of_hasNonCDataAttributes_6() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___hasNonCDataAttributes_6)); }
inline bool get_hasNonCDataAttributes_6() const { return ___hasNonCDataAttributes_6; }
inline bool* get_address_of_hasNonCDataAttributes_6() { return &___hasNonCDataAttributes_6; }
inline void set_hasNonCDataAttributes_6(bool value)
{
___hasNonCDataAttributes_6 = value;
}
inline static int32_t get_offset_of_hasDefaultAttributes_7() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___hasDefaultAttributes_7)); }
inline bool get_hasDefaultAttributes_7() const { return ___hasDefaultAttributes_7; }
inline bool* get_address_of_hasDefaultAttributes_7() { return &___hasDefaultAttributes_7; }
inline void set_hasDefaultAttributes_7(bool value)
{
___hasDefaultAttributes_7 = value;
}
inline static int32_t get_offset_of_targetNamespaces_8() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___targetNamespaces_8)); }
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * get_targetNamespaces_8() const { return ___targetNamespaces_8; }
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; }
inline void set_targetNamespaces_8(Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * value)
{
___targetNamespaces_8 = value;
Il2CppCodeGenWriteBarrier((&___targetNamespaces_8), value);
}
inline static int32_t get_offset_of_attributeDecls_9() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___attributeDecls_9)); }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_attributeDecls_9() const { return ___attributeDecls_9; }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; }
inline void set_attributeDecls_9(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value)
{
___attributeDecls_9 = value;
Il2CppCodeGenWriteBarrier((&___attributeDecls_9), value);
}
inline static int32_t get_offset_of_schemaType_10() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___schemaType_10)); }
inline int32_t get_schemaType_10() const { return ___schemaType_10; }
inline int32_t* get_address_of_schemaType_10() { return &___schemaType_10; }
inline void set_schemaType_10(int32_t value)
{
___schemaType_10 = value;
}
inline static int32_t get_offset_of_elementDeclsByType_11() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___elementDeclsByType_11)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; }
inline void set_elementDeclsByType_11(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___elementDeclsByType_11 = value;
Il2CppCodeGenWriteBarrier((&___elementDeclsByType_11), value);
}
inline static int32_t get_offset_of_notations_12() { return static_cast<int32_t>(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___notations_12)); }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * get_notations_12() const { return ___notations_12; }
inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 ** get_address_of_notations_12() { return &___notations_12; }
inline void set_notations_12(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * value)
{
___notations_12 = value;
Il2CppCodeGenWriteBarrier((&___notations_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMAINFO_TD9774489795A78B9235BAD315E5242C974183A41_H
#ifndef XMLBASECONVERTER_T2E1FE7137987814D59918B27A1807DAE7E78CFD8_H
#define XMLBASECONVERTER_T2E1FE7137987814D59918B27A1807DAE7E78CFD8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlBaseConverter
struct XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 : public XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E
{
public:
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_0;
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode
int32_t ___typeCode_1;
// System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault
Type_t * ___clrTypeDefault_2;
public:
inline static int32_t get_offset_of_schemaType_0() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___schemaType_0)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_0() const { return ___schemaType_0; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_0() { return &___schemaType_0; }
inline void set_schemaType_0(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___schemaType_0 = value;
Il2CppCodeGenWriteBarrier((&___schemaType_0), value);
}
inline static int32_t get_offset_of_typeCode_1() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___typeCode_1)); }
inline int32_t get_typeCode_1() const { return ___typeCode_1; }
inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; }
inline void set_typeCode_1(int32_t value)
{
___typeCode_1 = value;
}
inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___clrTypeDefault_2)); }
inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; }
inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; }
inline void set_clrTypeDefault_2(Type_t * value)
{
___clrTypeDefault_2 = value;
Il2CppCodeGenWriteBarrier((&___clrTypeDefault_2), value);
}
};
struct XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields
{
public:
// System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType
Type_t * ___ICollectionType_3;
// System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType
Type_t * ___IEnumerableType_4;
// System.Type System.Xml.Schema.XmlBaseConverter::IListType
Type_t * ___IListType_5;
// System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType
Type_t * ___ObjectArrayType_6;
// System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType
Type_t * ___StringArrayType_7;
// System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType
Type_t * ___XmlAtomicValueArrayType_8;
// System.Type System.Xml.Schema.XmlBaseConverter::DecimalType
Type_t * ___DecimalType_9;
// System.Type System.Xml.Schema.XmlBaseConverter::Int32Type
Type_t * ___Int32Type_10;
// System.Type System.Xml.Schema.XmlBaseConverter::Int64Type
Type_t * ___Int64Type_11;
// System.Type System.Xml.Schema.XmlBaseConverter::StringType
Type_t * ___StringType_12;
// System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType
Type_t * ___XmlAtomicValueType_13;
// System.Type System.Xml.Schema.XmlBaseConverter::ObjectType
Type_t * ___ObjectType_14;
// System.Type System.Xml.Schema.XmlBaseConverter::ByteType
Type_t * ___ByteType_15;
// System.Type System.Xml.Schema.XmlBaseConverter::Int16Type
Type_t * ___Int16Type_16;
// System.Type System.Xml.Schema.XmlBaseConverter::SByteType
Type_t * ___SByteType_17;
// System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type
Type_t * ___UInt16Type_18;
// System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type
Type_t * ___UInt32Type_19;
// System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type
Type_t * ___UInt64Type_20;
// System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType
Type_t * ___XPathItemType_21;
// System.Type System.Xml.Schema.XmlBaseConverter::DoubleType
Type_t * ___DoubleType_22;
// System.Type System.Xml.Schema.XmlBaseConverter::SingleType
Type_t * ___SingleType_23;
// System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType
Type_t * ___DateTimeType_24;
// System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType
Type_t * ___DateTimeOffsetType_25;
// System.Type System.Xml.Schema.XmlBaseConverter::BooleanType
Type_t * ___BooleanType_26;
// System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType
Type_t * ___ByteArrayType_27;
// System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType
Type_t * ___XmlQualifiedNameType_28;
// System.Type System.Xml.Schema.XmlBaseConverter::UriType
Type_t * ___UriType_29;
// System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType
Type_t * ___TimeSpanType_30;
// System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType
Type_t * ___XPathNavigatorType_31;
public:
inline static int32_t get_offset_of_ICollectionType_3() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___ICollectionType_3)); }
inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; }
inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; }
inline void set_ICollectionType_3(Type_t * value)
{
___ICollectionType_3 = value;
Il2CppCodeGenWriteBarrier((&___ICollectionType_3), value);
}
inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___IEnumerableType_4)); }
inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; }
inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; }
inline void set_IEnumerableType_4(Type_t * value)
{
___IEnumerableType_4 = value;
Il2CppCodeGenWriteBarrier((&___IEnumerableType_4), value);
}
inline static int32_t get_offset_of_IListType_5() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___IListType_5)); }
inline Type_t * get_IListType_5() const { return ___IListType_5; }
inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; }
inline void set_IListType_5(Type_t * value)
{
___IListType_5 = value;
Il2CppCodeGenWriteBarrier((&___IListType_5), value);
}
inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___ObjectArrayType_6)); }
inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; }
inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; }
inline void set_ObjectArrayType_6(Type_t * value)
{
___ObjectArrayType_6 = value;
Il2CppCodeGenWriteBarrier((&___ObjectArrayType_6), value);
}
inline static int32_t get_offset_of_StringArrayType_7() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___StringArrayType_7)); }
inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; }
inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; }
inline void set_StringArrayType_7(Type_t * value)
{
___StringArrayType_7 = value;
Il2CppCodeGenWriteBarrier((&___StringArrayType_7), value);
}
inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___XmlAtomicValueArrayType_8)); }
inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; }
inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; }
inline void set_XmlAtomicValueArrayType_8(Type_t * value)
{
___XmlAtomicValueArrayType_8 = value;
Il2CppCodeGenWriteBarrier((&___XmlAtomicValueArrayType_8), value);
}
inline static int32_t get_offset_of_DecimalType_9() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___DecimalType_9)); }
inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; }
inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; }
inline void set_DecimalType_9(Type_t * value)
{
___DecimalType_9 = value;
Il2CppCodeGenWriteBarrier((&___DecimalType_9), value);
}
inline static int32_t get_offset_of_Int32Type_10() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___Int32Type_10)); }
inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; }
inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; }
inline void set_Int32Type_10(Type_t * value)
{
___Int32Type_10 = value;
Il2CppCodeGenWriteBarrier((&___Int32Type_10), value);
}
inline static int32_t get_offset_of_Int64Type_11() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___Int64Type_11)); }
inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; }
inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; }
inline void set_Int64Type_11(Type_t * value)
{
___Int64Type_11 = value;
Il2CppCodeGenWriteBarrier((&___Int64Type_11), value);
}
inline static int32_t get_offset_of_StringType_12() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___StringType_12)); }
inline Type_t * get_StringType_12() const { return ___StringType_12; }
inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; }
inline void set_StringType_12(Type_t * value)
{
___StringType_12 = value;
Il2CppCodeGenWriteBarrier((&___StringType_12), value);
}
inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___XmlAtomicValueType_13)); }
inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; }
inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; }
inline void set_XmlAtomicValueType_13(Type_t * value)
{
___XmlAtomicValueType_13 = value;
Il2CppCodeGenWriteBarrier((&___XmlAtomicValueType_13), value);
}
inline static int32_t get_offset_of_ObjectType_14() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___ObjectType_14)); }
inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; }
inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; }
inline void set_ObjectType_14(Type_t * value)
{
___ObjectType_14 = value;
Il2CppCodeGenWriteBarrier((&___ObjectType_14), value);
}
inline static int32_t get_offset_of_ByteType_15() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___ByteType_15)); }
inline Type_t * get_ByteType_15() const { return ___ByteType_15; }
inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; }
inline void set_ByteType_15(Type_t * value)
{
___ByteType_15 = value;
Il2CppCodeGenWriteBarrier((&___ByteType_15), value);
}
inline static int32_t get_offset_of_Int16Type_16() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___Int16Type_16)); }
inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; }
inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; }
inline void set_Int16Type_16(Type_t * value)
{
___Int16Type_16 = value;
Il2CppCodeGenWriteBarrier((&___Int16Type_16), value);
}
inline static int32_t get_offset_of_SByteType_17() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___SByteType_17)); }
inline Type_t * get_SByteType_17() const { return ___SByteType_17; }
inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; }
inline void set_SByteType_17(Type_t * value)
{
___SByteType_17 = value;
Il2CppCodeGenWriteBarrier((&___SByteType_17), value);
}
inline static int32_t get_offset_of_UInt16Type_18() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___UInt16Type_18)); }
inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; }
inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; }
inline void set_UInt16Type_18(Type_t * value)
{
___UInt16Type_18 = value;
Il2CppCodeGenWriteBarrier((&___UInt16Type_18), value);
}
inline static int32_t get_offset_of_UInt32Type_19() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___UInt32Type_19)); }
inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; }
inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; }
inline void set_UInt32Type_19(Type_t * value)
{
___UInt32Type_19 = value;
Il2CppCodeGenWriteBarrier((&___UInt32Type_19), value);
}
inline static int32_t get_offset_of_UInt64Type_20() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___UInt64Type_20)); }
inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; }
inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; }
inline void set_UInt64Type_20(Type_t * value)
{
___UInt64Type_20 = value;
Il2CppCodeGenWriteBarrier((&___UInt64Type_20), value);
}
inline static int32_t get_offset_of_XPathItemType_21() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___XPathItemType_21)); }
inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; }
inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; }
inline void set_XPathItemType_21(Type_t * value)
{
___XPathItemType_21 = value;
Il2CppCodeGenWriteBarrier((&___XPathItemType_21), value);
}
inline static int32_t get_offset_of_DoubleType_22() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___DoubleType_22)); }
inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; }
inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; }
inline void set_DoubleType_22(Type_t * value)
{
___DoubleType_22 = value;
Il2CppCodeGenWriteBarrier((&___DoubleType_22), value);
}
inline static int32_t get_offset_of_SingleType_23() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___SingleType_23)); }
inline Type_t * get_SingleType_23() const { return ___SingleType_23; }
inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; }
inline void set_SingleType_23(Type_t * value)
{
___SingleType_23 = value;
Il2CppCodeGenWriteBarrier((&___SingleType_23), value);
}
inline static int32_t get_offset_of_DateTimeType_24() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___DateTimeType_24)); }
inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; }
inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; }
inline void set_DateTimeType_24(Type_t * value)
{
___DateTimeType_24 = value;
Il2CppCodeGenWriteBarrier((&___DateTimeType_24), value);
}
inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___DateTimeOffsetType_25)); }
inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; }
inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; }
inline void set_DateTimeOffsetType_25(Type_t * value)
{
___DateTimeOffsetType_25 = value;
Il2CppCodeGenWriteBarrier((&___DateTimeOffsetType_25), value);
}
inline static int32_t get_offset_of_BooleanType_26() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___BooleanType_26)); }
inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; }
inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; }
inline void set_BooleanType_26(Type_t * value)
{
___BooleanType_26 = value;
Il2CppCodeGenWriteBarrier((&___BooleanType_26), value);
}
inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___ByteArrayType_27)); }
inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; }
inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; }
inline void set_ByteArrayType_27(Type_t * value)
{
___ByteArrayType_27 = value;
Il2CppCodeGenWriteBarrier((&___ByteArrayType_27), value);
}
inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___XmlQualifiedNameType_28)); }
inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; }
inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; }
inline void set_XmlQualifiedNameType_28(Type_t * value)
{
___XmlQualifiedNameType_28 = value;
Il2CppCodeGenWriteBarrier((&___XmlQualifiedNameType_28), value);
}
inline static int32_t get_offset_of_UriType_29() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___UriType_29)); }
inline Type_t * get_UriType_29() const { return ___UriType_29; }
inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; }
inline void set_UriType_29(Type_t * value)
{
___UriType_29 = value;
Il2CppCodeGenWriteBarrier((&___UriType_29), value);
}
inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___TimeSpanType_30)); }
inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; }
inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; }
inline void set_TimeSpanType_30(Type_t * value)
{
___TimeSpanType_30 = value;
Il2CppCodeGenWriteBarrier((&___TimeSpanType_30), value);
}
inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast<int32_t>(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields, ___XPathNavigatorType_31)); }
inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; }
inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; }
inline void set_XPathNavigatorType_31(Type_t * value)
{
___XPathNavigatorType_31 = value;
Il2CppCodeGenWriteBarrier((&___XPathNavigatorType_31), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLBASECONVERTER_T2E1FE7137987814D59918B27A1807DAE7E78CFD8_H
#ifndef XMLSCHEMAINFO_TEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_H
#define XMLSCHEMAINFO_TEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaInfo
struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 : public RuntimeObject
{
public:
// System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault
bool ___isDefault_0;
// System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil
bool ___isNil_1;
// System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement
XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * ___schemaElement_2;
// System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute
XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * ___schemaAttribute_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_4;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___memberType_5;
// System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity
int32_t ___validity_6;
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType
int32_t ___contentType_7;
public:
inline static int32_t get_offset_of_isDefault_0() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isDefault_0)); }
inline bool get_isDefault_0() const { return ___isDefault_0; }
inline bool* get_address_of_isDefault_0() { return &___isDefault_0; }
inline void set_isDefault_0(bool value)
{
___isDefault_0 = value;
}
inline static int32_t get_offset_of_isNil_1() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isNil_1)); }
inline bool get_isNil_1() const { return ___isNil_1; }
inline bool* get_address_of_isNil_1() { return &___isNil_1; }
inline void set_isNil_1(bool value)
{
___isNil_1 = value;
}
inline static int32_t get_offset_of_schemaElement_2() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaElement_2)); }
inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * get_schemaElement_2() const { return ___schemaElement_2; }
inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D ** get_address_of_schemaElement_2() { return &___schemaElement_2; }
inline void set_schemaElement_2(XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * value)
{
___schemaElement_2 = value;
Il2CppCodeGenWriteBarrier((&___schemaElement_2), value);
}
inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaAttribute_3)); }
inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * get_schemaAttribute_3() const { return ___schemaAttribute_3; }
inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; }
inline void set_schemaAttribute_3(XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * value)
{
___schemaAttribute_3 = value;
Il2CppCodeGenWriteBarrier((&___schemaAttribute_3), value);
}
inline static int32_t get_offset_of_schemaType_4() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaType_4)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_4() const { return ___schemaType_4; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_4() { return &___schemaType_4; }
inline void set_schemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___schemaType_4 = value;
Il2CppCodeGenWriteBarrier((&___schemaType_4), value);
}
inline static int32_t get_offset_of_memberType_5() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___memberType_5)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_memberType_5() const { return ___memberType_5; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_memberType_5() { return &___memberType_5; }
inline void set_memberType_5(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___memberType_5 = value;
Il2CppCodeGenWriteBarrier((&___memberType_5), value);
}
inline static int32_t get_offset_of_validity_6() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___validity_6)); }
inline int32_t get_validity_6() const { return ___validity_6; }
inline int32_t* get_address_of_validity_6() { return &___validity_6; }
inline void set_validity_6(int32_t value)
{
___validity_6 = value;
}
inline static int32_t get_offset_of_contentType_7() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___contentType_7)); }
inline int32_t get_contentType_7() const { return ___contentType_7; }
inline int32_t* get_address_of_contentType_7() { return &___contentType_7; }
inline void set_contentType_7(int32_t value)
{
___contentType_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAINFO_TEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_H
#ifndef XMLSCHEMAPARTICLE_TB790C2363C7041009BE94F64F031BDDA1E389671_H
#define XMLSCHEMAPARTICLE_TB790C2363C7041009BE94F64F031BDDA1E389671_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaParticle
struct XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B
{
public:
// System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___minOccurs_0;
// System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___maxOccurs_1;
// System.Xml.Schema.XmlSchemaParticle_Occurs System.Xml.Schema.XmlSchemaParticle::flags
int32_t ___flags_2;
public:
inline static int32_t get_offset_of_minOccurs_0() { return static_cast<int32_t>(offsetof(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671, ___minOccurs_0)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_minOccurs_0() const { return ___minOccurs_0; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_minOccurs_0() { return &___minOccurs_0; }
inline void set_minOccurs_0(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___minOccurs_0 = value;
}
inline static int32_t get_offset_of_maxOccurs_1() { return static_cast<int32_t>(offsetof(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671, ___maxOccurs_1)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_maxOccurs_1() const { return ___maxOccurs_1; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_maxOccurs_1() { return &___maxOccurs_1; }
inline void set_maxOccurs_1(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___maxOccurs_1 = value;
}
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671, ___flags_2)); }
inline int32_t get_flags_2() const { return ___flags_2; }
inline int32_t* get_address_of_flags_2() { return &___flags_2; }
inline void set_flags_2(int32_t value)
{
___flags_2 = value;
}
};
struct XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671_StaticFields
{
public:
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty
XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * ___Empty_3;
public:
inline static int32_t get_offset_of_Empty_3() { return static_cast<int32_t>(offsetof(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671_StaticFields, ___Empty_3)); }
inline XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * get_Empty_3() const { return ___Empty_3; }
inline XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 ** get_address_of_Empty_3() { return &___Empty_3; }
inline void set_Empty_3(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * value)
{
___Empty_3 = value;
Il2CppCodeGenWriteBarrier((&___Empty_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAPARTICLE_TB790C2363C7041009BE94F64F031BDDA1E389671_H
#ifndef XMLSCHEMATYPE_TE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9_H
#define XMLSCHEMATYPE_TE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B
{
public:
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final
int32_t ___final_0;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy
int32_t ___derivedBy_1;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___baseSchemaType_2;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype_3;
// System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___elementDecl_4;
// System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname_5;
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType
int32_t ___contentType_6;
public:
inline static int32_t get_offset_of_final_0() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___final_0)); }
inline int32_t get_final_0() const { return ___final_0; }
inline int32_t* get_address_of_final_0() { return &___final_0; }
inline void set_final_0(int32_t value)
{
___final_0 = value;
}
inline static int32_t get_offset_of_derivedBy_1() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___derivedBy_1)); }
inline int32_t get_derivedBy_1() const { return ___derivedBy_1; }
inline int32_t* get_address_of_derivedBy_1() { return &___derivedBy_1; }
inline void set_derivedBy_1(int32_t value)
{
___derivedBy_1 = value;
}
inline static int32_t get_offset_of_baseSchemaType_2() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___baseSchemaType_2)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_baseSchemaType_2() const { return ___baseSchemaType_2; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; }
inline void set_baseSchemaType_2(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___baseSchemaType_2 = value;
Il2CppCodeGenWriteBarrier((&___baseSchemaType_2), value);
}
inline static int32_t get_offset_of_datatype_3() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___datatype_3)); }
inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * get_datatype_3() const { return ___datatype_3; }
inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 ** get_address_of_datatype_3() { return &___datatype_3; }
inline void set_datatype_3(XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * value)
{
___datatype_3 = value;
Il2CppCodeGenWriteBarrier((&___datatype_3), value);
}
inline static int32_t get_offset_of_elementDecl_4() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___elementDecl_4)); }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_elementDecl_4() const { return ___elementDecl_4; }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_elementDecl_4() { return &___elementDecl_4; }
inline void set_elementDecl_4(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value)
{
___elementDecl_4 = value;
Il2CppCodeGenWriteBarrier((&___elementDecl_4), value);
}
inline static int32_t get_offset_of_qname_5() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___qname_5)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_qname_5() const { return ___qname_5; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_qname_5() { return &___qname_5; }
inline void set_qname_5(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___qname_5 = value;
Il2CppCodeGenWriteBarrier((&___qname_5), value);
}
inline static int32_t get_offset_of_contentType_6() { return static_cast<int32_t>(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___contentType_6)); }
inline int32_t get_contentType_6() const { return ___contentType_6; }
inline int32_t* get_address_of_contentType_6() { return &___contentType_6; }
inline void set_contentType_6(int32_t value)
{
___contentType_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMATYPE_TE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9_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 XMLCDATASECTION_T4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_H
#define XMLCDATASECTION_T4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlCDataSection
struct XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLCDATASECTION_T4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_H
#ifndef XMLCACHEDSTREAM_T4187D3DDDEA27C1F8B7CAF33706457783B763F56_H
#define XMLCACHEDSTREAM_T4187D3DDDEA27C1F8B7CAF33706457783B763F56_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlCachedStream
struct XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 : public MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C
{
public:
// System.Uri System.Xml.XmlCachedStream::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_14;
public:
inline static int32_t get_offset_of_uri_14() { return static_cast<int32_t>(offsetof(XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56, ___uri_14)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_14() const { return ___uri_14; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_14() { return &___uri_14; }
inline void set_uri_14(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_14 = value;
Il2CppCodeGenWriteBarrier((&___uri_14), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLCACHEDSTREAM_T4187D3DDDEA27C1F8B7CAF33706457783B763F56_H
#ifndef XMLCOMMENT_TBC2125BFD52EF7590FE6C06B2D92C61FF344860D_H
#define XMLCOMMENT_TBC2125BFD52EF7590FE6C06B2D92C61FF344860D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlComment
struct XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLCOMMENT_TBC2125BFD52EF7590FE6C06B2D92C61FF344860D_H
#ifndef U3CGETNONFILESTREAMASYNCU3ED__5_T08DC283A413151EC483A3081DE3DF3D2F70233DD_H
#define U3CGETNONFILESTREAMASYNCU3ED__5_T08DC283A413151EC483A3081DE3DF3D2F70233DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5
struct U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD
{
public:
// System.Int32 System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream> System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::<>t__builder
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C ___U3CU3Et__builder_1;
// System.Uri System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_2;
// System.Net.ICredentials System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::credentials
RuntimeObject* ___credentials_3;
// System.Net.IWebProxy System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::proxy
RuntimeObject* ___proxy_4;
// System.Net.Cache.RequestCachePolicy System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::cachePolicy
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy_5;
// System.Net.WebRequest System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::<req>5__1
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___U3CreqU3E5__1_6;
// System.Xml.XmlDownloadManager System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::<>4__this
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * ___U3CU3E4__this_7;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Net.WebResponse> System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::<>u__1
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE ___U3CU3Eu__1_8;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___U3CU3Et__builder_1)); }
inline AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; }
inline AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; }
inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C value)
{
___U3CU3Et__builder_1 = value;
}
inline static int32_t get_offset_of_uri_2() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___uri_2)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_2() const { return ___uri_2; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_2() { return &___uri_2; }
inline void set_uri_2(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_2 = value;
Il2CppCodeGenWriteBarrier((&___uri_2), value);
}
inline static int32_t get_offset_of_credentials_3() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___credentials_3)); }
inline RuntimeObject* get_credentials_3() const { return ___credentials_3; }
inline RuntimeObject** get_address_of_credentials_3() { return &___credentials_3; }
inline void set_credentials_3(RuntimeObject* value)
{
___credentials_3 = value;
Il2CppCodeGenWriteBarrier((&___credentials_3), value);
}
inline static int32_t get_offset_of_proxy_4() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___proxy_4)); }
inline RuntimeObject* get_proxy_4() const { return ___proxy_4; }
inline RuntimeObject** get_address_of_proxy_4() { return &___proxy_4; }
inline void set_proxy_4(RuntimeObject* value)
{
___proxy_4 = value;
Il2CppCodeGenWriteBarrier((&___proxy_4), value);
}
inline static int32_t get_offset_of_cachePolicy_5() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___cachePolicy_5)); }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_cachePolicy_5() const { return ___cachePolicy_5; }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_cachePolicy_5() { return &___cachePolicy_5; }
inline void set_cachePolicy_5(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value)
{
___cachePolicy_5 = value;
Il2CppCodeGenWriteBarrier((&___cachePolicy_5), value);
}
inline static int32_t get_offset_of_U3CreqU3E5__1_6() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___U3CreqU3E5__1_6)); }
inline WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * get_U3CreqU3E5__1_6() const { return ___U3CreqU3E5__1_6; }
inline WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 ** get_address_of_U3CreqU3E5__1_6() { return &___U3CreqU3E5__1_6; }
inline void set_U3CreqU3E5__1_6(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * value)
{
___U3CreqU3E5__1_6 = value;
Il2CppCodeGenWriteBarrier((&___U3CreqU3E5__1_6), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_7() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___U3CU3E4__this_7)); }
inline XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * get_U3CU3E4__this_7() const { return ___U3CU3E4__this_7; }
inline XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 ** get_address_of_U3CU3E4__this_7() { return &___U3CU3E4__this_7; }
inline void set_U3CU3E4__this_7(XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * value)
{
___U3CU3E4__this_7 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_7), value);
}
inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast<int32_t>(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD, ___U3CU3Eu__1_8)); }
inline ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; }
inline ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; }
inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE value)
{
___U3CU3Eu__1_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CGETNONFILESTREAMASYNCU3ED__5_T08DC283A413151EC483A3081DE3DF3D2F70233DD_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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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::<IsXmlResolverSet>k__BackingField
bool ___U3CIsXmlResolverSetU3Ek__BackingField_18;
public:
inline static int32_t get_offset_of_useAsync_0() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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.Boolean> 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<int32_t>(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.IDtdEntityInfo,System.Xml.IDtdEntityInfo> 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.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>> System.Xml.XmlTextReaderImpl::parseText_dummyTask
Task_1_tFB42A7666202CD6CD81E6BF0FF63815EE40E621D * ___parseText_dummyTask_78;
public:
inline static int32_t get_offset_of_laterInitParam_3() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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 XMLWHITESPACE_TF5EA718743A148EBF7594ADF5A06B3224857AD4D_H
#define XMLWHITESPACE_TF5EA718743A148EBF7594ADF5A06B3224857AD4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlWhitespace
struct XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLWHITESPACE_TF5EA718743A148EBF7594ADF5A06B3224857AD4D_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 FUNC_1_TF4352FCFF143E795C0D762BB22D817C4457922EC_H
#define FUNC_1_TF4352FCFF143E795C0D762BB22D817C4457922EC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`1<System.IO.Stream>
struct Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_1_TF4352FCFF143E795C0D762BB22D817C4457922EC_H
#ifndef FUNC_2_T86882E4E290CEF7F69DDF23D5524920CE3DC8BAE_H
#define FUNC_2_T86882E4E290CEF7F69DDF23D5524920CE3DC8BAE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`2<System.IAsyncResult,System.Net.WebResponse>
struct Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_2_T86882E4E290CEF7F69DDF23D5524920CE3DC8BAE_H
#ifndef FUNC_3_T6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389_H
#define FUNC_3_T6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>
struct Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_3_T6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389_H
#ifndef HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#define HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.Uri System.Net.HttpWebRequest::requestUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12;
// System.Uri System.Net.HttpWebRequest::actualUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13;
// System.Boolean System.Net.HttpWebRequest::hostChanged
bool ___hostChanged_14;
// System.Boolean System.Net.HttpWebRequest::allowAutoRedirect
bool ___allowAutoRedirect_15;
// System.Boolean System.Net.HttpWebRequest::allowBuffering
bool ___allowBuffering_16;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17;
// System.String System.Net.HttpWebRequest::connectionGroup
String_t* ___connectionGroup_18;
// System.Boolean System.Net.HttpWebRequest::haveContentLength
bool ___haveContentLength_19;
// System.Int64 System.Net.HttpWebRequest::contentLength
int64_t ___contentLength_20;
// System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21;
// System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22;
// System.Net.ICredentials System.Net.HttpWebRequest::credentials
RuntimeObject* ___credentials_23;
// System.Boolean System.Net.HttpWebRequest::haveResponse
bool ___haveResponse_24;
// System.Boolean System.Net.HttpWebRequest::haveRequest
bool ___haveRequest_25;
// System.Boolean System.Net.HttpWebRequest::requestSent
bool ___requestSent_26;
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27;
// System.Boolean System.Net.HttpWebRequest::keepAlive
bool ___keepAlive_28;
// System.Int32 System.Net.HttpWebRequest::maxAutoRedirect
int32_t ___maxAutoRedirect_29;
// System.String System.Net.HttpWebRequest::mediaType
String_t* ___mediaType_30;
// System.String System.Net.HttpWebRequest::method
String_t* ___method_31;
// System.String System.Net.HttpWebRequest::initialMethod
String_t* ___initialMethod_32;
// System.Boolean System.Net.HttpWebRequest::pipelined
bool ___pipelined_33;
// System.Boolean System.Net.HttpWebRequest::preAuthenticate
bool ___preAuthenticate_34;
// System.Boolean System.Net.HttpWebRequest::usedPreAuth
bool ___usedPreAuth_35;
// System.Version System.Net.HttpWebRequest::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36;
// System.Boolean System.Net.HttpWebRequest::force_version
bool ___force_version_37;
// System.Version System.Net.HttpWebRequest::actualVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38;
// System.Net.IWebProxy System.Net.HttpWebRequest::proxy
RuntimeObject* ___proxy_39;
// System.Boolean System.Net.HttpWebRequest::sendChunked
bool ___sendChunked_40;
// System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41;
// System.Int32 System.Net.HttpWebRequest::timeout
int32_t ___timeout_42;
// System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43;
// System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46;
// System.EventHandler System.Net.HttpWebRequest::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47;
// System.Int32 System.Net.HttpWebRequest::aborted
int32_t ___aborted_48;
// System.Boolean System.Net.HttpWebRequest::gotRequestStream
bool ___gotRequestStream_49;
// System.Int32 System.Net.HttpWebRequest::redirects
int32_t ___redirects_50;
// System.Boolean System.Net.HttpWebRequest::expectContinue
bool ___expectContinue_51;
// System.Byte[] System.Net.HttpWebRequest::bodyBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52;
// System.Int32 System.Net.HttpWebRequest::bodyBufferLength
int32_t ___bodyBufferLength_53;
// System.Boolean System.Net.HttpWebRequest::getResponseCalled
bool ___getResponseCalled_54;
// System.Exception System.Net.HttpWebRequest::saved_exc
Exception_t * ___saved_exc_55;
// System.Object System.Net.HttpWebRequest::locker
RuntimeObject * ___locker_56;
// System.Boolean System.Net.HttpWebRequest::finished_reading
bool ___finished_reading_57;
// System.Net.WebConnection System.Net.HttpWebRequest::WebConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58;
// System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp
int32_t ___auto_decomp_59;
// System.Int32 System.Net.HttpWebRequest::readWriteTimeout
int32_t ___readWriteTimeout_61;
// Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62;
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63;
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66;
// System.String System.Net.HttpWebRequest::host
String_t* ___host_67;
// System.Action`1<System.IO.Stream> System.Net.HttpWebRequest::ResendContentFactory
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68;
// System.Boolean System.Net.HttpWebRequest::<ThrowOnError>k__BackingField
bool ___U3CThrowOnErrorU3Ek__BackingField_69;
// System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah
bool ___unsafe_auth_blah_70;
// System.Boolean System.Net.HttpWebRequest::<ReuseConnection>k__BackingField
bool ___U3CReuseConnectionU3Ek__BackingField_71;
// System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72;
public:
inline static int32_t get_offset_of_requestUri_12() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; }
inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___requestUri_12 = value;
Il2CppCodeGenWriteBarrier((&___requestUri_12), value);
}
inline static int32_t get_offset_of_actualUri_13() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; }
inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___actualUri_13 = value;
Il2CppCodeGenWriteBarrier((&___actualUri_13), value);
}
inline static int32_t get_offset_of_hostChanged_14() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); }
inline bool get_hostChanged_14() const { return ___hostChanged_14; }
inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; }
inline void set_hostChanged_14(bool value)
{
___hostChanged_14 = value;
}
inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); }
inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; }
inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; }
inline void set_allowAutoRedirect_15(bool value)
{
___allowAutoRedirect_15 = value;
}
inline static int32_t get_offset_of_allowBuffering_16() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); }
inline bool get_allowBuffering_16() const { return ___allowBuffering_16; }
inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; }
inline void set_allowBuffering_16(bool value)
{
___allowBuffering_16 = value;
}
inline static int32_t get_offset_of_certificates_17() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; }
inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___certificates_17 = value;
Il2CppCodeGenWriteBarrier((&___certificates_17), value);
}
inline static int32_t get_offset_of_connectionGroup_18() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); }
inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; }
inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; }
inline void set_connectionGroup_18(String_t* value)
{
___connectionGroup_18 = value;
Il2CppCodeGenWriteBarrier((&___connectionGroup_18), value);
}
inline static int32_t get_offset_of_haveContentLength_19() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); }
inline bool get_haveContentLength_19() const { return ___haveContentLength_19; }
inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; }
inline void set_haveContentLength_19(bool value)
{
___haveContentLength_19 = value;
}
inline static int32_t get_offset_of_contentLength_20() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); }
inline int64_t get_contentLength_20() const { return ___contentLength_20; }
inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; }
inline void set_contentLength_20(int64_t value)
{
___contentLength_20 = value;
}
inline static int32_t get_offset_of_continueDelegate_21() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; }
inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value)
{
___continueDelegate_21 = value;
Il2CppCodeGenWriteBarrier((&___continueDelegate_21), value);
}
inline static int32_t get_offset_of_cookieContainer_22() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; }
inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookieContainer_22 = value;
Il2CppCodeGenWriteBarrier((&___cookieContainer_22), value);
}
inline static int32_t get_offset_of_credentials_23() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); }
inline RuntimeObject* get_credentials_23() const { return ___credentials_23; }
inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; }
inline void set_credentials_23(RuntimeObject* value)
{
___credentials_23 = value;
Il2CppCodeGenWriteBarrier((&___credentials_23), value);
}
inline static int32_t get_offset_of_haveResponse_24() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); }
inline bool get_haveResponse_24() const { return ___haveResponse_24; }
inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; }
inline void set_haveResponse_24(bool value)
{
___haveResponse_24 = value;
}
inline static int32_t get_offset_of_haveRequest_25() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); }
inline bool get_haveRequest_25() const { return ___haveRequest_25; }
inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; }
inline void set_haveRequest_25(bool value)
{
___haveRequest_25 = value;
}
inline static int32_t get_offset_of_requestSent_26() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); }
inline bool get_requestSent_26() const { return ___requestSent_26; }
inline bool* get_address_of_requestSent_26() { return &___requestSent_26; }
inline void set_requestSent_26(bool value)
{
___requestSent_26 = value;
}
inline static int32_t get_offset_of_webHeaders_27() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; }
inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_27 = value;
Il2CppCodeGenWriteBarrier((&___webHeaders_27), value);
}
inline static int32_t get_offset_of_keepAlive_28() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); }
inline bool get_keepAlive_28() const { return ___keepAlive_28; }
inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; }
inline void set_keepAlive_28(bool value)
{
___keepAlive_28 = value;
}
inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); }
inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; }
inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; }
inline void set_maxAutoRedirect_29(int32_t value)
{
___maxAutoRedirect_29 = value;
}
inline static int32_t get_offset_of_mediaType_30() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); }
inline String_t* get_mediaType_30() const { return ___mediaType_30; }
inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; }
inline void set_mediaType_30(String_t* value)
{
___mediaType_30 = value;
Il2CppCodeGenWriteBarrier((&___mediaType_30), value);
}
inline static int32_t get_offset_of_method_31() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); }
inline String_t* get_method_31() const { return ___method_31; }
inline String_t** get_address_of_method_31() { return &___method_31; }
inline void set_method_31(String_t* value)
{
___method_31 = value;
Il2CppCodeGenWriteBarrier((&___method_31), value);
}
inline static int32_t get_offset_of_initialMethod_32() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); }
inline String_t* get_initialMethod_32() const { return ___initialMethod_32; }
inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; }
inline void set_initialMethod_32(String_t* value)
{
___initialMethod_32 = value;
Il2CppCodeGenWriteBarrier((&___initialMethod_32), value);
}
inline static int32_t get_offset_of_pipelined_33() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); }
inline bool get_pipelined_33() const { return ___pipelined_33; }
inline bool* get_address_of_pipelined_33() { return &___pipelined_33; }
inline void set_pipelined_33(bool value)
{
___pipelined_33 = value;
}
inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); }
inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; }
inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; }
inline void set_preAuthenticate_34(bool value)
{
___preAuthenticate_34 = value;
}
inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); }
inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; }
inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; }
inline void set_usedPreAuth_35(bool value)
{
___usedPreAuth_35 = value;
}
inline static int32_t get_offset_of_version_36() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; }
inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_36 = value;
Il2CppCodeGenWriteBarrier((&___version_36), value);
}
inline static int32_t get_offset_of_force_version_37() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); }
inline bool get_force_version_37() const { return ___force_version_37; }
inline bool* get_address_of_force_version_37() { return &___force_version_37; }
inline void set_force_version_37(bool value)
{
___force_version_37 = value;
}
inline static int32_t get_offset_of_actualVersion_38() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; }
inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___actualVersion_38 = value;
Il2CppCodeGenWriteBarrier((&___actualVersion_38), value);
}
inline static int32_t get_offset_of_proxy_39() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); }
inline RuntimeObject* get_proxy_39() const { return ___proxy_39; }
inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; }
inline void set_proxy_39(RuntimeObject* value)
{
___proxy_39 = value;
Il2CppCodeGenWriteBarrier((&___proxy_39), value);
}
inline static int32_t get_offset_of_sendChunked_40() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); }
inline bool get_sendChunked_40() const { return ___sendChunked_40; }
inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; }
inline void set_sendChunked_40(bool value)
{
___sendChunked_40 = value;
}
inline static int32_t get_offset_of_servicePoint_41() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; }
inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___servicePoint_41 = value;
Il2CppCodeGenWriteBarrier((&___servicePoint_41), value);
}
inline static int32_t get_offset_of_timeout_42() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); }
inline int32_t get_timeout_42() const { return ___timeout_42; }
inline int32_t* get_address_of_timeout_42() { return &___timeout_42; }
inline void set_timeout_42(int32_t value)
{
___timeout_42 = value;
}
inline static int32_t get_offset_of_writeStream_43() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; }
inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___writeStream_43 = value;
Il2CppCodeGenWriteBarrier((&___writeStream_43), value);
}
inline static int32_t get_offset_of_webResponse_44() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; }
inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___webResponse_44 = value;
Il2CppCodeGenWriteBarrier((&___webResponse_44), value);
}
inline static int32_t get_offset_of_asyncWrite_45() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; }
inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncWrite_45 = value;
Il2CppCodeGenWriteBarrier((&___asyncWrite_45), value);
}
inline static int32_t get_offset_of_asyncRead_46() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; }
inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncRead_46 = value;
Il2CppCodeGenWriteBarrier((&___asyncRead_46), value);
}
inline static int32_t get_offset_of_abortHandler_47() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; }
inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_47 = value;
Il2CppCodeGenWriteBarrier((&___abortHandler_47), value);
}
inline static int32_t get_offset_of_aborted_48() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); }
inline int32_t get_aborted_48() const { return ___aborted_48; }
inline int32_t* get_address_of_aborted_48() { return &___aborted_48; }
inline void set_aborted_48(int32_t value)
{
___aborted_48 = value;
}
inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); }
inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; }
inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; }
inline void set_gotRequestStream_49(bool value)
{
___gotRequestStream_49 = value;
}
inline static int32_t get_offset_of_redirects_50() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); }
inline int32_t get_redirects_50() const { return ___redirects_50; }
inline int32_t* get_address_of_redirects_50() { return &___redirects_50; }
inline void set_redirects_50(int32_t value)
{
___redirects_50 = value;
}
inline static int32_t get_offset_of_expectContinue_51() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); }
inline bool get_expectContinue_51() const { return ___expectContinue_51; }
inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; }
inline void set_expectContinue_51(bool value)
{
___expectContinue_51 = value;
}
inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; }
inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bodyBuffer_52 = value;
Il2CppCodeGenWriteBarrier((&___bodyBuffer_52), value);
}
inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); }
inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; }
inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; }
inline void set_bodyBufferLength_53(int32_t value)
{
___bodyBufferLength_53 = value;
}
inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); }
inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; }
inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; }
inline void set_getResponseCalled_54(bool value)
{
___getResponseCalled_54 = value;
}
inline static int32_t get_offset_of_saved_exc_55() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); }
inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; }
inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; }
inline void set_saved_exc_55(Exception_t * value)
{
___saved_exc_55 = value;
Il2CppCodeGenWriteBarrier((&___saved_exc_55), value);
}
inline static int32_t get_offset_of_locker_56() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); }
inline RuntimeObject * get_locker_56() const { return ___locker_56; }
inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; }
inline void set_locker_56(RuntimeObject * value)
{
___locker_56 = value;
Il2CppCodeGenWriteBarrier((&___locker_56), value);
}
inline static int32_t get_offset_of_finished_reading_57() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); }
inline bool get_finished_reading_57() const { return ___finished_reading_57; }
inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; }
inline void set_finished_reading_57(bool value)
{
___finished_reading_57 = value;
}
inline static int32_t get_offset_of_WebConnection_58() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; }
inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___WebConnection_58 = value;
Il2CppCodeGenWriteBarrier((&___WebConnection_58), value);
}
inline static int32_t get_offset_of_auto_decomp_59() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); }
inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; }
inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; }
inline void set_auto_decomp_59(int32_t value)
{
___auto_decomp_59 = value;
}
inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); }
inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; }
inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; }
inline void set_readWriteTimeout_61(int32_t value)
{
___readWriteTimeout_61 = value;
}
inline static int32_t get_offset_of_tlsProvider_62() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; }
inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___tlsProvider_62 = value;
Il2CppCodeGenWriteBarrier((&___tlsProvider_62), value);
}
inline static int32_t get_offset_of_tlsSettings_63() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; }
inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___tlsSettings_63 = value;
Il2CppCodeGenWriteBarrier((&___tlsSettings_63), value);
}
inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; }
inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value)
{
___certValidationCallback_64 = value;
Il2CppCodeGenWriteBarrier((&___certValidationCallback_64), value);
}
inline static int32_t get_offset_of_auth_state_65() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; }
inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___auth_state_65 = value;
}
inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; }
inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___proxy_auth_state_66 = value;
}
inline static int32_t get_offset_of_host_67() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); }
inline String_t* get_host_67() const { return ___host_67; }
inline String_t** get_address_of_host_67() { return &___host_67; }
inline void set_host_67(String_t* value)
{
___host_67 = value;
Il2CppCodeGenWriteBarrier((&___host_67), value);
}
inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; }
inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value)
{
___ResendContentFactory_68 = value;
Il2CppCodeGenWriteBarrier((&___ResendContentFactory_68), value);
}
inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); }
inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; }
inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; }
inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value)
{
___U3CThrowOnErrorU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); }
inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; }
inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; }
inline void set_unsafe_auth_blah_70(bool value)
{
___unsafe_auth_blah_70 = value;
}
inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); }
inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; }
inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; }
inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value)
{
___U3CReuseConnectionU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of_StoredConnection_72() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; }
inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___StoredConnection_72 = value;
Il2CppCodeGenWriteBarrier((&___StoredConnection_72), value);
}
};
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields
{
public:
// System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength
int32_t ___defaultMaxResponseHeadersLength_60;
public:
inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); }
inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; }
inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; }
inline void set_defaultMaxResponseHeadersLength_60(int32_t value)
{
___defaultMaxResponseHeadersLength_60 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifndef SCHEMAATTDEF_T6701AAE5762853EDC86D272CC2A79EABB36924A4_H
#define SCHEMAATTDEF_T6701AAE5762853EDC86D272CC2A79EABB36924A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaAttDef
struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 : public SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B
{
public:
// System.String System.Xml.Schema.SchemaAttDef::defExpanded
String_t* ___defExpanded_11;
// System.Int32 System.Xml.Schema.SchemaAttDef::lineNum
int32_t ___lineNum_12;
// System.Int32 System.Xml.Schema.SchemaAttDef::linePos
int32_t ___linePos_13;
// System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum
int32_t ___valueLineNum_14;
// System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos
int32_t ___valueLinePos_15;
// System.Xml.Schema.SchemaAttDef_Reserve System.Xml.Schema.SchemaAttDef::reserved
int32_t ___reserved_16;
public:
inline static int32_t get_offset_of_defExpanded_11() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___defExpanded_11)); }
inline String_t* get_defExpanded_11() const { return ___defExpanded_11; }
inline String_t** get_address_of_defExpanded_11() { return &___defExpanded_11; }
inline void set_defExpanded_11(String_t* value)
{
___defExpanded_11 = value;
Il2CppCodeGenWriteBarrier((&___defExpanded_11), value);
}
inline static int32_t get_offset_of_lineNum_12() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___lineNum_12)); }
inline int32_t get_lineNum_12() const { return ___lineNum_12; }
inline int32_t* get_address_of_lineNum_12() { return &___lineNum_12; }
inline void set_lineNum_12(int32_t value)
{
___lineNum_12 = value;
}
inline static int32_t get_offset_of_linePos_13() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___linePos_13)); }
inline int32_t get_linePos_13() const { return ___linePos_13; }
inline int32_t* get_address_of_linePos_13() { return &___linePos_13; }
inline void set_linePos_13(int32_t value)
{
___linePos_13 = value;
}
inline static int32_t get_offset_of_valueLineNum_14() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___valueLineNum_14)); }
inline int32_t get_valueLineNum_14() const { return ___valueLineNum_14; }
inline int32_t* get_address_of_valueLineNum_14() { return &___valueLineNum_14; }
inline void set_valueLineNum_14(int32_t value)
{
___valueLineNum_14 = value;
}
inline static int32_t get_offset_of_valueLinePos_15() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___valueLinePos_15)); }
inline int32_t get_valueLinePos_15() const { return ___valueLinePos_15; }
inline int32_t* get_address_of_valueLinePos_15() { return &___valueLinePos_15; }
inline void set_valueLinePos_15(int32_t value)
{
___valueLinePos_15 = value;
}
inline static int32_t get_offset_of_reserved_16() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___reserved_16)); }
inline int32_t get_reserved_16() const { return ___reserved_16; }
inline int32_t* get_address_of_reserved_16() { return &___reserved_16; }
inline void set_reserved_16(int32_t value)
{
___reserved_16 = value;
}
};
struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_StaticFields
{
public:
// System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___Empty_17;
public:
inline static int32_t get_offset_of_Empty_17() { return static_cast<int32_t>(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_StaticFields, ___Empty_17)); }
inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * get_Empty_17() const { return ___Empty_17; }
inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 ** get_address_of_Empty_17() { return &___Empty_17; }
inline void set_Empty_17(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * value)
{
___Empty_17 = value;
Il2CppCodeGenWriteBarrier((&___Empty_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMAATTDEF_T6701AAE5762853EDC86D272CC2A79EABB36924A4_H
#ifndef SCHEMAELEMENTDECL_T1D19D717C111EFE96DCB86F7A029BE5E2616C466_H
#define SCHEMAELEMENTDECL_T1D19D717C111EFE96DCB86F7A029BE5E2616C466_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SchemaElementDecl
struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 : public SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B
{
public:
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaElementDecl::attdefs
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___attdefs_11;
// System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo> System.Xml.Schema.SchemaElementDecl::defaultAttdefs
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * ___defaultAttdefs_12;
// System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared
bool ___isIdDeclared_13;
// System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute
bool ___hasNonCDataAttribute_14;
// System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute
bool ___hasRequiredAttribute_15;
// System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared
bool ___isNotationDeclared_16;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName> System.Xml.Schema.SchemaElementDecl::prohibitedAttributes
Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * ___prohibitedAttributes_17;
// System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___contentValidator_18;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute
XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * ___anyAttribute_19;
public:
inline static int32_t get_offset_of_attdefs_11() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___attdefs_11)); }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_attdefs_11() const { return ___attdefs_11; }
inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_attdefs_11() { return &___attdefs_11; }
inline void set_attdefs_11(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value)
{
___attdefs_11 = value;
Il2CppCodeGenWriteBarrier((&___attdefs_11), value);
}
inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___defaultAttdefs_12)); }
inline List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; }
inline List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; }
inline void set_defaultAttdefs_12(List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * value)
{
___defaultAttdefs_12 = value;
Il2CppCodeGenWriteBarrier((&___defaultAttdefs_12), value);
}
inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___isIdDeclared_13)); }
inline bool get_isIdDeclared_13() const { return ___isIdDeclared_13; }
inline bool* get_address_of_isIdDeclared_13() { return &___isIdDeclared_13; }
inline void set_isIdDeclared_13(bool value)
{
___isIdDeclared_13 = value;
}
inline static int32_t get_offset_of_hasNonCDataAttribute_14() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___hasNonCDataAttribute_14)); }
inline bool get_hasNonCDataAttribute_14() const { return ___hasNonCDataAttribute_14; }
inline bool* get_address_of_hasNonCDataAttribute_14() { return &___hasNonCDataAttribute_14; }
inline void set_hasNonCDataAttribute_14(bool value)
{
___hasNonCDataAttribute_14 = value;
}
inline static int32_t get_offset_of_hasRequiredAttribute_15() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___hasRequiredAttribute_15)); }
inline bool get_hasRequiredAttribute_15() const { return ___hasRequiredAttribute_15; }
inline bool* get_address_of_hasRequiredAttribute_15() { return &___hasRequiredAttribute_15; }
inline void set_hasRequiredAttribute_15(bool value)
{
___hasRequiredAttribute_15 = value;
}
inline static int32_t get_offset_of_isNotationDeclared_16() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___isNotationDeclared_16)); }
inline bool get_isNotationDeclared_16() const { return ___isNotationDeclared_16; }
inline bool* get_address_of_isNotationDeclared_16() { return &___isNotationDeclared_16; }
inline void set_isNotationDeclared_16(bool value)
{
___isNotationDeclared_16 = value;
}
inline static int32_t get_offset_of_prohibitedAttributes_17() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___prohibitedAttributes_17)); }
inline Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; }
inline Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; }
inline void set_prohibitedAttributes_17(Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * value)
{
___prohibitedAttributes_17 = value;
Il2CppCodeGenWriteBarrier((&___prohibitedAttributes_17), value);
}
inline static int32_t get_offset_of_contentValidator_18() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___contentValidator_18)); }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_contentValidator_18() const { return ___contentValidator_18; }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_contentValidator_18() { return &___contentValidator_18; }
inline void set_contentValidator_18(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value)
{
___contentValidator_18 = value;
Il2CppCodeGenWriteBarrier((&___contentValidator_18), value);
}
inline static int32_t get_offset_of_anyAttribute_19() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___anyAttribute_19)); }
inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * get_anyAttribute_19() const { return ___anyAttribute_19; }
inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; }
inline void set_anyAttribute_19(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * value)
{
___anyAttribute_19 = value;
Il2CppCodeGenWriteBarrier((&___anyAttribute_19), value);
}
};
struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_StaticFields
{
public:
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___Empty_20;
public:
inline static int32_t get_offset_of_Empty_20() { return static_cast<int32_t>(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_StaticFields, ___Empty_20)); }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_Empty_20() const { return ___Empty_20; }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_Empty_20() { return &___Empty_20; }
inline void set_Empty_20(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value)
{
___Empty_20 = value;
Il2CppCodeGenWriteBarrier((&___Empty_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMAELEMENTDECL_T1D19D717C111EFE96DCB86F7A029BE5E2616C466_H
#ifndef XMLLISTCONVERTER_TC0C9B12C2CB4282697C8A738419B3595FB013DC2_H
#define XMLLISTCONVERTER_TC0C9B12C2CB4282697C8A738419B3595FB013DC2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlListConverter
struct XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2 : public XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8
{
public:
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___atomicConverter_32;
public:
inline static int32_t get_offset_of_atomicConverter_32() { return static_cast<int32_t>(offsetof(XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2, ___atomicConverter_32)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_atomicConverter_32() const { return ___atomicConverter_32; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; }
inline void set_atomicConverter_32(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___atomicConverter_32 = value;
Il2CppCodeGenWriteBarrier((&___atomicConverter_32), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLLISTCONVERTER_TC0C9B12C2CB4282697C8A738419B3595FB013DC2_H
#ifndef XMLSCHEMAELEMENT_TF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_H
#define XMLSCHEMAELEMENT_TF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaElement
struct XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D : public XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAELEMENT_TF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_H
#ifndef XMLSCHEMASIMPLETYPE_T3E090F6F088E02B69D984EED6C2A209ACB42A68A_H
#define XMLSCHEMASIMPLETYPE_T3E090F6F088E02B69D984EED6C2A209ACB42A68A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A : public XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9
{
public:
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content
XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * ___content_7;
public:
inline static int32_t get_offset_of_content_7() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A, ___content_7)); }
inline XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * get_content_7() const { return ___content_7; }
inline XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E ** get_address_of_content_7() { return &___content_7; }
inline void set_content_7(XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * value)
{
___content_7 = value;
Il2CppCodeGenWriteBarrier((&___content_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMASIMPLETYPE_T3E090F6F088E02B69D984EED6C2A209ACB42A68A_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 XMLUNTYPEDCONVERTER_T320F0E666810AFC92D49F4758E6B6A152B264D1E_H
#define XMLUNTYPEDCONVERTER_T320F0E666810AFC92D49F4758E6B6A152B264D1E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlUntypedConverter
struct XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E : public XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2
{
public:
// System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList
bool ___allowListToList_33;
public:
inline static int32_t get_offset_of_allowListToList_33() { return static_cast<int32_t>(offsetof(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E, ___allowListToList_33)); }
inline bool get_allowListToList_33() const { return ___allowListToList_33; }
inline bool* get_address_of_allowListToList_33() { return &___allowListToList_33; }
inline void set_allowListToList_33(bool value)
{
___allowListToList_33 = value;
}
};
struct XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields
{
public:
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___Untyped_34;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___UntypedList_35;
public:
inline static int32_t get_offset_of_Untyped_34() { return static_cast<int32_t>(offsetof(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields, ___Untyped_34)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_Untyped_34() const { return ___Untyped_34; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_Untyped_34() { return &___Untyped_34; }
inline void set_Untyped_34(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___Untyped_34 = value;
Il2CppCodeGenWriteBarrier((&___Untyped_34), value);
}
inline static int32_t get_offset_of_UntypedList_35() { return static_cast<int32_t>(offsetof(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields, ___UntypedList_35)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_UntypedList_35() const { return ___UntypedList_35; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_UntypedList_35() { return &___UntypedList_35; }
inline void set_UntypedList_35(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___UntypedList_35 = value;
Il2CppCodeGenWriteBarrier((&___UntypedList_35), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLUNTYPEDCONVERTER_T320F0E666810AFC92D49F4758E6B6A152B264D1E_H
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.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.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);
}
};
// MS.Internal.Xml.Cache.XPathNode[]
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B : public RuntimeArray
{
public:
ALIGN_FIELD (8) XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 m_Items[1];
public:
inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Xml.XmlNamespaceManager_NamespaceDeclaration[]
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84 : public RuntimeArray
{
public:
ALIGN_FIELD (8) NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A m_Items[1];
public:
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A value)
{
m_Items[index] = value;
}
};
// System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_gshared (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 p0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Item(!0)
extern "C" IL2CPP_METHOD_ATTR XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_gshared (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 p0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.Object>(System.Func`1<!!0>)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * Task_Run_TisRuntimeObject_mCF998C68623C833934353D12C469C935C60E5948_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * p0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create()
extern "C" IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 AsyncTaskMethodBuilder_1_Create_mC7806A5C115ED2239A5073313AA3564D8244156E_gshared (const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&)
extern "C" IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mDBF944F29C4AB6851FA6493D1EDD7F75D64B3DDD_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * p0, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task()
extern "C" IL2CPP_METHOD_ATTR Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * AsyncTaskMethodBuilder_1_get_Task_m19C5664D70C4FC799BEFB8D0FC98E687F97059FA_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, const RuntimeMethod* method);
// System.Threading.Tasks.TaskFactory`1<!0> System.Threading.Tasks.Task`1<System.Object>::get_Factory()
extern "C" IL2CPP_METHOD_ATTR TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * Task_1_get_Factory_m19D8B3B20F50D471B85923AF303CB0F852802D23_gshared (const RuntimeMethod* method);
// System.Void System.Func`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_3__ctor_mDCF191A98C4C31CEBD4FAD60551C0B4EA244E1A8_gshared (Func_3_t0875D079514B9064DE951B01B4AE82F6C7436F64 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<!0> System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,!0>,System.Object)
extern "C" IL2CPP_METHOD_ATTR Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * TaskFactory_1_FromAsync_mB7B77B0C6D6F038DD315064534F3AC563C8DDB9A_gshared (TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * __this, Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 * p0, Func_2_tDA81CCA92167C42BD4B14E94D7C539BED6F3338A * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Object>::ConfigureAwait(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 Task_1_ConfigureAwait_m60DD864D9488EACBA6C087E87E448797C1C8B76B_gshared (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, bool p0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::GetAwaiter()
extern "C" IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E ConfiguredTaskAwaitable_1_GetAwaiter_m86C543D72022CB5D0C43053C4AF5F37EA4E690A7_gshared (ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mA1F08104B225C8640528B38BFD0AAAEE84541586_gshared (ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&,!!1&)
extern "C" IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_m89FB0137685C85DAC80C27EF2D7D6DFDC4C1D879_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * p0, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * p1, const RuntimeMethod* method);
// !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::GetResult()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfiguredTaskAwaiter_GetResult_m4EE5BF4F8536CCC951CA3F4E3C494411AE2D507E_gshared (ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetException(System.Exception)
extern "C" IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m4C0B5462ECCB520FACA3C90B353DF596DAAF586D_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, Exception_t * p0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(!0)
extern "C" IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mD7DA7A17DC0610B11A0AAA364C3CA51FEC1271DB_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
extern "C" IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m5CC21A02320CF3D2DD7894A31123DFD82A428E4C_gshared (AsyncTaskMethodBuilder_1_t2A9513A084F4B19851B91EF1F22BB57776D35663 * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
extern "C" IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared (ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF02B4C324AA9A1B393AE4D1D992892591C96E988_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
extern "C" IL2CPP_METHOD_ATTR KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * Dictionary_2_get_Keys_m079EE5437EE7D904E9E3F798041C1108B96B3AC3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210 KeyCollection_GetEnumerator_m5266F82C7802D6360C7309C1F1AFBF418E2720A4_gshared (KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method);
// System.String System.Xml.Res::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, uint32_t ___code0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___charIndex2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD (int32_t ___ch0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Encoding4321::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Encoding1234::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Encoding2143::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Encoding3412::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Encoding__ctor_mD471DCEC5836E18498A19E921AC2CAA8C3A3E654 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder1234::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2 (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder2143::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder3412::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Ucs4Decoder4321::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, 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.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.ValidateNames::ParseNCName(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method);
// System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, 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.XmlCharType::IsNCNameSingleChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
extern "C" IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[])
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method);
// System.Void MS.Internal.Xml.Cache.XPathNodeRef::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846 (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page0, int32_t ___idx1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134 (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 *, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 , const RuntimeMethod*))Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_gshared)(__this, p0, method);
}
// !1 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Item(!0)
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56 (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 p0, const RuntimeMethod* method)
{
return (( XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 (*) (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 *, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 , const RuntimeMethod*))Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_gshared)(__this, p0, method);
}
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::get_Page()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::get_Index()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816 (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54 (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter()
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, 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.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.Void System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy::.ctor(System.Xml.XPath.XPathNavigator)
extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method);
// System.Void System.Xml.XPath.XPathItem::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244 (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, 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.Xml.XPath.XPathNavigator/DebuggerDisplayProxy::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, 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.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDocument::get_IsLoading()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlName::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::CheckName(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456 (String_t* ___name0, const RuntimeMethod* method);
// System.String System.Xml.XmlName::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __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.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.String System.Xml.XmlName::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlName::get_NamespaceURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method);
// System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method);
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo()
extern "C" IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method);
// System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent1, const RuntimeMethod* method);
// System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap()
extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___oldInnerText0, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.XmlLoader::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_mD9490E8865AEE13C6BF17E070D8CA6ABE8177F81 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method);
// System.Void System.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method);
// System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNodeForLoad_m604FC52C79FE94FB7E69285E8C891638D3CAF5F2 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlNamedNodeMap::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mC974B5597045C0986178784257625FA43D7AFB5E (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlElement::get_XmlName()
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName()
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.IO.MemoryStream::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
// System.Void System.IO.MemoryStream::set_Position(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void MemoryStream_set_Position_mDBC06746A9BECFC5CA4932ECAF176A087BFA7116 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, int64_t p0, const RuntimeMethod* method);
// System.Object System.Xml.XmlCharType::get_StaticLock()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte)
extern "C" IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::InitInstance()
extern "C" IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (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.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.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.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32)
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.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlCharType::IsPublicId(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlChildEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, 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.XmlNodeList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m7DFACC432197E3EDEB6A2CCEFD471ACEA8E91C35 (XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * __this, 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.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
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.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.Char[] System.String::ToCharArray()
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
// System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, bool ___allowOddChars1, const RuntimeMethod* method);
// System.String System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNCName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84 (String_t* ___s0, const RuntimeMethod* method);
// System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[])
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.Int16::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A (int16_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517 (int64_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.UInt16::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B (uint16_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.UInt32::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE (uint32_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.String System.UInt64::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD (uint64_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.Boolean System.Single::IsNegativeInfinity(System.Single)
extern "C" IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C (float p0, const RuntimeMethod* method);
// System.Boolean System.Single::IsPositiveInfinity(System.Single)
extern "C" IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C (float p0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method);
// System.String System.Single::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.Boolean System.Double::IsNegativeInfinity(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764 (double p0, const RuntimeMethod* method);
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B (double p0, const RuntimeMethod* method);
// System.String System.Double::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616 (double* __this, String_t* p0, RuntimeObject* p1, 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.Void System.FormatException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Char::TryParse(System.String,System.Char&)
extern "C" IL2CPP_METHOD_ATTR bool Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573 (String_t* p0, Il2CppChar* p1, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE (String_t* p0, int32_t p1, RuntimeObject* p2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * p3, const RuntimeMethod* method);
// System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&)
extern "C" IL2CPP_METHOD_ATTR bool SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA (String_t* p0, int32_t p1, RuntimeObject* p2, int8_t* p3, const RuntimeMethod* method);
// System.Boolean System.Int16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16&)
extern "C" IL2CPP_METHOD_ATTR bool Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84 (String_t* p0, int32_t p1, RuntimeObject* p2, int16_t* p3, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC (String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011 (String_t* p0, int32_t p1, RuntimeObject* p2, int32_t* p3, const RuntimeMethod* method);
// System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D (String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&)
extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC (String_t* p0, int32_t p1, RuntimeObject* p2, int64_t* p3, const RuntimeMethod* method);
// System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&)
extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1 (String_t* p0, int32_t p1, RuntimeObject* p2, uint8_t* p3, const RuntimeMethod* method);
// System.Boolean System.UInt16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16&)
extern "C" IL2CPP_METHOD_ATTR bool UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3 (String_t* p0, int32_t p1, RuntimeObject* p2, uint16_t* p3, const RuntimeMethod* method);
// System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&)
extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235 (String_t* p0, int32_t p1, RuntimeObject* p2, uint32_t* p3, const RuntimeMethod* method);
// System.Boolean System.UInt64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64&)
extern "C" IL2CPP_METHOD_ATTR bool UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3 (String_t* p0, int32_t p1, RuntimeObject* p2, uint64_t* p3, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&)
extern "C" IL2CPP_METHOD_ATTR bool Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744 (String_t* p0, int32_t p1, RuntimeObject* p2, float* p3, const RuntimeMethod* method);
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B (String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7 (String_t* p0, int32_t p1, RuntimeObject* p2, double* p3, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF (String_t* ___s0, XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * ___result1, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result0, const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
extern "C" IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* p0, int32_t p1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** p2, const RuntimeMethod* method);
// System.String System.String::Trim(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[],System.StringSplitOptions)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, int32_t p1, const RuntimeMethod* method);
// System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, 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.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___ver0, 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.XmlDeclaration::set_Encoding(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlDeclaration::set_Standalone(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlDeclaration::set_Version(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Xml.XmlDeclaration::get_Version()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __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.Void System.Text.StringBuilder::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.String System.Xml.XmlDeclaration::get_Encoding()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlDeclaration::get_Standalone()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method);
// System.Void System.Xml.XmlNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method);
// System.Void System.Xml.DomNameTable::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3 (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___document0, const RuntimeMethod* method);
// System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.DomNameTable::AddName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31 (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.DomNameTable::GetName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method);
// System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void System.WeakReference::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elementList0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method);
// System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation()
extern "C" IL2CPP_METHOD_ATTR XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::SetBaseURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toNode1, bool ___deep2, const RuntimeMethod* method);
// System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement()
extern "C" IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method);
// System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, String_t* ___comment0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc4, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDocument0, const RuntimeMethod* method);
// System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaElementDecl::get_AttDefs()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::GetEnumerator()
inline Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866 (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F (*) (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, 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.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, 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.Xml.Schema.SchemaDeclBase::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method);
// System.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.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::get_ElementDecls()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47 (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * __this, bool ___f0, const RuntimeMethod* method);
// System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, String_t* ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method);
// System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method);
// System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m016512E3F1D4094C7B53F02D9799AF5303E34A64 (XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromElem0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toElem1, const RuntimeMethod* method);
// System.String System.Xml.XmlDocumentType::get_PublicId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlDocumentType::get_SystemId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlDocumentType::get_InternalSubset()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, 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.String::Format(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* p0, String_t* p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, bool ___deep1, const RuntimeMethod* method);
// System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlUnspecifiedAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute__ctor_mE777BCF4E5CF4B6A6FB3A5D86B2049A0FC69A9EA (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method);
// System.Void System.Xml.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, bool ___empty1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method);
// 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);
// 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);
// System.Boolean System.Xml.XmlDocument::get_HasSetResolver()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver()
extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader1, bool ___preserveWhitespace2, const RuntimeMethod* method);
// System.Void System.IO.StringReader::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* p0, const RuntimeMethod* method);
// 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);
// System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader)
extern "C" IL2CPP_METHOD_ATTR XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * ___tr0, const RuntimeMethod* method);
// System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction)
extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0 (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldParent1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method);
// System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972 (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, const RuntimeMethod* method);
// 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);
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// System.Void System.Xml.EmptyEnumerator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676 (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * __this, int32_t ___validity0, const RuntimeMethod* method);
// System.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mA36D696437FE17D5B287039D46BCBCE5301AB837 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode0, const RuntimeMethod* method);
// System.String System.Uri::get_Scheme()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_LocalPath()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m4DC05D41FB4913FBEC94E42F27DD4A7F7E4225BE (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method);
// System.Net.WebRequest System.Net.WebRequest::Create(System.Uri)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, const RuntimeMethod* method);
// System.Uri System.Net.HttpWebRequest::get_Address()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Host()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Xml.OpenedHost::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OpenedHost__ctor_m3AF9C5577C4805AF5828561C40152FC1F37BB7DA (OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * __this, const RuntimeMethod* method);
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint()
extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.ServicePoint::get_ConnectionLimit()
extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B (XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, const RuntimeMethod* method);
// System.Void System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mFE92FE37BF20ECE12352979F4B30B36120F650FD (U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * __this, const RuntimeMethod* method);
// System.Void System.Func`1<System.IO.Stream>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m01A998C67EF5BB6BDEB26C5AF8A91983E9D80814 (Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared)(__this, p0, p1, method);
}
// System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.IO.Stream>(System.Func`1<!!0>)
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * Task_Run_TisStream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_mCF589D34FB48EFA2AFBCB8199682144F9D550ED7 (Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC * p0, const RuntimeMethod* method)
{
return (( Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * (*) (Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC *, const RuntimeMethod*))Task_Run_TisRuntimeObject_mCF998C68623C833934353D12C469C935C60E5948_gshared)(p0, method);
}
// System.Threading.Tasks.Task`1<System.IO.Stream> System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * XmlDownloadManager_GetNonFileStreamAsync_m0D2256B1662784B2EE99163A103F9EDC40B622C6 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::Create()
inline AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C AsyncTaskMethodBuilder_1_Create_mE990EBE247374CEF78C09BAC4A1845B42E2AF225 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mC7806A5C115ED2239A5073313AA3564D8244156E_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::Start<System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mB5EDF27E6DFE24E82D749BCCAB16631D3AC6A1C2 (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * p0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mDBF944F29C4AB6851FA6493D1EDD7F75D64B3DDD_gshared)(__this, p0, method);
}
// System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::get_Task()
inline Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * AsyncTaskMethodBuilder_1_get_Task_m638684DB3092DA761CD7ABE7A0A10D26A18FF017 (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, const RuntimeMethod* method)
{
return (( Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m19C5664D70C4FC799BEFB8D0FC98E687F97059FA_gshared)(__this, method);
}
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, bool p5, const RuntimeMethod* method);
// System.Threading.Tasks.TaskFactory`1<!0> System.Threading.Tasks.Task`1<System.Net.WebResponse>::get_Factory()
inline TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * Task_1_get_Factory_m5ADD080BA35E61C565B2365EDAAC5DB521D33335 (const RuntimeMethod* method)
{
return (( TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * (*) (const RuntimeMethod*))Task_1_get_Factory_m19D8B3B20F50D471B85923AF303CB0F852802D23_gshared)(method);
}
// System.Void System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>::.ctor(System.Object,System.IntPtr)
inline void Func_3__ctor_mC3E65DE676CAC27AE04F5FA120C9B20B8541852F (Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_mDCF191A98C4C31CEBD4FAD60551C0B4EA244E1A8_gshared)(__this, p0, p1, method);
}
// System.Void System.Func`2<System.IAsyncResult,System.Net.WebResponse>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m3189865517981FC6D3F9F4C6FCDBD35C0484EECB (Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mE2AF7615AD18E9CD92B1909285F5EC5DA8D180C8_gshared)(__this, p0, p1, method);
}
// System.Threading.Tasks.Task`1<!0> System.Threading.Tasks.TaskFactory`1<System.Net.WebResponse>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,!0>,System.Object)
inline Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * TaskFactory_1_FromAsync_m01A33573F6D27FD847E49B16E99E3372840D1958 (TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * __this, Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 * p0, Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE * p1, RuntimeObject * p2, const RuntimeMethod* method)
{
return (( Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * (*) (TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B *, Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 *, Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE *, RuntimeObject *, const RuntimeMethod*))TaskFactory_1_FromAsync_mB7B77B0C6D6F038DD315064534F3AC563C8DDB9A_gshared)(__this, p0, p1, p2, method);
}
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Net.WebResponse>::ConfigureAwait(System.Boolean)
inline ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E Task_1_ConfigureAwait_m085B9A84CAEF327AA53907EA221898DA6C8FA32B (Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * __this, bool p0, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E (*) (Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m60DD864D9488EACBA6C087E87E448797C1C8B76B_gshared)(__this, p0, method);
}
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebResponse>::GetAwaiter()
inline ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE ConfiguredTaskAwaitable_1_GetAwaiter_m066DC13AC90EC7DE013A029F4EEF0498A30C0D2C (ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E * __this, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE (*) (ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m86C543D72022CB5D0C43053C4AF5F37EA4E690A7_gshared)(__this, method);
}
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>::get_IsCompleted()
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mE822C2E2AB16A1AC08459766114C29017DE0F978 (ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * __this, const RuntimeMethod* method)
{
return (( bool (*) (ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mA1F08104B225C8640528B38BFD0AAAEE84541586_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>,System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mAAE4594B7C9664B5EE078D37A76AA4C868E4AB7F (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * p0, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * p1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *, U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_m89FB0137685C85DAC80C27EF2D7D6DFDC4C1D879_gshared)(__this, p0, p1, method);
}
// !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>::GetResult()
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ConfiguredTaskAwaiter_GetResult_m274C752F279B5C762448343915785D78EB020CD9 (ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * __this, const RuntimeMethod* method)
{
return (( WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * (*) (ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m4EE5BF4F8536CCC951CA3F4E3C494411AE2D507E_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetException(System.Exception)
inline void AsyncTaskMethodBuilder_1_SetException_m3BF8D77ED3E1F97A9BB50B3C7A7E5E97923DDA44 (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, Exception_t * p0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m4C0B5462ECCB520FACA3C90B353DF596DAAF586D_gshared)(__this, p0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetResult(!0)
inline void AsyncTaskMethodBuilder_1_SetResult_m98940FAEAE7AA0A182DF13786E8E2E4F3BCEC2FF (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * p0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mD7DA7A17DC0610B11A0AAA364C3CA51FEC1271DB_gshared)(__this, p0, method);
}
// System.Void System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5::MoveNext()
extern "C" IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58 (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
inline void AsyncTaskMethodBuilder_1_SetStateMachine_m09A51B661BF01119D6D51465AD8C7F570EFC6AE5 (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * __this, RuntimeObject* p0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m5CC21A02320CF3D2DD7894A31123DFD82A428E4C_gshared)(__this, p0, method);
}
// System.Void System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
extern "C" IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633 (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlElement::get_IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_mCC8A1E2E2D7556FEA27FF49C07D61191CE404190 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_m3B4234FFCF2114F9B3C1B0A6C6237461780AFB1D (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlElement::RemoveAllChildren()
extern "C" IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_m84AB136380D404D70495156913099F33BC3565A2 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m9AF693AB9D946FD6133B7A3973FD2A7F17A5975D (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttributeCollection::RemoveAll()
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mC4E23461DCA4ECBC8CC56B36E11A028DE94B1D82 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlNode::RemoveAll()
extern "C" IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_m8E6647EE1533B32F02D92949E5EFFD249EB4ECC3 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::LoadInnerXmlElement(System.Xml.XmlElement,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_m6FBEE2573FE868F7C217F1FE57A88ABC99737DB3 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method);
// System.String System.Xml.XmlNode::get_InnerText()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mCA22097C7168005102C105E93BEBFBD4227511BB (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * ___ent0, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * ___eref0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::Replace(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method);
// System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Xml.XmlEntity::get_SystemId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_mC3C8D5D3F25050B731F43DE0F80DEF587ABE9524 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mDB370D9EB5E7440B967686DA51C4B36077D35F6F (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048 (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String)
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.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Void System.Exception::set_HResult(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99 (Exception_t * __this, int32_t p0, 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.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.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.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.String System.Char::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE (Il2CppChar* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.Exception::get_Message()
extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * ___imp0, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, 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.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl()
extern "C" IL2CPP_METHOD_ATTR XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * XmlTextReader_get_Impl_m23CCF92610375EF11E3B47745A6F1EB3BA596AFB (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method);
// 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);
// 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);
// System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m01F70645BE17074A89B9E9F9528B1BA36969E4CB (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_m6289015E7CDD247B56ABC54BA7A13E2924E6C60E (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___parentDoc0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, bool ___skipOverWhitespace0, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method);
// System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_mD8835D507AA8108706EE9757F727AE5C32EAE9D8 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___value0, const RuntimeMethod* method);
// System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, bool ___direct0, const RuntimeMethod* method);
// System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode()
extern "C" IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlLoader_LoadDeclarationNode_m48EC5EC35C617D1203576E9D411DBBD80D1AD367 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode()
extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlLoader_LoadDocumentTypeNode_m7EC250C1A45A44A9EDAE44925679C4F9718F121D (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8 (int32_t ___nodetype0, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadDefaultAttribute_m5C03254B16766F83BDF791F30D7685444F1E4576 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m45334C8F4B56E67A0829BF016FB2751F184E9AD9 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, bool ___direct1, const RuntimeMethod* method);
// 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);
// System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.String&,System.String&,System.String&)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1 (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode1, const RuntimeMethod* method);
// System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m6EF8E838C45E1BDCD5A7CD37690F5F52FC3D44C1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method);
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m6A0A80A14549911E2901FB44FA291BD8DDBB7A8F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method);
// System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode0, bool ___bUseResolver1, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___resolver2, 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.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);
// 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);
// System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_mB6D3E3A481DA4675723BF65E5358757329ECA2D8 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// 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);
// 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.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.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m8EF882298584A7201F6FECAD786018FF3791A208 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m776178F47E65D6CFE688676BBD8EEB1A812DF859 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___value0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation> System.Xml.Schema.SchemaInfo::get_Notations()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::get_Values()
inline ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * Dictionary_2_get_Values_mB55DB0471C6D210203BC64C11EC4D799AE7084F5 (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * (*) (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.Schema.SchemaNotation>::GetEnumerator()
inline Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C ValueCollection_GetEnumerator_m1F0C715DFDAD86D4C66AF50199802786E8C08135 (ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C (*) (ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::get_Current()
inline SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * Enumerator_get_Current_mC5147809CBB5A5A04B85A95576A854B9E491C641 (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C * __this, const RuntimeMethod* method)
{
return (( SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * (*) (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared)(__this, method);
}
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Notations()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocumentType_get_Notations_m41D566BD2C4C7D09849A73BD8C0E5AF8F951ECA0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaNotation_get_Name_m4AAE2CABC79F11A57058F7805DE595EDE5D12B2D (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaNotation::get_Pubid()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_Pubid_mB8062065BB3B229D05F8CEAB14E506CED1366859 (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaNotation::get_SystemLiteral()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_mDC6290B38618308625C5C348D40708E7F96948BE (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, const RuntimeMethod* method);
// 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);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::MoveNext()
inline bool Enumerator_MoveNext_m22A18F8883925D3130AEC13FA162890F845DCE57 (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::Dispose()
inline void Enumerator_Dispose_mB8F33CFACC830685130759ECFD41BDACD8F6B2D2 (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *, const RuntimeMethod*))Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::get_GeneralEntities()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::get_Values()
inline ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770 (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * (*) (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::GetEnumerator()
inline Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8 (ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * __this, const RuntimeMethod* method)
{
return (( Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 (*) (ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E *, const RuntimeMethod*))ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::get_Current()
inline SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551 (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 * __this, const RuntimeMethod* method)
{
return (( SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * (*) (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared)(__this, method);
}
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Text()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Pubid()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Url()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity__ctor_m53DD8D3F88C912FFEE47EF4774EDB4FC6CB95FAB (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc5, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_DeclaredURI()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlEntity::SetBaseURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m7B2FDD324ED982FD807762E7D9E97A2544B70087 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, String_t* ___inBaseURI0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::MoveNext()
inline bool Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7 (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::Dispose()
inline void Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *, const RuntimeMethod*))Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::get_ParameterEntities()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mAFBC4BC073711D3B45877E189FF1E570F790BFED (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___value0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::GetEnumerator()
inline Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48 Dictionary_2_GetEnumerator_mB93796B915B9A1156E0930B5051BE63F1F0107E9 (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48 (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___attrName1, const RuntimeMethod* method);
// System.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * XmlLoader_GetContext_m9747FDD3ED5C36A2125CE13C45DF5A6EECAEDB85 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method);
// System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * XmlLoader_CreateInnerXmlReader_m6E40B28F7FD3E709CF717DAD6C678B80A5FFCD56 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, 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.XmlLoader::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___mgr1, bool ___fCheckElemAttrs2, const RuntimeMethod* method);
// System.String System.Xml.XmlLoader::EntitizeName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, 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.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m9F8DE695A8F1A59FC0E462470ACC264C1265172F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, 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.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);
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo()
extern "C" IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocumentType_get_DtdSchemaInfo_mCEE58EF956888972E977F84DE37F03317901A91D (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method);
// 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);
// 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.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.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);
// System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlName__ctor_m70E40DDEA140C4D76F69F81BF12560B5AB1230C7 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc4, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next5, const RuntimeMethod* method);
// System.Void System.Xml.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m7CA7B57AA7E9704B8EDF05E592C77F713020407A (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc4, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method);
// System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_m39AD876A71564B00388B051199D68C4038F47BBD (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mD3124BA529F71AA42158C4141675736FCD150CC1 (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_m86453AD916DD7CFB91421B6ED9850336E55ADAAB (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlDocument::get_CanReportValidity()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m7CFA666813B7B0A1C93DAF91122A2FB48BB795D6 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m3E4F43899043FB8DD2329EF550258881F9D00822 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_ReplaceNodeAt_m5A9C86ECF3D3C663E010D9F1CCB4825E6A57F001 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method);
// System.Collections.IEnumerator System.Xml.XmlNamedNodeMap/SmallXmlNodeList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Add(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Insert(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, RuntimeObject * ___value1, 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.XmlNamedNodeMap/SmallXmlNodeList/SingleObjectEnumerator::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SingleObjectEnumerator__ctor_mE7F6D24F0FA24005345B9D3BAC8790A258369D34 (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, 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.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared)(__this, p0, p1, 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.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, 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.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor(System.Int32)
inline void Dictionary_2__ctor_mB72340EE5255690EBA068BA4251A2B9A9D50845B (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF02B4C324AA9A1B393AE4D1D992892591C96E988_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32)
inline void Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* p0, String_t* p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, p0, p1, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys()
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
return (( KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_get_Keys_m079EE5437EE7D904E9E3F798041C1108B96B3AC3_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>::GetEnumerator()
inline Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219 (KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B (*) (KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 *, const RuntimeMethod*))KeyCollection_GetEnumerator_m5266F82C7802D6360C7309C1F1AFBF418E2720A4_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* p0, int32_t* p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, p0, p1, method);
}
// System.Boolean System.String::Equals(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* p0, String_t* p1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.Ucs4Decoder1234::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___byteCount2;
int32_t L_1 = ___byteIndex1;
___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = ___byteIndex1;
V_1 = L_2;
int32_t L_3 = ___charIndex4;
V_2 = L_3;
goto IL_0093;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19));
uint32_t L_20 = V_0;
if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111)))))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
int32_t L_23 = V_1;
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_25);
String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, NULL, Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var);
}
IL_0055:
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535)))))
{
goto IL_006d;
}
}
{
uint32_t L_29 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
int32_t L_31 = V_2;
Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL);
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_008b;
}
IL_006d:
{
uint32_t L_33 = V_0;
bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0085;
}
}
{
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var);
}
IL_0085:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3;
int32_t L_38 = V_2;
uint32_t L_39 = V_0;
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39))));
}
IL_008b:
{
int32_t L_40 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4));
}
IL_0093:
{
int32_t L_42 = V_1;
int32_t L_43 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43)))
{
goto IL_000f;
}
}
{
int32_t L_44 = V_2;
int32_t L_45 = ___charIndex4;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
}
}
// System.Void System.Xml.Ucs4Decoder1234::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2 (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, const RuntimeMethod* method)
{
{
Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.Ucs4Decoder2143::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___byteCount2;
int32_t L_1 = ___byteIndex1;
___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = ___byteIndex1;
V_1 = L_2;
int32_t L_3 = ___charIndex4;
V_2 = L_3;
goto IL_0093;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19));
uint32_t L_20 = V_0;
if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111)))))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
int32_t L_23 = V_1;
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_25);
String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, NULL, Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var);
}
IL_0055:
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535)))))
{
goto IL_006d;
}
}
{
uint32_t L_29 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
int32_t L_31 = V_2;
Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL);
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_008b;
}
IL_006d:
{
uint32_t L_33 = V_0;
bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0085;
}
}
{
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var);
}
IL_0085:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3;
int32_t L_38 = V_2;
uint32_t L_39 = V_0;
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39))));
}
IL_008b:
{
int32_t L_40 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4));
}
IL_0093:
{
int32_t L_42 = V_1;
int32_t L_43 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43)))
{
goto IL_000f;
}
}
{
int32_t L_44 = V_2;
int32_t L_45 = ___charIndex4;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
}
}
// System.Void System.Xml.Ucs4Decoder2143::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, const RuntimeMethod* method)
{
{
Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.Ucs4Decoder3412::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___byteCount2;
int32_t L_1 = ___byteIndex1;
___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = ___byteIndex1;
V_1 = L_2;
int32_t L_3 = ___charIndex4;
V_2 = L_3;
goto IL_0093;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19));
uint32_t L_20 = V_0;
if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111)))))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
int32_t L_23 = V_1;
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_25);
String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, NULL, Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var);
}
IL_0055:
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535)))))
{
goto IL_006d;
}
}
{
uint32_t L_29 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
int32_t L_31 = V_2;
Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL);
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_008b;
}
IL_006d:
{
uint32_t L_33 = V_0;
bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0085;
}
}
{
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var);
}
IL_0085:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3;
int32_t L_38 = V_2;
uint32_t L_39 = V_0;
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39))));
}
IL_008b:
{
int32_t L_40 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4));
}
IL_0093:
{
int32_t L_42 = V_1;
int32_t L_43 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43)))
{
goto IL_000f;
}
}
{
int32_t L_44 = V_2;
int32_t L_45 = ___charIndex4;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
}
}
// System.Void System.Xml.Ucs4Decoder3412::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, const RuntimeMethod* method)
{
{
Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.Ucs4Decoder4321::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389 (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___byteCount2;
int32_t L_1 = ___byteIndex1;
___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = ___byteIndex1;
V_1 = L_2;
int32_t L_3 = ___charIndex4;
V_2 = L_3;
goto IL_0093;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)3));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0;
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = L_17;
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19));
uint32_t L_20 = V_0;
if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111)))))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
int32_t L_23 = V_1;
int32_t L_24 = L_23;
RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_25);
String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, NULL, Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var);
}
IL_0055:
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535)))))
{
goto IL_006d;
}
}
{
uint32_t L_29 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
int32_t L_31 = V_2;
Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL);
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_008b;
}
IL_006d:
{
uint32_t L_33 = V_0;
bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0085;
}
}
{
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var);
}
IL_0085:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3;
int32_t L_38 = V_2;
uint32_t L_39 = V_0;
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39))));
}
IL_008b:
{
int32_t L_40 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4));
}
IL_0093:
{
int32_t L_42 = V_1;
int32_t L_43 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43)))
{
goto IL_000f;
}
}
{
int32_t L_44 = V_2;
int32_t L_45 = ___charIndex4;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
}
}
// System.Void System.Xml.Ucs4Decoder4321::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, const RuntimeMethod* method)
{
{
Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.Ucs4Encoding::get_WebName()
extern "C" IL2CPP_METHOD_ATTR String_t* Ucs4Encoding_get_WebName_mF1B2B2C8A76C3049F1FF06C64114C481558C9AB3 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
return L_0;
}
}
// System.Text.Decoder System.Xml.Ucs4Encoding::GetDecoder()
extern "C" IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * Ucs4Encoding_GetDecoder_mF77BFE8C319E5C38FA029A527F3E15DA7BEA639E (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method)
{
{
Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16();
return L_0;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetByteCount(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___count2;
if (((int64_t)L_0 * (int64_t)4 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_0 * (int64_t)4 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_RuntimeMethod_var);
return ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)4));
}
}
// System.Byte[] System.Xml.Ucs4Encoding::GetBytes(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding_GetBytes_m8C4F1929030E946CD020A06DBF637D7590F15ECF (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, String_t* ___s0, const RuntimeMethod* method)
{
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetBytes_m9DC72D8F08F2A898832902797E46782A4F88F40F (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetMaxByteCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxByteCount_m20FDABC8B000440D2461648174786D1C57BC1774 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, int32_t ___charCount0, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetCharCount_m2B9C26075570B6E892AC9EBB8F0DEC1B6A6DAB7A (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0;
int32_t L_2 = ___index1;
int32_t L_3 = ___count2;
NullCheck(L_0);
int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetChars_mCD97667C09F11CEFA0EE46CACEF4C66A32E7FEBE (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
{
Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0;
int32_t L_2 = ___byteIndex1;
int32_t L_3 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars3;
int32_t L_5 = ___charIndex4;
NullCheck(L_0);
int32_t L_6 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5);
return L_6;
}
}
// System.Int32 System.Xml.Ucs4Encoding::GetMaxCharCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxCharCount_m0F7B78AF8111243C9E2ACD10DECED95B43F87727 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, int32_t ___byteCount0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___byteCount0;
return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))/(int32_t)4));
}
}
// System.Int32 System.Xml.Ucs4Encoding::get_CodePage()
extern "C" IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_get_CodePage_mB64F4732017815B12FABBD219F7DB82C989E301B (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Text.Encoder System.Xml.Ucs4Encoding::GetEncoder()
extern "C" IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * Ucs4Encoding_GetEncoder_mA95A76E875035869D218A4F76E0D393C26A532E1 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method)
{
{
return (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)NULL;
}
}
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * L_0 = (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F *)il2cpp_codegen_object_new(Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F_il2cpp_TypeInfo_var);
Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * L_0 = (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 *)il2cpp_codegen_object_new(Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29_il2cpp_TypeInfo_var);
Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * L_0 = (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 *)il2cpp_codegen_object_new(Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_il2cpp_TypeInfo_var);
Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * L_0 = (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D *)il2cpp_codegen_object_new(Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D_il2cpp_TypeInfo_var);
Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Xml.Ucs4Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method)
{
{
Encoding__ctor_mD471DCEC5836E18498A19E921AC2CAA8C3A3E654(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Ucs4Encoding1234::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL);
Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * L_0 = (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B *)il2cpp_codegen_object_new(Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_il2cpp_TypeInfo_var);
Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2(L_0, /*hidden argument*/NULL);
((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0);
return;
}
}
// System.String System.Xml.Ucs4Encoding1234::get_EncodingName()
extern "C" IL2CPP_METHOD_ATTR String_t* Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral6DC0014C60AAAEC8777ED451063150E72DA1F3AC;
}
}
// System.Byte[] System.Xml.Ucs4Encoding1234::GetPreamble()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)254));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)255));
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Ucs4Encoding2143::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL);
Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * L_0 = (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A *)il2cpp_codegen_object_new(Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A_il2cpp_TypeInfo_var);
Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579(L_0, /*hidden argument*/NULL);
((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0);
return;
}
}
// System.String System.Xml.Ucs4Encoding2143::get_EncodingName()
extern "C" IL2CPP_METHOD_ATTR String_t* Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral854837B09EE943B6041020F5F2F9F8F53A930A6D;
}
}
// System.Byte[] System.Xml.Ucs4Encoding2143::GetPreamble()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)255));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)254));
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Ucs4Encoding3412::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL);
Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * L_0 = (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 *)il2cpp_codegen_object_new(Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271_il2cpp_TypeInfo_var);
Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2(L_0, /*hidden argument*/NULL);
((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0);
return;
}
}
// System.String System.Xml.Ucs4Encoding3412::get_EncodingName()
extern "C" IL2CPP_METHOD_ATTR String_t* Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA04B8D2094EBC3BB42687B0B9DFF4C926112939A;
}
}
// System.Byte[] System.Xml.Ucs4Encoding3412::GetPreamble()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)254));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)255));
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Ucs4Encoding4321::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL);
Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * L_0 = (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 *)il2cpp_codegen_object_new(Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022_il2cpp_TypeInfo_var);
Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B(L_0, /*hidden argument*/NULL);
((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0);
return;
}
}
// System.String System.Xml.Ucs4Encoding4321::get_EncodingName()
extern "C" IL2CPP_METHOD_ATTR String_t* Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374;
}
}
// System.Byte[] System.Xml.Ucs4Encoding4321::GetPreamble()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)255));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)254));
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___offset1;
V_0 = L_0;
goto IL_001e;
}
IL_0004:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_2 = ___s0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
Il2CppChar L_5 = L_4;
uint8_t L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (!((int32_t)((int32_t)L_6&(int32_t)8)))
{
goto IL_0027;
}
}
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_001e:
{
int32_t L_8 = V_0;
String_t* L_9 = ___s0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
IL_0027:
{
int32_t L_11 = V_0;
int32_t L_12 = ___offset1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12));
}
}
// System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___offset1;
V_0 = L_0;
goto IL_0029;
}
IL_0004:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_2 = ___s0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
Il2CppChar L_5 = L_4;
uint8_t L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (((int32_t)((int32_t)L_6&(int32_t)8)))
{
goto IL_0025;
}
}
{
String_t* L_7 = ___s0;
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58)))))
{
goto IL_0032;
}
}
IL_0025:
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0029:
{
int32_t L_11 = V_0;
String_t* L_12 = ___s0;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_0004;
}
}
IL_0032:
{
int32_t L_14 = V_0;
int32_t L_15 = ___offset1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15));
}
}
// System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___offset1;
V_0 = L_0;
int32_t L_1 = V_0;
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_0062;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_5 = ___s0;
int32_t L_6 = V_0;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
Il2CppChar L_8 = L_7;
uint8_t L_9 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if (((int32_t)((int32_t)L_9&(int32_t)4)))
{
goto IL_002c;
}
}
{
String_t* L_10 = ___s0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58)))))
{
goto IL_0032;
}
}
IL_002c:
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
goto IL_0059;
}
IL_0032:
{
return 0;
}
IL_0034:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_15 = ___s0;
int32_t L_16 = V_0;
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
NullCheck(L_14);
Il2CppChar L_18 = L_17;
uint8_t L_19 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if (((int32_t)((int32_t)L_19&(int32_t)8)))
{
goto IL_0055;
}
}
{
String_t* L_20 = ___s0;
int32_t L_21 = V_0;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58)))))
{
goto IL_0062;
}
}
IL_0055:
{
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0059:
{
int32_t L_24 = V_0;
String_t* L_25 = ___s0;
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_25, /*hidden argument*/NULL);
if ((((int32_t)L_24) < ((int32_t)L_26)))
{
goto IL_0034;
}
}
IL_0062:
{
int32_t L_27 = V_0;
int32_t L_28 = ___offset1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28));
}
}
// System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___offset1;
V_0 = L_0;
int32_t L_1 = V_0;
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_004c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_5 = ___s0;
int32_t L_6 = V_0;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
Il2CppChar L_8 = L_7;
uint8_t L_9 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if (!((int32_t)((int32_t)L_9&(int32_t)4)))
{
goto IL_0027;
}
}
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
goto IL_0043;
}
IL_0027:
{
return 0;
}
IL_0029:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2();
String_t* L_12 = ___s0;
int32_t L_13 = V_0;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_11);
Il2CppChar L_15 = L_14;
uint8_t L_16 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (!((int32_t)((int32_t)L_16&(int32_t)8)))
{
goto IL_004c;
}
}
{
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0043:
{
int32_t L_18 = V_0;
String_t* L_19 = ___s0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_0029;
}
}
IL_004c:
{
int32_t L_21 = V_0;
int32_t L_22 = ___offset1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22));
}
}
// System.Int32 System.Xml.ValidateNames::ParseNCName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t* L_0 = ___colonOffset2;
*((int32_t*)L_0) = (int32_t)0;
String_t* L_1 = ___s0;
int32_t L_2 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_3 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_003d;
}
}
{
int32_t L_5 = ___offset1;
int32_t L_6 = V_0;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = ___offset1;
String_t* L_8 = ___s0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) >= ((int32_t)L_9)))
{
goto IL_003d;
}
}
{
String_t* L_10 = ___s0;
int32_t L_11 = ___offset1;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58)))))
{
goto IL_003d;
}
}
{
String_t* L_13 = ___s0;
int32_t L_14 = ___offset1;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_15 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
V_1 = L_15;
int32_t L_16 = V_1;
if (!L_16)
{
goto IL_003d;
}
}
{
int32_t* L_17 = ___colonOffset2;
int32_t L_18 = ___offset1;
*((int32_t*)L_17) = (int32_t)L_18;
int32_t L_19 = V_0;
int32_t L_20 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))));
}
IL_003d:
{
int32_t L_21 = V_0;
return L_21;
}
}
// System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.StringU26,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
int32_t L_3 = V_1;
String_t* L_4 = ___s0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_001e;
}
}
IL_0016:
{
String_t* L_6 = ___s0;
int32_t L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9(L_6, 0, L_7, /*hidden argument*/NULL);
}
IL_001e:
{
int32_t L_8 = V_0;
if (!L_8)
{
goto IL_0037;
}
}
{
String_t** L_9 = ___prefix1;
String_t* L_10 = ___s0;
int32_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, 0, L_11, /*hidden argument*/NULL);
*((RuntimeObject **)L_9) = (RuntimeObject *)L_12;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_12);
String_t** L_13 = ___localName2;
String_t* L_14 = ___s0;
int32_t L_15 = V_0;
NullCheck(L_14);
String_t* L_16 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
*((RuntimeObject **)L_13) = (RuntimeObject *)L_16;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_16);
return;
}
IL_0037:
{
String_t** L_17 = ___prefix1;
*((RuntimeObject **)L_17) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_17, (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
String_t** L_18 = ___localName2;
String_t* L_19 = ___s0;
*((RuntimeObject **)L_18) = (RuntimeObject *)L_19;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_18, (RuntimeObject *)L_19);
return;
}
}
// System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_0;
memset(&V_0, 0, sizeof(V_0));
{
int32_t L_0 = ___offsetStartChar1;
String_t* L_1 = ___s0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) < ((int32_t)L_2)))
{
goto IL_0019;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var);
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
String_t* L_5 = ___s0;
int32_t L_6 = ___offsetBadChar2;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
bool L_8 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0054;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_9 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
V_0 = L_9;
String_t* L_10 = ___s0;
int32_t L_11 = ___offsetBadChar2;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
bool L_13 = XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_0), L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0054;
}
}
{
String_t* L_14 = ___s0;
int32_t L_15 = ___offsetBadChar2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_14, L_15, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_17 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_17, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var);
}
IL_0054:
{
String_t* L_18 = ___s0;
int32_t L_19 = ___offsetBadChar2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_18, L_19, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_21 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_21, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var);
}
}
// System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___offsetStartChar1;
String_t* L_1 = ___s0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) < ((int32_t)L_2)))
{
goto IL_0019;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
String_t* L_5 = ___s0;
int32_t L_6 = ___offsetBadChar2;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
bool L_8 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
String_t* L_9 = ___s0;
int32_t L_10 = ___offsetBadChar2;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
bool L_12 = XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0051;
}
}
{
String_t* L_13 = ___s0;
int32_t L_14 = ___offsetBadChar2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_13, L_14, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_16 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_16, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_0051:
{
String_t* L_17 = ___s0;
int32_t L_18 = ___offsetBadChar2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_17, L_18, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_20 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_20, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_19, /*hidden argument*/NULL);
return L_20;
}
}
// System.Void System.Xml.ValidateNames::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XPathDocument_get_NameTable_m8A7151EDABAC2508AAB47C6C91971E36D50241C8 (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_2();
return L_0;
}
}
// System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_mC479B2116AEE33D0EE4027AF4881F149236E4492 (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageXmlNmsp0, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageXmlNmsp0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = __this->get_pageXmlNmsp_0();
*((RuntimeObject **)L_0) = (RuntimeObject *)L_1;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_1);
int32_t L_2 = __this->get_idxXmlNmsp_1();
return L_2;
}
}
// System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 V_0;
memset(&V_0, 0, sizeof(V_0));
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageElem0;
int32_t L_1 = ___idxElem1;
XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), L_0, L_1, /*hidden argument*/NULL);
Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_2 = __this->get_mapNmsp_3();
if (!L_2)
{
goto IL_001f;
}
}
{
Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_3 = __this->get_mapNmsp_3();
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_4 = V_0;
NullCheck(L_3);
bool L_5 = Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_RuntimeMethod_var);
if (L_5)
{
goto IL_0024;
}
}
IL_001f:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_6 = ___pageNmsp2;
*((RuntimeObject **)L_6) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)NULL);
return 0;
}
IL_0024:
{
Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_7 = __this->get_mapNmsp_3();
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_8 = V_0;
NullCheck(L_7);
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_9 = Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_RuntimeMethod_var);
V_0 = L_9;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_10 = ___pageNmsp2;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), /*hidden argument*/NULL);
*((RuntimeObject **)L_10) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)L_11);
int32_t L_12 = XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), /*hidden argument*/NULL);
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathItem_ValueAs_mC00EB5117805A12E1CD45C9C68EE046D22D2F68A (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, Type_t * ___returnType0, const RuntimeMethod* method)
{
{
Type_t * L_0 = ___returnType0;
RuntimeObject * L_1 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL);
return L_1;
}
}
// System.Void System.Xml.XPath.XPathItem::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244 (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XPath.XPathNavigator::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNavigator_ToString_m6A2D5AEC61169278F284810015BA54531A39DBB5 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
return L_0;
}
}
// System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathNavigator::get_XmlType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0026;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (!L_6)
{
goto IL_001f;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = V_1;
return L_7;
}
IL_001f:
{
RuntimeObject* L_8 = V_0;
NullCheck(L_8);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_8);
return L_9;
}
IL_0026:
{
return (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL;
}
}
// System.Object System.Xml.XPath.XPathNavigator::get_TypedValue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0084;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_004a;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_0084;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_11 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_10, /*hidden argument*/NULL);
V_2 = L_11;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_12 = V_2;
if (!L_12)
{
goto IL_0084;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_13 = V_1;
NullCheck(L_13);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_13, /*hidden argument*/NULL);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_16 = V_2;
NullCheck(L_16);
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_16);
NullCheck(L_14);
RuntimeObject * L_18 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_14, L_15, L_17, __this);
return L_18;
}
IL_004a:
{
RuntimeObject* L_19 = V_0;
NullCheck(L_19);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_19);
V_1 = L_20;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_21 = V_1;
if (!L_21)
{
goto IL_0084;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_22 = V_1;
NullCheck(L_22);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_23 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_22, /*hidden argument*/NULL);
V_2 = L_23;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_24 = V_2;
if (!L_24)
{
goto IL_0084;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_25 = V_1;
NullCheck(L_25);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_26 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_25, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_27 = V_2;
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_29 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_27);
RuntimeObject * L_30 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_27, L_28, L_29, __this);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_31 = V_2;
NullCheck(L_31);
Type_t * L_32 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_31);
NullCheck(L_26);
RuntimeObject * L_33 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_26, L_30, L_32, __this);
return L_33;
}
IL_0084:
{
String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
return L_34;
}
}
// System.Type System.Xml.XPath.XPathNavigator::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0053;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0038;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_0053;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_11 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_10, /*hidden argument*/NULL);
V_2 = L_11;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_12 = V_2;
if (!L_12)
{
goto IL_0053;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_13 = V_2;
NullCheck(L_13);
Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_13);
return L_14;
}
IL_0038:
{
RuntimeObject* L_15 = V_0;
NullCheck(L_15);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_15);
V_1 = L_16;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
if (!L_17)
{
goto IL_0053;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_18 = V_1;
NullCheck(L_18);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_18, /*hidden argument*/NULL);
V_2 = L_19;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_20 = V_2;
if (!L_20)
{
goto IL_0053;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_21 = V_2;
NullCheck(L_21);
Type_t * L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_21);
return L_22;
}
IL_0053:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
return L_24;
}
}
// System.Boolean System.Xml.XPath.XPathNavigator::get_ValueAsBoolean()
extern "C" IL2CPP_METHOD_ATTR bool XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_006c;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_11);
bool L_13 = VirtFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_11, L_12);
return L_13;
}
IL_0039:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
V_1 = L_15;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1;
if (!L_16)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
V_2 = L_18;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2;
if (!L_19)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_22);
RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this);
NullCheck(L_21);
bool L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_21, L_25);
return L_26;
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_27);
bool L_29 = VirtFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_27, L_28);
return L_29;
}
}
// System.DateTime System.Xml.XPath.XPathNavigator::get_ValueAsDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_006c;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_11);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_11, L_12);
return L_13;
}
IL_0039:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
V_1 = L_15;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1;
if (!L_16)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
V_2 = L_18;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2;
if (!L_19)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_22);
RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this);
NullCheck(L_21);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_21, L_25);
return L_26;
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_27);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_27, L_28);
return L_29;
}
}
// System.Double System.Xml.XPath.XPathNavigator::get_ValueAsDouble()
extern "C" IL2CPP_METHOD_ATTR double XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_006c;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_11);
double L_13 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_11, L_12);
return L_13;
}
IL_0039:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
V_1 = L_15;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1;
if (!L_16)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
V_2 = L_18;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2;
if (!L_19)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_22);
RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this);
NullCheck(L_21);
double L_26 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_21, L_25);
return L_26;
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_27);
double L_29 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_27, L_28);
return L_29;
}
}
// System.Int32 System.Xml.XPath.XPathNavigator::get_ValueAsInt()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_006c;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_11);
int32_t L_13 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_11, L_12);
return L_13;
}
IL_0039:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
V_1 = L_15;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1;
if (!L_16)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
V_2 = L_18;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2;
if (!L_19)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_22);
RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this);
NullCheck(L_21);
int32_t L_26 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_21, L_25);
return L_26;
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_27);
int32_t L_29 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_27, L_28);
return L_29;
}
}
// System.Int64 System.Xml.XPath.XPathNavigator::get_ValueAsLong()
extern "C" IL2CPP_METHOD_ATTR int64_t XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_006c;
}
}
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0039;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1;
if (L_6)
{
goto IL_0024;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
}
IL_0024:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1;
if (!L_9)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
NullCheck(L_10);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_11);
int64_t L_13 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_11, L_12);
return L_13;
}
IL_0039:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
V_1 = L_15;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1;
if (!L_16)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
V_2 = L_18;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2;
if (!L_19)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
NullCheck(L_22);
RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this);
NullCheck(L_21);
int64_t L_26 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_21, L_25);
return L_26;
}
IL_006c:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
NullCheck(L_27);
int64_t L_29 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_27, L_28);
return L_29;
}
}
// System.Object System.Xml.XPath.XPathNavigator::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, Type_t * ___returnType0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL;
{
RuntimeObject* L_0 = ___nsResolver1;
if (L_0)
{
goto IL_0006;
}
}
{
___nsResolver1 = __this;
}
IL_0006:
{
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0076;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_3);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0041;
}
}
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_6 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_5);
V_1 = L_6;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = V_1;
if (L_7)
{
goto IL_002a;
}
}
{
RuntimeObject* L_8 = V_0;
NullCheck(L_8);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_8);
V_1 = L_9;
}
IL_002a:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1;
if (!L_10)
{
goto IL_0076;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_11 = V_1;
NullCheck(L_11);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_12 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_11, /*hidden argument*/NULL);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
Type_t * L_14 = ___returnType0;
RuntimeObject* L_15 = ___nsResolver1;
NullCheck(L_12);
RuntimeObject * L_16 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_12, L_13, L_14, L_15);
return L_16;
}
IL_0041:
{
RuntimeObject* L_17 = V_0;
NullCheck(L_17);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_18 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_17);
V_1 = L_18;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_19 = V_1;
if (!L_19)
{
goto IL_0076;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1;
NullCheck(L_20);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_21 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_20, /*hidden argument*/NULL);
V_2 = L_21;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2;
if (!L_22)
{
goto IL_0076;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_23 = V_1;
NullCheck(L_23);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_23, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_25 = V_2;
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_27 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this);
RuntimeObject* L_28 = ___nsResolver1;
NullCheck(L_25);
RuntimeObject * L_29 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28);
Type_t * L_30 = ___returnType0;
RuntimeObject* L_31 = ___nsResolver1;
NullCheck(L_24);
RuntimeObject * L_32 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_24, L_29, L_30, L_31);
return L_32;
}
IL_0076:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_33 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
Type_t * L_35 = ___returnType0;
RuntimeObject* L_36 = ___nsResolver1;
NullCheck(L_33);
RuntimeObject * L_37 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_33, L_34, L_35, L_36);
return L_37;
}
}
// System.Object System.Xml.XPath.XPathNavigator::System.ICloneable.Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_System_ICloneable_Clone_m62F1A8F9DD970E4842E8502326CDD6ADF6CF70FE (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this);
return L_0;
}
}
// System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL;
{
String_t* L_0 = ___prefix0;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this);
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0025;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_2 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this);
V_0 = L_2;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3);
if (!L_4)
{
goto IL_003c;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_0;
String_t* L_6 = ___prefix0;
NullCheck(L_5);
String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(19 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, L_5, L_6);
return L_7;
}
IL_0025:
{
String_t* L_8 = ___prefix0;
bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(28 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, __this, L_8);
if (!L_9)
{
goto IL_003c;
}
}
{
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this);
return L_10;
}
IL_003c:
{
String_t* L_11 = ___prefix0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_004a;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_13;
}
IL_004a:
{
String_t* L_14 = ___prefix0;
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_005d;
}
}
{
return _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B;
}
IL_005d:
{
String_t* L_16 = ___prefix0;
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_16, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0070;
}
}
{
return _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130;
}
IL_0070:
{
return (String_t*)NULL;
}
}
// System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___namespaceURI0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL;
{
String_t* L_0 = ___namespaceURI0;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_1 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this);
V_0 = L_1;
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0025;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3);
if (!L_4)
{
goto IL_004c;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_0;
String_t* L_6 = ___namespaceURI0;
NullCheck(L_5);
String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(20 /* System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) */, L_5, L_6);
return L_7;
}
IL_0025:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = V_0;
NullCheck(L_8);
bool L_9 = VirtFuncInvoker1< bool, int32_t >::Invoke(29 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_8, 0);
if (!L_9)
{
goto IL_004c;
}
}
IL_002e:
{
String_t* L_10 = ___namespaceURI0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_11);
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0043;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_14);
return L_15;
}
IL_0043:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = V_0;
NullCheck(L_16);
bool L_17 = VirtFuncInvoker1< bool, int32_t >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_16, 0);
if (L_17)
{
goto IL_002e;
}
}
IL_004c:
{
String_t* L_18 = ___namespaceURI0;
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(19 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, __this, L_19);
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0065;
}
}
{
String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_22;
}
IL_0065:
{
String_t* L_23 = ___namespaceURI0;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_0078;
}
}
{
return _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
}
IL_0078:
{
String_t* L_25 = ___namespaceURI0;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_008b;
}
}
{
return _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA;
}
IL_008b:
{
return (String_t*)NULL;
}
}
// System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_UnderlyingObject_mE8C1B37F56F3FD7C6E262B57C22476F2D1AE12E2 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
{
return NULL;
}
}
// System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNamespace_m2FF807C6954538DBCD0BFADF6154F5779B1C87A3 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
bool L_0 = VirtFuncInvoker1< bool, int32_t >::Invoke(29 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0);
if (!L_0)
{
goto IL_0029;
}
}
IL_0009:
{
String_t* L_1 = ___name0;
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this);
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0019;
}
}
{
return (bool)1;
}
IL_0019:
{
bool L_4 = VirtFuncInvoker1< bool, int32_t >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0);
if (L_4)
{
goto IL_0009;
}
}
{
VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this);
}
IL_0029:
{
return (bool)0;
}
}
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var));
}
}
// System.Boolean System.Xml.XPath.XPathNavigator::IsText(System.Xml.XPath.XPathNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XPathNavigator_IsText_mC17565CD0E726CE9F6C4918B9140FE11B735156B (int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)4))) <= ((uint32_t)2)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Object System.Xml.XPath.XPathNavigator::get_debuggerDisplayProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_debuggerDisplayProxy_mEA0E144325FBB2EA13A9269FE7AE0963F406357B (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator_get_debuggerDisplayProxy_mEA0E144325FBB2EA13A9269FE7AE0963F406357B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A L_0;
memset(&L_0, 0, sizeof(L_0));
DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC((&L_0), __this, /*hidden argument*/NULL);
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A L_1 = L_0;
RuntimeObject * L_2 = Box(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
// System.Void System.Xml.XPath.XPathNavigator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m0F44939B65ECF8967080E128CC688644D12774B4 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method)
{
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XPath.XPathNavigator::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * L_0 = (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 *)il2cpp_codegen_object_new(XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_il2cpp_TypeInfo_var);
XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004(L_0, /*hidden argument*/NULL);
((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_comparer_0(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____BAD037B714E1CD1052149B51238A3D4351DD10B5_4_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_NodeTypeLetter_1(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_UniqueIdTbl_2(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = L_7;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_ContentKindMasks_3(L_8);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL, NULL);
}
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke_back(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke_cleanup(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL, NULL);
}
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com_back(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
extern "C" void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com_cleanup(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled)
{
}
// System.Void System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::.ctor(System.Xml.XPath.XPathNavigator)
extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = ___nav0;
__this->set_nav_0(L_0);
return;
}
}
extern "C" void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC_AdjustorThunk (RuntimeObject * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * _thisAdjusted = reinterpret_cast<DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A *>(__this + 1);
DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC(_thisAdjusted, ___nav0, method);
}
// System.String System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = __this->get_nav_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0);
V_1 = L_1;
RuntimeObject * L_2 = Box(XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2_il2cpp_TypeInfo_var, (&V_1));
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
V_1 = *(int32_t*)UnBox(L_2);
V_0 = L_3;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = __this->get_nav_0();
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4);
V_1 = L_5;
int32_t L_6 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_006e;
}
case 2:
{
goto IL_006e;
}
case 3:
{
goto IL_00ad;
}
case 4:
{
goto IL_00ad;
}
case 5:
{
goto IL_00ad;
}
case 6:
{
goto IL_006e;
}
case 7:
{
goto IL_00ad;
}
}
}
{
goto IL_00ce;
}
IL_0050:
{
String_t* L_7 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = __this->get_nav_0();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_8);
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_7, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_9, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_00ce;
}
IL_006e:
{
String_t* L_11 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_12 = __this->get_nav_0();
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_12);
String_t* L_14 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_11, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_13, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_14;
String_t* L_15 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = __this->get_nav_0();
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_16);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_18 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_17, /*hidden argument*/NULL);
String_t* L_19 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_15, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_18, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_00ce;
}
IL_00ad:
{
String_t* L_20 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_21 = __this->get_nav_0();
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_21);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_23 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_22, /*hidden argument*/NULL);
String_t* L_24 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_20, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_23, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_24;
}
IL_00ce:
{
String_t* L_25 = V_0;
return L_25;
}
}
extern "C" String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * _thisAdjusted = reinterpret_cast<DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A *>(__this + 1);
return DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D(_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.Boolean System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj10, RuntimeObject * ___obj21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL;
{
RuntimeObject * L_0 = ___obj10;
V_0 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_0, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___obj21;
V_1 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_1, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_1;
if (!L_3)
{
goto IL_001f;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(32 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_5);
if (!L_6)
{
goto IL_001f;
}
}
{
return (bool)1;
}
IL_001f:
{
return (bool)0;
}
}
// System.Int32 System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL;
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___obj0;
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_3 = ((XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 *)IsInstSealed((RuntimeObject*)L_2, XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var));
V_2 = L_3;
if (!L_3)
{
goto IL_0021;
}
}
{
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_4 = V_2;
NullCheck(L_4);
int32_t L_5 = XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A(L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0078;
}
IL_0021:
{
RuntimeObject * L_6 = ___obj0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_7 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_6, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
V_1 = L_7;
if (!L_7)
{
goto IL_0071;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = V_1;
NullCheck(L_8);
RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(27 /* System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() */, L_8);
V_3 = L_9;
RuntimeObject * L_10 = V_3;
if (!L_10)
{
goto IL_003e;
}
}
{
RuntimeObject * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_11);
V_0 = L_12;
goto IL_0078;
}
IL_003e:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_13);
V_0 = L_14;
int32_t L_15 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_16);
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17);
V_0 = ((int32_t)((int32_t)L_15^(int32_t)L_18));
int32_t L_19 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_20 = V_1;
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XPath.XPathNavigator::get_Prefix() */, L_20);
NullCheck(L_21);
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_21);
V_0 = ((int32_t)((int32_t)L_19^(int32_t)L_22));
int32_t L_23 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_24 = V_1;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_24);
NullCheck(L_25);
int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_25);
V_0 = ((int32_t)((int32_t)L_23^(int32_t)L_26));
goto IL_0078;
}
IL_0071:
{
RuntimeObject * L_27 = ___obj0;
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_27);
V_0 = L_28;
}
IL_0078:
{
int32_t L_29 = V_0;
return L_29;
}
}
// System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1;
XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E(__this, L_0, /*hidden argument*/NULL);
((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1;
NullCheck(L_1);
bool L_2 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002c;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = ___name0;
NullCheck(L_3);
String_t* L_4 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var);
XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_4, /*hidden argument*/NULL);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = ___name0;
NullCheck(L_5);
String_t* L_6 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_5, /*hidden argument*/NULL);
XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_6, /*hidden argument*/NULL);
}
IL_002c:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = ___name0;
NullCheck(L_7);
String_t* L_8 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0049;
}
}
{
String_t* L_10 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralF2BB08CBFD5547723D77576AFB253E2EF5AA918B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_RuntimeMethod_var);
}
IL_0049:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_12 = ___name0;
__this->set_name_1(L_12);
return;
}
}
// System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m6A0A80A14549911E2901FB44FA291BD8DDBB7A8F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3;
String_t* L_1 = ___prefix0;
String_t* L_2 = ___localName1;
String_t* L_3 = ___namespaceURI2;
NullCheck(L_0);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc3;
XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B(__this, L_4, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName()
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
return L_0;
}
}
// System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m45334C8F4B56E67A0829BF016FB2751F184E9AD9 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___value0, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = ___value0;
__this->set_name_1(L_0);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_CloneNode_mFBCA7D26D3ECE6CFEA08C5AC30F99E16869EC61B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, bool ___deep0, const RuntimeMethod* method)
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
V_0 = L_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = V_0;
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, __this);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, __this);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this);
NullCheck(L_1);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_1, L_2, L_3, L_4);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = L_5;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = V_0;
NullCheck(L_6);
VirtActionInvoker3< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(27 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_6, L_7, __this, (bool)1);
return L_6;
}
}
// System.Xml.XmlNode System.Xml.XmlAttribute::get_ParentNode()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_get_ParentNode_m6CCD0BA537B0949CC3C5AAE17047E496C6AEDAEB (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.String System.Xml.XmlAttribute::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Name_m25FEB5C904FB0C67E2B6727D0B9837DD1204923F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
NullCheck(L_0);
String_t* L_1 = XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlAttribute::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_LocalName_mB37B10F15F07C7BD4277E54E7E791F03D35C824D (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
NullCheck(L_0);
String_t* L_1 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlAttribute::get_NamespaceURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_NamespaceURI_m09222B35906E72C1ACDC42716920166A741DD4FD (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
NullCheck(L_0);
String_t* L_1 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlAttribute::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Prefix_m386CDE2219A6E60F5C89AA52EC7410C07AAB6DD2 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
NullCheck(L_0);
String_t* L_1 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlAttribute::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_NodeType_m67A3680AEE3B4A0ED6D9322045C53918FB2EF135 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlAttribute_get_OwnerDocument_m940C49FB58E1B67089620133990B34C220847D02 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1();
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlAttribute::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Value_m461A070A6AE4BC449425AEDF0AF45C22789DABC5 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, __this);
return L_0;
}
}
// System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap()
extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_0);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_002f;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this);
V_0 = L_2;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = V_0;
if (!L_3)
{
goto IL_002f;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_4 = V_0;
NullCheck(L_4);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_5 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, __this);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, __this);
NullCheck(L_5);
bool L_8 = XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768(L_5, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_002f:
{
return (bool)0;
}
}
// System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___oldInnerText0, const RuntimeMethod* method)
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_0 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this);
V_0 = L_0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = V_0;
NullCheck(L_2);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_3 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2);
String_t* L_4 = ___oldInnerText0;
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, __this);
NullCheck(L_3);
XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9(L_3, L_4, L_5, /*hidden argument*/NULL);
}
IL_001c:
{
return;
}
}
// System.Boolean System.Xml.XmlAttribute::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsContainer_m333C46BF4906944A5BC0285680F514B7248E1963 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlNode System.Xml.XmlAttribute::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_0 = NULL;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_1 = NULL;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_2 = NULL;
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___newChild0;
NullCheck(L_0);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_2 = XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465(L_0, L_1, __this, /*hidden argument*/NULL);
V_0 = L_2;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = ___doc1;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_5 = V_0;
NullCheck(L_4);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5);
}
IL_0013:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___newChild0;
V_1 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var));
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_7 = __this->get_lastChild_2();
if (L_7)
{
goto IL_0039;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_8 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_9 = V_1;
NullCheck(L_8);
L_8->set_next_1(L_9);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = V_1;
__this->set_lastChild_2(L_10);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_11 = V_1;
NullCheck(L_11);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_11, __this);
goto IL_007a;
}
IL_0039:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_12 = __this->get_lastChild_2();
V_2 = L_12;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_13 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_14 = V_2;
NullCheck(L_14);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_15 = L_14->get_next_1();
NullCheck(L_13);
L_13->set_next_1(L_15);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = V_2;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_1;
NullCheck(L_16);
L_16->set_next_1(L_17);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_1;
__this->set_lastChild_2(L_18);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = V_2;
NullCheck(L_19);
bool L_20 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19);
if (!L_20)
{
goto IL_0073;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = V_1;
NullCheck(L_21);
bool L_22 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21);
if (!L_22)
{
goto IL_0073;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_2;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_1;
XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_23, L_24, /*hidden argument*/NULL);
goto IL_007a;
}
IL_0073:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_25 = V_1;
NullCheck(L_25);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this);
}
IL_007a:
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_26 = V_0;
if (!L_26)
{
goto IL_0084;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_27 = ___doc1;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_28 = V_0;
NullCheck(L_27);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28);
}
IL_0084:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_29 = V_1;
return L_29;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlAttribute::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlAttribute_get_LastNode_m3AA053FE35377B2D02BF68A3A2364E5594BE6289 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_2();
return L_0;
}
}
// System.Void System.Xml.XmlAttribute::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_LastNode_mC57B751979E6094A9D947FA22BE46DDDCF4FE373 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_2(L_0);
return;
}
}
// System.Boolean System.Xml.XmlAttribute::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_IsValidChildType_mB42D3363C1060D1AE85542733DF56764A4F51986 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
if ((((int32_t)L_0) == ((int32_t)3)))
{
goto IL_0009;
}
}
{
int32_t L_1 = ___type0;
return (bool)((((int32_t)L_1) == ((int32_t)5))? 1 : 0);
}
IL_0009:
{
return (bool)1;
}
}
// System.Boolean System.Xml.XmlAttribute::get_Specified()
extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_get_Specified_m3E4626B4A2103935D996CEA9CBF84A2066EC730F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlNode System.Xml.XmlAttribute::RemoveChild(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_RemoveChild_mFFCDFF1C5410F74FA8B7D9F18530C9C17D91470F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldChild0, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0020;
}
}
{
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, __this);
V_1 = L_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___oldChild0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_1;
XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1(__this, L_4, /*hidden argument*/NULL);
goto IL_0028;
}
IL_0020:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___oldChild0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0028:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0;
return L_7;
}
}
// System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_AppendChild_m7F17561A3054A0E2A4EDC19241EFD30DD5FA5D66 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0020;
}
}
{
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, __this);
V_1 = L_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___newChild0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_1;
XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1(__this, L_4, /*hidden argument*/NULL);
goto IL_0028;
}
IL_0020:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newChild0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0028:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0;
return L_7;
}
}
// System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement()
extern "C" IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
return ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
}
}
// System.Void System.Xml.XmlAttribute::set_InnerXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker0::Invoke(35 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
XmlLoader_LoadInnerXmlAttribute_mD9490E8865AEE13C6BF17E070D8CA6ABE8177F81(L_0, __this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlAttribute::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_0 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this);
if (!L_0)
{
goto IL_0014;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_1);
return L_2;
}
IL_0014:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
}
// System.Void System.Xml.XmlAttribute::SetParent(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_SetParent_mFC3DF65371E8118411AD4AEC60605246EEEC93B2 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m9AF693AB9D946FD6133B7A3973FD2A7F17A5975D (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___parent0;
XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1();
int32_t L_1 = ___i0;
RuntimeObject * L_2 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, L_1, /*hidden argument*/NULL);
V_0 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
goto IL_0025;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.ArgumentOutOfRangeException)
String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralC1A861606BA96686B6E6B3B604D6D25BBB10D1CE, /*hidden argument*/NULL);
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_4 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0025:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = V_0;
return L_5;
}
}
// System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
if (!L_0)
{
goto IL_001b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0;
if (((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)IsInstClass((RuntimeObject*)L_1, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)))
{
goto IL_001b;
}
}
{
String_t* L_2 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral80E852484CD9F14B23B0628A4ABD460848058DB8, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_RuntimeMethod_var);
}
IL_001b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6);
int32_t L_8 = XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055(__this, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
{
goto IL_003f;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___node0;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_10, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_11;
}
IL_003f:
{
int32_t L_12 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_12, /*hidden argument*/NULL);
int32_t L_14 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_15 = ___node0;
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15);
return L_13;
}
}
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___node0;
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0);
V_0 = L_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_004c;
}
}
IL_0012:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0;
if (!L_5)
{
goto IL_0033;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_6 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_7);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_7);
if ((((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_6) == ((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_8)))
{
goto IL_0033;
}
}
{
String_t* L_9 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral535B20C5ABCB1B6ECA7055A985B7F23C386566D4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_RuntimeMethod_var);
}
IL_0033:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = ___node0;
NullCheck(L_11);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_12 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_11);
if (!L_12)
{
goto IL_0042;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = ___node0;
XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04(__this, L_13, /*hidden argument*/NULL);
}
IL_0042:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_14 = ___node0;
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_14);
goto IL_005c;
}
IL_004c:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_15 = ___node0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = V_0;
XmlNamedNodeMap_AddNodeForLoad_m604FC52C79FE94FB7E69285E8C891638D3CAF5F2(__this, L_15, L_16, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_17 = ___node0;
XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, L_17, /*hidden argument*/NULL);
}
IL_005c:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___node0;
return L_18;
}
}
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1();
int32_t L_1 = SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_002d;
}
IL_0010:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1();
int32_t L_3 = V_1;
RuntimeObject * L_4 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_2, L_3, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = ___node0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)L_5))))
{
goto IL_0029;
}
}
{
int32_t L_6 = V_1;
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_6);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_7 = ___node0;
return L_7;
}
IL_0029:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_1;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0010;
}
}
{
return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL;
}
}
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___i0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___i0;
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_000f;
}
}
IL_000d:
{
return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL;
}
IL_000f:
{
int32_t L_3 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_3);
return ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
}
}
// System.Void System.Xml.XmlAttributeCollection::RemoveAll()
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mC4E23461DCA4ECBC8CC56B36E11A028DE94B1D82 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this);
V_0 = L_0;
goto IL_0015;
}
IL_0009:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30(__this, L_2, /*hidden argument*/NULL);
}
IL_0015:
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) > ((int32_t)0)))
{
goto IL_0009;
}
}
{
return;
}
}
// System.Void System.Xml.XmlAttributeCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_System_Collections_ICollection_CopyTo_m7E150BF513C3355B6EEB48A55031C1E8E87B13FC (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this);
V_1 = L_0;
goto IL_0027;
}
IL_000b:
{
RuntimeArray * L_1 = ___array0;
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1();
int32_t L_3 = V_0;
RuntimeObject * L_4 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_2, L_3, /*hidden argument*/NULL);
int32_t L_5 = ___index1;
NullCheck(L_1);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_1, L_4, L_5, /*hidden argument*/NULL);
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
int32_t L_7 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0027:
{
int32_t L_8 = V_0;
int32_t L_9 = V_1;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Boolean System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_System_Collections_ICollection_get_IsSynchronized_mD40D2EB814FF73E486EC3CCD85EAAACB53FC23E1 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributeCollection_System_Collections_ICollection_get_SyncRoot_mE50208701E266CD9386DF2FFDBEE63AC301400F9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Int32 System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_System_Collections_ICollection_get_Count_mD1A49BD0875D7D0B38EF50ACF5CC68AFFD563FB5 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = XmlNamedNodeMap_get_Count_mC974B5597045C0986178784257625FA43D7AFB5E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Xml.XmlNode System.Xml.XmlAttributeCollection::AddNode(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_0, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76(__this, L_1, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0;
XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Xml.XmlNode System.Xml.XmlAttributeCollection::InsertNodeAt(System.Int32,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB(__this, L_0, L_1, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node1;
XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveNodeAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL;
{
int32_t L_0 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0;
XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_3);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10);
NullCheck(L_4);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC(L_4, ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_5, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)), L_7, L_9, L_11, /*hidden argument*/NULL);
V_1 = L_12;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = V_1;
if (!L_13)
{
goto IL_004e;
}
}
{
int32_t L_14 = ___i0;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_15 = V_1;
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15);
}
IL_004e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = V_0;
return L_16;
}
}
// System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method)
{
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___attr0;
NullCheck(L_0);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0);
NullCheck(L_1);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_2 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_3 = ___attr0;
NullCheck(L_2);
XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0;
if (!L_1)
{
goto IL_007e;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_2);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2);
if (L_3)
{
goto IL_001d;
}
}
{
return;
}
IL_001d:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_4);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0;
NullCheck(L_6);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_5, L_7, /*hidden argument*/NULL);
V_1 = L_8;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_9 = V_1;
if (!L_9)
{
goto IL_007e;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_10, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = ___attr0;
NullCheck(L_12);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
String_t* L_14 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_13, /*hidden argument*/NULL);
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007e;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_16, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___attr0;
NullCheck(L_18);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_19 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_19, /*hidden argument*/NULL);
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_007e;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_22);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_23 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = ___attr0;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_26 = V_0;
NullCheck(L_23);
XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757(L_23, L_25, L_26, /*hidden argument*/NULL);
}
IL_007e:
{
return;
}
}
// System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0;
if (!L_1)
{
goto IL_007e;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_2);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2);
if (L_3)
{
goto IL_001d;
}
}
{
return;
}
IL_001d:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_4);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0;
NullCheck(L_6);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_5, L_7, /*hidden argument*/NULL);
V_1 = L_8;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_9 = V_1;
if (!L_9)
{
goto IL_007e;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_10, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = ___attr0;
NullCheck(L_12);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
String_t* L_14 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_13, /*hidden argument*/NULL);
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007e;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_16, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___attr0;
NullCheck(L_18);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_19 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_19, /*hidden argument*/NULL);
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_007e;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_22);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_23 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = ___attr0;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_26 = V_0;
NullCheck(L_23);
XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29(L_23, L_25, L_26, /*hidden argument*/NULL);
}
IL_007e:
{
return;
}
}
// System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL;
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___attr0;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_2 = ___attr0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2);
int32_t L_4 = XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055(__this, L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0038;
}
}
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_6 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1();
int32_t L_7 = V_0;
RuntimeObject * L_8 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_6, L_7, /*hidden argument*/NULL);
V_1 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_8, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
int32_t L_9 = V_0;
XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_9, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_10 = V_1;
XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14(__this, L_10, /*hidden argument*/NULL);
}
IL_0038:
{
int32_t L_11 = V_0;
return L_11;
}
}
// System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = V_0;
NullCheck(L_3);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_2, L_4, /*hidden argument*/NULL);
V_1 = L_5;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_1;
if (!L_6)
{
goto IL_0044;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_7, /*hidden argument*/NULL);
String_t* L_9 = ___attrPrefix0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0044;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_11 = V_1;
NullCheck(L_11);
String_t* L_12 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_11, /*hidden argument*/NULL);
String_t* L_13 = ___attrLocalName1;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0044;
}
}
{
return (bool)1;
}
IL_0044:
{
return (bool)0;
}
}
// System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0();
NullCheck(L_1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = L_2;
String_t* L_4 = ___oldVal0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_5 = V_0;
NullCheck(L_3);
XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29(L_3, L_4, L_5, /*hidden argument*/NULL);
String_t* L_6 = ___newVal1;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_7 = V_0;
NullCheck(L_3);
XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757(L_3, L_6, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76(__this, L_0, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_2 = ___node0;
XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, L_2, /*hidden argument*/NULL);
return ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_1, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___data0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1;
XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlCDataSection::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_Name_m3211662529D338AA265DAE8ECEF0DB3D8EEEE9A4 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_0);
String_t* L_1 = L_0->get_strCDataSectionName_25();
return L_1;
}
}
// System.String System.Xml.XmlCDataSection::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_LocalName_mB5553F7A9D4FCBCB5FFC800D2A68C260B012F1B9 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_0);
String_t* L_1 = L_0->get_strCDataSectionName_25();
return L_1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlCDataSection::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_NodeType_mF3DA007B87A74D984D23F23F00EA3899C91C426D (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(4);
}
}
// System.Xml.XmlNode System.Xml.XmlCDataSection::get_ParentNode()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlCDataSection_get_ParentNode_mB71F796453F4516A0A5B3EF1562091092B434AB1 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(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.XmlCDataSection::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlCDataSection_CloneNode_mBB23A508BF1F486DE20331A5825ED1510CFD2124 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, bool ___deep0, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(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);
XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_2 = VirtFuncInvoker1< XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *, String_t* >::Invoke(45 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1);
return L_2;
}
}
// System.Boolean System.Xml.XmlCDataSection::get_IsText()
extern "C" IL2CPP_METHOD_ATTR bool XmlCDataSection_get_IsText_mFAFC830351A69866B51FAF6D244F1F3E9C627BCF (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B (XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
__this->set_uri_14(L_0);
}
IL_000d:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
V_0 = L_1;
V_1 = 0;
goto IL_0025;
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
int32_t L_3 = V_1;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, L_3);
}
IL_0025:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)4096));
int32_t L_7 = L_6;
V_1 = L_7;
if ((((int32_t)L_7) > ((int32_t)0)))
{
goto IL_001c;
}
}
IL_0037:
{
MemoryStream_set_Position_mDBC06746A9BECFC5CA4932ECAF176A087BFA7116(__this, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x48, FINALLY_0041);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0041;
}
FINALLY_0041:
{ // begin finally (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___stream1;
NullCheck(L_8);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_8);
IL2CPP_END_FINALLY(65)
} // end finally (depth: 1)
IL2CPP_CLEANUP(65)
{
IL2CPP_JUMP_TBL(0x48, IL_0048)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0048:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Xml.XmlCharType::get_StaticLock()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_address_of_s_Lock_0()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0();
return L_3;
}
}
// System.Void System.Xml.XmlCharType::InitInstance()
extern "C" IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
if (!L_2)
{
goto IL_001b;
}
}
IL_0019:
{
IL2CPP_LEAVE(0x97, FINALLY_008d);
}
IL_001b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536));
il2cpp_codegen_memory_barrier();
((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->set_s_CharProperties_1(L_3);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995, (uint8_t)1, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D, (uint8_t)2, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989, (uint8_t)4, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)8, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12, (uint8_t)((int32_t)16), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)((int32_t)32), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135, (uint8_t)((int32_t)64), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82, (uint8_t)((int32_t)128), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x97, FINALLY_008d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_008d;
}
FINALLY_008d:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0096;
}
}
IL_0090:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0096:
{
IL2CPP_END_FINALLY(141)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(141)
{
IL2CPP_JUMP_TBL(0x97, IL_0097)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0097:
{
return;
}
}
// System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte)
extern "C" IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = 0;
goto IL_0037;
}
IL_0004:
{
String_t* L_0 = ___ranges0;
int32_t L_1 = V_0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_1 = L_2;
String_t* L_3 = ___ranges0;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_5;
goto IL_002f;
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
int32_t L_7 = V_1;
NullCheck(L_6);
uint8_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
int32_t L_9 = *((uint8_t*)L_8);
uint8_t L_10 = ___value1;
*((int8_t*)L_8) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9|(int32_t)L_10)))));
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002f:
{
int32_t L_12 = V_1;
int32_t L_13 = V_2;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_0018;
}
}
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
}
IL_0037:
{
int32_t L_15 = V_0;
String_t* L_16 = ___ranges0;
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_16, /*hidden argument*/NULL);
if ((((int32_t)L_15) < ((int32_t)L_17)))
{
goto IL_0004;
}
}
{
return;
}
}
// System.Void System.Xml.XmlCharType::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___charProperties0;
__this->set_charProperties_2(L_0);
return;
}
}
extern "C" void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD(_thisAdjusted, ___charProperties0, method);
}
// System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
extern "C" IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6(/*hidden argument*/NULL);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_2;
memset(&L_2, 0, sizeof(L_2));
XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD((&L_2), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// 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)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73(_thisAdjusted, ___ch0, 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)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636(_thisAdjusted, ___ch0, 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)
{
{
Il2CppChar L_0 = ___ch0;
bool L_1 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000f;
}
}
{
Il2CppChar L_2 = ___ch0;
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0);
}
IL_000f:
{
return (bool)1;
}
}
extern "C" bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E(_thisAdjusted, ___ch0, 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)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)128))))
{
goto IL_0023;
}
}
{
Il2CppChar L_1 = ___ch0;
NullCheck(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288, ((int32_t)((int32_t)L_1>>(int32_t)4)), /*hidden argument*/NULL);
Il2CppChar L_3 = ___ch0;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)15)))&(int32_t)((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0);
}
IL_0023:
{
return (bool)0;
}
}
extern "C" bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)48), ((int32_t)57), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___lowChar0;
int32_t L_1 = ___highChar1;
return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)56320)))|(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)55296)))<<(int32_t)((int32_t)10))), (int32_t)((int32_t)65536)))));
}
}
// System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.CharU26,System.CharU26)
extern "C" IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___combinedChar0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536)));
Il2CppChar* L_1 = ___lowChar1;
int32_t L_2 = V_0;
*((int16_t*)L_1) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)1024))))))));
Il2CppChar* L_3 = ___highChar2;
int32_t L_4 = V_0;
*((int16_t*)L_3) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)1024))))))));
return;
}
}
// System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
int32_t L_1 = XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0);
}
}
extern "C" bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB(_thisAdjusted, ___str0, method);
}
// System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_0028;
}
}
{
V_0 = 0;
goto IL_001f;
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_charProperties_2();
String_t* L_2 = ___str0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
Il2CppChar L_5 = L_4;
uint8_t L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (((int32_t)((int32_t)L_6&(int32_t)1)))
{
goto IL_001b;
}
}
{
int32_t L_7 = V_0;
return L_7;
}
IL_001b:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_001f:
{
int32_t L_9 = V_0;
String_t* L_10 = ___str0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0007;
}
}
IL_0028:
{
return (-1);
}
}
extern "C" int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF(_thisAdjusted, ___str0, method);
}
// System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_0056;
}
}
{
V_0 = 0;
goto IL_004d;
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_charProperties_2();
String_t* L_2 = ___str0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
Il2CppChar L_5 = L_4;
uint8_t L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)16))))
{
goto IL_0049;
}
}
{
int32_t L_7 = V_0;
String_t* L_8 = ___str0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) >= ((int32_t)L_9)))
{
goto IL_0043;
}
}
{
String_t* L_10 = ___str0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
bool L_13 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0043;
}
}
{
String_t* L_14 = ___str0;
int32_t L_15 = V_0;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
bool L_17 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0045;
}
}
IL_0043:
{
int32_t L_18 = V_0;
return L_18;
}
IL_0045:
{
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0049:
{
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_004d:
{
int32_t L_21 = V_0;
String_t* L_22 = ___str0;
NullCheck(L_22);
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_22, /*hidden argument*/NULL);
if ((((int32_t)L_21) < ((int32_t)L_23)))
{
goto IL_0007;
}
}
IL_0056:
{
return (-1);
}
}
extern "C" int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2(_thisAdjusted, ___str0, method);
}
// System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___startPos1;
V_0 = L_0;
goto IL_0018;
}
IL_0004:
{
String_t* L_1 = ___str0;
int32_t L_2 = V_0;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
bool L_4 = XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0014;
}
}
{
return (bool)0;
}
IL_0014:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0018:
{
int32_t L_6 = V_0;
int32_t L_7 = ___startPos1;
int32_t L_8 = ___len2;
if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)))))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Int32 System.Xml.XmlCharType::IsPublicId(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_0025;
}
}
{
V_0 = 0;
goto IL_001c;
}
IL_0007:
{
String_t* L_1 = ___str0;
int32_t L_2 = V_0;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
bool L_4 = XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0018;
}
}
{
int32_t L_5 = V_0;
return L_5;
}
IL_0018:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001c:
{
int32_t L_7 = V_0;
String_t* L_8 = ___str0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_0007;
}
}
IL_0025:
{
return (-1);
}
}
extern "C" int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + 1);
return XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB(_thisAdjusted, ___str0, method);
}
// System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
int32_t L_3 = ___start1;
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1;
XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___data0;
__this->set_data_2(L_1);
return;
}
}
// System.String System.Xml.XmlCharacterData::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Value_mE9F32BB50F1D14FA65DBD2ED4252F333FD60F5FF (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(43 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this);
return L_0;
}
}
// System.String System.Xml.XmlCharacterData::get_InnerText()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_InnerText_m1BAEE8F982CA46DD0FF110AC1C40E3E095CDB99E (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, __this);
return L_0;
}
}
// System.String System.Xml.XmlCharacterData::get_Data()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_data_2();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_data_2();
return L_1;
}
IL_000f:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
}
// System.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)
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_0;
memset(&V_0, 0, sizeof(V_0));
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = ___data0;
bool L_2 = XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___container0;
__this->set_container_0(L_0);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___container0;
NullCheck(L_1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1);
__this->set_child_1(L_2);
__this->set_isFirst_2((bool)1);
return;
}
}
// System.Boolean System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool XmlChildEnumerator_System_Collections_IEnumerator_MoveNext_m42A648E7F0B79C7F47D7EF9CE5095D54EA372EDB (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method)
{
{
bool L_0 = XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.XmlChildEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isFirst_2();
if (!L_0)
{
goto IL_0022;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = __this->get_container_0();
NullCheck(L_1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1);
__this->set_child_1(L_2);
__this->set_isFirst_2((bool)0);
goto IL_003b;
}
IL_0022:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_child_1();
if (!L_3)
{
goto IL_003b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = __this->get_child_1();
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4);
__this->set_child_1(L_5);
}
IL_003b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = __this->get_child_1();
return (bool)((!(((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void XmlChildEnumerator_System_Collections_IEnumerator_Reset_m3EF3533A19F3926CDCCD9CD82498D01B5F7EA08A (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method)
{
{
__this->set_isFirst_2((bool)1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0();
NullCheck(L_0);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0);
__this->set_child_1(L_1);
return;
}
}
// System.Object System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlChildEnumerator_System_Collections_IEnumerator_get_Current_m2E52170DBEF6245A93126D3C7FF60ED17DDE2BD1 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isFirst_2();
if (L_0)
{
goto IL_0010;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = __this->get_child_1();
if (L_1)
{
goto IL_0020;
}
}
IL_0010:
{
String_t* L_2 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_RuntimeMethod_var);
}
IL_0020:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = __this->get_child_1();
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlChildNodes::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_mAFF2762967C0DC32A50FCD12BE124F1DD73CD00E (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method)
{
{
XmlNodeList__ctor_m7DFACC432197E3EDEB6A2CCEFD471ACEA8E91C35(__this, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___container0;
__this->set_container_0(L_0);
return;
}
}
// System.Int32 System.Xml.XmlChildNodes::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlChildNodes_get_Count_mB45CD13AFB889E03FE0A3B4FEEEDD4331AC1184E (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
{
V_0 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0();
NullCheck(L_0);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0);
V_1 = L_1;
goto IL_001b;
}
IL_0010:
{
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_1;
NullCheck(L_3);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3);
V_1 = L_4;
}
IL_001b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_1;
if (L_5)
{
goto IL_0010;
}
}
{
int32_t L_6 = V_0;
return L_6;
}
}
// System.Collections.IEnumerator System.Xml.XmlChildNodes::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0();
NullCheck(L_0);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0);
if (L_1)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var);
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_2 = ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->get_EmptyEnumerator_41();
return L_2;
}
IL_0013:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_container_0();
XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * L_4 = (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA *)il2cpp_codegen_object_new(XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var);
XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311(L_4, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, String_t* ___comment0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___comment0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1;
XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlComment::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComment_get_Name_m22A9B27811CEA50DEBAAAA5AABC0AFBBD85496AB (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_0);
String_t* L_1 = L_0->get_strCommentName_23();
return L_1;
}
}
// System.String System.Xml.XmlComment::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComment_get_LocalName_m174B3E7FB2FF9AFCB771019BBD0FD67F67D7D222 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_0);
String_t* L_1 = L_0->get_strCommentName_23();
return L_1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlComment::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlComment_get_NodeType_mF8995E7B75A0DB9E3F1B1599A06D92D8BA2FEEB8 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method)
{
{
return (int32_t)(8);
}
}
// System.Xml.XmlNode System.Xml.XmlComment::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlComment_CloneNode_m4C599ADFD2DCC945C93B278AA4B63A1A9F5C6513 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, bool ___deep0, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(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);
XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_2 = VirtFuncInvoker1< XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *, String_t* >::Invoke(46 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, 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
// System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_3;
memset(&V_3, 0, sizeof(V_3));
int32_t V_4 = 0;
int32_t V_5 = 0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)0)))
{
goto IL_0011;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0011:
{
V_1 = 0;
V_2 = (StringBuilder_t *)NULL;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_4 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
V_3 = L_4;
goto IL_0038;
}
IL_001d:
{
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_0038;
}
}
{
bool L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C(/*hidden argument*/NULL);
if (L_8)
{
goto IL_0032;
}
}
{
return _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
}
IL_0032:
{
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0038:
{
String_t* L_9 = ___value0;
int32_t L_10 = V_1;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
bool L_12 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_001d;
}
}
{
int32_t L_13 = V_1;
V_4 = L_13;
goto IL_00fb;
}
IL_0050:
{
String_t* L_14 = ___value0;
int32_t L_15 = V_4;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
bool L_17 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_006c;
}
}
{
int32_t L_18 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
goto IL_00fb;
}
IL_006c:
{
int32_t L_19 = V_4;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
goto IL_007a;
}
IL_0074:
{
int32_t L_20 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_007a:
{
int32_t L_21 = V_5;
int32_t L_22 = V_0;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_0090;
}
}
{
String_t* L_23 = ___value0;
int32_t L_24 = V_5;
NullCheck(L_23);
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL);
bool L_26 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_25, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0074;
}
}
IL_0090:
{
int32_t L_27 = V_5;
int32_t L_28 = V_0;
if ((!(((uint32_t)L_27) == ((uint32_t)L_28))))
{
goto IL_00b8;
}
}
{
StringBuilder_t * L_29 = V_2;
if (L_29)
{
goto IL_00a4;
}
}
{
String_t* L_30 = ___value0;
int32_t L_31 = V_1;
int32_t L_32 = V_4;
int32_t L_33 = V_1;
NullCheck(L_30);
String_t* L_34 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL);
return L_34;
}
IL_00a4:
{
StringBuilder_t * L_35 = V_2;
String_t* L_36 = ___value0;
int32_t L_37 = V_1;
int32_t L_38 = V_4;
int32_t L_39 = V_1;
NullCheck(L_35);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL);
StringBuilder_t * L_40 = V_2;
NullCheck(L_40);
String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40);
return L_41;
}
IL_00b8:
{
int32_t L_42 = V_5;
int32_t L_43 = V_4;
if ((((int32_t)L_42) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)))))
{
goto IL_00cc;
}
}
{
String_t* L_44 = ___value0;
int32_t L_45 = V_4;
NullCheck(L_44);
Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, L_45, /*hidden argument*/NULL);
if ((((int32_t)L_46) == ((int32_t)((int32_t)32))))
{
goto IL_00f5;
}
}
IL_00cc:
{
StringBuilder_t * L_47 = V_2;
if (L_47)
{
goto IL_00d6;
}
}
{
int32_t L_48 = V_0;
StringBuilder_t * L_49 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_49, L_48, /*hidden argument*/NULL);
V_2 = L_49;
}
IL_00d6:
{
StringBuilder_t * L_50 = V_2;
String_t* L_51 = ___value0;
int32_t L_52 = V_1;
int32_t L_53 = V_4;
int32_t L_54 = V_1;
NullCheck(L_50);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_50, L_51, L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), /*hidden argument*/NULL);
StringBuilder_t * L_55 = V_2;
NullCheck(L_55);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_55, ((int32_t)32), /*hidden argument*/NULL);
int32_t L_56 = V_5;
V_1 = L_56;
int32_t L_57 = V_5;
V_4 = L_57;
goto IL_00fb;
}
IL_00f5:
{
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_00fb:
{
int32_t L_59 = V_4;
int32_t L_60 = V_0;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_0050;
}
}
{
StringBuilder_t * L_61 = V_2;
if (!L_61)
{
goto IL_011f;
}
}
{
int32_t L_62 = V_1;
int32_t L_63 = V_4;
if ((((int32_t)L_62) >= ((int32_t)L_63)))
{
goto IL_0118;
}
}
{
StringBuilder_t * L_64 = V_2;
String_t* L_65 = ___value0;
int32_t L_66 = V_1;
int32_t L_67 = V_4;
int32_t L_68 = V_1;
NullCheck(L_64);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_64, L_65, L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), /*hidden argument*/NULL);
}
IL_0118:
{
StringBuilder_t * L_69 = V_2;
NullCheck(L_69);
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69);
return L_70;
}
IL_011f:
{
int32_t L_71 = V_1;
if ((((int32_t)L_71) <= ((int32_t)0)))
{
goto IL_012e;
}
}
{
String_t* L_72 = ___value0;
int32_t L_73 = V_1;
int32_t L_74 = V_0;
int32_t L_75 = V_1;
NullCheck(L_72);
String_t* L_76 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_72, L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), /*hidden argument*/NULL);
return L_76;
}
IL_012e:
{
String_t* L_77 = ___value0;
return L_77;
}
}
// System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
StringBuilder_t * V_3 = NULL;
Il2CppChar V_4 = 0x0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)0)))
{
goto IL_0011;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0011:
{
V_1 = 0;
V_2 = 0;
V_3 = (StringBuilder_t *)NULL;
goto IL_0088;
}
IL_0019:
{
String_t* L_4 = ___value0;
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
V_4 = L_6;
Il2CppChar L_7 = V_4;
if ((((int32_t)L_7) >= ((int32_t)((int32_t)32))))
{
goto IL_003a;
}
}
{
Il2CppChar L_8 = V_4;
if ((((int32_t)L_8) == ((int32_t)((int32_t)9))))
{
goto IL_0040;
}
}
{
Il2CppChar L_9 = V_4;
if ((((int32_t)L_9) == ((int32_t)((int32_t)10))))
{
goto IL_0040;
}
}
{
Il2CppChar L_10 = V_4;
if ((((int32_t)L_10) == ((int32_t)((int32_t)13))))
{
goto IL_0040;
}
}
IL_003a:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
goto IL_0088;
}
IL_0040:
{
StringBuilder_t * L_12 = V_3;
if (L_12)
{
goto IL_004a;
}
}
{
int32_t L_13 = V_0;
StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_14, L_13, /*hidden argument*/NULL);
V_3 = L_14;
}
IL_004a:
{
int32_t L_15 = V_2;
int32_t L_16 = V_1;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_005a;
}
}
{
StringBuilder_t * L_17 = V_3;
String_t* L_18 = ___value0;
int32_t L_19 = V_2;
int32_t L_20 = V_1;
int32_t L_21 = V_2;
NullCheck(L_17);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
}
IL_005a:
{
StringBuilder_t * L_22 = V_3;
NullCheck(L_22);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, ((int32_t)32), /*hidden argument*/NULL);
Il2CppChar L_23 = V_4;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13)))))
{
goto IL_0082;
}
}
{
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_25)))
{
goto IL_0082;
}
}
{
String_t* L_26 = ___value0;
int32_t L_27 = V_1;
NullCheck(L_26);
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)10)))))
{
goto IL_0082;
}
}
{
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2));
goto IL_0086;
}
IL_0082:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0086:
{
int32_t L_31 = V_1;
V_2 = L_31;
}
IL_0088:
{
int32_t L_32 = V_1;
int32_t L_33 = V_0;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_0019;
}
}
{
StringBuilder_t * L_34 = V_3;
if (L_34)
{
goto IL_0091;
}
}
{
String_t* L_35 = ___value0;
return L_35;
}
IL_0091:
{
int32_t L_36 = V_1;
int32_t L_37 = V_2;
if ((((int32_t)L_36) <= ((int32_t)L_37)))
{
goto IL_00a1;
}
}
{
StringBuilder_t * L_38 = V_3;
String_t* L_39 = ___value0;
int32_t L_40 = V_2;
int32_t L_41 = V_1;
int32_t L_42 = V_2;
NullCheck(L_38);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_38, L_39, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL);
}
IL_00a1:
{
StringBuilder_t * L_43 = V_3;
NullCheck(L_43);
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43);
return L_44;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver()
extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603 (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL);
bool L_4 = ___allowOddCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inArray0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inArray0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___inArray0;
NullCheck(L_3);
String_t* L_4 = BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7(L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Xml.XmlConvert::VerifyName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002b;
}
}
{
String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_6 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_7 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_6, 0, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
String_t* L_9 = ___name0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)L_10)))
{
goto IL_0045;
}
}
{
String_t* L_11 = ___name0;
int32_t L_12 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_13 = XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B(L_11, L_12, 1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_0045:
{
String_t* L_14 = ___name0;
return L_14;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyName(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* G_B7_0 = NULL;
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_000b:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001b:
{
String_t* L_5 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_6 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_5, 0, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
String_t* L_8 = ___name0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_0048;
}
}
{
int32_t L_10 = V_0;
if (!L_10)
{
goto IL_0036;
}
}
{
G_B7_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
goto IL_003b;
}
IL_0036:
{
G_B7_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
}
IL_003b:
{
String_t* L_11 = ___name0;
int32_t L_12 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_11, L_12, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_14 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_14, G_B7_0, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0048:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
int32_t L_3 = V_0;
String_t* L_4 = ___name0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_001c;
}
}
IL_0013:
{
String_t* L_6 = ___name0;
int32_t L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
Exception_t * L_8 = ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9(L_6, 0, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_001c:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619 (String_t* ___token0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___token0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___token0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_000d;
}
}
IL_000b:
{
return (Exception_t *)NULL;
}
IL_000d:
{
String_t* L_3 = ___token0;
NullCheck(L_3);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)((int32_t)32))))
{
goto IL_0047;
}
}
{
String_t* L_5 = ___token0;
String_t* L_6 = ___token0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)((int32_t)32))))
{
goto IL_0047;
}
}
{
String_t* L_9 = ___token0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1();
NullCheck(L_9);
int32_t L_11 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_9, L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)(-1)))))
{
goto IL_0047;
}
}
{
String_t* L_12 = ___token0;
NullCheck(L_12);
int32_t L_13 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_12, _stringLiteral099600A10A944114AAC406D136B625FB416DD779, 4, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)(-1))))
{
goto IL_0053;
}
}
IL_0047:
{
String_t* L_14 = ___token0;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_15 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_15, _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0053:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_000b:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001b:
{
String_t* L_5 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_6 = ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620(L_5, 0, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
String_t* L_8 = ___name0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_003e;
}
}
{
String_t* L_10 = ___name0;
int32_t L_11 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_10, L_11, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_13 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_13, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_003e:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1();
NullCheck(L_0);
int32_t L_2 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_0, L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_001a;
}
}
{
String_t* L_3 = ___str0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_4 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_4, _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001a:
{
return (Exception_t *)NULL;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
return _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
}
IL_0009:
{
return _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.SByte)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFE5BF7FA4B954F6CA3C57B11DBEED021E5826BA5 (int8_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1((int8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int16)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mEE96E46AF62E17AD951FFA2872EA0F751DCCF874 (int16_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A((int16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0 (int32_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int64)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB (int64_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517((int64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Byte)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m678EBE6D756EBAAC1D4164A18768EB6CD0F9E193 (uint8_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m51DEEAECCF6FE110122141FC23C10765C54CBEA4 (uint16_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m825D55AC22B22AB3CC9A434220293E8917577513 (uint32_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0F3C9D738B4574BDE743085E1B5F186E824B01FA (uint64_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Single)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
bool L_1 = Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
}
IL_000e:
{
float L_2 = ___value0;
bool L_3 = Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
}
IL_001c:
{
float L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B((((double)((double)L_4))), /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002b;
}
}
{
return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
}
IL_002b:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756((float*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Double)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_1 = Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
}
IL_000e:
{
double L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_3 = Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
}
IL_001c:
{
double L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002a;
}
}
{
return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
}
IL_002a:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616((double*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Xml.XmlConvert::ToBoolean(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0024;
}
}
IL_0022:
{
return (bool)1;
}
IL_0024:
{
String_t* L_6 = ___s0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
if (L_7)
{
goto IL_003e;
}
}
{
String_t* L_8 = ___s0;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0040;
}
}
IL_003e:
{
return (bool)0;
}
IL_0040:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
String_t* L_12 = ___s0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var);
}
}
// System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0027;
}
}
IL_0022:
{
bool* L_6 = ___result1;
*((int8_t*)L_6) = (int8_t)0;
return (Exception_t *)NULL;
}
IL_0027:
{
String_t* L_7 = ___s0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0041;
}
}
{
String_t* L_9 = ___s0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0046;
}
}
IL_0041:
{
bool* L_11 = ___result1;
*((int8_t*)L_11) = (int8_t)1;
return (Exception_t *)NULL;
}
IL_0046:
{
bool* L_12 = ___result1;
*((int8_t*)L_12) = (int8_t)0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
String_t* L_15 = ___s0;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_14;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_17 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_16, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_18 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_18, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Char System.Xml.XmlConvert::ToChar(System.String)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_5 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var);
}
IL_0027:
{
String_t* L_6 = ___s0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
return L_7;
}
}
// System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.CharU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
Il2CppChar* L_1 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_2 = Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573(L_0, (Il2CppChar*)L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = ___s0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_6, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_8 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_8, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_002b:
{
return (Exception_t *)NULL;
}
}
// System.Decimal System.Xml.XmlConvert::ToDecimal(System.String)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, ((int32_t)39), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.DecimalU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9 (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, ((int32_t)39), L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0032;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0032:
{
return (Exception_t *)NULL;
}
}
// System.Decimal System.Xml.XmlConvert::ToInteger(System.String)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.DecimalU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, 7, L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByteU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int8_t* L_2 = ___result1;
bool L_3 = SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA(L_0, 7, L_1, (int8_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462 (String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int16_t* L_2 = ___result1;
bool L_3 = Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84(L_0, 7, L_1, (int16_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Int32 System.Xml.XmlConvert::ToInt32(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_mD17D2F5AA3572EBD5D280211DECD31D00FAACB1D (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int32_t L_2 = Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int32_t* L_2 = ___result1;
bool L_3 = Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011(L_0, 7, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Int64 System.Xml.XmlConvert::ToInt64(System.String)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m4140DB9BC2AA453961C35E2FBFAFF3C98A945BFC (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int64_t L_2 = Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int64_t* L_2 = ___result1;
bool L_3 = Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.ByteU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F (String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint8_t* L_2 = ___result1;
bool L_3 = Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1(L_0, 3, L_1, (uint8_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint16_t* L_2 = ___result1;
bool L_3 = UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3(L_0, 3, L_1, (uint16_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D (String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint32_t* L_2 = ___result1;
bool L_3 = UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235(L_0, 3, L_1, (uint32_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64U26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910 (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint64_t* L_2 = ___result1;
bool L_3 = UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3(L_0, 3, L_1, (uint64_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Single System.Xml.XmlConvert::ToSingle(System.String)
extern "C" IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001b;
}
}
{
return (-std::numeric_limits<float>::infinity());
}
IL_001b:
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002e;
}
}
{
return (std::numeric_limits<float>::infinity());
}
IL_002e:
{
String_t* L_6 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
float L_8 = Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74(L_6, ((int32_t)164), L_7, /*hidden argument*/NULL);
V_0 = L_8;
float L_9 = V_0;
if ((!(((float)L_9) == ((float)(0.0f)))))
{
goto IL_0058;
}
}
{
String_t* L_10 = ___s0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0058;
}
}
{
return (0.0f);
}
IL_0058:
{
float L_12 = V_0;
return L_12;
}
}
// System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.SingleU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6 (String_t* ___s0, float* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001e;
}
}
{
float* L_4 = ___result1;
*((float*)L_4) = (float)(-std::numeric_limits<float>::infinity());
return (Exception_t *)NULL;
}
IL_001e:
{
String_t* L_5 = ___s0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0034;
}
}
{
float* L_7 = ___result1;
*((float*)L_7) = (float)(std::numeric_limits<float>::infinity());
return (Exception_t *)NULL;
}
IL_0034:
{
String_t* L_8 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
float* L_10 = ___result1;
bool L_11 = Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744(L_8, ((int32_t)164), L_9, (float*)L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = ___s0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0069:
{
float* L_18 = ___result1;
float L_19 = *((float*)L_18);
if ((!(((float)L_19) == ((float)(0.0f)))))
{
goto IL_0084;
}
}
{
String_t* L_20 = ___s0;
NullCheck(L_20);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45)))))
{
goto IL_0084;
}
}
{
float* L_22 = ___result1;
*((float*)L_22) = (float)(0.0f);
}
IL_0084:
{
return (Exception_t *)NULL;
}
}
// System.Double System.Xml.XmlConvert::ToDouble(System.String)
extern "C" IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
return (-std::numeric_limits<double>::infinity());
}
IL_001f:
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
return (std::numeric_limits<double>::infinity());
}
IL_0036:
{
String_t* L_6 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
double L_8 = Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B(L_6, ((int32_t)167), L_7, /*hidden argument*/NULL);
V_0 = L_8;
double L_9 = V_0;
if ((!(((double)L_9) == ((double)(0.0)))))
{
goto IL_0068;
}
}
{
String_t* L_10 = ___s0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0068;
}
}
{
return (0.0);
}
IL_0068:
{
double L_12 = V_0;
return L_12;
}
}
// System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.DoubleU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E (String_t* ___s0, double* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
double* L_4 = ___result1;
*((double*)L_4) = (double)(-std::numeric_limits<double>::infinity());
return (Exception_t *)NULL;
}
IL_0022:
{
String_t* L_5 = ___s0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_003c;
}
}
{
double* L_7 = ___result1;
*((double*)L_7) = (double)(std::numeric_limits<double>::infinity());
return (Exception_t *)NULL;
}
IL_003c:
{
String_t* L_8 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
double* L_10 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_11 = Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7(L_8, ((int32_t)164), L_9, (double*)L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0071;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = ___s0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0071:
{
double* L_18 = ___result1;
double L_19 = *((double*)L_18);
if ((!(((double)L_19) == ((double)(0.0)))))
{
goto IL_0094;
}
}
{
String_t* L_20 = ___s0;
NullCheck(L_20);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45)))))
{
goto IL_0094;
}
}
{
double* L_22 = ___result1;
*((double*)L_22) = (double)(0.0);
}
IL_0094:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpanU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02 (String_t* ___s0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
Exception_t * V_1 = NULL;
{
String_t* L_0 = ___s0;
Exception_t * L_1 = XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF(L_0, (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Exception_t * L_2 = V_1;
if (!L_2)
{
goto IL_0019;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_3 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2();
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_3 = L_4;
Exception_t * L_5 = V_1;
return L_5;
}
IL_0019:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_6 = ___result1;
Exception_t * L_7 = XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Guid System.Xml.XmlConvert::ToGuid(System.String)
extern "C" IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m4D406BFB6104408A41758B5344BF6AFEABCFF567 (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
Guid_t L_1;
memset(&L_1, 0, sizeof(L_1));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.GuidU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6 (String_t* ___s0, Guid_t * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Exception_t *)NULL;
Guid_t * L_0 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
*(Guid_t *)L_0 = L_1;
}
IL_000d:
try
{ // begin try (depth: 1)
Guid_t * L_2 = ___result1;
String_t* L_3 = ___s0;
Guid_t L_4;
memset(&L_4, 0, sizeof(L_4));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_4), L_3, /*hidden argument*/NULL);
*(Guid_t *)L_2 = L_4;
goto IL_0065;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001b;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
throw e;
}
CATCH_001b:
{ // begin catch(System.ArgumentException)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
String_t* L_7 = ___s0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
String_t* L_9 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_8, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_10 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_10, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_0065;
} // end catch (depth: 1)
CATCH_0040:
{ // begin catch(System.FormatException)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
String_t* L_13 = ___s0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_12;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_14, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_16 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_16, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0065;
} // end catch (depth: 1)
IL_0065:
{
Exception_t * L_17 = V_0;
return L_17;
}
}
// System.Uri System.Xml.XmlConvert::ToUri(System.String)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_004d;
}
}
{
String_t* L_1 = ___s0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
String_t* L_3 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_4 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_3, /*hidden argument*/NULL);
___s0 = L_4;
String_t* L_5 = ___s0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_002b;
}
}
{
String_t* L_7 = ___s0;
NullCheck(L_7);
int32_t L_8 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_7, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_004d;
}
}
IL_002b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
String_t* L_11 = ___s0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_13 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_12, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_14 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var);
}
IL_004d:
{
String_t* L_15 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_16 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_15, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
if (L_16)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
String_t* L_19 = ___s0;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_21 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_20, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var);
}
IL_007a:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = V_0;
return L_23;
}
}
// System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.UriU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E (String_t* ___s0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_0 = ___result1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_0050;
}
}
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0050;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_4, /*hidden argument*/NULL);
___s0 = L_5;
String_t* L_6 = ___s0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002e;
}
}
{
String_t* L_8 = ___s0;
NullCheck(L_8);
int32_t L_9 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_8, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)(-1))))
{
goto IL_0050;
}
}
IL_002e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
String_t* L_12 = ___s0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0050:
{
String_t* L_16 = ___s0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_17 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_18 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_16, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_007c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
String_t* L_21 = ___s0;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_20;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_23 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_22, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_24 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_24, L_23, /*hidden argument*/NULL);
return L_24;
}
IL_007c:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___strLen12;
String_t* L_1 = ___str23;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
V_0 = 0;
goto IL_0013;
}
IL_000f:
{
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0013:
{
int32_t L_4 = V_0;
int32_t L_5 = ___strLen12;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_0025;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___chars0;
int32_t L_7 = ___strPos11;
int32_t L_8 = V_0;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
String_t* L_11 = ___str23;
int32_t L_12 = V_0;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)L_13)))
{
goto IL_000f;
}
}
IL_0025:
{
int32_t L_14 = V_0;
int32_t L_15 = ___strLen12;
return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0);
}
}
// System.String System.Xml.XmlConvert::TrimString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_3();
NullCheck(L_0);
String_t* L_2 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String[] System.Xml.XmlConvert::SplitString(System.String)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_3();
NullCheck(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A(L_0, L_1, 1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
if ((!(((double)L_0) == ((double)(0.0)))))
{
goto IL_0024;
}
}
{
double L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
int64_t L_2 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5(L_1, /*hidden argument*/NULL);
int64_t L_3 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5((0.0), /*hidden argument*/NULL);
if ((!(((uint64_t)L_2) == ((uint64_t)L_3))))
{
goto IL_0024;
}
}
{
return (bool)1;
}
IL_0024:
{
return (bool)0;
}
}
// System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)(((uintptr_t)(&___value0))));
return L_0;
}
}
// System.String System.Xml.XmlConvert::EscapeValueForDebuggerDisplay(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
V_0 = (StringBuilder_t *)NULL;
V_1 = 0;
V_2 = 0;
goto IL_00ad;
}
IL_000b:
{
String_t* L_0 = ___value0;
int32_t L_1 = V_1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_3 = L_2;
Il2CppChar L_3 = V_3;
if ((((int32_t)L_3) < ((int32_t)((int32_t)32))))
{
goto IL_0020;
}
}
{
Il2CppChar L_4 = V_3;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)34)))))
{
goto IL_00a9;
}
}
IL_0020:
{
StringBuilder_t * L_5 = V_0;
if (L_5)
{
goto IL_0031;
}
}
{
String_t* L_6 = ___value0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)4)), /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0031:
{
int32_t L_9 = V_1;
int32_t L_10 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)0)))
{
goto IL_0043;
}
}
{
StringBuilder_t * L_11 = V_0;
String_t* L_12 = ___value0;
int32_t L_13 = V_2;
int32_t L_14 = V_1;
int32_t L_15 = V_2;
NullCheck(L_11);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_11, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
}
IL_0043:
{
int32_t L_16 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
Il2CppChar L_17 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)9))))
{
case 0:
{
goto IL_0093;
}
case 1:
{
goto IL_0085;
}
case 2:
{
goto IL_00a1;
}
case 3:
{
goto IL_00a1;
}
case 4:
{
goto IL_0077;
}
}
}
{
Il2CppChar L_18 = V_3;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)34)))))
{
goto IL_00a1;
}
}
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0077:
{
StringBuilder_t * L_20 = V_0;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0085:
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0093:
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_00a1:
{
StringBuilder_t * L_23 = V_0;
Il2CppChar L_24 = V_3;
NullCheck(L_23);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, L_24, /*hidden argument*/NULL);
}
IL_00a9:
{
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_00ad:
{
int32_t L_26 = V_1;
String_t* L_27 = ___value0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_26) < ((int32_t)L_28)))
{
goto IL_000b;
}
}
{
StringBuilder_t * L_29 = V_0;
if (L_29)
{
goto IL_00be;
}
}
{
String_t* L_30 = ___value0;
return L_30;
}
IL_00be:
{
int32_t L_31 = V_1;
int32_t L_32 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))) <= ((int32_t)0)))
{
goto IL_00d0;
}
}
{
StringBuilder_t * L_33 = V_0;
String_t* L_34 = ___value0;
int32_t L_35 = V_2;
int32_t L_36 = V_1;
int32_t L_37 = V_2;
NullCheck(L_33);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL);
}
IL_00d0:
{
StringBuilder_t * L_38 = V_0;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38);
return L_39;
}
}
// System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___exceptionType2;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___exceptionType2;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0016;
}
}
{
goto IL_0016;
}
IL_0009:
{
String_t* L_2 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___args1;
String_t* L_4 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0016:
{
String_t* L_6 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___args1;
int32_t L_8 = ___lineNo3;
int32_t L_9 = ___linePos4;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_10 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B3_0 = NULL;
{
int32_t L_0 = ___index1;
if (!L_0)
{
goto IL_000a;
}
}
{
G_B3_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
goto IL_000f;
}
IL_000a:
{
G_B3_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
}
IL_000f:
{
String_t* L_1 = ___name0;
int32_t L_2 = ___index1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = ___exceptionType2;
int32_t L_5 = ___index1;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_6 = XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90(G_B3_0, L_3, L_4, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
return L_6;
}
}
// System.ArgumentException System.Xml.XmlConvert::CreateInvalidNameArgumentException(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B (String_t* ___name0, String_t* ___argumentName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL);
String_t* L_2 = ___argumentName1;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0014:
{
String_t* L_4 = ___argumentName1;
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.Xml.XmlConvert::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_crt_1(L_2);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_c_EncodedCharLength_2(7);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_WhitespaceChars_3(L_5);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3;
XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___version0;
bool L_2 = XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8(__this, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0021;
}
}
{
String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral95E9573C590BE591E4F7225B278C0F4B93BFF972, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var);
}
IL_0021:
{
String_t* L_5 = ___standalone2;
if (!L_5)
{
goto IL_0061;
}
}
{
String_t* L_6 = ___standalone2;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_0061;
}
}
{
String_t* L_8 = ___standalone2;
bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0061;
}
}
{
String_t* L_10 = ___standalone2;
bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0061;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = ___standalone2;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9, L_13, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var);
}
IL_0061:
{
String_t* L_17 = ___encoding1;
XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247(__this, L_17, /*hidden argument*/NULL);
String_t* L_18 = ___standalone2;
XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037(__this, L_18, /*hidden argument*/NULL);
String_t* L_19 = ___version0;
XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A(__this, L_19, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlDeclaration::get_Version()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_version_2();
return L_0;
}
}
// System.Void System.Xml.XmlDeclaration::set_Version(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_version_2(L_0);
return;
}
}
// System.String System.Xml.XmlDeclaration::get_Encoding()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_encoding_3();
return L_0;
}
}
// System.Void System.Xml.XmlDeclaration::set_Encoding(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B2_0 = NULL;
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B3_1 = NULL;
{
String_t* L_0 = ___value0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
}
{
String_t* L_1 = ___value0;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_000c;
}
IL_0007:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_000c:
{
NullCheck(G_B3_1);
G_B3_1->set_encoding_3(G_B3_0);
return;
}
}
// System.String System.Xml.XmlDeclaration::get_Standalone()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_standalone_4();
return L_0;
}
}
// System.Void System.Xml.XmlDeclaration::set_Standalone(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_standalone_4(L_1);
return;
}
IL_000f:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0031;
}
}
{
String_t* L_4 = ___value0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0031;
}
}
{
String_t* L_6 = ___value0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0039;
}
}
IL_0031:
{
String_t* L_8 = ___value0;
__this->set_standalone_4(L_8);
return;
}
IL_0039:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
String_t* L_11 = ___value0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9, L_10, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_RuntimeMethod_var);
}
}
// System.String System.Xml.XmlDeclaration::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Value_m7417ABD5C0152413A8BE663AA0689477E415B778 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_InnerText() */, __this);
return L_0;
}
}
// System.String System.Xml.XmlDeclaration::get_InnerText()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
String_t* L_0 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7(__this, /*hidden argument*/NULL);
String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2C521ED4B3DB241DF6081D4526BFA0649B8D44A2, L_0, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_004e;
}
}
{
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral0D92C42F75FE884BF235216609840C2F7DC3035A, /*hidden argument*/NULL);
StringBuilder_t * L_6 = V_0;
String_t* L_7 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2(__this, /*hidden argument*/NULL);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_7, /*hidden argument*/NULL);
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
}
IL_004e:
{
String_t* L_9 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25(__this, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0081;
}
}
{
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteralE1424F7C19ADB2E1034E3DD70327DF41B0CB7ADF, /*hidden argument*/NULL);
StringBuilder_t * L_12 = V_0;
String_t* L_13 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25(__this, /*hidden argument*/NULL);
NullCheck(L_12);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL);
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
}
IL_0081:
{
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
return L_16;
}
}
// System.String System.Xml.XmlDeclaration::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
}
}
// System.String System.Xml.XmlDeclaration::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_LocalName_m4ACDC693A581470497993FF54D8E7AA4DD34BBE4 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, __this);
return L_0;
}
}
// System.Xml.XmlNodeType System.Xml.XmlDeclaration::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlDeclaration_get_NodeType_mBBD763E8FB869D710EC76F33EECB04663E720AE4 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)17));
}
}
// System.Xml.XmlNode System.Xml.XmlDeclaration::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDeclaration_CloneNode_mA46A2FF6C392B8424F6FBA88922165AAFD1F3242 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, bool ___deep0, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
String_t* L_1 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7(__this, /*hidden argument*/NULL);
String_t* L_2 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2(__this, /*hidden argument*/NULL);
String_t* L_3 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25(__this, /*hidden argument*/NULL);
NullCheck(L_0);
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_4 = VirtFuncInvoker3< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___ver0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___ver0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)3)))
{
goto IL_002f;
}
}
{
String_t* L_2 = ___ver0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)49)))))
{
goto IL_002f;
}
}
{
String_t* L_4 = ___ver0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46)))))
{
goto IL_002f;
}
}
{
String_t* L_6 = ___ver0;
String_t* L_7 = ___ver0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
bool L_9 = XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710(L_6, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL);
return L_9;
}
IL_002f:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * ___imp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * V_0 = NULL;
{
XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12(__this, /*hidden argument*/NULL);
XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = ___imp0;
__this->set_implementation_1(L_0);
DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_1 = (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A *)il2cpp_codegen_object_new(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_il2cpp_TypeInfo_var);
DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3(L_1, __this, /*hidden argument*/NULL);
__this->set_domNameTable_2(L_1);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(__this, /*hidden argument*/NULL);
V_0 = L_2;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = V_0;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_3);
VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, _stringLiteral4C898EED699FD9A747E16612CDD9BB08E697C7FA);
__this->set_strDocumentName_21(L_6);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, _stringLiteralCD53A02B627DA53A2A413CC49692EE290BB4C006);
__this->set_strDocumentFragmentName_22(L_8);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_9, _stringLiteral87F9E74CF999A2D24A31CD489E8EA06BF8B9E5E8);
__this->set_strCommentName_23(L_10);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_11, _stringLiteralDA591A242289A352E3BDA962DCE20B666296ED93);
__this->set_strTextName_24(L_12);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_13 = V_0;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, _stringLiteral55D392C94CEFB2CB441902D09FDC948AFE20494D);
__this->set_strCDataSectionName_25(L_14);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_15, _stringLiteralD2654B808F11F94AAF2DC9473E24E94BFAAA2267);
__this->set_strEntityName_26(L_16);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_17, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547);
__this->set_strID_27(L_18);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_19 = V_0;
NullCheck(L_19);
String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_19, _stringLiteral86991C898EF9BD4D4DF2405832AC2BBDE5077766);
__this->set_strNonSignificantWhitespaceName_33(L_20);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_21 = V_0;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_21, _stringLiteralBBA3CE1157AD92B2A799DE4ACFF949792B409ABE);
__this->set_strSignificantWhitespaceName_34(L_22);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_23 = V_0;
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_23, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA);
__this->set_strXmlns_28(L_24);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_25, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736);
__this->set_strXml_29(L_26);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_27, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252);
__this->set_strSpace_30(L_28);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_29 = V_0;
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_29, _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12);
__this->set_strLang_31(L_30);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_31 = V_0;
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_31, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130);
__this->set_strReservedXmlns_35(L_32);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_33 = V_0;
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_33, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B);
__this->set_strReservedXml_36(L_34);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_35 = V_0;
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_35);
String_t* L_37 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_35, L_36);
__this->set_strEmpty_32(L_37);
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_baseURI_37(L_38);
RuntimeObject * L_39 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_39, /*hidden argument*/NULL);
__this->set_objLock_40(L_39);
return;
}
}
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo()
extern "C" IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = __this->get_schemaInfo_7();
return L_0;
}
}
// System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m776178F47E65D6CFE688676BBD8EEB1A812DF859 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___value0, const RuntimeMethod* method)
{
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = ___value0;
__this->set_schemaInfo_7(L_0);
return;
}
}
// System.Void System.Xml.XmlDocument::CheckName(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6(L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
String_t* L_3 = ___name0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_2) >= ((int32_t)L_4)))
{
goto IL_0023;
}
}
{
String_t* L_5 = ___name0;
int32_t L_6 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_5, L_6, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_8, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_RuntimeMethod_var);
}
IL_0023:
{
return;
}
}
// System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method)
{
{
DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_0 = __this->get_domNameTable_2();
String_t* L_1 = ___prefix0;
String_t* L_2 = ___localName1;
String_t* L_3 = ___namespaceURI2;
RuntimeObject* L_4 = ___schemaInfo3;
NullCheck(L_0);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method)
{
{
DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_0 = __this->get_domNameTable_2();
String_t* L_1 = ___prefix0;
String_t* L_2 = ___localName1;
String_t* L_3 = ___namespaceURI2;
RuntimeObject* L_4 = ___schemaInfo3;
NullCheck(L_0);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_0 = NULL;
RuntimeObject * V_1 = NULL;
RuntimeObject * V_2 = NULL;
RuntimeObject * V_3 = NULL;
int32_t G_B6_0 = 0;
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
String_t* L_2 = ___namespaceURI2;
RuntimeObject* L_3 = ___schemaInfo3;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
bool L_5 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0070;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_6, /*hidden argument*/NULL);
V_1 = L_7;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = V_0;
NullCheck(L_8);
String_t* L_9 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_8, /*hidden argument*/NULL);
V_2 = L_9;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_10, /*hidden argument*/NULL);
V_3 = L_11;
RuntimeObject * L_12 = V_1;
String_t* L_13 = __this->get_strXmlns_28();
if ((((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(String_t*)L_13)))
{
goto IL_0049;
}
}
{
RuntimeObject * L_14 = V_1;
String_t* L_15 = __this->get_strEmpty_32();
if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(String_t*)L_15))))
{
goto IL_0046;
}
}
{
RuntimeObject * L_16 = V_3;
String_t* L_17 = __this->get_strXmlns_28();
G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(String_t*)L_17))? 1 : 0);
goto IL_004a;
}
IL_0046:
{
G_B6_0 = 0;
goto IL_004a;
}
IL_0049:
{
G_B6_0 = 1;
}
IL_004a:
{
RuntimeObject * L_18 = V_2;
String_t* L_19 = __this->get_strReservedXmlns_35();
if (!((int32_t)((int32_t)G_B6_0^(int32_t)((((RuntimeObject*)(RuntimeObject *)L_18) == ((RuntimeObject*)(String_t*)L_19))? 1 : 0))))
{
goto IL_0070;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
String_t* L_22 = ___namespaceURI2;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral2BABA3F6B48CEDFED4180B89A61046BCEFA8D880, L_21, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_RuntimeMethod_var);
}
IL_0070:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_25 = V_0;
return L_25;
}
}
// System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___attrName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIDAttrDecl_6();
if (!L_0)
{
goto IL_0016;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIDAttrDecl_6();
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = ___eleName0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
if (L_3)
{
goto IL_0038;
}
}
IL_0016:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIDAttrDecl_6();
if (L_4)
{
goto IL_0029;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_5, /*hidden argument*/NULL);
__this->set_htElementIDAttrDecl_6(L_5);
}
IL_0029:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get_htElementIDAttrDecl_6();
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = ___eleName0;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = ___attrName1;
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8);
return (bool)1;
}
IL_0038:
{
return (bool)0;
}
}
// System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_0 = NULL;
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = ___eleName0;
NullCheck(L_0);
String_t* L_1 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_0, /*hidden argument*/NULL);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = ___eleName0;
NullCheck(L_2);
String_t* L_3 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_2, /*hidden argument*/NULL);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE(__this, L_1, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL);
V_0 = L_5;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_0;
if (!L_6)
{
goto IL_002e;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_htElementIDAttrDecl_6();
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = V_0;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
return ((XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)CastclassClass((RuntimeObject*)L_9, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_il2cpp_TypeInfo_var));
}
IL_002e:
{
return (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)NULL;
}
}
// System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIDAttrDecl_6();
if (L_0)
{
goto IL_000a;
}
}
{
return (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)NULL;
}
IL_000a:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_1 = ___eleName0;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elementList0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_2 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_3 = NULL;
RuntimeObject* V_4 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
V_0 = L_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___elementList0;
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
V_1 = L_2;
}
IL_000d:
try
{ // begin try (depth: 1)
{
goto IL_003f;
}
IL_000f:
{
RuntimeObject* L_3 = V_1;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_2 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)CastclassClass((RuntimeObject*)L_4, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var));
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_5 = V_2;
NullCheck(L_5);
bool L_6 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_5);
if (L_6)
{
goto IL_002d;
}
}
IL_0023:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_8 = V_2;
NullCheck(L_7);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8);
goto IL_003f;
}
IL_002d:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = V_2;
NullCheck(L_9);
RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_9);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_11 = ___elem1;
if ((!(((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_10, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var))) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)L_11))))
{
goto IL_003f;
}
}
IL_003b:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_12 = V_2;
V_3 = L_12;
IL2CPP_LEAVE(0x9B, FINALLY_0049);
}
IL_003f:
{
RuntimeObject* L_13 = V_1;
NullCheck(L_13);
bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13);
if (L_14)
{
goto IL_000f;
}
}
IL_0047:
{
IL2CPP_LEAVE(0x5D, FINALLY_0049);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0049;
}
FINALLY_0049:
{ // begin finally (depth: 1)
{
RuntimeObject* L_15 = V_1;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_16 = V_4;
if (!L_16)
{
goto IL_005c;
}
}
IL_0055:
{
RuntimeObject* L_17 = V_4;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
}
IL_005c:
{
IL2CPP_END_FINALLY(73)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(73)
{
IL2CPP_JUMP_TBL(0x9B, IL_009b)
IL2CPP_JUMP_TBL(0x5D, IL_005d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_18 = V_0;
NullCheck(L_18);
RuntimeObject* L_19 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_18);
V_1 = L_19;
}
IL_0064:
try
{ // begin try (depth: 1)
{
goto IL_007b;
}
IL_0066:
{
RuntimeObject* L_20 = V_1;
NullCheck(L_20);
RuntimeObject * L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20);
V_5 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)CastclassClass((RuntimeObject*)L_21, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = ___elementList0;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_23 = V_5;
NullCheck(L_22);
VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_22, L_23);
}
IL_007b:
{
RuntimeObject* L_24 = V_1;
NullCheck(L_24);
bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_0066;
}
}
IL_0083:
{
IL2CPP_LEAVE(0x99, FINALLY_0085);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0085;
}
FINALLY_0085:
{ // begin finally (depth: 1)
{
RuntimeObject* L_26 = V_1;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_27 = V_4;
if (!L_27)
{
goto IL_0098;
}
}
IL_0091:
{
RuntimeObject* L_28 = V_4;
NullCheck(L_28);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_28);
}
IL_0098:
{
IL2CPP_END_FINALLY(133)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(133)
{
IL2CPP_JUMP_TBL(0x99, IL_0099)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0099:
{
return (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)NULL;
}
IL_009b:
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_29 = V_3;
return L_29;
}
}
// System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIdMap_5();
if (!L_0)
{
goto IL_0016;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIdMap_5();
String_t* L_2 = ___id0;
NullCheck(L_1);
bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2);
if (L_3)
{
goto IL_004a;
}
}
IL_0016:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIdMap_5();
if (L_4)
{
goto IL_0029;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_5, /*hidden argument*/NULL);
__this->set_htElementIdMap_5(L_5);
}
IL_0029:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_6, /*hidden argument*/NULL);
V_0 = L_6;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem1;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_9, L_8, /*hidden argument*/NULL);
NullCheck(L_7);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_htElementIdMap_5();
String_t* L_11 = ___id0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = V_0;
NullCheck(L_10);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12);
return;
}
IL_004a:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_htElementIdMap_5();
String_t* L_14 = ___id0;
NullCheck(L_13);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14);
V_1 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_15, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = V_1;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_17 = ___elem1;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_18 = XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135(__this, L_16, L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0073;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = V_1;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_20 = ___elem1;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_21 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_21, L_20, /*hidden argument*/NULL);
NullCheck(L_19);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_21);
}
IL_0073:
{
return;
}
}
// System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_1 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIdMap_5();
if (!L_0)
{
goto IL_004f;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIdMap_5();
String_t* L_2 = ___id0;
NullCheck(L_1);
bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2);
if (!L_3)
{
goto IL_004f;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIdMap_5();
String_t* L_5 = ___id0;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5);
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_6, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem1;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135(__this, L_7, L_8, /*hidden argument*/NULL);
V_1 = L_9;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_10 = V_1;
if (!L_10)
{
goto IL_004f;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_12 = V_1;
NullCheck(L_11);
VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_11, L_12);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13);
if (L_14)
{
goto IL_004f;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = __this->get_htElementIdMap_5();
String_t* L_16 = ___id0;
NullCheck(L_15);
VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_15, L_16);
}
IL_004f:
{
return;
}
}
// System.Xml.XmlNode System.Xml.XmlDocument::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_CloneNode_mEA4A11C2BBE4D785E311E3D7794EC6EDBB6049A5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___deep0, const RuntimeMethod* method)
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
{
XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9(__this, /*hidden argument*/NULL);
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(4 /* System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() */, L_0);
V_0 = L_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0;
String_t* L_3 = __this->get_baseURI_37();
NullCheck(L_2);
XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662(L_2, L_3, /*hidden argument*/NULL);
bool L_4 = ___deep0;
if (!L_4)
{
goto IL_0024;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_6 = V_0;
bool L_7 = ___deep0;
NullCheck(L_5);
XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(L_5, __this, L_6, L_7, /*hidden argument*/NULL);
}
IL_0024:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = V_0;
return L_8;
}
}
// System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_m36BE460D7EDE1D3B03CD8E71B5A6727E58491C06 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)9));
}
}
// System.Xml.XmlNode System.Xml.XmlDocument::get_ParentNode()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_get_ParentNode_mD552156C70ED30291D81FA38D882B9764AB17AC3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType()
extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(38 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, ((int32_t)10));
return ((XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)CastclassClass((RuntimeObject*)L_0, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var));
}
}
// System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration()
extern "C" IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Xml.XmlNode::get_HasChildNodes() */, __this);
if (!L_0)
{
goto IL_0014;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this);
return ((XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)IsInstClass((RuntimeObject*)L_1, XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var));
}
IL_0014:
{
return (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)NULL;
}
}
// System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation()
extern "C" IL2CPP_METHOD_ATTR XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = __this->get_implementation_1();
return L_0;
}
}
// System.String System.Xml.XmlDocument::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m6C319544F5DDC7EE34124C341CC27F837504084C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDocumentName_21();
return L_0;
}
}
// System.String System.Xml.XmlDocument::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_LocalName_m16C00226C6308A8BDCD4ED762C742BBA1ABE10FA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDocumentName_21();
return L_0;
}
}
// System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement()
extern "C" IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(38 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, 1);
return ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
}
}
// System.Boolean System.Xml.XmlDocument::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsContainer_m1C05EBDB1087D7FF7209289898E56643930E7F4C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlDocument::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlDocument_get_LastNode_m6209A361D4B27602022EE314315763C6F8A4CEA5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_3();
return L_0;
}
}
// System.Void System.Xml.XmlDocument::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_LastNode_mD90A96525B6356D879852D4CD7C8A8F940F0CD52 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_3(L_0);
return;
}
}
// System.Xml.XmlDocument System.Xml.XmlDocument::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlDocument_get_OwnerDocument_mD6015172E643A03AEFEC9B7E807770BAA14359E0 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)NULL;
}
}
// System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m01F70645BE17074A89B9E9F9528B1BA36969E4CB (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * ___value0, const RuntimeMethod* method)
{
{
XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_0 = ___value0;
__this->set_schemas_8(L_0);
return;
}
}
// System.Boolean System.Xml.XmlDocument::get_CanReportValidity()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m7CFA666813B7B0A1C93DAF91122A2FB48BB795D6 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_reportValidity_9();
return L_0;
}
}
// System.Boolean System.Xml.XmlDocument::get_HasSetResolver()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_bSetResolver_39();
return L_0;
}
}
// System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver()
extern "C" IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_resolver_38();
return L_0;
}
}
// System.Boolean System.Xml.XmlDocument::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0056;
}
}
{
int32_t L_1 = ___type0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)7)))
{
case 0:
{
goto IL_003a;
}
case 1:
{
goto IL_003a;
}
case 2:
{
goto IL_008a;
}
case 3:
{
goto IL_003c;
}
case 4:
{
goto IL_008a;
}
case 5:
{
goto IL_008a;
}
case 6:
{
goto IL_003a;
}
case 7:
{
goto IL_003a;
}
case 8:
{
goto IL_008a;
}
case 9:
{
goto IL_008a;
}
case 10:
{
goto IL_0070;
}
}
}
{
goto IL_008a;
}
IL_003a:
{
return (bool)1;
}
IL_003c:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_2 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(43 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this);
if (!L_2)
{
goto IL_0054;
}
}
{
String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral033BCE7D9B01446B3829D198A47B3395B4A44B31, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var);
}
IL_0054:
{
return (bool)1;
}
IL_0056:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_5 = XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_006e;
}
}
{
String_t* L_6 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralA7022E1824B4267D5A424BC7C7898ADD513F0E36, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var);
}
IL_006e:
{
return (bool)1;
}
IL_0070:
{
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_8 = VirtFuncInvoker0< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * >::Invoke(44 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() */, __this);
if (!L_8)
{
goto IL_0088;
}
}
{
String_t* L_9 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral1715FD53054AA18C857952F78224CC4EB18F0766, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_10 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var);
}
IL_0088:
{
return (bool)1;
}
IL_008a:
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refNode1;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___refNode1;
NullCheck(L_1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1);
if (!L_2)
{
goto IL_0033;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___refNode1;
NullCheck(L_3);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3);
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4);
V_0 = L_5;
goto IL_0033;
}
IL_001d:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6);
int32_t L_8 = ___nt0;
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_0028;
}
}
{
return (bool)1;
}
IL_0028:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___refNode1;
if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_9) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_10)))
{
goto IL_0036;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = V_0;
NullCheck(L_11);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_11);
V_0 = L_12;
}
IL_0033:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = V_0;
if (L_13)
{
goto IL_001d;
}
}
IL_0036:
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refNode1;
V_0 = L_0;
goto IL_0016;
}
IL_0004:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1);
int32_t L_3 = ___nt0;
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_000f;
}
}
{
return (bool)1;
}
IL_000f:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_0;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4);
V_0 = L_5;
}
IL_0016:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0;
if (L_6)
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlDocument::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_CanInsertAfter_mA802D37A7B5FF24DB4B68497C68926A23B1C562F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refChild1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refChild1;
if (L_0)
{
goto IL_000b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this);
___refChild1 = L_1;
}
IL_000b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___refChild1;
if (L_2)
{
goto IL_0010;
}
}
{
return (bool)1;
}
IL_0010:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___newChild0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_0053;
}
}
{
int32_t L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)7)))
{
case 0:
{
goto IL_0045;
}
case 1:
{
goto IL_0045;
}
case 2:
{
goto IL_0065;
}
case 3:
{
goto IL_0047;
}
case 4:
{
goto IL_0065;
}
case 5:
{
goto IL_0065;
}
case 6:
{
goto IL_0045;
}
case 7:
{
goto IL_0045;
}
}
}
{
goto IL_0065;
}
IL_0045:
{
return (bool)1;
}
IL_0047:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___refChild1;
bool L_8 = XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7(__this, 1, L_7, /*hidden argument*/NULL);
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
IL_0053:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___refChild1;
NullCheck(L_9);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_9);
bool L_11 = XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018(__this, ((int32_t)10), L_10, /*hidden argument*/NULL);
return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
}
IL_0065:
{
return (bool)0;
}
}
// System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___prefix0;
String_t* L_1 = __this->get_strXmlns_28();
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
String_t* L_3 = ___prefix0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002d;
}
}
{
String_t* L_5 = ___localName1;
String_t* L_6 = __this->get_strXmlns_28();
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002d;
}
}
IL_0024:
{
String_t** L_8 = ___namespaceURI2;
String_t* L_9 = __this->get_strReservedXmlns_35();
*((RuntimeObject **)L_8) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_9);
return;
}
IL_002d:
{
String_t* L_10 = ___prefix0;
String_t* L_11 = __this->get_strXml_29();
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0043;
}
}
{
String_t** L_13 = ___namespaceURI2;
String_t* L_14 = __this->get_strReservedXml_36();
*((RuntimeObject **)L_13) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_14);
}
IL_0043:
{
return;
}
}
// System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_fCDataNodesPresent_18((bool)1);
String_t* L_0 = ___data0;
XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_1 = (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *)il2cpp_codegen_object_new(XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_il2cpp_TypeInfo_var);
XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___data0;
XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_1 = (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *)il2cpp_codegen_object_new(XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D_il2cpp_TypeInfo_var);
XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
String_t* L_1 = ___publicId1;
String_t* L_2 = ___systemId2;
String_t* L_3 = ___internalSubset3;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_4 = (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)il2cpp_codegen_object_new(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var);
XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL);
return L_4;
}
}
// System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment()
extern "C" IL2CPP_METHOD_ATTR XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_0 = (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D *)il2cpp_codegen_object_new(XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_il2cpp_TypeInfo_var);
XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_7 = NULL;
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289(__this, /*hidden argument*/NULL);
V_0 = L_0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = ___elem0;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_2 = XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2(__this, L_1, /*hidden argument*/NULL);
V_1 = L_2;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_3 = V_1;
if (!L_3)
{
goto IL_00bb;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_4 = V_1;
NullCheck(L_4);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_5 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_00bb;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_6 = V_1;
NullCheck(L_6);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_7 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_8 = Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_9 = L_8;
RuntimeObject * L_10 = Box(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var, &L_9);
V_2 = (RuntimeObject*)L_10;
goto IL_00b0;
}
IL_0033:
{
RuntimeObject* L_11 = V_2;
NullCheck(L_11);
RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_11);
V_3 = ((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var));
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_13 = V_3;
NullCheck(L_13);
int32_t L_14 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0050;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
{
goto IL_00b0;
}
}
IL_0050:
{
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_4 = L_17;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_18 = V_3;
NullCheck(L_18);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_19, /*hidden argument*/NULL);
V_5 = L_20;
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_6 = L_21;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)1))))
{
goto IL_0083;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_24 = V_3;
NullCheck(L_24);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
String_t* L_26 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_25, /*hidden argument*/NULL);
V_4 = L_26;
goto IL_0098;
}
IL_0083:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_27 = V_3;
NullCheck(L_27);
String_t* L_28 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_27, /*hidden argument*/NULL);
V_4 = L_28;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_29 = V_3;
NullCheck(L_29);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_30 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_29, /*hidden argument*/NULL);
NullCheck(L_30);
String_t* L_31 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_30, /*hidden argument*/NULL);
V_6 = L_31;
}
IL_0098:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_32 = V_3;
String_t* L_33 = V_4;
String_t* L_34 = V_5;
String_t* L_35 = V_6;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_36 = XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL);
V_7 = L_36;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_37 = ___elem0;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_38 = V_7;
NullCheck(L_37);
VirtFuncInvoker1< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * >::Invoke(44 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_37, L_38);
}
IL_00b0:
{
RuntimeObject* L_39 = V_2;
NullCheck(L_39);
bool L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_39);
if (L_40)
{
goto IL_0033;
}
}
IL_00bb:
{
return;
}
}
// System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement)
extern "C" IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_1 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_2 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289(__this, /*hidden argument*/NULL);
V_0 = L_0;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = V_0;
if (!L_1)
{
goto IL_003f;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = ___elem0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_2);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689(L_4, /*hidden argument*/NULL);
G_B2_0 = L_3;
if ((((int32_t)L_5) == ((int32_t)1)))
{
G_B3_0 = L_3;
goto IL_0021;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = ___elem0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6);
G_B4_0 = L_7;
G_B4_1 = G_B2_0;
goto IL_0027;
}
IL_0021:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_8);
G_B4_0 = L_9;
G_B4_1 = G_B3_0;
}
IL_0027:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_10, G_B4_1, G_B4_0, /*hidden argument*/NULL);
V_1 = L_10;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_11 = V_0;
NullCheck(L_11);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_12 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C(L_11, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_13 = V_1;
NullCheck(L_12);
bool L_14 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_12, L_13, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
if (!L_14)
{
goto IL_003f;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_15 = V_2;
return L_15;
}
IL_003f:
{
return (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)NULL;
}
}
// System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * V_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * G_B2_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * G_B1_0 = NULL;
{
String_t* L_0 = ___attrPrefix1;
String_t* L_1 = ___attrLocalname2;
XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842(__this, L_0, L_1, (String_t**)(&___attrNamespaceURI3), /*hidden argument*/NULL);
String_t* L_2 = ___attrPrefix1;
String_t* L_3 = ___attrLocalname2;
String_t* L_4 = ___attrNamespaceURI3;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(56 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, __this, L_2, L_3, L_4);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = L_5;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_7 = ___attdef0;
NullCheck(L_7);
String_t* L_8 = SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(33 /* System.Void System.Xml.XmlNode::set_InnerXml(System.String) */, L_6, L_8);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_9 = L_6;
V_0 = ((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)IsInstClass((RuntimeObject*)L_9, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var));
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_10 = V_0;
G_B1_0 = L_9;
if (!L_10)
{
G_B2_0 = L_9;
goto IL_0031;
}
}
{
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_11 = V_0;
NullCheck(L_11);
XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47(L_11, (bool)0, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_0031:
{
return G_B2_0;
}
}
// System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_1 = (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)il2cpp_codegen_object_new(XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var);
XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___target0;
String_t* L_1 = ___data1;
XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_2 = (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *)il2cpp_codegen_object_new(XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0_il2cpp_TypeInfo_var);
XmlProcessingInstruction__ctor_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5(L_2, L_0, L_1, __this, /*hidden argument*/NULL);
return L_2;
}
}
// System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___version0;
String_t* L_1 = ___encoding1;
String_t* L_2 = ___standalone2;
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_3 = (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)il2cpp_codegen_object_new(XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var);
XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text0;
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_1 = (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *)il2cpp_codegen_object_new(XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var);
XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text0;
XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_1 = (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *)il2cpp_codegen_object_new(XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_il2cpp_TypeInfo_var);
XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text0;
XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_1 = (XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *)il2cpp_codegen_object_new(XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D_il2cpp_TypeInfo_var);
XmlWhitespace__ctor_m016512E3F1D4094C7B53F02D9799AF5303E34A64(L_1, L_0, __this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, bool ___deep1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
int32_t V_1 = 0;
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * V_2 = NULL;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_3 = NULL;
{
V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
if (L_0)
{
goto IL_0015;
}
}
{
String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral8261C17D540FE185A4FE8E1242AA0F290A2DAF51, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var);
}
IL_0015:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3);
V_1 = L_4;
int32_t L_5 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)))
{
case 0:
{
goto IL_006d;
}
case 1:
{
goto IL_00a2;
}
case 2:
{
goto IL_00c9;
}
case 3:
{
goto IL_012a;
}
case 4:
{
goto IL_0179;
}
case 5:
{
goto IL_01a6;
}
case 6:
{
goto IL_00ed;
}
case 7:
{
goto IL_00db;
}
case 8:
{
goto IL_01a6;
}
case 9:
{
goto IL_013c;
}
case 10:
{
goto IL_0164;
}
case 11:
{
goto IL_01a6;
}
case 12:
{
goto IL_0188;
}
case 13:
{
goto IL_0197;
}
case 14:
{
goto IL_01a6;
}
case 15:
{
goto IL_01a6;
}
case 16:
{
goto IL_0105;
}
}
}
{
goto IL_01a6;
}
IL_006d:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___node0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___node0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_12 = VirtFuncInvoker3< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *, String_t*, String_t*, String_t* >::Invoke(57 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_7, L_9, L_11);
V_0 = L_12;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = V_0;
XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536(__this, L_13, L_14, /*hidden argument*/NULL);
bool L_15 = ___deep1;
if (!L_15)
{
goto IL_01d4;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_17 = V_0;
bool L_18 = ___deep1;
XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_16, L_17, L_18, /*hidden argument*/NULL);
goto IL_01d4;
}
IL_00a2:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_19 = ___node0;
NullCheck(L_19);
String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_19);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_21 = ___node0;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_21);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_23 = ___node0;
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_23);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_25 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_20, L_22, L_24);
V_0 = L_25;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_27 = V_0;
XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_26, L_27, (bool)1, /*hidden argument*/NULL);
goto IL_01d4;
}
IL_00c9:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = ___node0;
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_28);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_30 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_29);
V_0 = L_30;
goto IL_01d4;
}
IL_00db:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_31 = ___node0;
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_31);
XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_33 = VirtFuncInvoker1< XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *, String_t* >::Invoke(46 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_32);
V_0 = L_33;
goto IL_01d4;
}
IL_00ed:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_34 = ___node0;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_34);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_36 = ___node0;
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_36);
XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_38 = VirtFuncInvoker2< XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *, String_t*, String_t* >::Invoke(50 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_35, L_37);
V_0 = L_38;
goto IL_01d4;
}
IL_0105:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_39 = ___node0;
V_2 = ((XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)CastclassClass((RuntimeObject*)L_39, XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var));
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_40 = V_2;
NullCheck(L_40);
String_t* L_41 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7(L_40, /*hidden argument*/NULL);
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_42 = V_2;
NullCheck(L_42);
String_t* L_43 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2(L_42, /*hidden argument*/NULL);
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_44 = V_2;
NullCheck(L_44);
String_t* L_45 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25(L_44, /*hidden argument*/NULL);
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_46 = VirtFuncInvoker3< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, L_41, L_43, L_45);
V_0 = L_46;
goto IL_01d4;
}
IL_012a:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_47 = ___node0;
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_47);
XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_49 = VirtFuncInvoker1< XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *, String_t* >::Invoke(45 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_48);
V_0 = L_49;
goto IL_01d4;
}
IL_013c:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_50 = ___node0;
V_3 = ((XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)CastclassClass((RuntimeObject*)L_50, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var));
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_51 = V_3;
NullCheck(L_51);
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_51);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_53 = V_3;
NullCheck(L_53);
String_t* L_54 = XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B(L_53, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_55 = V_3;
NullCheck(L_55);
String_t* L_56 = XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0(L_55, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_57 = V_3;
NullCheck(L_57);
String_t* L_58 = XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177(L_57, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_59 = VirtFuncInvoker4< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *, String_t*, String_t*, String_t*, String_t* >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, __this, L_52, L_54, L_56, L_58);
V_0 = L_59;
goto IL_01d4;
}
IL_0164:
{
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_60 = VirtFuncInvoker0< XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * >::Invoke(48 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, __this);
V_0 = L_60;
bool L_61 = ___deep1;
if (!L_61)
{
goto IL_01d4;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_62 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_63 = V_0;
bool L_64 = ___deep1;
XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_62, L_63, L_64, /*hidden argument*/NULL);
goto IL_01d4;
}
IL_0179:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_65 = ___node0;
NullCheck(L_65);
String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_65);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_67 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_66);
V_0 = L_67;
goto IL_01d4;
}
IL_0188:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_68 = ___node0;
NullCheck(L_68);
String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_68);
XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_70 = VirtFuncInvoker1< XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *, String_t* >::Invoke(54 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_69);
V_0 = L_70;
goto IL_01d4;
}
IL_0197:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_71 = ___node0;
NullCheck(L_71);
String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_71);
XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_73 = VirtFuncInvoker1< XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *, String_t* >::Invoke(53 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_72);
V_0 = L_73;
goto IL_01d4;
}
IL_01a6:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_74 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_75 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral0CDF833483CB5A0FDE83C0BFF07BFB962EFE688E, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_76 = ___node0;
NullCheck(L_76);
int32_t L_77 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_76);
V_1 = L_77;
RuntimeObject * L_78 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&V_1));
NullCheck(L_78);
String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78);
V_1 = *(int32_t*)UnBox(L_78);
String_t* L_80 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_74, L_75, L_79, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_81 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_81, L_80, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, NULL, XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var);
}
IL_01d4:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_82 = V_0;
return L_82;
}
}
// System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromElem0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toElem1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___fromElem0;
NullCheck(L_0);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_1 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0);
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1);
V_0 = L_2;
V_1 = 0;
goto IL_0046;
}
IL_0010:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___fromElem0;
NullCheck(L_3);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_4 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3);
int32_t L_5 = V_1;
NullCheck(L_4);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E(L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_6);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_6);
if (!L_7)
{
goto IL_0042;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___toElem1;
NullCheck(L_8);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_9 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___fromElem0;
NullCheck(L_10);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_11 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10);
int32_t L_12 = V_1;
NullCheck(L_11);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E(L_11, L_12, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F(__this, L_13, (bool)1, /*hidden argument*/NULL);
NullCheck(L_9);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_9, L_14);
}
IL_0042:
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0046:
{
int32_t L_16 = V_1;
int32_t L_17 = V_0;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0010;
}
}
{
return;
}
}
// System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toNode1, bool ___deep2, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___fromNode0;
NullCheck(L_0);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0);
V_0 = L_1;
goto IL_001f;
}
IL_0009:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___toNode1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0;
bool L_4 = ___deep2;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F(__this, L_3, L_4, /*hidden argument*/NULL);
NullCheck(L_2);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(21 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_2, L_5);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0;
NullCheck(L_6);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(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.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = __this->get_implementation_1();
NullCheck(L_0);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
String_t* L_2 = ___namespaceURI2;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_4 = (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)il2cpp_codegen_object_new(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var);
XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B(L_4, L_3, __this, /*hidden argument*/NULL);
return L_4;
}
}
// System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
String_t* L_2 = ___namespaceURI2;
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_3 = (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var);
XmlUnspecifiedAttribute__ctor_mE777BCF4E5CF4B6A6FB3A5D86B2049A0FC69A9EA(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL;
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
String_t* L_2 = ___namespaceURI2;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_4 = (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)il2cpp_codegen_object_new(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var);
XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453(L_4, L_3, (bool)1, __this, /*hidden argument*/NULL);
V_0 = L_4;
bool L_5 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0021;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0;
XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931(__this, L_6, /*hidden argument*/NULL);
}
IL_0021:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_7 = V_0;
return L_7;
}
}
// System.Boolean System.Xml.XmlDocument::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsReadOnly_mD881F7C3791463A4FC87F1DCDA14146DDAB142E3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = __this->get_entities_4();
if (L_0)
{
goto IL_0014;
}
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_1 = (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var);
XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(L_1, __this, /*hidden argument*/NULL);
__this->set_entities_4(L_1);
}
IL_0014:
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = __this->get_entities_4();
return L_2;
}
}
// System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mAFBC4BC073711D3B45877E189FF1E570F790BFED (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___value0, const RuntimeMethod* method)
{
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = ___value0;
__this->set_entities_4(L_0);
return;
}
}
// System.Boolean System.Xml.XmlDocument::get_IsLoading()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isLoading_20();
return L_0;
}
}
// System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_isLoading_20(L_0);
return;
}
}
// System.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m9F8DE695A8F1A59FC0E462470ACC264C1265172F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_actualLoadingStatus_10();
return L_0;
}
}
// System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader)
extern "C" IL2CPP_METHOD_ATTR XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * ___tr0, const RuntimeMethod* method)
{
{
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_0 = ___tr0;
NullCheck(L_0);
XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m6A9B67366EDD15B41F82AD9146049814BF55F3B5(L_0, (bool)1, /*hidden argument*/NULL);
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_1 = ___tr0;
NullCheck(L_1);
XmlTextReader_set_EntityHandling_mE9E41D529265DB4C3A4291D96CF36C6792685025(L_1, 2, /*hidden argument*/NULL);
bool L_2 = XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_3 = ___tr0;
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_4 = XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA(__this, /*hidden argument*/NULL);
NullCheck(L_3);
XmlTextReader_set_XmlResolver_mD329CDE112F1C8F2185020475C4E6B3CE334EFBA(L_3, L_4, /*hidden argument*/NULL);
}
IL_0022:
{
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_5 = ___tr0;
return L_5;
}
}
// System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(__this, (bool)1, /*hidden argument*/NULL);
__this->set_actualLoadingStatus_10((bool)1);
VirtActionInvoker0::Invoke(35 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this);
__this->set_fEntRefNodesPresent_17((bool)0);
__this->set_fCDataNodesPresent_18((bool)0);
__this->set_reportValidity_9((bool)1);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = ___reader0;
bool L_2 = __this->get_preserveWhitespace_19();
NullCheck(L_0);
XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE(L_0, __this, L_1, L_2, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x53, FINALLY_003d);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003d;
}
FINALLY_003d:
{ // begin finally (depth: 1)
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(__this, (bool)0, /*hidden argument*/NULL);
__this->set_actualLoadingStatus_10((bool)0);
__this->set_reportValidity_9((bool)1);
IL2CPP_END_FINALLY(61)
} // end finally (depth: 1)
IL2CPP_CLEANUP(61)
{
IL2CPP_JUMP_TBL(0x53, IL_0053)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0053:
{
return;
}
}
// System.Void System.Xml.XmlDocument::LoadXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___xml0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
String_t* L_0 = ___xml0;
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)il2cpp_codegen_object_new(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var);
StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17(L_1, L_0, /*hidden argument*/NULL);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(__this, /*hidden argument*/NULL);
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_3 = (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C *)il2cpp_codegen_object_new(XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var);
XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C(L_3, L_1, L_2, /*hidden argument*/NULL);
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_4 = XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004(__this, L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0018:
try
{ // begin try (depth: 1)
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_5 = V_0;
VirtActionInvoker1< XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * >::Invoke(58 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_5);
IL2CPP_LEAVE(0x28, FINALLY_0021);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0021;
}
FINALLY_0021:
{ // begin finally (depth: 1)
XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_6 = V_0;
NullCheck(L_6);
VirtActionInvoker0::Invoke(23 /* System.Void System.Xml.XmlReader::Close() */, L_6);
IL2CPP_END_FINALLY(33)
} // end finally (depth: 1)
IL2CPP_CLEANUP(33)
{
IL2CPP_JUMP_TBL(0x28, IL_0028)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0028:
{
return;
}
}
// System.Void System.Xml.XmlDocument::set_InnerXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_InnerXml_m87FCECF71106ECA4F6E90DF4BAFDD64A32A5A96B (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
VirtActionInvoker1< String_t* >::Invoke(59 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, __this, L_0);
return;
}
}
// System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction)
extern "C" IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldParent1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_reportValidity_9((bool)0);
int32_t L_0 = ___action5;
switch (L_0)
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_002e;
}
case 2:
{
goto IL_0040;
}
}
}
{
goto IL_0052;
}
IL_001c:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_1 = __this->get_onNodeInsertingDelegate_11();
if (L_1)
{
goto IL_0052;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_2 = __this->get_onNodeInsertedDelegate_12();
if (L_2)
{
goto IL_0052;
}
}
{
return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL;
}
IL_002e:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_3 = __this->get_onNodeRemovingDelegate_13();
if (L_3)
{
goto IL_0052;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeRemovedDelegate_14();
if (L_4)
{
goto IL_0052;
}
}
{
return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL;
}
IL_0040:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeChangingDelegate_15();
if (L_5)
{
goto IL_0052;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_6 = __this->get_onNodeChangedDelegate_16();
if (L_6)
{
goto IL_0052;
}
}
{
return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL;
}
IL_0052:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___oldParent1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___newParent2;
String_t* L_10 = ___oldValue3;
String_t* L_11 = ___newValue4;
int32_t L_12 = ___action5;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var);
XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0(L_13, L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_0 = __this->get_onNodeInsertingDelegate_11();
if (L_0)
{
goto IL_0012;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_1 = __this->get_onNodeInsertedDelegate_12();
if (L_1)
{
goto IL_0012;
}
}
{
return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL;
}
IL_0012:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_2);
V_0 = L_3;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newParent1;
String_t* L_6 = V_0;
String_t* L_7 = V_0;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_8 = (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var);
XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0(L_8, L_4, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL, L_5, L_6, L_7, 0, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Xml.XmlDocument::BeforeEvent(System.Xml.XmlNodeChangedEventArgs)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_BeforeEvent_mC9C52BFEBE36A16979EE5F787BEF93F62754B282 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0;
if (!L_0)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_1 = ___args0;
NullCheck(L_1);
int32_t L_2 = XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972(L_1, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (L_3)
{
case 0:
{
goto IL_001d;
}
case 1:
{
goto IL_0033;
}
case 2:
{
goto IL_0049;
}
}
}
{
return;
}
IL_001d:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeInsertingDelegate_11();
if (!L_4)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeInsertingDelegate_11();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = ___args0;
NullCheck(L_5);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_5, __this, L_6, /*hidden argument*/NULL);
return;
}
IL_0033:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_7 = __this->get_onNodeRemovingDelegate_13();
if (!L_7)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_8 = __this->get_onNodeRemovingDelegate_13();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_9 = ___args0;
NullCheck(L_8);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_8, __this, L_9, /*hidden argument*/NULL);
return;
}
IL_0049:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_10 = __this->get_onNodeChangingDelegate_15();
if (!L_10)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_11 = __this->get_onNodeChangingDelegate_15();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = ___args0;
NullCheck(L_11);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_11, __this, L_12, /*hidden argument*/NULL);
}
IL_005e:
{
return;
}
}
// System.Void System.Xml.XmlDocument::AfterEvent(System.Xml.XmlNodeChangedEventArgs)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AfterEvent_m12C3ECC4856FB3E75B786F34184331BB010B18D8 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0;
if (!L_0)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_1 = ___args0;
NullCheck(L_1);
int32_t L_2 = XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972(L_1, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (L_3)
{
case 0:
{
goto IL_001d;
}
case 1:
{
goto IL_0033;
}
case 2:
{
goto IL_0049;
}
}
}
{
return;
}
IL_001d:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeInsertedDelegate_12();
if (!L_4)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeInsertedDelegate_12();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = ___args0;
NullCheck(L_5);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_5, __this, L_6, /*hidden argument*/NULL);
return;
}
IL_0033:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_7 = __this->get_onNodeRemovedDelegate_14();
if (!L_7)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_8 = __this->get_onNodeRemovedDelegate_14();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_9 = ___args0;
NullCheck(L_8);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_8, __this, L_9, /*hidden argument*/NULL);
return;
}
IL_0049:
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_10 = __this->get_onNodeChangedDelegate_16();
if (!L_10)
{
goto IL_005e;
}
}
{
XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_11 = __this->get_onNodeChangedDelegate_16();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = ___args0;
NullCheck(L_11);
XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_11, __this, L_12, /*hidden argument*/NULL);
}
IL_005e:
{
return;
}
}
// System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_3 = NULL;
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289(__this, /*hidden argument*/NULL);
V_0 = L_0;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = ___elem0;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_2 = XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2(__this, L_1, /*hidden argument*/NULL);
V_1 = L_2;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_3 = V_1;
if (!L_3)
{
goto IL_00b0;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_4 = V_1;
NullCheck(L_4);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_5 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_00b0;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_6 = V_1;
NullCheck(L_6);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_7 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_8 = Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_9 = L_8;
RuntimeObject * L_10 = Box(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var, &L_9);
V_2 = (RuntimeObject*)L_10;
goto IL_00a8;
}
IL_0033:
{
RuntimeObject* L_11 = V_2;
NullCheck(L_11);
RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_11);
V_3 = ((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var));
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_13 = V_3;
NullCheck(L_13);
int32_t L_14 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0050;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
{
goto IL_00a8;
}
}
IL_0050:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_17 = V_3;
NullCheck(L_17);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_18 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
String_t* L_19 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_18, /*hidden argument*/NULL);
String_t* L_20 = ___attrLocalname2;
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00a8;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)1))))
{
goto IL_007f;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_24 = V_3;
NullCheck(L_24);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
String_t* L_26 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_25, /*hidden argument*/NULL);
String_t* L_27 = ___attrPrefix1;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, L_27, /*hidden argument*/NULL);
if (L_28)
{
goto IL_009c;
}
}
IL_007f:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_29 = V_0;
NullCheck(L_29);
int32_t L_30 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689(L_29, /*hidden argument*/NULL);
if ((((int32_t)L_30) == ((int32_t)1)))
{
goto IL_00a8;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_31 = V_3;
NullCheck(L_31);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_32 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_31, /*hidden argument*/NULL);
NullCheck(L_32);
String_t* L_33 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_32, /*hidden argument*/NULL);
String_t* L_34 = ___attrNamespaceURI3;
bool L_35 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, L_34, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_00a8;
}
}
IL_009c:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_36 = V_3;
String_t* L_37 = ___attrPrefix1;
String_t* L_38 = ___attrLocalname2;
String_t* L_39 = ___attrNamespaceURI3;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_40 = XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_00a8:
{
RuntimeObject* L_41 = V_2;
NullCheck(L_41);
bool L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_41);
if (L_42)
{
goto IL_0033;
}
}
IL_00b0:
{
return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL;
}
}
// System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * V_0 = NULL;
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_0 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(43 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this);
if (!L_0)
{
goto IL_0024;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_1 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(43 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this);
NullCheck(L_1);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A(L_1, /*hidden argument*/NULL);
V_0 = L_2;
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_3 = V_0;
if (!L_3)
{
goto IL_0024;
}
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_4 = V_0;
String_t* L_5 = ___name0;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, String_t* >::Invoke(5 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_4, L_5);
return ((XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)CastclassClass((RuntimeObject*)L_6, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var));
}
IL_0024:
{
return (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)NULL;
}
}
// System.String System.Xml.XmlDocument::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_BaseURI_m2F7A5B38EBB47D1C54EA1103082F43ACB3F67337 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_baseURI_37();
return L_0;
}
}
// System.Void System.Xml.XmlDocument::SetBaseURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___inBaseURI0;
__this->set_baseURI_37(L_0);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlDocument::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_0 = NULL;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_1 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___newChild0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0);
bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(23 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_1);
if (L_2)
{
goto IL_001e;
}
}
{
String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var);
}
IL_001e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newChild0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this);
bool L_7 = VirtFuncInvoker2< bool, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(24 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_5, L_6);
if (L_7)
{
goto IL_003d;
}
}
{
String_t* L_8 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var);
}
IL_003d:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___newChild0;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_11 = XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465(__this, L_10, __this, /*hidden argument*/NULL);
V_0 = L_11;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = V_0;
if (!L_12)
{
goto IL_0050;
}
}
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = V_0;
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_13);
}
IL_0050:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___newChild0;
V_1 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_14, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var));
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_15 = __this->get_lastChild_3();
if (L_15)
{
goto IL_0068;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_1;
NullCheck(L_16);
L_16->set_next_1(L_17);
goto IL_0085;
}
IL_0068:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = __this->get_lastChild_3();
NullCheck(L_19);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_20 = L_19->get_next_1();
NullCheck(L_18);
L_18->set_next_1(L_20);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = __this->get_lastChild_3();
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_22 = V_1;
NullCheck(L_21);
L_21->set_next_1(L_22);
}
IL_0085:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_1;
__this->set_lastChild_3(L_23);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_1;
NullCheck(L_24);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_24, __this);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_25 = V_0;
if (!L_25)
{
goto IL_009d;
}
}
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_26 = V_0;
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_26);
}
IL_009d:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_27 = V_1;
return L_27;
}
}
// System.Void System.Xml.XmlDocument::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_0 = (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 *)il2cpp_codegen_object_new(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var);
EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E(L_0, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_EmptyEnumerator_41(L_0);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_1 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_1, 0, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_NotKnownSchemaInfo_42(L_1);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_2 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_2, 1, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_ValidSchemaInfo_43(L_2);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_3 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_3, 2, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_InvalidSchemaInfo_44(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDocument0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12(__this, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___ownerDocument0;
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, XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A_RuntimeMethod_var);
}
IL_0019:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = ___ownerDocument0;
((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0(L_3);
return;
}
}
// System.String System.Xml.XmlDocumentFragment::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_Name_m6B776853CD1011DDBC28D043955AB9F0AFD33EFB (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __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_strDocumentFragmentName_22();
return L_1;
}
}
// System.String System.Xml.XmlDocumentFragment::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_LocalName_m8EAC3F316A1D7F51E894A373DC7856E8E83EE710 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __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_strDocumentFragmentName_22();
return L_1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlDocumentFragment::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_NodeType_mCFFD6BE7452D7F527EE30F43893D61B8F5394A8C (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)11));
}
}
// System.Xml.XmlNode System.Xml.XmlDocumentFragment::get_ParentNode()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocumentFragment_get_ParentNode_mD1134D5498A621E7B9E52778598F9F2E5264E512 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, const RuntimeMethod* method)
{
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlDocumentFragment_get_OwnerDocument_mF54B2ED7CCC26FFC4F965150601B935C9D4EC99A (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentFragment_get_OwnerDocument_mF54B2ED7CCC26FFC4F965150601B935C9D4EC99A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
return ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)CastclassClass((RuntimeObject*)L_0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var));
}
}
// System.Void System.Xml.XmlDocumentFragment::set_InnerXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_InnerXml_m01A6B21978AC3C1B3BC8AED1A90148C92D161F24 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentFragment_set_InnerXml_m01A6B21978AC3C1B3BC8AED1A90148C92D161F24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker0::Invoke(35 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59(L_0, __this, L_1, 1, /*hidden argument*/NULL);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlDocumentFragment::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocumentFragment_CloneNode_mDB418931606F17FC192F93010BBCBF52402D44BD (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, bool ___deep0, const RuntimeMethod* method)
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * V_1 = 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;
NullCheck(L_1);
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_2 = VirtFuncInvoker0< XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * >::Invoke(48 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, L_1);
V_1 = L_2;
bool L_3 = ___deep0;
if (!L_3)
{
goto IL_001a;
}
}
{
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_4 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0;
bool L_6 = ___deep0;
NullCheck(L_4);
VirtActionInvoker3< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(27 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_4, L_5, __this, L_6);
}
IL_001a:
{
XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_7 = V_1;
return L_7;
}
}
// System.Boolean System.Xml.XmlDocumentFragment::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentFragment_get_IsContainer_mEE8D4E4E356317EA8E3FE70FAA6A027486B9B408 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlDocumentFragment_get_LastNode_m8F7BCBC160BBA3990AF33235E60D646591AF8C15 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_1();
return L_0;
}
}
// System.Void System.Xml.XmlDocumentFragment::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_LastNode_m77858D0B389F9FF155DDEFF2361464D7AA14BBDA (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_1(L_0);
return;
}
}
// System.Boolean System.Xml.XmlDocumentFragment::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentFragment_IsValidChildType_mAC02C18726D425655B4053D563E0891624EE73AC (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, int32_t ___type0, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
{
int32_t L_0 = ___type0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_004e;
}
case 1:
{
goto IL_0068;
}
case 2:
{
goto IL_004e;
}
case 3:
{
goto IL_004e;
}
case 4:
{
goto IL_004e;
}
case 5:
{
goto IL_0068;
}
case 6:
{
goto IL_004e;
}
case 7:
{
goto IL_004e;
}
case 8:
{
goto IL_0068;
}
case 9:
{
goto IL_0068;
}
case 10:
{
goto IL_0068;
}
case 11:
{
goto IL_0068;
}
case 12:
{
goto IL_004e;
}
case 13:
{
goto IL_004e;
}
case 14:
{
goto IL_0068;
}
case 15:
{
goto IL_0068;
}
case 16:
{
goto IL_0050;
}
}
}
{
goto IL_0068;
}
IL_004e:
{
return (bool)1;
}
IL_0050:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this);
V_0 = L_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0;
if (!L_2)
{
goto IL_0064;
}
}
{
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)((int32_t)17))))
{
goto IL_0066;
}
}
IL_0064:
{
return (bool)1;
}
IL_0066:
{
return (bool)0;
}
IL_0068:
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlDocumentFragment::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentFragment_CanInsertAfter_mADF551F6D80D7474CAE2D51887AA4B755100A6F3 (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refChild1, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___newChild0;
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)17)))))
{
goto IL_0019;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___refChild1;
if (L_2)
{
goto IL_0017;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_3 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this);
return (bool)((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0017:
{
return (bool)0;
}
IL_0019:
{
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.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc4;
XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
__this->set_name_2(L_1);
String_t* L_2 = ___publicId1;
__this->set_publicId_3(L_2);
String_t* L_3 = ___systemId2;
__this->set_systemId_4(L_3);
__this->set_namespaces_6((bool)1);
String_t* L_4 = ___internalSubset3;
__this->set_internalSubset_5(L_4);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc4;
NullCheck(L_5);
bool L_6 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0050;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = ___doc4;
NullCheck(L_7);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_7, (bool)1, /*hidden argument*/NULL);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_8 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_8, /*hidden argument*/NULL);
NullCheck(L_8);
XmlLoader_ParseDocumentType_mA36D696437FE17D5B287039D46BCBCE5301AB837(L_8, __this, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_9 = ___doc4;
NullCheck(L_9);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_9, (bool)0, /*hidden argument*/NULL);
}
IL_0050:
{
return;
}
}
// System.String System.Xml.XmlDocumentType::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_Name_m1AD33BED673249FB1F704F19A1A9D705ABF6FD1C (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_2();
return L_0;
}
}
// System.String System.Xml.XmlDocumentType::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_LocalName_mD354665CBCAFDD0BAFBB5D9FB7AC6B596001C6F3 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_2();
return L_0;
}
}
// System.Xml.XmlNodeType System.Xml.XmlDocumentType::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentType_get_NodeType_m3DF8ACD66E13DD9C1E9C358E0C3F148EBCE5627C (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Xml.XmlNode System.Xml.XmlDocumentType::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocumentType_CloneNode_m6ED27F29AE12ED645CEC787617D7C535CD363ED0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __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_name_2();
String_t* L_2 = __this->get_publicId_3();
String_t* L_3 = __this->get_systemId_4();
String_t* L_4 = __this->get_internalSubset_5();
NullCheck(L_0);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_5 = VirtFuncInvoker4< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *, String_t*, String_t*, String_t*, String_t* >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Boolean System.Xml.XmlDocumentType::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentType_get_IsReadOnly_m2338C02B224CD06180B75E96C4BB858555908273 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = __this->get_entities_7();
if (L_0)
{
goto IL_0014;
}
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_1 = (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var);
XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(L_1, __this, /*hidden argument*/NULL);
__this->set_entities_7(L_1);
}
IL_0014:
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = __this->get_entities_7();
return L_2;
}
}
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Notations()
extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocumentType_get_Notations_m41D566BD2C4C7D09849A73BD8C0E5AF8F951ECA0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocumentType_get_Notations_m41D566BD2C4C7D09849A73BD8C0E5AF8F951ECA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = __this->get_notations_8();
if (L_0)
{
goto IL_0014;
}
}
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_1 = (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var);
XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(L_1, __this, /*hidden argument*/NULL);
__this->set_notations_8(L_1);
}
IL_0014:
{
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = __this->get_notations_8();
return L_2;
}
}
// System.String System.Xml.XmlDocumentType::get_PublicId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_publicId_3();
return L_0;
}
}
// System.String System.Xml.XmlDocumentType::get_SystemId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_systemId_4();
return L_0;
}
}
// System.String System.Xml.XmlDocumentType::get_InternalSubset()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_internalSubset_5();
return L_0;
}
}
// System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces()
extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_mB6D3E3A481DA4675723BF65E5358757329ECA2D8 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_namespaces_6();
return L_0;
}
}
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo()
extern "C" IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocumentType_get_DtdSchemaInfo_mCEE58EF956888972E977F84DE37F03317901A91D (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = __this->get_schemaInfo_9();
return L_0;
}
}
// System.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m8EF882298584A7201F6FECAD786018FF3791A208 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___value0, const RuntimeMethod* method)
{
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = ___value0;
__this->set_schemaInfo_9(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream System.Xml.XmlDownloadManager::GetStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDownloadManager_GetStream_mD7A14E8675B8CAE8AC4AF96D53CD430024A60525_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL);
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0;
NullCheck(L_3);
String_t* L_4 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_3, /*hidden argument*/NULL);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_5 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_m4DC05D41FB4913FBEC94E42F27DD4A7F7E4225BE(L_5, L_4, 3, 1, 1, 1, /*hidden argument*/NULL);
return L_5;
}
IL_0022:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0;
RuntimeObject* L_7 = ___credentials1;
RuntimeObject* L_8 = ___proxy2;
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_9 = ___cachePolicy3;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDownloadManager_GetNonFileStream_mB254CBDF76657908A88D7170B723A198013C49C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * V_0 = NULL;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_1 = NULL;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_2 = NULL;
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * V_3 = NULL;
bool V_4 = false;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * V_5 = NULL;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_1 = WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___credentials1;
if (!L_2)
{
goto IL_0011;
}
}
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_3 = V_0;
RuntimeObject* L_4 = ___credentials1;
NullCheck(L_3);
VirtActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_3, L_4);
}
IL_0011:
{
RuntimeObject* L_5 = ___proxy2;
if (!L_5)
{
goto IL_001b;
}
}
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = V_0;
RuntimeObject* L_7 = ___proxy2;
NullCheck(L_6);
VirtActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_6, L_7);
}
IL_001b:
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_8 = ___cachePolicy3;
if (!L_8)
{
goto IL_0027;
}
}
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_9 = V_0;
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_10 = ___cachePolicy3;
NullCheck(L_9);
VirtActionInvoker1< RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_9, L_10);
}
IL_0027:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_11 = V_0;
NullCheck(L_11);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_12 = VirtFuncInvoker0< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * >::Invoke(19 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_11);
V_1 = L_12;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_13 = V_0;
V_2 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_13, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = V_2;
if (!L_14)
{
goto IL_0104;
}
}
{
V_3 = __this;
V_4 = (bool)0;
}
IL_0040:
try
{ // begin try (depth: 1)
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_15 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_15, (bool*)(&V_4), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_16 = __this->get_connections_0();
if (L_16)
{
goto IL_005b;
}
}
IL_0050:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_17 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_17, /*hidden argument*/NULL);
__this->set_connections_0(L_17);
}
IL_005b:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = __this->get_connections_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_19 = V_2;
NullCheck(L_19);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
String_t* L_21 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_21);
V_5 = ((OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 *)CastclassClass((RuntimeObject*)L_22, OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var));
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_23 = V_5;
if (L_23)
{
goto IL_0083;
}
}
IL_007c:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_24 = (OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 *)il2cpp_codegen_object_new(OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var);
OpenedHost__ctor_m3AF9C5577C4805AF5828561C40152FC1F37BB7DA(L_24, /*hidden argument*/NULL);
V_5 = L_24;
}
IL_0083:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_25 = V_5;
NullCheck(L_25);
int32_t L_26 = L_25->get_nonCachedConnectionsCount_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_27 = V_2;
NullCheck(L_27);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_28 = HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
int32_t L_29 = ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D(L_28, /*hidden argument*/NULL);
if ((((int32_t)L_26) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)))))
{
goto IL_00e4;
}
}
IL_0099:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_30 = V_5;
NullCheck(L_30);
int32_t L_31 = L_30->get_nonCachedConnectionsCount_0();
if (L_31)
{
goto IL_00ba;
}
}
IL_00a2:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_32 = __this->get_connections_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_33 = V_2;
NullCheck(L_33);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
String_t* L_35 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_34, /*hidden argument*/NULL);
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_36 = V_5;
NullCheck(L_32);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36);
}
IL_00ba:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_37 = V_5;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_38 = L_37;
NullCheck(L_38);
int32_t L_39 = L_38->get_nonCachedConnectionsCount_0();
NullCheck(L_38);
L_38->set_nonCachedConnectionsCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)));
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_40 = V_1;
NullCheck(L_40);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_40);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_42 = V_2;
NullCheck(L_42);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_43 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_42, /*hidden argument*/NULL);
NullCheck(L_43);
String_t* L_44 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_43, /*hidden argument*/NULL);
XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * L_45 = (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 *)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662_il2cpp_TypeInfo_var);
XmlRegisteredNonCachedStream__ctor_m88EEA1BE0454C16CC78B0EF11E48D132B8C67A29(L_45, L_41, __this, L_44, /*hidden argument*/NULL);
V_6 = L_45;
IL2CPP_LEAVE(0x10B, FINALLY_00f9);
}
IL_00e4:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_46 = V_1;
NullCheck(L_46);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_47 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(12 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_46);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_48 = V_1;
NullCheck(L_48);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_49 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_48);
XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 * L_50 = (XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 *)il2cpp_codegen_object_new(XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56_il2cpp_TypeInfo_var);
XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B(L_50, L_47, L_49, /*hidden argument*/NULL);
V_6 = L_50;
IL2CPP_LEAVE(0x10B, FINALLY_00f9);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f9;
}
FINALLY_00f9:
{ // begin finally (depth: 1)
{
bool L_51 = V_4;
if (!L_51)
{
goto IL_0103;
}
}
IL_00fd:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_52 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_52, /*hidden argument*/NULL);
}
IL_0103:
{
IL2CPP_END_FINALLY(249)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(249)
{
IL2CPP_JUMP_TBL(0x10B, IL_010b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0104:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_53 = V_1;
NullCheck(L_53);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_54 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_53);
return L_54;
}
IL_010b:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_55 = V_6;
return L_55;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDownloadManager_Remove_m01B83E693072CFD8CAA58FC05278BD288088AF39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * V_0 = NULL;
bool V_1 = false;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * V_2 = NULL;
int32_t V_3 = 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);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_connections_0();
String_t* L_2 = ___host0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2);
V_2 = ((OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 *)CastclassClass((RuntimeObject*)L_3, OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var));
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_4 = V_2;
if (!L_4)
{
goto IL_0040;
}
}
IL_0021:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_5 = V_2;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_6 = L_5;
NullCheck(L_6);
int32_t L_7 = L_6->get_nonCachedConnectionsCount_0();
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
int32_t L_8 = V_3;
NullCheck(L_6);
L_6->set_nonCachedConnectionsCount_0(L_8);
int32_t L_9 = V_3;
if (L_9)
{
goto IL_0040;
}
}
IL_0034:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_connections_0();
String_t* L_11 = ___host0;
NullCheck(L_10);
VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_10, L_11);
}
IL_0040:
{
IL2CPP_LEAVE(0x4C, FINALLY_0042);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0042;
}
FINALLY_0042:
{ // begin finally (depth: 1)
{
bool L_12 = V_1;
if (!L_12)
{
goto IL_004b;
}
}
IL_0045:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_13 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
}
IL_004b:
{
IL2CPP_END_FINALLY(66)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(66)
{
IL2CPP_JUMP_TBL(0x4C, IL_004c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004c:
{
return;
}
}
// System.Threading.Tasks.Task`1<System.IO.Stream> System.Xml.XmlDownloadManager::GetStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * XmlDownloadManager_GetStreamAsync_m39DCD22D4B46A17B36D223C5BB8C818B40D4856A (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDownloadManager_GetStreamAsync_m39DCD22D4B46A17B36D223C5BB8C818B40D4856A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * V_0 = NULL;
{
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * L_0 = (U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass4_0__ctor_mFE92FE37BF20ECE12352979F4B30B36120F650FD(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * L_1 = V_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
NullCheck(L_1);
L_1->set_uri_0(L_2);
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * L_3 = V_0;
NullCheck(L_3);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = L_3->get_uri_0();
NullCheck(L_4);
String_t* L_5 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_4, /*hidden argument*/NULL);
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0036;
}
}
{
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * L_7 = V_0;
Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC * L_8 = (Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC *)il2cpp_codegen_object_new(Func_1_tF4352FCFF143E795C0D762BB22D817C4457922EC_il2cpp_TypeInfo_var);
Func_1__ctor_m01A998C67EF5BB6BDEB26C5AF8A91983E9D80814(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mF80C9DC4D92DC8968201764AEADC541CE0549664_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m01A998C67EF5BB6BDEB26C5AF8A91983E9D80814_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * L_9 = Task_Run_TisStream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_mCF589D34FB48EFA2AFBCB8199682144F9D550ED7(L_8, /*hidden argument*/Task_Run_TisStream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_mCF589D34FB48EFA2AFBCB8199682144F9D550ED7_RuntimeMethod_var);
return L_9;
}
IL_0036:
{
U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * L_10 = V_0;
NullCheck(L_10);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = L_10->get_uri_0();
RuntimeObject* L_12 = ___credentials1;
RuntimeObject* L_13 = ___proxy2;
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_14 = ___cachePolicy3;
Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * L_15 = XmlDownloadManager_GetNonFileStreamAsync_m0D2256B1662784B2EE99163A103F9EDC40B622C6(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Threading.Tasks.Task`1<System.IO.Stream> System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * XmlDownloadManager_GetNonFileStreamAsync_m0D2256B1662784B2EE99163A103F9EDC40B622C6 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___cachePolicy3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDownloadManager_GetNonFileStreamAsync_m0D2256B1662784B2EE99163A103F9EDC40B622C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD V_0;
memset(&V_0, 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C V_1;
memset(&V_1, 0, sizeof(V_1));
{
(&V_0)->set_U3CU3E4__this_7(__this);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
(&V_0)->set_uri_2(L_0);
RuntimeObject* L_1 = ___credentials1;
(&V_0)->set_credentials_3(L_1);
RuntimeObject* L_2 = ___proxy2;
(&V_0)->set_proxy_4(L_2);
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_3 = ___cachePolicy3;
(&V_0)->set_cachePolicy_5(L_3);
IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C L_4 = AsyncTaskMethodBuilder_1_Create_mE990EBE247374CEF78C09BAC4A1845B42E2AF225(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mE990EBE247374CEF78C09BAC4A1845B42E2AF225_RuntimeMethod_var);
(&V_0)->set_U3CU3Et__builder_1(L_4);
(&V_0)->set_U3CU3E1__state_0((-1));
U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD L_5 = V_0;
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C L_6 = L_5.get_U3CU3Et__builder_1();
V_1 = L_6;
AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mB5EDF27E6DFE24E82D749BCCAB16631D3AC6A1C2((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)(&V_1), (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mB5EDF27E6DFE24E82D749BCCAB16631D3AC6A1C2_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1();
Task_1_tAA7557E5A6A8B2C89E44907CB5B0502A618E9D01 * L_8 = AsyncTaskMethodBuilder_1_get_Task_m638684DB3092DA761CD7ABE7A0A10D26A18FF017((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m638684DB3092DA761CD7ABE7A0A10D26A18FF017_RuntimeMethod_var);
return L_8;
}
}
// System.Void System.Xml.XmlDownloadManager::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlDownloadManager__ctor_mF13307004D49134611C0246153CEBF94E3844A27 (XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * __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.XmlDownloadManager_<>c__DisplayClass4_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mFE92FE37BF20ECE12352979F4B30B36120F650FD (U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.IO.Stream System.Xml.XmlDownloadManager_<>c__DisplayClass4_0::<GetStreamAsync>b__0()
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mF80C9DC4D92DC8968201764AEADC541CE0549664 (U3CU3Ec__DisplayClass4_0_t3ACDC2689F2B898B5FF0FCAD6F78C844E100F6E3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mF80C9DC4D92DC8968201764AEADC541CE0549664_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_uri_0();
NullCheck(L_0);
String_t* L_1 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_0, /*hidden argument*/NULL);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E(L_2, L_1, 3, 1, 1, 1, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::MoveNext()
extern "C" IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58 (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * V_1 = NULL;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_2 = NULL;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_3 = NULL;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_4 = NULL;
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE V_5;
memset(&V_5, 0, sizeof(V_5));
ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E V_6;
memset(&V_6, 0, sizeof(V_6));
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * V_7 = NULL;
bool V_8 = false;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * V_9 = NULL;
Exception_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);
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_1 = __this->get_U3CU3E4__this_7();
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_00dd;
}
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = __this->get_uri_2();
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_4 = WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9(L_3, /*hidden argument*/NULL);
__this->set_U3CreqU3E5__1_6(L_4);
RuntimeObject* L_5 = __this->get_credentials_3();
if (!L_5)
{
goto IL_003e;
}
}
IL_002d:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = __this->get_U3CreqU3E5__1_6();
RuntimeObject* L_7 = __this->get_credentials_3();
NullCheck(L_6);
VirtActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_6, L_7);
}
IL_003e:
{
RuntimeObject* L_8 = __this->get_proxy_4();
if (!L_8)
{
goto IL_0057;
}
}
IL_0046:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_9 = __this->get_U3CreqU3E5__1_6();
RuntimeObject* L_10 = __this->get_proxy_4();
NullCheck(L_9);
VirtActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_9, L_10);
}
IL_0057:
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_11 = __this->get_cachePolicy_5();
if (!L_11)
{
goto IL_0070;
}
}
IL_005f:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_12 = __this->get_U3CreqU3E5__1_6();
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_13 = __this->get_cachePolicy_5();
NullCheck(L_12);
VirtActionInvoker1< RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_12, L_13);
}
IL_0070:
{
IL2CPP_RUNTIME_CLASS_INIT(Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74_il2cpp_TypeInfo_var);
TaskFactory_1_t175886C758A2A2231D87CEA1C912FEDB175A463B * L_14 = Task_1_get_Factory_m5ADD080BA35E61C565B2365EDAAC5DB521D33335(/*hidden argument*/Task_1_get_Factory_m5ADD080BA35E61C565B2365EDAAC5DB521D33335_RuntimeMethod_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_15 = __this->get_U3CreqU3E5__1_6();
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_16 = L_15;
Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 * L_17 = (Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389 *)il2cpp_codegen_object_new(Func_3_t6A1C1E9DB0DAD7550969DDCAECE2AAF2309BE389_il2cpp_TypeInfo_var);
Func_3__ctor_mC3E65DE676CAC27AE04F5FA120C9B20B8541852F(L_17, L_16, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_16, 20)), /*hidden argument*/Func_3__ctor_mC3E65DE676CAC27AE04F5FA120C9B20B8541852F_RuntimeMethod_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_18 = __this->get_U3CreqU3E5__1_6();
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_19 = L_18;
Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE * L_20 = (Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE *)il2cpp_codegen_object_new(Func_2_t86882E4E290CEF7F69DDF23D5524920CE3DC8BAE_il2cpp_TypeInfo_var);
Func_2__ctor_m3189865517981FC6D3F9F4C6FCDBD35C0484EECB(L_20, L_19, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_19, 21)), /*hidden argument*/Func_2__ctor_m3189865517981FC6D3F9F4C6FCDBD35C0484EECB_RuntimeMethod_var);
NullCheck(L_14);
Task_1_t59405D5FAC70EF0481DA7783410224C07E3C9C74 * L_21 = TaskFactory_1_FromAsync_m01A33573F6D27FD847E49B16E99E3372840D1958(L_14, L_17, L_20, NULL, /*hidden argument*/TaskFactory_1_FromAsync_m01A33573F6D27FD847E49B16E99E3372840D1958_RuntimeMethod_var);
NullCheck(L_21);
ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E L_22 = Task_1_ConfigureAwait_m085B9A84CAEF327AA53907EA221898DA6C8FA32B(L_21, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m085B9A84CAEF327AA53907EA221898DA6C8FA32B_RuntimeMethod_var);
V_6 = L_22;
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE L_23 = ConfiguredTaskAwaitable_1_GetAwaiter_m066DC13AC90EC7DE013A029F4EEF0498A30C0D2C((ConfiguredTaskAwaitable_1_t4C3097CACC09A290FBD56EDC0AFC8D6BF390D65E *)(&V_6), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m066DC13AC90EC7DE013A029F4EEF0498A30C0D2C_RuntimeMethod_var);
V_5 = L_23;
bool L_24 = ConfiguredTaskAwaiter_get_IsCompleted_mE822C2E2AB16A1AC08459766114C29017DE0F978((ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_mE822C2E2AB16A1AC08459766114C29017DE0F978_RuntimeMethod_var);
if (L_24)
{
goto IL_00fa;
}
}
IL_00b9:
{
int32_t L_25 = 0;
V_0 = L_25;
__this->set_U3CU3E1__state_0(L_25);
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE L_26 = V_5;
__this->set_U3CU3Eu__1_8(L_26);
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * L_27 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mAAE4594B7C9664B5EE078D37A76AA4C868E4AB7F((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)L_27, (ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *)(&V_5), (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE_TisU3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD_mAAE4594B7C9664B5EE078D37A76AA4C868E4AB7F_RuntimeMethod_var);
goto IL_021e;
}
IL_00dd:
{
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE L_28 = __this->get_U3CU3Eu__1_8();
V_5 = L_28;
ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE * L_29 = __this->get_address_of_U3CU3Eu__1_8();
il2cpp_codegen_initobj(L_29, sizeof(ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE ));
int32_t L_30 = (-1);
V_0 = L_30;
__this->set_U3CU3E1__state_0(L_30);
}
IL_00fa:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_31 = ConfiguredTaskAwaiter_GetResult_m274C752F279B5C762448343915785D78EB020CD9((ConfiguredTaskAwaiter_tC95EBA3D9B77BA07739749A814CFE48A5E66FAEE *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m274C752F279B5C762448343915785D78EB020CD9_RuntimeMethod_var);
V_3 = L_31;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_32 = __this->get_U3CreqU3E5__1_6();
V_4 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_32, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_33 = V_4;
if (!L_33)
{
goto IL_01e8;
}
}
IL_0116:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_34 = V_1;
V_7 = L_34;
V_8 = (bool)0;
}
IL_011c:
try
{ // begin try (depth: 2)
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_35 = V_7;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_35, (bool*)(&V_8), /*hidden argument*/NULL);
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_36 = V_1;
NullCheck(L_36);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_37 = L_36->get_connections_0();
if (L_37)
{
goto IL_0138;
}
}
IL_012d:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_38 = V_1;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_39 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_39, /*hidden argument*/NULL);
NullCheck(L_38);
L_38->set_connections_0(L_39);
}
IL_0138:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_40 = V_1;
NullCheck(L_40);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_41 = L_40->get_connections_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_42 = V_4;
NullCheck(L_42);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_43 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_42, /*hidden argument*/NULL);
NullCheck(L_43);
String_t* L_44 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_43, /*hidden argument*/NULL);
NullCheck(L_41);
RuntimeObject * L_45 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_41, L_44);
V_9 = ((OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 *)CastclassClass((RuntimeObject*)L_45, OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var));
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_46 = V_9;
if (L_46)
{
goto IL_0161;
}
}
IL_015a:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_47 = (OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 *)il2cpp_codegen_object_new(OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58_il2cpp_TypeInfo_var);
OpenedHost__ctor_m3AF9C5577C4805AF5828561C40152FC1F37BB7DA(L_47, /*hidden argument*/NULL);
V_9 = L_47;
}
IL_0161:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_48 = V_9;
NullCheck(L_48);
int32_t L_49 = L_48->get_nonCachedConnectionsCount_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_50 = V_4;
NullCheck(L_50);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_51 = HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC(L_50, /*hidden argument*/NULL);
NullCheck(L_51);
int32_t L_52 = ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D(L_51, /*hidden argument*/NULL);
if ((((int32_t)L_49) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)))))
{
goto IL_01c4;
}
}
IL_0178:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_53 = V_9;
NullCheck(L_53);
int32_t L_54 = L_53->get_nonCachedConnectionsCount_0();
if (L_54)
{
goto IL_019a;
}
}
IL_0181:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_55 = V_1;
NullCheck(L_55);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_56 = L_55->get_connections_0();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_57 = V_4;
NullCheck(L_57);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_58 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_57, /*hidden argument*/NULL);
NullCheck(L_58);
String_t* L_59 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_58, /*hidden argument*/NULL);
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_60 = V_9;
NullCheck(L_56);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_56, L_59, L_60);
}
IL_019a:
{
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_61 = V_9;
OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * L_62 = L_61;
NullCheck(L_62);
int32_t L_63 = L_62->get_nonCachedConnectionsCount_0();
NullCheck(L_62);
L_62->set_nonCachedConnectionsCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)));
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_64 = V_3;
NullCheck(L_64);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_65 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_64);
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_66 = V_1;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_67 = V_4;
NullCheck(L_67);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_68 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_67, /*hidden argument*/NULL);
NullCheck(L_68);
String_t* L_69 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_68, /*hidden argument*/NULL);
XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 * L_70 = (XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662 *)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t0ABCA497273FDB399052583D11AF6528616E9662_il2cpp_TypeInfo_var);
XmlRegisteredNonCachedStream__ctor_m88EEA1BE0454C16CC78B0EF11E48D132B8C67A29(L_70, L_65, L_66, L_69, /*hidden argument*/NULL);
V_2 = L_70;
IL2CPP_LEAVE(0x20A, FINALLY_01d8);
}
IL_01c4:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_71 = V_3;
NullCheck(L_71);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_72 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(12 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_71);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_73 = V_3;
NullCheck(L_73);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_74 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_73);
XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 * L_75 = (XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 *)il2cpp_codegen_object_new(XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56_il2cpp_TypeInfo_var);
XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B(L_75, L_72, L_74, /*hidden argument*/NULL);
V_2 = L_75;
IL2CPP_LEAVE(0x20A, FINALLY_01d8);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01d8;
}
FINALLY_01d8:
{ // begin finally (depth: 2)
{
int32_t L_76 = V_0;
if ((((int32_t)L_76) >= ((int32_t)0)))
{
goto IL_01e7;
}
}
IL_01dc:
{
bool L_77 = V_8;
if (!L_77)
{
goto IL_01e7;
}
}
IL_01e0:
{
XmlDownloadManager_tF864449330C09DCF4353B7F17EA226CE28C4D752 * L_78 = V_7;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_78, /*hidden argument*/NULL);
}
IL_01e7:
{
IL2CPP_END_FINALLY(472)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(472)
{
IL2CPP_JUMP_TBL(0x20A, IL_020a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01e8:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_79 = V_3;
NullCheck(L_79);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_80 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_79);
V_2 = L_80;
goto IL_020a;
}
} // 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_01f1;
throw e;
}
CATCH_01f1:
{ // begin catch(System.Exception)
V_10 = ((Exception_t *)__exception_local);
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * L_81 = __this->get_address_of_U3CU3Et__builder_1();
Exception_t * L_82 = V_10;
AsyncTaskMethodBuilder_1_SetException_m3BF8D77ED3E1F97A9BB50B3C7A7E5E97923DDA44((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)L_81, L_82, /*hidden argument*/AsyncTaskMethodBuilder_1_SetException_m3BF8D77ED3E1F97A9BB50B3C7A7E5E97923DDA44_RuntimeMethod_var);
goto IL_021e;
} // end catch (depth: 1)
IL_020a:
{
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * L_83 = __this->get_address_of_U3CU3Et__builder_1();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_84 = V_2;
AsyncTaskMethodBuilder_1_SetResult_m98940FAEAE7AA0A182DF13786E8E2E4F3BCEC2FF((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)L_83, L_84, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_m98940FAEAE7AA0A182DF13786E8E2E4F3BCEC2FF_RuntimeMethod_var);
}
IL_021e:
{
return;
}
}
extern "C" void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * _thisAdjusted = reinterpret_cast<U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *>(__this + 1);
U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_mE07AD067D4B8E8E96B50ACEA0C0320B8CB7E5B58(_thisAdjusted, method);
}
// System.Void System.Xml.XmlDownloadManager_<GetNonFileStreamAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
extern "C" IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633 (U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C * L_0 = __this->get_address_of_U3CU3Et__builder_1();
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_m09A51B661BF01119D6D51465AD8C7F570EFC6AE5((AsyncTaskMethodBuilder_1_t629F383EABB1E23F4CFEEA0B7A1783E79CB8EF9C *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m09A51B661BF01119D6D51465AD8C7F570EFC6AE5_RuntimeMethod_var);
return;
}
}
extern "C" void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD * _thisAdjusted = reinterpret_cast<U3CGetNonFileStreamAsyncU3Ed__5_t08DC283A413151EC483A3081DE3DF3D2F70233DD *>(__this + 1);
U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m9900AC10ED0CD18F572760AAADB333F773DE6633(_thisAdjusted, ___stateMachine0, 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.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, bool ___empty1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc2;
XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL);
((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc2;
NullCheck(L_1);
bool L_2 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002c;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = ___name0;
NullCheck(L_3);
String_t* L_4 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var);
XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_4, /*hidden argument*/NULL);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = ___name0;
NullCheck(L_5);
String_t* L_6 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_5, /*hidden argument*/NULL);
XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_6, /*hidden argument*/NULL);
}
IL_002c:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = ___name0;
NullCheck(L_7);
String_t* L_8 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0049;
}
}
{
String_t* L_10 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralE849D91682FE58CE35912F224102BBD584B85164, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453_RuntimeMethod_var);
}
IL_0049:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_12 = ___name0;
__this->set_name_2(L_12);
bool L_13 = ___empty1;
if (!L_13)
{
goto IL_005a;
}
}
{
__this->set_lastChild_4(__this);
}
IL_005a:
{
return;
}
}
// System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m6EF8E838C45E1BDCD5A7CD37690F5F52FC3D44C1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3;
String_t* L_1 = ___prefix0;
String_t* L_2 = ___localName1;
String_t* L_3 = ___namespaceURI2;
NullCheck(L_0);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc3;
XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453(__this, L_4, (bool)1, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Xml.XmlName System.Xml.XmlElement::get_XmlName()
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
return L_0;
}
}
// System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_mD8835D507AA8108706EE9757F727AE5C32EAE9D8 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___value0, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = ___value0;
__this->set_name_2(L_0);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlElement::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlElement_CloneNode_m0FF8BF4B436A0229A4000E611D606B2E6033FCA1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, bool ___deep0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement_CloneNode_m0FF8BF4B436A0229A4000E611D606B2E6033FCA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
bool V_1 = false;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_2 = NULL;
RuntimeObject* V_3 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_4 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_5 = NULL;
RuntimeObject* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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;
NullCheck(L_1);
bool L_2 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_1, /*hidden argument*/NULL);
V_1 = L_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = V_0;
NullCheck(L_3);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_3, (bool)1, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = V_0;
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, __this);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, __this);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this);
NullCheck(L_4);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = VirtFuncInvoker3< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *, String_t*, String_t*, String_t* >::Invoke(57 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_4, L_5, L_6, L_7);
V_2 = L_8;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_9 = V_0;
bool L_10 = V_1;
NullCheck(L_9);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_9, L_10, /*hidden argument*/NULL);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_11 = V_2;
NullCheck(L_11);
bool L_12 = XmlElement_get_IsEmpty_mCC8A1E2E2D7556FEA27FF49C07D61191CE404190(L_11, /*hidden argument*/NULL);
bool L_13 = XmlElement_get_IsEmpty_mCC8A1E2E2D7556FEA27FF49C07D61191CE404190(__this, /*hidden argument*/NULL);
if ((((int32_t)L_12) == ((int32_t)L_13)))
{
goto IL_004f;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_14 = V_2;
bool L_15 = XmlElement_get_IsEmpty_mCC8A1E2E2D7556FEA27FF49C07D61191CE404190(__this, /*hidden argument*/NULL);
NullCheck(L_14);
XmlElement_set_IsEmpty_m3B4234FFCF2114F9B3C1B0A6C6237461780AFB1D(L_14, L_15, /*hidden argument*/NULL);
}
IL_004f:
{
bool L_16 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this);
if (!L_16)
{
goto IL_00cc;
}
}
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_17 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this);
NullCheck(L_17);
RuntimeObject* L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_17);
V_3 = L_18;
}
IL_0063:
try
{ // begin try (depth: 1)
{
goto IL_00ae;
}
IL_0065:
{
RuntimeObject* L_19 = V_3;
NullCheck(L_19);
RuntimeObject * L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_19);
V_4 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_20, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_21 = V_4;
NullCheck(L_21);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(26 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_21, (bool)1);
V_5 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_22, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_23 = V_4;
if (!((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var)))
{
goto IL_00a0;
}
}
IL_008a:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = V_4;
NullCheck(L_24);
bool L_25 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_24);
if (L_25)
{
goto IL_00a0;
}
}
IL_0093:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_26 = V_5;
NullCheck(((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var)));
XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47(((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL);
}
IL_00a0:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_27 = V_2;
NullCheck(L_27);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_28 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_27);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_29 = V_5;
NullCheck(L_28);
XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01(L_28, L_29, /*hidden argument*/NULL);
}
IL_00ae:
{
RuntimeObject* L_30 = V_3;
NullCheck(L_30);
bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_30);
if (L_31)
{
goto IL_0065;
}
}
IL_00b6:
{
IL2CPP_LEAVE(0xCC, FINALLY_00b8);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b8;
}
FINALLY_00b8:
{ // begin finally (depth: 1)
{
RuntimeObject* L_32 = V_3;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_33 = V_6;
if (!L_33)
{
goto IL_00cb;
}
}
IL_00c4:
{
RuntimeObject* L_34 = V_6;
NullCheck(L_34);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_34);
}
IL_00cb:
{
IL2CPP_END_FINALLY(184)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(184)
{
IL2CPP_JUMP_TBL(0xCC, IL_00cc)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00cc:
{
bool L_35 = ___deep0;
if (!L_35)
{
goto IL_00d8;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_36 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_37 = V_0;
bool L_38 = ___deep0;
NullCheck(L_36);
VirtActionInvoker3< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(27 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_36, L_37, __this, L_38);
}
IL_00d8:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_39 = V_2;
return L_39;
}
}
// System.String System.Xml.XmlElement::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_Name_m3A73B3E6044192E8FEC1A7D0236F9B58D7483D42 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
NullCheck(L_0);
String_t* L_1 = XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlElement::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_LocalName_m29FF2F1D283FE7ECCF7E3BD9DEF5AB192355CB60 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
NullCheck(L_0);
String_t* L_1 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlElement::get_NamespaceURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_NamespaceURI_m5B8E936E7617868D7381C18FBC6C2DDF81DD6AF9 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
NullCheck(L_0);
String_t* L_1 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlElement::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_Prefix_mAE37AB5E05DF5BE084648AF81BE96A8F6FB57E4D (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
NullCheck(L_0);
String_t* L_1 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlElement::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlElement_get_NodeType_m2E33D77EA1417195F3949D557B433793EDDD19B9 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
return (int32_t)(1);
}
}
// System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlElement_get_ParentNode_m6164F29BD65D32BE31BBE76DCE28F1D38144D563 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
return L_0;
}
}
// System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlElement_get_OwnerDocument_m53A3860B9955AAC335B547746B4079DD5FC129A8 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2();
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlElement::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsContainer_mD3290981B6742718DE1E6AE15A0C182843EEC6DE (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlNode System.Xml.XmlElement::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlElement_AppendChildForLoad_m22475F182903DE2A40BD4B4F8B3ACB2EFADCBE9F (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement_AppendChildForLoad_m22475F182903DE2A40BD4B4F8B3ACB2EFADCBE9F_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:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___newChild0;
V_1 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var));
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_7 = __this->get_lastChild_4();
if (!L_7)
{
goto IL_002b;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_8 = __this->get_lastChild_4();
if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_8) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this))))
{
goto IL_0042;
}
}
IL_002b:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_9 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = V_1;
NullCheck(L_9);
L_9->set_next_1(L_10);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_11 = V_1;
__this->set_lastChild_4(L_11);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_12 = V_1;
NullCheck(L_12);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this);
goto IL_0083;
}
IL_0042:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_13 = __this->get_lastChild_4();
V_2 = L_13;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_14 = V_1;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_15 = V_2;
NullCheck(L_15);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = L_15->get_next_1();
NullCheck(L_14);
L_14->set_next_1(L_16);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_2;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_1;
NullCheck(L_17);
L_17->set_next_1(L_18);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = V_1;
__this->set_lastChild_4(L_19);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_20 = V_2;
NullCheck(L_20);
bool L_21 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_20);
if (!L_21)
{
goto IL_007c;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_22 = V_1;
NullCheck(L_22);
bool L_23 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_22);
if (!L_23)
{
goto IL_007c;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_2;
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_25 = V_1;
XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_24, L_25, /*hidden argument*/NULL);
goto IL_0083;
}
IL_007c:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_26 = V_1;
NullCheck(L_26);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(37 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_26, __this);
}
IL_0083:
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_27 = V_0;
if (!L_27)
{
goto IL_008d;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_28 = ___doc1;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_29 = V_0;
NullCheck(L_28);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_28, L_29);
}
IL_008d:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_30 = V_1;
return L_30;
}
}
// System.Boolean System.Xml.XmlElement::get_IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_mCC8A1E2E2D7556FEA27FF49C07D61191CE404190 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_4();
return (bool)((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_0) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this))? 1 : 0);
}
}
// System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_m3B4234FFCF2114F9B3C1B0A6C6237461780AFB1D (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_001a;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_1 = __this->get_lastChild_4();
if ((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_1) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this)))
{
goto IL_002a;
}
}
{
XmlElement_RemoveAllChildren_m84AB136380D404D70495156913099F33BC3565A2(__this, /*hidden argument*/NULL);
__this->set_lastChild_4(__this);
return;
}
IL_001a:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_2 = __this->get_lastChild_4();
if ((!(((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_2) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this))))
{
goto IL_002a;
}
}
{
__this->set_lastChild_4((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL);
}
IL_002a:
{
return;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlElement::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlElement_get_LastNode_mB73D3FF5B1BE5D1FEF5F29243EEDB048DA5A101E (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_4();
if ((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_0) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this)))
{
goto IL_0010;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_1 = __this->get_lastChild_4();
return L_1;
}
IL_0010:
{
return (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL;
}
}
// System.Void System.Xml.XmlElement::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_LastNode_m272C4C2DC793A89A1F68AE186E085338BB83C444 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_4(L_0);
return;
}
}
// System.Boolean System.Xml.XmlElement::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlElement_IsValidChildType_m2F020826CE2AD1988025AA7C6F665FC111A3B02D (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_0042;
}
case 1:
{
goto IL_0044;
}
case 2:
{
goto IL_0042;
}
case 3:
{
goto IL_0042;
}
case 4:
{
goto IL_0042;
}
case 5:
{
goto IL_0044;
}
case 6:
{
goto IL_0042;
}
case 7:
{
goto IL_0042;
}
case 8:
{
goto IL_0044;
}
case 9:
{
goto IL_0044;
}
case 10:
{
goto IL_0044;
}
case 11:
{
goto IL_0044;
}
case 12:
{
goto IL_0042;
}
case 13:
{
goto IL_0042;
}
}
}
{
goto IL_0044;
}
IL_0042:
{
return (bool)1;
}
IL_0044:
{
return (bool)0;
}
}
// System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes()
extern "C" IL2CPP_METHOD_ATTR XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * XmlElement_get_Attributes_m84F6EECEAC6F6A7C1F1D08F4C2C9072773F338A3 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement_get_Attributes_m84F6EECEAC6F6A7C1F1D08F4C2C9072773F338A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_0 = __this->get_attributes_3();
if (L_0)
{
goto IL_003e;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
NullCheck(L_1);
RuntimeObject * L_2 = L_1->get_objLock_40();
V_0 = L_2;
V_1 = (bool)0;
}
IL_0016:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_3 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_1), /*hidden argument*/NULL);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_4 = __this->get_attributes_3();
if (L_4)
{
goto IL_0032;
}
}
IL_0026:
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_5 = (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E *)il2cpp_codegen_object_new(XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E_il2cpp_TypeInfo_var);
XmlAttributeCollection__ctor_m9AF693AB9D946FD6133B7A3973FD2A7F17A5975D(L_5, __this, /*hidden argument*/NULL);
__this->set_attributes_3(L_5);
}
IL_0032:
{
IL2CPP_LEAVE(0x3E, FINALLY_0034);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0034;
}
FINALLY_0034:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_003d;
}
}
IL_0037:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_003d:
{
IL2CPP_END_FINALLY(52)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(52)
{
IL2CPP_JUMP_TBL(0x3E, IL_003e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003e:
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_8 = __this->get_attributes_3();
return L_8;
}
}
// System.Boolean System.Xml.XmlElement::get_HasAttributes()
extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_HasAttributes_mF6085770182EC9E0109BB6DC107544F381845104 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_0 = __this->get_attributes_3();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_1 = __this->get_attributes_3();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1);
return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
}
}
// System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute)
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlElement_SetAttributeNode_mE56BC07BE93DE3490DE3F5B218965E3F86D20B4F (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___newAttr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement_SetAttributeNode_mE56BC07BE93DE3490DE3F5B218965E3F86D20B4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___newAttr0;
NullCheck(L_0);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0);
if (!L_1)
{
goto IL_0018;
}
}
{
String_t* L_2 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral8BC9B69A249492EA4410E6C78223D3F562CFA029, /*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, XmlElement_SetAttributeNode_mE56BC07BE93DE3490DE3F5B218965E3F86D20B4F_RuntimeMethod_var);
}
IL_0018:
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_4 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = ___newAttr0;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_4, L_5);
return ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_6, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
}
}
// System.Void System.Xml.XmlElement::RemoveAllAttributes()
extern "C" IL2CPP_METHOD_ATTR void XmlElement_RemoveAllAttributes_m914F5C89AB2B8760EEB77FAAA0D35570F2EFC6E1 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this);
if (!L_0)
{
goto IL_0013;
}
}
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_1 = __this->get_attributes_3();
NullCheck(L_1);
XmlAttributeCollection_RemoveAll_mC4E23461DCA4ECBC8CC56B36E11A028DE94B1D82(L_1, /*hidden argument*/NULL);
}
IL_0013:
{
return;
}
}
// System.Void System.Xml.XmlElement::RemoveAll()
extern "C" IL2CPP_METHOD_ATTR void XmlElement_RemoveAll_m95B5259D153A0E1F3EDA6F8C412BB00D269DA475 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlNode_RemoveAll_m8E6647EE1533B32F02D92949E5EFFD249EB4ECC3(__this, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(45 /* System.Void System.Xml.XmlElement::RemoveAllAttributes() */, __this);
return;
}
}
// System.Void System.Xml.XmlElement::RemoveAllChildren()
extern "C" IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_m84AB136380D404D70495156913099F33BC3565A2 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlNode_RemoveAll_m8E6647EE1533B32F02D92949E5EFFD249EB4ECC3(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlElement::set_InnerXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_InnerXml_m2F5D661AE00C8F8D1519C7BD36EF6990553E7931 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlElement_set_InnerXml_m2F5D661AE00C8F8D1519C7BD36EF6990553E7931_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlElement_RemoveAllChildren_m84AB136380D404D70495156913099F33BC3565A2(__this, /*hidden argument*/NULL);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
XmlLoader_LoadInnerXmlElement_m6FBEE2573FE868F7C217F1FE57A88ABC99737DB3(L_0, __this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlElement::get_InnerText()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_InnerText_m8D68DB7A58D4A5DE5FF350411F16731743F6D503 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Xml.XmlNode System.Xml.XmlElement::get_NextSibling()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlElement_get_NextSibling_mEC18F2E1CD6E2D1CBE080857DB34D8D161479D14 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
if (!L_0)
{
goto IL_001d;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0();
NullCheck(L_1);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_2 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, L_1);
if ((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_2) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)__this)))
{
goto IL_001d;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_3 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)__this)->get_next_1();
return L_3;
}
IL_001d:
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Void System.Xml.XmlElement::SetParent(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlElement_SetParent_m66B77BB8A5EC9A2CE295F55BCCF0F2B9CD07E7EB (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity__ctor_m53DD8D3F88C912FFEE47EF4774EDB4FC6CB95FAB (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc5, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc5;
XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E(__this, L_0, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc5;
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_4(L_4);
String_t* L_5 = ___publicId2;
__this->set_publicId_1(L_5);
String_t* L_6 = ___systemId3;
__this->set_systemId_2(L_6);
String_t* L_7 = ___notationName4;
__this->set_notationName_3(L_7);
String_t* L_8 = ___strdata1;
__this->set_unparsedReplacementStr_5(L_8);
__this->set_childrenFoliating_8((bool)0);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlEntity::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlEntity_CloneNode_mC7A9B430A2CF8843F7BF590A8197CEF7B089276C (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, bool ___deep0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntity_CloneNode_mC7A9B430A2CF8843F7BF590A8197CEF7B089276C_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, XmlEntity_CloneNode_mC7A9B430A2CF8843F7BF590A8197CEF7B089276C_RuntimeMethod_var);
}
}
// System.Boolean System.Xml.XmlEntity::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool XmlEntity_get_IsReadOnly_mEDAAD1FDF33CAFC0DBCC857D7F448F141C5B2598 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.String System.Xml.XmlEntity::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_Name_m5FC940755B65BA43495DC063F99BF237778857B5 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_4();
return L_0;
}
}
// System.String System.Xml.XmlEntity::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_LocalName_m5B72C1D57B9F49365DCE731AD938FD707CA945CC (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_4();
return L_0;
}
}
// System.String System.Xml.XmlEntity::get_InnerText()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_InnerText_m988D247DDF2ADF24BB3006FDA50B9980E161B302 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.XmlEntity::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlEntity_get_IsContainer_m4EBDCCF7A55947D7BA1D3958776FAE852BF12184 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlEntity::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlEntity_get_LastNode_m6EAE9165BF34F5587C0DE16CE218014847C7FD47 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntity_get_LastNode_m6EAE9165BF34F5587C0DE16CE218014847C7FD47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_7();
if (L_0)
{
goto IL_0022;
}
}
{
bool L_1 = __this->get_childrenFoliating_8();
if (L_1)
{
goto IL_0022;
}
}
{
__this->set_childrenFoliating_8((bool)1);
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_2 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_2, /*hidden argument*/NULL);
NullCheck(L_2);
XmlLoader_ExpandEntity_mCA22097C7168005102C105E93BEBFBD4227511BB(L_2, __this, /*hidden argument*/NULL);
}
IL_0022:
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_3 = __this->get_lastChild_7();
return L_3;
}
}
// System.Void System.Xml.XmlEntity::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity_set_LastNode_mD7BDE8E303A790D384FFC3805D552E6E22DF92E5 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_7(L_0);
return;
}
}
// System.Boolean System.Xml.XmlEntity::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlEntity_IsValidChildType_m09651C2604A2B29BE3F1B2626BF2EFD29ABD6BBF (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
if ((((int32_t)L_0) == ((int32_t)3)))
{
goto IL_0023;
}
}
{
int32_t L_1 = ___type0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0023;
}
}
{
int32_t L_2 = ___type0;
if ((((int32_t)L_2) == ((int32_t)7)))
{
goto IL_0023;
}
}
{
int32_t L_3 = ___type0;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_0023;
}
}
{
int32_t L_4 = ___type0;
if ((((int32_t)L_4) == ((int32_t)4)))
{
goto IL_0023;
}
}
{
int32_t L_5 = ___type0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)13))))
{
goto IL_0023;
}
}
{
int32_t L_6 = ___type0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)14))))
{
goto IL_0023;
}
}
{
int32_t L_7 = ___type0;
return (bool)((((int32_t)L_7) == ((int32_t)5))? 1 : 0);
}
IL_0023:
{
return (bool)1;
}
}
// System.Xml.XmlNodeType System.Xml.XmlEntity::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlEntity_get_NodeType_m7006CD6D3F8DD8B4B3FEA01D02949F3ED3CCF228 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
return (int32_t)(6);
}
}
// System.String System.Xml.XmlEntity::get_SystemId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_mC3C8D5D3F25050B731F43DE0F80DEF587ABE9524 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_systemId_2();
return L_0;
}
}
// System.Void System.Xml.XmlEntity::set_InnerXml(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity_set_InnerXml_m7723E04F5D50738491DD83B12C51AD1CD98E67DE (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntity_set_InnerXml_m7723E04F5D50738491DD83B12C51AD1CD98E67DE_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, XmlEntity_set_InnerXml_m7723E04F5D50738491DD83B12C51AD1CD98E67DE_RuntimeMethod_var);
}
}
// System.String System.Xml.XmlEntity::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_BaseURI_mA9B9E02E9C6BC1B8009796B886A00661282E453F (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_baseURI_6();
return L_0;
}
}
// System.Void System.Xml.XmlEntity::SetBaseURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m7B2FDD324ED982FD807762E7D9E97A2544B70087 (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * __this, String_t* ___inBaseURI0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___inBaseURI0;
__this->set_baseURI_6(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, String_t* ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1;
XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1;
NullCheck(L_1);
bool L_2 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0033;
}
}
{
String_t* L_3 = ___name0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_5 = ___name0;
NullCheck(L_5);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35)))))
{
goto IL_0033;
}
}
{
String_t* L_7 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral487EA28F3F4C6EED48F1DB495B5613A327F6BD43, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8_RuntimeMethod_var);
}
IL_0033:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_9 = ___doc1;
NullCheck(L_9);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_9, /*hidden argument*/NULL);
String_t* L_11 = ___name0;
NullCheck(L_10);
String_t* L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, L_11);
__this->set_name_2(L_12);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_13 = ___doc1;
NullCheck(L_13);
L_13->set_fEntRefNodesPresent_17((bool)1);
return;
}
}
// System.String System.Xml.XmlEntityReference::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Name_m30898320D2072FA1FD12B612AF3D29A45FFF899B (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_2();
return L_0;
}
}
// System.String System.Xml.XmlEntityReference::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_LocalName_m04D374303430CEE78C0DEB477378772A9F21452F (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_2();
return L_0;
}
}
// System.String System.Xml.XmlEntityReference::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Value_mAD2E384A5E68B111433A6238C2DBD0500ADC06C4 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.Xml.XmlNodeType System.Xml.XmlEntityReference::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlEntityReference_get_NodeType_mE1E0F945E531F7AF9CF2A980A0B698D8DFF8FFBF (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(5);
}
}
// System.Xml.XmlNode System.Xml.XmlEntityReference::CloneNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlEntityReference_CloneNode_m896EFDA46CBD376A2B1DFCF64B7061A177D26993 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __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_name_2();
NullCheck(L_0);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_2 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_0, L_1);
return L_2;
}
}
// System.Boolean System.Xml.XmlEntityReference::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsReadOnly_m87D95D823BEE60CF7781AE26BA85BAF12D74A6AA (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Xml.XmlEntityReference::get_IsContainer()
extern "C" IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsContainer_m51811C228B140C4D52DFE0064770A70DEF2D8131 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Xml.XmlEntityReference::SetParent(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_SetParent_m88BD78C3C628D5493DCE34890AFE9C8CF7B638C2 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntityReference_SetParent_m88BD78C3C628D5493DCE34890AFE9C8CF7B638C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
XmlNode_SetParent_m2E0FAA776038ECF00A8E5E90D0B6D47193C5A69F(__this, L_0, /*hidden argument*/NULL);
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_1 = VirtFuncInvoker0< XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * >::Invoke(18 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this);
if (L_1)
{
goto IL_0026;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0;
if (!L_2)
{
goto IL_0026;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_3) == ((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_4)))
{
goto IL_0026;
}
}
{
XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_5 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var);
XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_5, /*hidden argument*/NULL);
NullCheck(L_5);
XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF(L_5, __this, /*hidden argument*/NULL);
}
IL_0026:
{
return;
}
}
// System.Void System.Xml.XmlEntityReference::SetParentForLoad(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_SetParentForLoad_m5984BDF81BFCAD5E7B9446C5AE2AB9F62A03E148 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, __this, L_0);
return;
}
}
// System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::get_LastNode()
extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlEntityReference_get_LastNode_m412237708F1B1B703F7719C9BC3965CD4A34DD67 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_3();
return L_0;
}
}
// System.Void System.Xml.XmlEntityReference::set_LastNode(System.Xml.XmlLinkedNode)
extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_set_LastNode_m923B0FF59A2ACF154BBF9D6906FD02EB83D3FC08 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method)
{
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0;
__this->set_lastChild_3(L_0);
return;
}
}
// System.Boolean System.Xml.XmlEntityReference::IsValidChildType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR bool XmlEntityReference_IsValidChildType_mCC02EB5F34F7B33F62B914CEEB9F10D4B5532658 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_0042;
}
case 1:
{
goto IL_0044;
}
case 2:
{
goto IL_0042;
}
case 3:
{
goto IL_0042;
}
case 4:
{
goto IL_0042;
}
case 5:
{
goto IL_0044;
}
case 6:
{
goto IL_0042;
}
case 7:
{
goto IL_0042;
}
case 8:
{
goto IL_0044;
}
case 9:
{
goto IL_0044;
}
case 10:
{
goto IL_0044;
}
case 11:
{
goto IL_0044;
}
case 12:
{
goto IL_0042;
}
case 13:
{
goto IL_0042;
}
}
}
{
goto IL_0044;
}
IL_0042:
{
return (bool)1;
}
IL_0044:
{
return (bool)0;
}
}
// System.String System.Xml.XmlEntityReference::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_BaseURI_mACFE374D620DCAEBB292B7594E104BFFA4ADD4EE (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __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 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mDB370D9EB5E7440B967686DA51C4B36077D35F6F (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntityReference_ConstructBaseURI_mDB370D9EB5E7440B967686DA51C4B36077D35F6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
String_t* L_0 = ___baseURI0;
if (L_0)
{
goto IL_0005;
}
}
{
String_t* L_1 = ___systemId1;
return L_1;
}
IL_0005:
{
String_t* L_2 = ___baseURI0;
NullCheck(L_2);
int32_t L_3 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_2, ((int32_t)47), /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
String_t* L_4 = ___baseURI0;
V_1 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_002a;
}
}
{
int32_t L_6 = V_0;
String_t* L_7 = ___baseURI0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) >= ((int32_t)L_8)))
{
goto IL_002a;
}
}
{
String_t* L_9 = ___baseURI0;
int32_t L_10 = V_0;
NullCheck(L_9);
String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, 0, L_10, /*hidden argument*/NULL);
V_1 = L_11;
goto IL_0039;
}
IL_002a:
{
int32_t L_12 = V_0;
if (L_12)
{
goto IL_0039;
}
}
{
String_t* L_13 = V_1;
String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, /*hidden argument*/NULL);
V_1 = L_14;
}
IL_0039:
{
String_t* L_15 = V_1;
String_t* L_16 = ___systemId1;
NullCheck(L_16);
String_t* L_17 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_16, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL);
String_t* L_18 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_15, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.String System.Xml.XmlEntityReference::get_ChildBaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_m924E049587B0FE0C33B9836429C793BFB15AD1AD (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlEntityReference_get_ChildBaseURI_m924E049587B0FE0C33B9836429C793BFB15AD1AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * V_0 = NULL;
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this);
String_t* L_1 = __this->get_name_2();
NullCheck(L_0);
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_2 = XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_3 = V_0;
if (!L_3)
{
goto IL_0045;
}
}
{
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = XmlEntity_get_SystemId_mC3C8D5D3F25050B731F43DE0F80DEF587ABE9524(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003e;
}
}
{
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = XmlEntity_get_SystemId_mC3C8D5D3F25050B731F43DE0F80DEF587ABE9524(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_003e;
}
}
{
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * 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);
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = XmlEntity_get_SystemId_mC3C8D5D3F25050B731F43DE0F80DEF587ABE9524(L_11, /*hidden argument*/NULL);
String_t* L_13 = XmlEntityReference_ConstructBaseURI_mDB370D9EB5E7440B967686DA51C4B36077D35F6F(__this, L_10, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_003e:
{
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_14);
return L_15;
}
IL_0045:
{
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_16;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_1 = NULL;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA V_2;
memset(&V_2, 0, sizeof(V_2));
String_t* V_3 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F, L_4, /*hidden argument*/NULL);
__this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, L_8, /*hidden argument*/NULL);
__this->set_args_18(((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9, L_12, /*hidden argument*/NULL);
__this->set_lineNumber_19(((*(int32_t*)((int32_t*)UnBox(L_13, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
RuntimeObject * L_17 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_14, _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B, L_16, /*hidden argument*/NULL);
__this->set_linePosition_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_sourceUri_21(L_18);
V_0 = (String_t*)NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = ___info0;
NullCheck(L_19);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_20 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_00ea;
}
IL_009e:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_21 = V_1;
NullCheck(L_21);
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_22 = SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33(L_21, /*hidden argument*/NULL);
V_2 = L_22;
String_t* L_23 = SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
V_3 = L_23;
String_t* L_24 = V_3;
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D, /*hidden argument*/NULL);
if (L_25)
{
goto IL_00c9;
}
}
{
String_t* L_26 = V_3;
bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
if (L_27)
{
goto IL_00dd;
}
}
{
goto IL_00ea;
}
IL_00c9:
{
RuntimeObject * L_28 = SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
__this->set_sourceUri_21(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)));
goto IL_00ea;
}
IL_00dd:
{
RuntimeObject * L_29 = SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var));
}
IL_00ea:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_30 = V_1;
NullCheck(L_30);
bool L_31 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_009e;
}
}
{
String_t* L_32 = V_0;
if (L_32)
{
goto IL_0119;
}
}
{
String_t* L_33 = __this->get_res_17();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = __this->get_args_18();
int32_t L_35 = __this->get_lineNumber_19();
int32_t L_36 = __this->get_linePosition_20();
String_t* L_37 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
__this->set_message_22(L_37);
return;
}
IL_0119:
{
__this->set_message_22((String_t*)NULL);
return;
}
}
// System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = __this->get_res_17();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = __this->get_args_18();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
int32_t L_7 = __this->get_lineNumber_19();
NullCheck(L_6);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_6, _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
int32_t L_9 = __this->get_linePosition_20();
NullCheck(L_8);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B, L_9, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
String_t* L_11 = __this->get_sourceUri_21();
NullCheck(L_10);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_10, _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D, L_11, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
NullCheck(L_12);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_12, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, _stringLiteral70142F66475AE2FB33722D8D4750F386ECFEFE7B, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3290623E5F23862FF7D0DCEC2CA1FCB7AC02B469 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9(__this, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36(__this, L_0, L_1, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String)
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B2_0 = NULL;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B3_1 = NULL;
{
String_t* L_0 = ___message0;
int32_t L_1 = ___lineNumber2;
int32_t L_2 = ___linePosition3;
String_t* L_3 = XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF(L_0, L_1, L_2, /*hidden argument*/NULL);
Exception_t * L_4 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_3, L_4, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99(__this, ((int32_t)-2146232000), /*hidden argument*/NULL);
String_t* L_5 = ___message0;
G_B1_0 = __this;
if (!L_5)
{
G_B2_0 = __this;
goto IL_0026;
}
}
{
G_B3_0 = _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC;
G_B3_1 = G_B1_0;
goto IL_002b;
}
IL_0026:
{
G_B3_0 = _stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD;
G_B3_1 = G_B2_0;
}
IL_002b:
{
NullCheck(G_B3_1);
G_B3_1->set_res_17(G_B3_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
String_t* L_8 = ___message0;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_8);
__this->set_args_18(L_7);
String_t* L_9 = ___sourceUri4;
__this->set_sourceUri_21(L_9);
int32_t L_10 = ___lineNumber2;
__this->set_lineNumber_19(L_10);
int32_t L_11 = ___linePosition3;
__this->set_linePosition_20(L_11);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[])
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4_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<il2cpp_array_size_t>(0), (String_t*)L_3);
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300_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<il2cpp_array_size_t>(0), (String_t*)L_3);
String_t* L_4 = ___sourceUri2;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45_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<il2cpp_array_size_t>(0), (String_t*)L_3);
int32_t L_4 = ___lineNumber2;
int32_t L_5 = ___linePosition3;
String_t* L_6 = ___sourceUri4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String)
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)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
String_t* L_4 = ___sourceUri4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32)
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)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
Exception_t * L_2 = ___innerException2;
int32_t L_3 = ___lineNumber3;
int32_t L_4 = ___linePosition4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String)
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)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber3;
int32_t L_3 = ___linePosition4;
String_t* L_4 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
Exception_t * L_5 = ___innerException2;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_4, L_5, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99(__this, ((int32_t)-2146232000), /*hidden argument*/NULL);
String_t* L_6 = ___res0;
__this->set_res_17(L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___args1;
__this->set_args_18(L_7);
String_t* L_8 = ___sourceUri5;
__this->set_sourceUri_21(L_8);
int32_t L_9 = ___lineNumber3;
__this->set_lineNumber_19(L_9);
int32_t L_10 = ___linePosition4;
__this->set_linePosition_20(L_10);
return;
}
}
// System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = ___lineNumber1;
int32_t L_2 = ___linePosition2;
String_t* L_3 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(_stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0011:
{
int32_t L_4 = ___lineNumber1;
if (L_4)
{
goto IL_0019;
}
}
{
int32_t L_5 = ___linePosition2;
if (L_5)
{
goto IL_0019;
}
}
{
String_t* L_6 = ___message0;
return L_6;
}
IL_0019:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
String_t* L_9 = ___message0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
int32_t L_10 = ___lineNumber1;
int32_t L_11 = ___linePosition2;
String_t* L_12 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_8, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ___lineNumber2;
if (L_0)
{
goto IL_000d;
}
}
IL_0003:
{
String_t* L_1 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___args1;
String_t* L_3 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_1, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_004c;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_5 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___lineNumber2), L_4, /*hidden argument*/NULL);
V_1 = L_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_7 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___linePosition3), L_6, /*hidden argument*/NULL);
V_2 = L_7;
String_t* L_8 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___args1;
String_t* L_10 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_8, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_9, /*hidden argument*/NULL);
V_0 = L_10;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
String_t* L_13 = V_0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_12;
String_t* L_15 = V_1;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_14;
String_t* L_17 = V_2;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_17);
String_t* L_18 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral929FB4AD13AB3C3E59695178677C8D8149AAD0C2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_16, /*hidden argument*/NULL);
V_0 = L_18;
}
IL_004c:
{
String_t* L_19 = V_0;
V_3 = L_19;
goto IL_0064;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0050;
throw e;
}
CATCH_0050:
{ // begin catch(System.Resources.MissingManifestResourceException)
String_t* L_20 = ___res0;
String_t* L_21 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral6BDCD57D44C0013FD66AB0C7E3EB8C27BDCF9D07, L_20, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
V_3 = L_21;
goto IL_0064;
} // end catch (depth: 1)
IL_0064:
{
String_t* L_22 = V_3;
return L_22;
}
}
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method)
{
Il2CppChar G_B2_0 = 0x0;
Il2CppChar G_B1_0 = 0x0;
int32_t G_B3_0 = 0;
Il2CppChar G_B3_1 = 0x0;
{
String_t* L_0 = ___data0;
int32_t L_1 = ___invCharIndex1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = ___invCharIndex1;
String_t* L_4 = ___data0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
G_B1_0 = L_2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)L_5)))
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_001e;
}
IL_0015:
{
String_t* L_6 = ___data0;
int32_t L_7 = ___invCharIndex1;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_8));
G_B3_1 = G_B2_0;
}
IL_001e:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(G_B3_1, G_B3_0, /*hidden argument*/NULL);
return L_9;
}
}
// 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)
{
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___data0;
int32_t L_1 = ___invCharIndex2;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int32_t L_4 = ___invCharIndex2;
int32_t L_5 = ___length1;
G_B1_0 = ((int32_t)(L_3));
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) < ((int32_t)L_5)))
{
G_B2_0 = ((int32_t)(L_3));
goto IL_000c;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0011;
}
IL_000c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___data0;
int32_t L_7 = ___invCharIndex2;
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
G_B3_0 = ((int32_t)(L_9));
G_B3_1 = G_B2_0;
}
IL_0011:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(G_B3_1, G_B3_0, /*hidden argument*/NULL);
return L_10;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
V_0 = L_0;
Il2CppChar L_1 = ___invChar0;
bool L_2 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004a;
}
}
{
Il2CppChar L_3 = ___nextChar1;
if (!L_3)
{
goto IL_004a;
}
}
{
Il2CppChar L_4 = ___nextChar1;
Il2CppChar L_5 = ___invChar0;
int32_t L_6 = XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0(L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8;
Il2CppChar L_10 = ___invChar0;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_10);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_9;
Il2CppChar L_12 = ___nextChar1;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)L_12);
String_t* L_13 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_11, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_13);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_16 = V_1;
int32_t L_17 = L_16;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
String_t* L_19 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_15, _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B, L_18, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_19);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_19);
goto IL_007e;
}
IL_004a:
{
Il2CppChar L_20 = ___invChar0;
if (L_20)
{
goto IL_0057;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_0;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
goto IL_0066;
}
IL_0057:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_24 = Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE((Il2CppChar*)(&___invChar0), L_23, /*hidden argument*/NULL);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_24);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_24);
}
IL_0066:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
Il2CppChar L_27 = ___invChar0;
int32_t L_28 = ((int32_t)L_27);
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
String_t* L_30 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_26, _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B, L_29, /*hidden argument*/NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_30);
}
IL_007e:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = V_0;
return L_31;
}
}
// System.Int32 System.Xml.XmlException::get_LineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNumber_19();
return L_0;
}
}
// System.Int32 System.Xml.XmlException::get_LinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_linePosition_20();
return L_0;
}
}
// System.String System.Xml.XmlException::get_Message()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m8B67F069D39C92A254CAF168FAE0FFAF6424AC38 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_message_22();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_message_22();
return L_1;
}
IL_000f:
{
String_t* L_2 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.XmlException::get_ResString()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_res_17();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlImplementation_CreateDocument_mED415710D52F33EB0540F7F1110AD955192B4E4E (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlImplementation_CreateDocument_mED415710D52F33EB0540F7F1110AD955192B4E4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)il2cpp_codegen_object_new(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var);
XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_0();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc0;
XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E(__this, L_0, /*hidden argument*/NULL);
__this->set_next_1((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)NULL);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlLinkedNode::get_PreviousSibling()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLinkedNode_get_PreviousSibling_m2C5530484E89AD7260D5F563876DA7E062B55D13 (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * __this, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this);
V_0 = L_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0;
NullCheck(L_2);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_2);
V_1 = L_3;
goto IL_0020;
}
IL_0013:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_1;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4);
V_2 = L_5;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_2;
if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_6) == ((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)__this)))
{
goto IL_0023;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_2;
V_1 = L_7;
}
IL_0020:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_1;
if (L_8)
{
goto IL_0013;
}
}
IL_0023:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_1;
return L_9;
}
IL_0025:
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Xml.XmlNode System.Xml.XmlLinkedNode::get_NextSibling()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLinkedNode_get_NextSibling_m6F858A5E1ED045F63D7885A243CD10FFDA891BA6 (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * __this, 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;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0;
if (!L_1)
{
goto IL_001f;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_2 = __this->get_next_1();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0;
NullCheck(L_3);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3);
if ((((RuntimeObject*)(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)L_2) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_4)))
{
goto IL_001f;
}
}
{
XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_5 = __this->get_next_1();
return L_5;
}
IL_001f:
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlLoader::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader1, bool ___preserveWhitespace2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc0;
__this->set_doc_0(L_0);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = ___reader1;
NullCheck(L_1);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0031;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = ___reader1;
NullCheck(((XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var)));
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_7 = XmlTextReader_get_Impl_m23CCF92610375EF11E3B47745A6F1EB3BA596AFB(((XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
__this->set_reader_1(L_7);
goto IL_0038;
}
IL_0031:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_8 = ___reader1;
__this->set_reader_1(L_8);
}
IL_0038:
{
bool L_9 = ___preserveWhitespace2;
__this->set_preserveWhitespace_2(L_9);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_10 = ___doc0;
if (L_10)
{
goto IL_0052;
}
}
{
String_t* L_11 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral97ED6A662E441CC3E543A1A315C0A231CD521E08, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE_RuntimeMethod_var);
}
IL_0052:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_13 = ___reader1;
if (L_13)
{
goto IL_0065;
}
}
{
String_t* L_14 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralD5EB2E138ADB5FBFABB049FA19FCC382E639AF38, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE_RuntimeMethod_var);
}
IL_0065:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = ___doc0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_17 = ___reader1;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_17);
NullCheck(L_16);
XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662(L_16, L_18, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_19 = ___reader1;
NullCheck(L_19);
XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_20 = VirtFuncInvoker0< XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_19);
if (!L_20)
{
goto IL_0098;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_21 = ___reader1;
NullCheck(L_21);
XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_22 = VirtFuncInvoker0< XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_21);
NullCheck(L_22);
int32_t L_23 = XmlReaderSettings_get_ValidationType_m7BF33B8140D1C6D263A95011B3436B65BAC5B1E7(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)4))))
{
goto IL_0098;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_24 = ___doc0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_25 = ___reader1;
NullCheck(L_25);
XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * L_26 = VirtFuncInvoker0< XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_25);
NullCheck(L_26);
XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_27 = XmlReaderSettings_get_Schemas_m092542FE9F7250CB20F32A02E11534E90DD82D56(L_26, /*hidden argument*/NULL);
NullCheck(L_24);
XmlDocument_set_Schemas_m01F70645BE17074A89B9E9F9528B1BA36969E4CB(L_24, L_27, /*hidden argument*/NULL);
}
IL_0098:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_28 = __this->get_reader_1();
NullCheck(L_28);
int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_28);
if ((((int32_t)L_29) == ((int32_t)1)))
{
goto IL_00b4;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_30 = __this->get_reader_1();
NullCheck(L_30);
bool L_31 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_30);
if (L_31)
{
goto IL_00b4;
}
}
{
return;
}
IL_00b4:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_32 = ___doc0;
XmlLoader_LoadDocSequence_m6289015E7CDD247B56ABC54BA7A13E2924E6C60E(__this, L_32, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_m6289015E7CDD247B56ABC54BA7A13E2924E6C60E (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___parentDoc0, const RuntimeMethod* method)
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
{
V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
goto IL_001b;
}
IL_0004:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___parentDoc0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = ___parentDoc0;
NullCheck(L_0);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_0, L_1, L_2);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_3 = __this->get_reader_1();
NullCheck(L_3);
bool L_4 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_3);
if (L_4)
{
goto IL_001b;
}
}
{
return;
}
IL_001b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729(__this, (bool)1, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = L_5;
V_0 = L_6;
if (L_6)
{
goto IL_0004;
}
}
{
return;
}
}
// System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, bool ___skipOverWhitespace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_2 = NULL;
RuntimeObject* V_3 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_4 = NULL;
int32_t V_5 = 0;
bool V_6 = false;
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * V_7 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_8 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
V_1 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_0009:
{
V_4 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1);
V_5 = L_2;
int32_t L_3 = V_5;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
{
case 0:
{
goto IL_0066;
}
case 1:
{
goto IL_017a;
}
case 2:
{
goto IL_0187;
}
case 3:
{
goto IL_01df;
}
case 4:
{
goto IL_016a;
}
case 5:
{
goto IL_0238;
}
case 6:
{
goto IL_01fe;
}
case 7:
{
goto IL_0219;
}
case 8:
{
goto IL_0238;
}
case 9:
{
goto IL_022e;
}
case 10:
{
goto IL_0238;
}
case 11:
{
goto IL_0238;
}
case 12:
{
goto IL_01b7;
}
case 13:
{
goto IL_019f;
}
case 14:
{
goto IL_0117;
}
case 15:
{
goto IL_0178;
}
case 16:
{
goto IL_01f4;
}
}
}
{
goto IL_0238;
}
IL_0066:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_4 = V_0;
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4);
V_6 = L_5;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_6 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_7);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_9);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11);
NullCheck(L_6);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_13 = VirtFuncInvoker3< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *, String_t*, String_t*, String_t* >::Invoke(57 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_6, L_8, L_10, L_12);
V_2 = L_13;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_14 = V_2;
bool L_15 = V_6;
NullCheck(L_14);
XmlElement_set_IsEmpty_m3B4234FFCF2114F9B3C1B0A6C6237461780AFB1D(L_14, L_15, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_16 = V_0;
NullCheck(L_16);
bool L_17 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16);
if (!L_17)
{
goto IL_00c5;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_18 = V_2;
NullCheck(L_18);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_19 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18);
V_7 = L_19;
}
IL_00a4:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_20 = XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B(__this, /*hidden argument*/NULL);
V_8 = L_20;
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_21 = V_7;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_22 = V_8;
NullCheck(L_21);
XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137(L_21, L_22, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_23 = V_0;
NullCheck(L_23);
bool L_24 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_23);
if (L_24)
{
goto IL_00a4;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_25 = V_0;
NullCheck(L_25);
VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_25);
}
IL_00c5:
{
bool L_26 = V_6;
if (L_26)
{
goto IL_00e1;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_27 = V_1;
if (!L_27)
{
goto IL_00da;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = V_1;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_29 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_30 = __this->get_doc_0();
NullCheck(L_28);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_28, L_29, L_30);
}
IL_00da:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_31 = V_2;
V_1 = L_31;
goto IL_025b;
}
IL_00e1:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_32 = V_0;
NullCheck(L_32);
RuntimeObject* L_33 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_32);
V_3 = L_33;
RuntimeObject* L_34 = V_3;
if (!L_34)
{
goto IL_010f;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_35 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_36 = __this->get_doc_0();
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_37 = V_2;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_37);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_39 = V_2;
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_39);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_41 = V_2;
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_41);
RuntimeObject* L_43 = V_3;
NullCheck(L_36);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_44 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(L_36, L_38, L_40, L_42, L_43, /*hidden argument*/NULL);
NullCheck(L_35);
XmlElement_set_XmlName_mD8835D507AA8108706EE9757F727AE5C32EAE9D8(L_35, L_44, /*hidden argument*/NULL);
}
IL_010f:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_45 = V_2;
V_4 = L_45;
goto IL_0244;
}
IL_0117:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_46 = V_1;
if (L_46)
{
goto IL_011c;
}
}
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_011c:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_47 = V_0;
NullCheck(L_47);
RuntimeObject* L_48 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_47);
V_3 = L_48;
RuntimeObject* L_49 = V_3;
if (!L_49)
{
goto IL_0154;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_50 = V_1;
V_2 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_50, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_51 = V_2;
if (!L_51)
{
goto IL_0154;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_52 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_53 = __this->get_doc_0();
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_54 = V_2;
NullCheck(L_54);
String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_54);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_56 = V_2;
NullCheck(L_56);
String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_56);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_58 = V_2;
NullCheck(L_58);
String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_58);
RuntimeObject* L_60 = V_3;
NullCheck(L_53);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_61 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(L_53, L_55, L_57, L_59, L_60, /*hidden argument*/NULL);
NullCheck(L_52);
XmlElement_set_XmlName_mD8835D507AA8108706EE9757F727AE5C32EAE9D8(L_52, L_61, /*hidden argument*/NULL);
}
IL_0154:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_62 = V_1;
NullCheck(L_62);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_63 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_62);
if (L_63)
{
goto IL_015e;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_64 = V_1;
return L_64;
}
IL_015e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_65 = V_1;
NullCheck(L_65);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_66 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_65);
V_1 = L_66;
goto IL_025b;
}
IL_016a:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_67 = XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593(__this, (bool)0, /*hidden argument*/NULL);
V_4 = L_67;
goto IL_0244;
}
IL_0178:
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_017a:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_68 = XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B(__this, /*hidden argument*/NULL);
V_4 = L_68;
goto IL_0244;
}
IL_0187:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_69 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_70 = V_0;
NullCheck(L_70);
String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_70);
NullCheck(L_69);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_72 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_69, L_71);
V_4 = L_72;
goto IL_0244;
}
IL_019f:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_73 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_74 = V_0;
NullCheck(L_74);
String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_74);
NullCheck(L_73);
XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_76 = VirtFuncInvoker1< XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *, String_t* >::Invoke(53 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_73, L_75);
V_4 = L_76;
goto IL_0244;
}
IL_01b7:
{
bool L_77 = __this->get_preserveWhitespace_2();
if (!L_77)
{
goto IL_01d4;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_78 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_79 = V_0;
NullCheck(L_79);
String_t* L_80 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_79);
NullCheck(L_78);
XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_81 = VirtFuncInvoker1< XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *, String_t* >::Invoke(54 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, L_78, L_80);
V_4 = L_81;
goto IL_0244;
}
IL_01d4:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_82 = V_1;
if (L_82)
{
goto IL_025b;
}
}
{
bool L_83 = ___skipOverWhitespace0;
if (L_83)
{
goto IL_025b;
}
}
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_01df:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_84 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_85 = V_0;
NullCheck(L_85);
String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_85);
NullCheck(L_84);
XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_87 = VirtFuncInvoker1< XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *, String_t* >::Invoke(45 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_84, L_86);
V_4 = L_87;
goto IL_0244;
}
IL_01f4:
{
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_88 = XmlLoader_LoadDeclarationNode_m48EC5EC35C617D1203576E9D411DBBD80D1AD367(__this, /*hidden argument*/NULL);
V_4 = L_88;
goto IL_0244;
}
IL_01fe:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_89 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_90 = V_0;
NullCheck(L_90);
String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_90);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_92 = V_0;
NullCheck(L_92);
String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_92);
NullCheck(L_89);
XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_94 = VirtFuncInvoker2< XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *, String_t*, String_t* >::Invoke(50 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_89, L_91, L_93);
V_4 = L_94;
goto IL_0244;
}
IL_0219:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_95 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_96 = V_0;
NullCheck(L_96);
String_t* L_97 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_96);
NullCheck(L_95);
XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_98 = VirtFuncInvoker1< XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *, String_t* >::Invoke(46 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_95, L_97);
V_4 = L_98;
goto IL_0244;
}
IL_022e:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_99 = XmlLoader_LoadDocumentTypeNode_m7EC250C1A45A44A9EDAE44925679C4F9718F121D(__this, /*hidden argument*/NULL);
V_4 = L_99;
goto IL_0244;
}
IL_0238:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_100 = V_0;
NullCheck(L_100);
int32_t L_101 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_100);
Exception_t * L_102 = XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8(L_101, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_102, NULL, XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729_RuntimeMethod_var);
}
IL_0244:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_103 = V_1;
if (!L_103)
{
goto IL_0258;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_104 = V_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_105 = V_4;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_106 = __this->get_doc_0();
NullCheck(L_104);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_104, L_105, L_106);
goto IL_025b;
}
IL_0258:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_107 = V_4;
return L_107;
}
IL_025b:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_108 = V_0;
NullCheck(L_108);
bool L_109 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_108);
if (L_109)
{
goto IL_0009;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_110 = V_1;
if (!L_110)
{
goto IL_027a;
}
}
{
goto IL_0272;
}
IL_026b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_111 = V_1;
NullCheck(L_111);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_112 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_111);
V_1 = L_112;
}
IL_0272:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_113 = V_1;
NullCheck(L_113);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_114 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_113);
if (L_114)
{
goto IL_026b;
}
}
IL_027a:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_115 = V_1;
return L_115;
}
}
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL;
RuntimeObject* V_2 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_3 = NULL;
int32_t V_4 = 0;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = V_0;
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1);
if (!L_2)
{
goto IL_0016;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_3 = XmlLoader_LoadDefaultAttribute_m5C03254B16766F83BDF791F30D7685444F1E4576(__this, /*hidden argument*/NULL);
return L_3;
}
IL_0016:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_5);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_7);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_9);
NullCheck(L_4);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_4, L_6, L_8, L_10);
V_1 = L_11;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_12 = V_0;
NullCheck(L_12);
RuntimeObject* L_13 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_12);
V_2 = L_13;
RuntimeObject* L_14 = V_2;
if (!L_14)
{
goto IL_00fb;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_15 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = __this->get_doc_0();
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_17);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_19 = V_1;
NullCheck(L_19);
String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_19);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_21 = V_1;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_21);
RuntimeObject* L_23 = V_2;
NullCheck(L_16);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_24 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(L_16, L_18, L_20, L_22, L_23, /*hidden argument*/NULL);
NullCheck(L_15);
XmlAttribute_set_XmlName_m45334C8F4B56E67A0829BF016FB2751F184E9AD9(L_15, L_24, /*hidden argument*/NULL);
goto IL_00fb;
}
IL_006a:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_25);
V_4 = L_26;
int32_t L_27 = V_4;
if ((((int32_t)L_27) == ((int32_t)3)))
{
goto IL_007e;
}
}
{
int32_t L_28 = V_4;
if ((((int32_t)L_28) == ((int32_t)5)))
{
goto IL_0092;
}
}
{
goto IL_00e1;
}
IL_007e:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_29 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_30);
NullCheck(L_29);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_32 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_29, L_31);
V_3 = L_32;
goto IL_00ed;
}
IL_0092:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_33 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_34 = V_0;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_34);
NullCheck(L_33);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_36 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_33, L_35);
V_3 = L_36;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_37 = V_0;
NullCheck(L_37);
bool L_38 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_37);
if (!L_38)
{
goto IL_00ed;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_39 = V_0;
NullCheck(L_39);
VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_39);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_40 = V_3;
XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2(__this, L_40, (bool)0, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_41 = V_3;
NullCheck(L_41);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_42 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_41);
if (L_42)
{
goto IL_00ed;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_43 = V_3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_44 = __this->get_doc_0();
String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_44);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_46 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_44, L_45);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_47 = __this->get_doc_0();
NullCheck(L_43);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_43, L_46, L_47);
goto IL_00ed;
}
IL_00e1:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_48 = V_0;
NullCheck(L_48);
int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_48);
Exception_t * L_50 = XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8(L_49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, NULL, XmlLoader_LoadAttributeNode_m681EA16CBCF970BC633CA6B4080850C7E0F5109B_RuntimeMethod_var);
}
IL_00ed:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_51 = V_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_52 = V_3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_53 = __this->get_doc_0();
NullCheck(L_51);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_51, L_52, L_53);
}
IL_00fb:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_54 = V_0;
NullCheck(L_54);
bool L_55 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_54);
if (L_55)
{
goto IL_006a;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_56 = V_1;
return L_56;
}
}
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadDefaultAttribute_m5C03254B16766F83BDF791F30D7685444F1E4576 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadDefaultAttribute_m5C03254B16766F83BDF791F30D7685444F1E4576_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL;
RuntimeObject* V_2 = NULL;
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * V_3 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_2);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_4);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_6);
NullCheck(L_1);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_8 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(56 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, L_1, L_3, L_5, L_7);
V_1 = L_8;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_9 = V_0;
NullCheck(L_9);
RuntimeObject* L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_9);
V_2 = L_10;
RuntimeObject* L_11 = V_2;
if (!L_11)
{
goto IL_0053;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_13 = __this->get_doc_0();
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_14 = V_1;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_14);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_16);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = V_1;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_18);
RuntimeObject* L_20 = V_2;
NullCheck(L_13);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_21 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(L_13, L_15, L_17, L_19, L_20, /*hidden argument*/NULL);
NullCheck(L_12);
XmlAttribute_set_XmlName_m45334C8F4B56E67A0829BF016FB2751F184E9AD9(L_12, L_21, /*hidden argument*/NULL);
}
IL_0053:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_22 = V_1;
XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2(__this, L_22, (bool)0, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_23 = V_1;
V_3 = ((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var));
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_24 = V_3;
if (!L_24)
{
goto IL_006c;
}
}
{
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_25 = V_3;
NullCheck(L_25);
XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47(L_25, (bool)0, /*hidden argument*/NULL);
}
IL_006c:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_26 = V_1;
return L_26;
}
}
// System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, bool ___direct1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
int32_t V_2 = 0;
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * G_B8_0 = NULL;
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * G_B13_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * G_B17_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * G_B16_0 = NULL;
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * G_B18_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * G_B18_1 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
goto IL_00eb;
}
IL_000c:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1);
V_2 = L_2;
int32_t L_3 = V_2;
if ((((int32_t)L_3) == ((int32_t)3)))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_2;
if ((((int32_t)L_4) == ((int32_t)5)))
{
goto IL_0053;
}
}
{
int32_t L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)((int32_t)16))))
{
goto IL_0052;
}
}
{
goto IL_00d1;
}
IL_0025:
{
bool L_6 = ___direct1;
if (L_6)
{
goto IL_003b;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_8 = V_0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8);
NullCheck(L_7);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_10 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_7, L_9);
G_B8_0 = L_10;
goto IL_004c;
}
IL_003b:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_11);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_13 = __this->get_doc_0();
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_14 = (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *)il2cpp_codegen_object_new(XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var);
XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF(L_14, L_12, L_13, /*hidden argument*/NULL);
G_B8_0 = L_14;
}
IL_004c:
{
V_1 = G_B8_0;
goto IL_00dd;
}
IL_0052:
{
return;
}
IL_0053:
{
bool L_15 = ___direct1;
if (L_15)
{
goto IL_006e;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_17 = __this->get_reader_1();
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_17);
NullCheck(L_16);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_19 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_16, L_18);
G_B13_0 = L_19;
goto IL_0084;
}
IL_006e:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_20 = __this->get_reader_1();
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_20);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_22 = __this->get_doc_0();
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_23 = (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)il2cpp_codegen_object_new(XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var);
XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8(L_23, L_21, L_22, /*hidden argument*/NULL);
G_B13_0 = L_23;
}
IL_0084:
{
V_1 = G_B13_0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_24 = V_0;
NullCheck(L_24);
bool L_25 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_24);
if (!L_25)
{
goto IL_00dd;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_26 = V_0;
NullCheck(L_26);
VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_26);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_27 = V_1;
bool L_28 = ___direct1;
XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2(__this, L_27, L_28, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_29 = V_1;
NullCheck(L_29);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_30 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_29);
if (L_30)
{
goto IL_00dd;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_31 = V_1;
bool L_32 = ___direct1;
G_B16_0 = L_31;
if (L_32)
{
G_B17_0 = L_31;
goto IL_00b9;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_33 = __this->get_doc_0();
String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_33);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_35 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_33, L_34);
G_B18_0 = L_35;
G_B18_1 = G_B16_0;
goto IL_00c3;
}
IL_00b9:
{
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_37 = (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *)il2cpp_codegen_object_new(XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var);
XmlText__ctor_mD1CAEF449A58416EEE42B139253EFCEDA2CC9C35(L_37, L_36, /*hidden argument*/NULL);
G_B18_0 = L_37;
G_B18_1 = G_B17_0;
}
IL_00c3:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_38 = __this->get_doc_0();
NullCheck(G_B18_1);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, G_B18_1, G_B18_0, L_38);
goto IL_00dd;
}
IL_00d1:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_39 = V_0;
NullCheck(L_39);
int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_39);
Exception_t * L_41 = XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8(L_40, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, NULL, XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2_RuntimeMethod_var);
}
IL_00dd:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_42 = ___parent0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_43 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_44 = __this->get_doc_0();
NullCheck(L_42);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_42, L_43, L_44);
}
IL_00eb:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_45 = V_0;
NullCheck(L_45);
bool L_46 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_45);
if (L_46)
{
goto IL_000c;
}
}
{
return;
}
}
// System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, bool ___direct0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * V_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * G_B3_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * G_B8_0 = NULL;
{
bool L_0 = ___direct0;
if (L_0)
{
goto IL_001b;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_2 = __this->get_reader_1();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_2);
NullCheck(L_1);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_4 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_1, L_3);
G_B3_0 = L_4;
goto IL_0031;
}
IL_001b:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_5 = __this->get_reader_1();
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_5);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = __this->get_doc_0();
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_8 = (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)il2cpp_codegen_object_new(XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var);
XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8(L_8, L_6, L_7, /*hidden argument*/NULL);
G_B3_0 = L_8;
}
IL_0031:
{
V_0 = G_B3_0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_9 = __this->get_reader_1();
NullCheck(L_9);
bool L_10 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_9);
if (!L_10)
{
goto IL_00b1;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_11 = __this->get_reader_1();
NullCheck(L_11);
VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_11);
goto IL_0070;
}
IL_004c:
{
bool L_12 = ___direct0;
if (L_12)
{
goto IL_0058;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729(__this, (bool)0, /*hidden argument*/NULL);
G_B8_0 = L_13;
goto IL_005e;
}
IL_0058:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8(__this, /*hidden argument*/NULL);
G_B8_0 = L_14;
}
IL_005e:
{
V_1 = G_B8_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_15 = V_1;
if (!L_15)
{
goto IL_0070;
}
}
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_16 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_17 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_18 = __this->get_doc_0();
NullCheck(L_16);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_16, L_17, L_18);
}
IL_0070:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_19 = __this->get_reader_1();
NullCheck(L_19);
bool L_20 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_19);
if (!L_20)
{
goto IL_008c;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_21 = __this->get_reader_1();
NullCheck(L_21);
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_21);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)16)))))
{
goto IL_004c;
}
}
IL_008c:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_23 = V_0;
NullCheck(L_23);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_24 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_23);
if (L_24)
{
goto IL_00b1;
}
}
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_25 = V_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_26 = __this->get_doc_0();
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_26);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_28 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_26, L_27);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_29 = __this->get_doc_0();
NullCheck(L_25);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_25, L_28, L_29);
}
IL_00b1:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_30 = V_0;
return L_30;
}
}
// System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode()
extern "C" IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlLoader_LoadDeclarationNode_m48EC5EC35C617D1203576E9D411DBBD80D1AD367 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadDeclarationNode_m48EC5EC35C617D1203576E9D411DBBD80D1AD367_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
{
V_0 = (String_t*)NULL;
V_1 = (String_t*)NULL;
V_2 = (String_t*)NULL;
goto IL_0065;
}
IL_0008:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0);
V_3 = L_1;
String_t* L_2 = V_3;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
if (L_3)
{
goto IL_003d;
}
}
{
String_t* L_4 = V_3;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, /*hidden argument*/NULL);
if (L_5)
{
goto IL_004b;
}
}
{
String_t* L_6 = V_3;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0059;
}
}
{
goto IL_0065;
}
IL_003d:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_8 = __this->get_reader_1();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8);
V_0 = L_9;
goto IL_0065;
}
IL_004b:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_10 = __this->get_reader_1();
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10);
V_1 = L_11;
goto IL_0065;
}
IL_0059:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_12 = __this->get_reader_1();
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12);
V_2 = L_13;
}
IL_0065:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_14 = __this->get_reader_1();
NullCheck(L_14);
bool L_15 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14);
if (L_15)
{
goto IL_0008;
}
}
{
String_t* L_16 = V_0;
if (L_16)
{
goto IL_008b;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_17 = __this->get_reader_1();
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_17);
XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1(L_18, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL);
}
IL_008b:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_19 = __this->get_doc_0();
String_t* L_20 = V_0;
String_t* L_21 = V_1;
String_t* L_22 = V_2;
NullCheck(L_19);
XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_23 = VirtFuncInvoker3< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_19, L_20, L_21, L_22);
return L_23;
}
}
// System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode()
extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlLoader_LoadDocumentTypeNode_m7EC250C1A45A44A9EDAE44925679C4F9718F121D (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadDocumentTypeNode_m7EC250C1A45A44A9EDAE44925679C4F9718F121D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_4 = NULL;
RuntimeObject* V_5 = NULL;
String_t* V_6 = NULL;
{
V_0 = (String_t*)NULL;
V_1 = (String_t*)NULL;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0);
V_2 = L_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_2 = __this->get_reader_1();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_2);
V_3 = L_3;
goto IL_0063;
}
IL_001e:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_4 = __this->get_reader_1();
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_4);
V_6 = L_5;
String_t* L_6 = V_6;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0049;
}
}
{
String_t* L_8 = V_6;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0057;
}
}
{
goto IL_0063;
}
IL_0049:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_10 = __this->get_reader_1();
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10);
V_0 = L_11;
goto IL_0063;
}
IL_0057:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_12 = __this->get_reader_1();
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12);
V_1 = L_13;
}
IL_0063:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_14 = __this->get_reader_1();
NullCheck(L_14);
bool L_15 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14);
if (L_15)
{
goto IL_001e;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = __this->get_doc_0();
String_t* L_17 = V_3;
String_t* L_18 = V_0;
String_t* L_19 = V_1;
String_t* L_20 = V_2;
NullCheck(L_16);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_21 = VirtFuncInvoker4< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *, String_t*, String_t*, String_t*, String_t* >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_16, L_17, L_18, L_19, L_20);
V_4 = L_21;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_22 = __this->get_reader_1();
NullCheck(L_22);
RuntimeObject* L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_22);
V_5 = L_23;
RuntimeObject* L_24 = V_5;
if (!L_24)
{
goto IL_009e;
}
}
{
RuntimeObject* L_25 = V_5;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_26 = V_4;
XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5(__this, L_25, L_26, /*hidden argument*/NULL);
goto IL_00a6;
}
IL_009e:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_27 = V_4;
XmlLoader_ParseDocumentType_mA36D696437FE17D5B287039D46BCBCE5301AB837(__this, L_27, /*hidden argument*/NULL);
}
IL_00a6:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_28 = V_4;
return L_28;
}
}
// System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect()
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
int32_t V_3 = 0;
bool V_4 = false;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_5 = NULL;
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * V_6 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_7 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
V_1 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_0009:
{
V_2 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1);
V_3 = L_2;
int32_t L_3 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
{
case 0:
{
goto IL_005f;
}
case 1:
{
goto IL_0119;
}
case 2:
{
goto IL_0168;
}
case 3:
{
goto IL_0181;
}
case 4:
{
goto IL_010c;
}
case 5:
{
goto IL_01d7;
}
case 6:
{
goto IL_019a;
}
case 7:
{
goto IL_01be;
}
case 8:
{
goto IL_01d7;
}
case 9:
{
goto IL_01d7;
}
case 10:
{
goto IL_01d7;
}
case 11:
{
goto IL_01d7;
}
case 12:
{
goto IL_0141;
}
case 13:
{
goto IL_0125;
}
case 14:
{
goto IL_00f6;
}
case 15:
{
goto IL_01fd;
}
}
}
{
goto IL_01d7;
}
IL_005f:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_4 = __this->get_reader_1();
NullCheck(L_4);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4);
V_4 = L_5;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = __this->get_reader_1();
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_6);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_8 = __this->get_reader_1();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_8);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_10 = __this->get_reader_1();
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_10);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_12 = __this->get_doc_0();
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_13 = (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)il2cpp_codegen_object_new(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var);
XmlElement__ctor_m6EF8E838C45E1BDCD5A7CD37690F5F52FC3D44C1(L_13, L_7, L_9, L_11, L_12, /*hidden argument*/NULL);
V_5 = L_13;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_14 = V_5;
bool L_15 = V_4;
NullCheck(L_14);
XmlElement_set_IsEmpty_m3B4234FFCF2114F9B3C1B0A6C6237461780AFB1D(L_14, L_15, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_16 = __this->get_reader_1();
NullCheck(L_16);
bool L_17 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16);
if (!L_17)
{
goto IL_00d3;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_18 = V_5;
NullCheck(L_18);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_19 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18);
V_6 = L_19;
}
IL_00b9:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_20 = XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E(__this, /*hidden argument*/NULL);
V_7 = L_20;
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_21 = V_6;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_22 = V_7;
NullCheck(L_21);
XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137(L_21, L_22, /*hidden argument*/NULL);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_23 = V_0;
NullCheck(L_23);
bool L_24 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_23);
if (L_24)
{
goto IL_00b9;
}
}
IL_00d3:
{
bool L_25 = V_4;
if (L_25)
{
goto IL_00ee;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = V_1;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_27 = V_5;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_28 = __this->get_doc_0();
NullCheck(L_26);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_26, L_27, L_28);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_29 = V_5;
V_1 = L_29;
goto IL_01fd;
}
IL_00ee:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_30 = V_5;
V_2 = L_30;
goto IL_01e8;
}
IL_00f6:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_31 = V_1;
NullCheck(L_31);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_32 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_31);
if (L_32)
{
goto IL_0100;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_33 = V_1;
return L_33;
}
IL_0100:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_34 = V_1;
NullCheck(L_34);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_35 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_34);
V_1 = L_35;
goto IL_01fd;
}
IL_010c:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_36 = XmlLoader_LoadEntityReferenceNode_m00E27E47AD318F54105006C256ED6F27899D4593(__this, (bool)1, /*hidden argument*/NULL);
V_2 = L_36;
goto IL_01e8;
}
IL_0119:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_37 = XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E(__this, /*hidden argument*/NULL);
V_2 = L_37;
goto IL_01e8;
}
IL_0125:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_38 = __this->get_reader_1();
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_38);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_40 = __this->get_doc_0();
XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_41 = (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *)il2cpp_codegen_object_new(XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_il2cpp_TypeInfo_var);
XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327(L_41, L_39, L_40, /*hidden argument*/NULL);
V_2 = L_41;
goto IL_01e8;
}
IL_0141:
{
bool L_42 = __this->get_preserveWhitespace_2();
if (!L_42)
{
goto IL_01fd;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_43 = __this->get_reader_1();
NullCheck(L_43);
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_43);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_45 = __this->get_doc_0();
XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_46 = (XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *)il2cpp_codegen_object_new(XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D_il2cpp_TypeInfo_var);
XmlWhitespace__ctor_m016512E3F1D4094C7B53F02D9799AF5303E34A64(L_46, L_44, L_45, /*hidden argument*/NULL);
V_2 = L_46;
goto IL_01e8;
}
IL_0168:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_47 = __this->get_reader_1();
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_47);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_49 = __this->get_doc_0();
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_50 = (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *)il2cpp_codegen_object_new(XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var);
XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF(L_50, L_48, L_49, /*hidden argument*/NULL);
V_2 = L_50;
goto IL_01e8;
}
IL_0181:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_51 = __this->get_reader_1();
NullCheck(L_51);
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_51);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_53 = __this->get_doc_0();
XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_54 = (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *)il2cpp_codegen_object_new(XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_il2cpp_TypeInfo_var);
XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729(L_54, L_52, L_53, /*hidden argument*/NULL);
V_2 = L_54;
goto IL_01e8;
}
IL_019a:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_55 = __this->get_reader_1();
NullCheck(L_55);
String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_55);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_57 = __this->get_reader_1();
NullCheck(L_57);
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_57);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_59 = __this->get_doc_0();
XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_60 = (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *)il2cpp_codegen_object_new(XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0_il2cpp_TypeInfo_var);
XmlProcessingInstruction__ctor_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5(L_60, L_56, L_58, L_59, /*hidden argument*/NULL);
V_2 = L_60;
goto IL_01e8;
}
IL_01be:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_61 = __this->get_reader_1();
NullCheck(L_61);
String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_61);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_63 = __this->get_doc_0();
XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_64 = (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *)il2cpp_codegen_object_new(XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D_il2cpp_TypeInfo_var);
XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268(L_64, L_62, L_63, /*hidden argument*/NULL);
V_2 = L_64;
goto IL_01e8;
}
IL_01d7:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_65 = __this->get_reader_1();
NullCheck(L_65);
int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_65);
Exception_t * L_67 = XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8(L_66, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, NULL, XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8_RuntimeMethod_var);
}
IL_01e8:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_68 = V_1;
if (!L_68)
{
goto IL_01fb;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_69 = V_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_70 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_71 = __this->get_doc_0();
NullCheck(L_69);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_69, L_70, L_71);
goto IL_01fd;
}
IL_01fb:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_72 = V_2;
return L_72;
}
IL_01fd:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_73 = V_0;
NullCheck(L_73);
bool L_74 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_73);
if (L_74)
{
goto IL_0009;
}
}
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect()
extern "C" IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadAttributeNodeDirect_m168ED9E9529231500A47B686DCE925419BE6AB1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * V_0 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL;
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * V_2 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_1();
V_0 = L_0;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = V_0;
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1);
if (!L_2)
{
goto IL_003e;
}
}
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_3);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_9 = __this->get_doc_0();
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_10 = (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var);
XmlUnspecifiedAttribute__ctor_mE777BCF4E5CF4B6A6FB3A5D86B2049A0FC69A9EA(L_10, L_4, L_6, L_8, L_9, /*hidden argument*/NULL);
V_2 = L_10;
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_11 = V_2;
XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2(__this, L_11, (bool)1, /*hidden argument*/NULL);
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_12 = V_2;
NullCheck(L_12);
XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47(L_12, (bool)0, /*hidden argument*/NULL);
XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_13 = V_2;
return L_13;
}
IL_003e:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_14);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_16 = V_0;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_16);
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_18 = V_0;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_18);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_20 = __this->get_doc_0();
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_21 = (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)il2cpp_codegen_object_new(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var);
XmlAttribute__ctor_m6A0A80A14549911E2901FB44FA291BD8DDBB7A8F(L_21, L_15, L_17, L_19, L_20, /*hidden argument*/NULL);
V_1 = L_21;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_22 = V_1;
XmlLoader_LoadAttributeValue_mA242A0982AA3729EB5E7D26D4BEC1E7DD8B4D3E2(__this, L_22, (bool)1, /*hidden argument*/NULL);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_23 = V_1;
return L_23;
}
}
// System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mA36D696437FE17D5B287039D46BCBCE5301AB837 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode0, const RuntimeMethod* method)
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL;
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_0 = ___dtNode0;
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0);
V_0 = L_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0;
NullCheck(L_2);
bool L_3 = XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001e;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_4 = ___dtNode0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0;
NullCheck(L_5);
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_6 = XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA(L_5, /*hidden argument*/NULL);
XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8(__this, L_4, (bool)1, L_6, /*hidden argument*/NULL);
return;
}
IL_001e:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_7 = ___dtNode0;
XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8(__this, L_7, (bool)0, (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode0, bool ___bUseResolver1, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___resolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_ParseDocumentType_m2208259233C1D3329190BE58DD2AFA62A9444AB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * V_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * V_1 = NULL;
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_0 = ___dtNode0;
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0);
__this->set_doc_0(L_1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = __this->get_doc_0();
NullCheck(L_2);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_2, /*hidden argument*/NULL);
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_4 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var);
XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_4, L_3, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = __this->get_doc_0();
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_5);
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 *)il2cpp_codegen_object_new(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279_il2cpp_TypeInfo_var);
XmlParserContext__ctor_m71CF3AB5DA5240ACDE04249C55C7C4FA94DFA674(L_8, (XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *)NULL, L_4, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, L_6, L_7, 0, /*hidden argument*/NULL);
V_0 = L_8;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_9 = V_0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_10 = (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var);
XmlTextReaderImpl__ctor_m197C7872A20B250CEEFCF5E5B77C63D2E7F05120(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, 1, L_9, /*hidden argument*/NULL);
V_1 = L_10;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_11 = V_1;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_12 = ___dtNode0;
NullCheck(L_12);
bool L_13 = XmlDocumentType_get_ParseWithNamespaces_mB6D3E3A481DA4675723BF65E5358757329ECA2D8(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511(L_11, L_13, /*hidden argument*/NULL);
bool L_14 = ___bUseResolver1;
if (!L_14)
{
goto IL_005b;
}
}
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_15 = V_1;
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_16 = ___resolver2;
NullCheck(L_15);
XmlTextReaderImpl_set_XmlResolver_m1770FD44E07FECE1904724E01EFA2068CD4C33CB(L_15, L_16, /*hidden argument*/NULL);
}
IL_005b:
{
IL2CPP_RUNTIME_CLASS_INIT(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var);
RuntimeObject* L_17 = DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D(/*hidden argument*/NULL);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_18 = V_1;
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_19 = (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 *)il2cpp_codegen_object_new(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var);
DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33(L_19, L_18, /*hidden argument*/NULL);
V_2 = L_19;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_20 = __this->get_doc_0();
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_20);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_22 = ___dtNode0;
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_22);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_24 = ___dtNode0;
NullCheck(L_24);
String_t* L_25 = XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B(L_24, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_26 = ___dtNode0;
NullCheck(L_26);
String_t* L_27 = XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0(L_26, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_28 = ___dtNode0;
NullCheck(L_28);
String_t* L_29 = XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177(L_28, /*hidden argument*/NULL);
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_30 = V_2;
NullCheck(L_17);
RuntimeObject* L_31 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var, L_17, L_21, L_23, L_25, L_27, L_29, L_30);
V_3 = L_31;
RuntimeObject* L_32 = V_3;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_33 = ___dtNode0;
XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5(__this, L_32, L_33, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * ___dtNode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C V_2;
memset(&V_2, 0, sizeof(V_2));
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * V_3 = NULL;
Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 V_4;
memset(&V_4, 0, sizeof(V_4));
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_5 = NULL;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * V_6 = NULL;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_7 = NULL;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * V_8 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_9 = NULL;
RuntimeObject* V_10 = NULL;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_11 = 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_B15_0 = NULL;
String_t* G_B15_1 = NULL;
String_t* G_B15_2 = NULL;
String_t* G_B15_3 = NULL;
String_t* G_B14_0 = NULL;
String_t* G_B14_1 = NULL;
String_t* G_B14_2 = NULL;
String_t* G_B14_3 = NULL;
String_t* G_B16_0 = NULL;
String_t* G_B16_1 = NULL;
String_t* G_B16_2 = NULL;
String_t* G_B16_3 = NULL;
String_t* G_B16_4 = NULL;
String_t* G_B25_0 = NULL;
String_t* G_B25_1 = NULL;
String_t* G_B25_2 = NULL;
String_t* G_B25_3 = NULL;
String_t* G_B24_0 = NULL;
String_t* G_B24_1 = NULL;
String_t* G_B24_2 = NULL;
String_t* G_B24_3 = NULL;
String_t* G_B26_0 = NULL;
String_t* G_B26_1 = NULL;
String_t* G_B26_2 = NULL;
String_t* G_B26_3 = NULL;
String_t* G_B26_4 = NULL;
{
RuntimeObject* L_0 = ___dtdInfo0;
V_0 = ((SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 *)IsInstClass((RuntimeObject*)L_0, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41_il2cpp_TypeInfo_var));
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = V_0;
if (L_1)
{
goto IL_001a;
}
}
{
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, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlLoader_LoadDocumentType_mFBD959919E1BC4CD2435B891BFEF720379297BC5_RuntimeMethod_var);
}
IL_001a:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_4 = ___dtNode1;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_5 = V_0;
NullCheck(L_4);
XmlDocumentType_set_DtdSchemaInfo_m8EF882298584A7201F6FECAD786018FF3791A208(L_4, L_5, /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_6 = V_0;
if (!L_6)
{
goto IL_02d5;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = __this->get_doc_0();
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_8 = V_0;
NullCheck(L_7);
XmlDocument_set_DtdSchemaInfo_m776178F47E65D6CFE688676BBD8EEB1A812DF859(L_7, L_8, /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_9 = V_0;
NullCheck(L_9);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_10 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_009d;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_11 = V_0;
NullCheck(L_11);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_12 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * L_13 = Dictionary_2_get_Values_mB55DB0471C6D210203BC64C11EC4D799AE7084F5(L_12, /*hidden argument*/Dictionary_2_get_Values_mB55DB0471C6D210203BC64C11EC4D799AE7084F5_RuntimeMethod_var);
NullCheck(L_13);
Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C L_14 = ValueCollection_GetEnumerator_m1F0C715DFDAD86D4C66AF50199802786E8C08135(L_13, /*hidden argument*/ValueCollection_GetEnumerator_m1F0C715DFDAD86D4C66AF50199802786E8C08135_RuntimeMethod_var);
V_2 = L_14;
}
IL_004c:
try
{ // begin try (depth: 1)
{
goto IL_0084;
}
IL_004e:
{
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_15 = Enumerator_get_Current_mC5147809CBB5A5A04B85A95576A854B9E491C641((Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *)(&V_2), /*hidden argument*/Enumerator_get_Current_mC5147809CBB5A5A04B85A95576A854B9E491C641_RuntimeMethod_var);
V_3 = L_15;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_16 = ___dtNode1;
NullCheck(L_16);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_17 = XmlDocumentType_get_Notations_m41D566BD2C4C7D09849A73BD8C0E5AF8F951ECA0(L_16, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_18 = V_3;
NullCheck(L_18);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = SchemaNotation_get_Name_m4AAE2CABC79F11A57058F7805DE595EDE5D12B2D(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_19, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_21 = V_3;
NullCheck(L_21);
String_t* L_22 = SchemaNotation_get_Pubid_mB8062065BB3B229D05F8CEAB14E506CED1366859(L_21, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_23 = V_3;
NullCheck(L_23);
String_t* L_24 = SchemaNotation_get_SystemLiteral_mDC6290B38618308625C5C348D40708E7F96948BE(L_23, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_25 = __this->get_doc_0();
XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 * L_26 = (XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53 *)il2cpp_codegen_object_new(XmlNotation_tA1B86454CE48EBA5498A774B06535CEC10ABBF53_il2cpp_TypeInfo_var);
XmlNotation__ctor_m003AEAABBC3AD7E5ABF8CE135BD75156C8CCE470(L_26, L_20, L_22, L_24, L_25, /*hidden argument*/NULL);
NullCheck(L_17);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_17, L_26);
}
IL_0084:
{
bool L_27 = Enumerator_MoveNext_m22A18F8883925D3130AEC13FA162890F845DCE57((Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m22A18F8883925D3130AEC13FA162890F845DCE57_RuntimeMethod_var);
if (L_27)
{
goto IL_004e;
}
}
IL_008d:
{
IL2CPP_LEAVE(0x9D, FINALLY_008f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_008f;
}
FINALLY_008f:
{ // begin finally (depth: 1)
Enumerator_Dispose_mB8F33CFACC830685130759ECFD41BDACD8F6B2D2((Enumerator_t544EBF5211D3142D85167DB4FC5A87176D40687C *)(&V_2), /*hidden argument*/Enumerator_Dispose_mB8F33CFACC830685130759ECFD41BDACD8F6B2D2_RuntimeMethod_var);
IL2CPP_END_FINALLY(143)
} // end finally (depth: 1)
IL2CPP_CLEANUP(143)
{
IL2CPP_JUMP_TBL(0x9D, IL_009d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_009d:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_28 = V_0;
NullCheck(L_28);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_29 = SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962(L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_0145;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_30 = V_0;
NullCheck(L_30);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_31 = SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962(L_30, /*hidden argument*/NULL);
NullCheck(L_31);
ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * L_32 = Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770(L_31, /*hidden argument*/Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770_RuntimeMethod_var);
NullCheck(L_32);
Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 L_33 = ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8(L_32, /*hidden argument*/ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8_RuntimeMethod_var);
V_4 = L_33;
}
IL_00ba:
try
{ // begin try (depth: 1)
{
goto IL_012c;
}
IL_00bc:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_34 = Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551_RuntimeMethod_var);
V_5 = L_34;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_35 = V_5;
NullCheck(L_35);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_36 = SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
String_t* L_37 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_36, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_38 = V_5;
NullCheck(L_38);
String_t* L_39 = SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9(L_38, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_40 = V_5;
NullCheck(L_40);
String_t* L_41 = SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1(L_40, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_42 = V_5;
NullCheck(L_42);
String_t* L_43 = SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66(L_42, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_44 = V_5;
NullCheck(L_44);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_45 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_44, /*hidden argument*/NULL);
NullCheck(L_45);
bool L_46 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_45, /*hidden argument*/NULL);
G_B14_0 = L_43;
G_B14_1 = L_41;
G_B14_2 = L_39;
G_B14_3 = L_37;
if (L_46)
{
G_B15_0 = L_43;
G_B15_1 = L_41;
G_B15_2 = L_39;
G_B15_3 = L_37;
goto IL_0102;
}
}
IL_00f4:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_47 = V_5;
NullCheck(L_47);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_48 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
String_t* L_49 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_48, /*hidden argument*/NULL);
G_B16_0 = L_49;
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
G_B16_3 = G_B14_2;
G_B16_4 = G_B14_3;
goto IL_0103;
}
IL_0102:
{
G_B16_0 = ((String_t*)(NULL));
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
G_B16_3 = G_B15_2;
G_B16_4 = G_B15_3;
}
IL_0103:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_50 = __this->get_doc_0();
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_51 = (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)il2cpp_codegen_object_new(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var);
XmlEntity__ctor_m53DD8D3F88C912FFEE47EF4774EDB4FC6CB95FAB(L_51, G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, L_50, /*hidden argument*/NULL);
V_6 = L_51;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_52 = V_6;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_53 = V_5;
NullCheck(L_53);
String_t* L_54 = SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721(L_53, /*hidden argument*/NULL);
NullCheck(L_52);
XmlEntity_SetBaseURI_m7B2FDD324ED982FD807762E7D9E97A2544B70087(L_52, L_54, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_55 = ___dtNode1;
NullCheck(L_55);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_56 = XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A(L_55, /*hidden argument*/NULL);
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_57 = V_6;
NullCheck(L_56);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_56, L_57);
}
IL_012c:
{
bool L_58 = Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7_RuntimeMethod_var);
if (L_58)
{
goto IL_00bc;
}
}
IL_0135:
{
IL2CPP_LEAVE(0x145, FINALLY_0137);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0137;
}
FINALLY_0137:
{ // begin finally (depth: 1)
Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D_RuntimeMethod_var);
IL2CPP_END_FINALLY(311)
} // end finally (depth: 1)
IL2CPP_CLEANUP(311)
{
IL2CPP_JUMP_TBL(0x145, IL_0145)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0145:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_59 = V_0;
NullCheck(L_59);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_60 = SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592(L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_01ed;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_61 = V_0;
NullCheck(L_61);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_62 = SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592(L_61, /*hidden argument*/NULL);
NullCheck(L_62);
ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * L_63 = Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770(L_62, /*hidden argument*/Dictionary_2_get_Values_mF56E4760826776FEE23B7C46061063E537071770_RuntimeMethod_var);
NullCheck(L_63);
Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 L_64 = ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8(L_63, /*hidden argument*/ValueCollection_GetEnumerator_m04BEED1FA4AFC53A67CE31BE5B467E5400DB7EE8_RuntimeMethod_var);
V_4 = L_64;
}
IL_0162:
try
{ // begin try (depth: 1)
{
goto IL_01d4;
}
IL_0164:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_65 = Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_get_Current_m16BDC9A7D5074D7B0CC563DB800D5C917F3E9551_RuntimeMethod_var);
V_7 = L_65;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_66 = V_7;
NullCheck(L_66);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_67 = SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2(L_66, /*hidden argument*/NULL);
NullCheck(L_67);
String_t* L_68 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_67, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_69 = V_7;
NullCheck(L_69);
String_t* L_70 = SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9(L_69, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_71 = V_7;
NullCheck(L_71);
String_t* L_72 = SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1(L_71, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_73 = V_7;
NullCheck(L_73);
String_t* L_74 = SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66(L_73, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_75 = V_7;
NullCheck(L_75);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_76 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_75, /*hidden argument*/NULL);
NullCheck(L_76);
bool L_77 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_76, /*hidden argument*/NULL);
G_B24_0 = L_74;
G_B24_1 = L_72;
G_B24_2 = L_70;
G_B24_3 = L_68;
if (L_77)
{
G_B25_0 = L_74;
G_B25_1 = L_72;
G_B25_2 = L_70;
G_B25_3 = L_68;
goto IL_01aa;
}
}
IL_019c:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_78 = V_7;
NullCheck(L_78);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_79 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_78, /*hidden argument*/NULL);
NullCheck(L_79);
String_t* L_80 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_79, /*hidden argument*/NULL);
G_B26_0 = L_80;
G_B26_1 = G_B24_0;
G_B26_2 = G_B24_1;
G_B26_3 = G_B24_2;
G_B26_4 = G_B24_3;
goto IL_01ab;
}
IL_01aa:
{
G_B26_0 = ((String_t*)(NULL));
G_B26_1 = G_B25_0;
G_B26_2 = G_B25_1;
G_B26_3 = G_B25_2;
G_B26_4 = G_B25_3;
}
IL_01ab:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_81 = __this->get_doc_0();
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_82 = (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)il2cpp_codegen_object_new(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var);
XmlEntity__ctor_m53DD8D3F88C912FFEE47EF4774EDB4FC6CB95FAB(L_82, G_B26_4, G_B26_3, G_B26_2, G_B26_1, G_B26_0, L_81, /*hidden argument*/NULL);
V_8 = L_82;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_83 = V_8;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_84 = V_7;
NullCheck(L_84);
String_t* L_85 = SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721(L_84, /*hidden argument*/NULL);
NullCheck(L_83);
XmlEntity_SetBaseURI_m7B2FDD324ED982FD807762E7D9E97A2544B70087(L_83, L_85, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_86 = ___dtNode1;
NullCheck(L_86);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_87 = XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A(L_86, /*hidden argument*/NULL);
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_88 = V_8;
NullCheck(L_87);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_87, L_88);
}
IL_01d4:
{
bool L_89 = Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m9067C5E45DCDDF4F8098BD610016E14D6AFBF8C7_RuntimeMethod_var);
if (L_89)
{
goto IL_0164;
}
}
IL_01dd:
{
IL2CPP_LEAVE(0x1ED, FINALLY_01df);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01df;
}
FINALLY_01df:
{ // begin finally (depth: 1)
Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D((Enumerator_tB25E3B46CF155E76DB8FA429ABF8EAFA2ECCDF24 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mE68AE5A97C679A94EA0CDFFF28952ED7093DFC0D_RuntimeMethod_var);
IL2CPP_END_FINALLY(479)
} // end finally (depth: 1)
IL2CPP_CLEANUP(479)
{
IL2CPP_JUMP_TBL(0x1ED, IL_01ed)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01ed:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_90 = __this->get_doc_0();
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_91 = ___dtNode1;
NullCheck(L_91);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_92 = XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A(L_91, /*hidden argument*/NULL);
NullCheck(L_90);
XmlDocument_set_Entities_mAFBC4BC073711D3B45877E189FF1E570F790BFED(L_90, L_92, /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_93 = V_0;
NullCheck(L_93);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_94 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C(L_93, /*hidden argument*/NULL);
NullCheck(L_94);
Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48 L_95 = Dictionary_2_GetEnumerator_mB93796B915B9A1156E0930B5051BE63F1F0107E9(L_94, /*hidden argument*/Dictionary_2_GetEnumerator_mB93796B915B9A1156E0930B5051BE63F1F0107E9_RuntimeMethod_var);
Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48 L_96 = L_95;
RuntimeObject * L_97 = Box(Enumerator_t4F80477F411947E1A19B5CA31E0FDD71F7942B48_il2cpp_TypeInfo_var, &L_96);
V_1 = (RuntimeObject*)L_97;
RuntimeObject* L_98 = V_1;
if (!L_98)
{
goto IL_02d5;
}
}
{
RuntimeObject* L_99 = V_1;
NullCheck(L_99);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_99);
goto IL_02ca;
}
IL_0220:
{
RuntimeObject* L_100 = V_1;
NullCheck(L_100);
RuntimeObject * L_101 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_100);
V_9 = ((SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)CastclassSealed((RuntimeObject*)L_101, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var));
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_102 = V_9;
NullCheck(L_102);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_103 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_102, /*hidden argument*/NULL);
if (!L_103)
{
goto IL_02ca;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_104 = V_9;
NullCheck(L_104);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_105 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2(L_104, /*hidden argument*/NULL);
NullCheck(L_105);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_106 = Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866(L_105, /*hidden argument*/Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var);
Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_107 = L_106;
RuntimeObject * L_108 = Box(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var, &L_107);
V_10 = (RuntimeObject*)L_108;
goto IL_02c1;
}
IL_024e:
{
RuntimeObject* L_109 = V_10;
NullCheck(L_109);
RuntimeObject * L_110 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_109);
V_11 = ((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)CastclassSealed((RuntimeObject*)L_110, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var));
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_111 = V_11;
NullCheck(L_111);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_112 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_111, /*hidden argument*/NULL);
NullCheck(L_112);
int32_t L_113 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_112);
if ((!(((uint32_t)L_113) == ((uint32_t)1))))
{
goto IL_02c1;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_114 = __this->get_doc_0();
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_115 = __this->get_doc_0();
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_116 = V_9;
NullCheck(L_116);
String_t* L_117 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_116, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_118 = V_9;
NullCheck(L_118);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_119 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_118, /*hidden argument*/NULL);
NullCheck(L_119);
String_t* L_120 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_119, /*hidden argument*/NULL);
String_t* L_121 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_115);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_122 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(L_115, L_117, L_120, L_121, (RuntimeObject*)NULL, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_123 = __this->get_doc_0();
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_124 = V_11;
NullCheck(L_124);
String_t* L_125 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_124, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_126 = V_11;
NullCheck(L_126);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_127 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_126, /*hidden argument*/NULL);
NullCheck(L_127);
String_t* L_128 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_127, /*hidden argument*/NULL);
String_t* L_129 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_123);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_130 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(L_123, L_125, L_128, L_129, (RuntimeObject*)NULL, /*hidden argument*/NULL);
NullCheck(L_114);
XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD(L_114, L_122, L_130, /*hidden argument*/NULL);
goto IL_02ca;
}
IL_02c1:
{
RuntimeObject* L_131 = V_10;
NullCheck(L_131);
bool L_132 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_131);
if (L_132)
{
goto IL_024e;
}
}
IL_02ca:
{
RuntimeObject* L_133 = V_1;
NullCheck(L_133);
bool L_134 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_133);
if (L_134)
{
goto IL_0220;
}
}
IL_02d5:
{
return;
}
}
// System.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * XmlLoader_GetContext_m9747FDD3ED5C36A2125CE13C45DF5A6EECAEDB85 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_GetContext_m9747FDD3ED5C36A2125CE13C45DF5A6EECAEDB85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_2 = NULL;
String_t* V_3 = NULL;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_4 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * V_5 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * V_6 = NULL;
bool V_7 = false;
RuntimeObject* V_8 = NULL;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_9 = NULL;
RuntimeObject* 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);
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B33_0 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B33_1 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B32_0 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B32_1 = NULL;
String_t* G_B34_0 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B34_1 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B34_2 = NULL;
String_t* G_B36_0 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B36_1 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B36_2 = NULL;
String_t* G_B35_0 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B35_1 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B35_2 = NULL;
String_t* G_B37_0 = NULL;
String_t* G_B37_1 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B37_2 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B37_3 = NULL;
String_t* G_B39_0 = NULL;
String_t* G_B39_1 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B39_2 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B39_3 = NULL;
String_t* G_B38_0 = NULL;
String_t* G_B38_1 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B38_2 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B38_3 = NULL;
String_t* G_B40_0 = NULL;
String_t* G_B40_1 = NULL;
String_t* G_B40_2 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B40_3 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B40_4 = NULL;
String_t* G_B42_0 = NULL;
String_t* G_B42_1 = NULL;
String_t* G_B42_2 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B42_3 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B42_4 = NULL;
String_t* G_B41_0 = NULL;
String_t* G_B41_1 = NULL;
String_t* G_B41_2 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B41_3 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B41_4 = NULL;
String_t* G_B43_0 = NULL;
String_t* G_B43_1 = NULL;
String_t* G_B43_2 = NULL;
String_t* G_B43_3 = NULL;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * G_B43_4 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * G_B43_5 = NULL;
{
V_0 = (String_t*)NULL;
V_1 = 0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = __this->get_doc_0();
NullCheck(L_0);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_1 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(43 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_0);
V_2 = L_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = __this->get_doc_0();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_2);
V_3 = L_3;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_4, /*hidden argument*/NULL);
V_4 = L_4;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = __this->get_doc_0();
NullCheck(L_5);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_5, /*hidden argument*/NULL);
V_5 = L_6;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = V_5;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_8 = (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F *)il2cpp_codegen_object_new(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F_il2cpp_TypeInfo_var);
XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE(L_8, L_7, /*hidden argument*/NULL);
V_6 = L_8;
V_7 = (bool)0;
goto IL_01f1;
}
IL_0041:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___node0;
if (!((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_9, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)))
{
goto IL_01e9;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___node0;
NullCheck(((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_10, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)));
bool L_11 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_10, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)));
if (!L_11)
{
goto IL_01e9;
}
}
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_12 = V_6;
NullCheck(L_12);
VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_12);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ___node0;
NullCheck(((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_13, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)));
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_14 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_13, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)));
NullCheck(L_14);
RuntimeObject* L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_14);
V_8 = L_15;
}
IL_0075:
try
{ // begin try (depth: 1)
{
goto IL_01c6;
}
IL_007a:
{
RuntimeObject* L_16 = V_8;
NullCheck(L_16);
RuntimeObject * L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
V_9 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_17, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var));
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = V_9;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_18);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_20 = __this->get_doc_0();
NullCheck(L_20);
String_t* L_21 = L_20->get_strXmlns_28();
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00e0;
}
}
IL_00a1:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_23 = V_4;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = V_9;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_24);
NullCheck(L_23);
bool L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_23, L_25);
if (L_26)
{
goto IL_00e0;
}
}
IL_00b1:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_27 = V_4;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_28 = V_9;
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_28);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_30 = V_9;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_30);
NullCheck(L_27);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_27, L_29, L_31);
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_32 = V_6;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_33 = V_9;
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_33);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_35 = V_9;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_35);
NullCheck(L_32);
VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_32, L_34, L_36);
goto IL_01c6;
}
IL_00e0:
{
bool L_37 = V_7;
if (L_37)
{
goto IL_0126;
}
}
IL_00e4:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_38 = V_9;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_38);
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_39, /*hidden argument*/NULL);
if (L_40)
{
goto IL_0126;
}
}
IL_00f2:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_41 = V_9;
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_41);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_43 = __this->get_doc_0();
NullCheck(L_43);
String_t* L_44 = L_43->get_strXmlns_28();
bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_42, L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0126;
}
}
IL_010b:
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_46 = V_6;
String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_48 = V_9;
NullCheck(L_48);
String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_48);
NullCheck(L_46);
VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_46, L_47, L_49);
V_7 = (bool)1;
goto IL_01c6;
}
IL_0126:
{
int32_t L_50 = V_1;
if (L_50)
{
goto IL_0189;
}
}
IL_0129:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_51 = V_9;
NullCheck(L_51);
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_51);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_53 = __this->get_doc_0();
NullCheck(L_53);
String_t* L_54 = L_53->get_strXml_29();
bool L_55 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_52, L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_0189;
}
}
IL_0142:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_56 = V_9;
NullCheck(L_56);
String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_56);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_58 = __this->get_doc_0();
NullCheck(L_58);
String_t* L_59 = L_58->get_strSpace_30();
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_0189;
}
}
IL_015b:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_61 = V_9;
NullCheck(L_61);
String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_61);
bool L_63 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_62, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL);
if (!L_63)
{
goto IL_0172;
}
}
IL_016e:
{
V_1 = 1;
goto IL_01c6;
}
IL_0172:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_64 = V_9;
NullCheck(L_64);
String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_64);
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL);
if (!L_66)
{
goto IL_01c6;
}
}
IL_0185:
{
V_1 = 2;
goto IL_01c6;
}
IL_0189:
{
String_t* L_67 = V_0;
if (L_67)
{
goto IL_01c6;
}
}
IL_018c:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_68 = V_9;
NullCheck(L_68);
String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_68);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_70 = __this->get_doc_0();
NullCheck(L_70);
String_t* L_71 = L_70->get_strXml_29();
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, L_71, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_01c6;
}
}
IL_01a5:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_73 = V_9;
NullCheck(L_73);
String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_73);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_75 = __this->get_doc_0();
NullCheck(L_75);
String_t* L_76 = L_75->get_strLang_31();
bool L_77 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_74, L_76, /*hidden argument*/NULL);
if (!L_77)
{
goto IL_01c6;
}
}
IL_01be:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_78 = V_9;
NullCheck(L_78);
String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_78);
V_0 = L_79;
}
IL_01c6:
{
RuntimeObject* L_80 = V_8;
NullCheck(L_80);
bool L_81 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_80);
if (L_81)
{
goto IL_007a;
}
}
IL_01d2:
{
IL2CPP_LEAVE(0x1E9, FINALLY_01d4);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01d4;
}
FINALLY_01d4:
{ // begin finally (depth: 1)
{
RuntimeObject* L_82 = V_8;
V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_82, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_83 = V_10;
if (!L_83)
{
goto IL_01e8;
}
}
IL_01e1:
{
RuntimeObject* L_84 = V_10;
NullCheck(L_84);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_84);
}
IL_01e8:
{
IL2CPP_END_FINALLY(468)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(468)
{
IL2CPP_JUMP_TBL(0x1E9, IL_01e9)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01e9:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_85 = ___node0;
NullCheck(L_85);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_86 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_85);
___node0 = L_86;
}
IL_01f1:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_87 = ___node0;
if (!L_87)
{
goto IL_0200;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_88 = ___node0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_89 = __this->get_doc_0();
if ((!(((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_88) == ((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_89))))
{
goto IL_0041;
}
}
IL_0200:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_90 = V_5;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_91 = V_6;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_92 = V_2;
G_B32_0 = L_91;
G_B32_1 = L_90;
if (!L_92)
{
G_B33_0 = L_91;
G_B33_1 = L_90;
goto IL_020f;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_93 = V_2;
NullCheck(L_93);
String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_93);
G_B34_0 = L_94;
G_B34_1 = G_B32_0;
G_B34_2 = G_B32_1;
goto IL_0210;
}
IL_020f:
{
G_B34_0 = ((String_t*)(NULL));
G_B34_1 = G_B33_0;
G_B34_2 = G_B33_1;
}
IL_0210:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_95 = V_2;
G_B35_0 = G_B34_0;
G_B35_1 = G_B34_1;
G_B35_2 = G_B34_2;
if (!L_95)
{
G_B36_0 = G_B34_0;
G_B36_1 = G_B34_1;
G_B36_2 = G_B34_2;
goto IL_021b;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_96 = V_2;
NullCheck(L_96);
String_t* L_97 = XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B(L_96, /*hidden argument*/NULL);
G_B37_0 = L_97;
G_B37_1 = G_B35_0;
G_B37_2 = G_B35_1;
G_B37_3 = G_B35_2;
goto IL_021c;
}
IL_021b:
{
G_B37_0 = ((String_t*)(NULL));
G_B37_1 = G_B36_0;
G_B37_2 = G_B36_1;
G_B37_3 = G_B36_2;
}
IL_021c:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_98 = V_2;
G_B38_0 = G_B37_0;
G_B38_1 = G_B37_1;
G_B38_2 = G_B37_2;
G_B38_3 = G_B37_3;
if (!L_98)
{
G_B39_0 = G_B37_0;
G_B39_1 = G_B37_1;
G_B39_2 = G_B37_2;
G_B39_3 = G_B37_3;
goto IL_0227;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_99 = V_2;
NullCheck(L_99);
String_t* L_100 = XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0(L_99, /*hidden argument*/NULL);
G_B40_0 = L_100;
G_B40_1 = G_B38_0;
G_B40_2 = G_B38_1;
G_B40_3 = G_B38_2;
G_B40_4 = G_B38_3;
goto IL_0228;
}
IL_0227:
{
G_B40_0 = ((String_t*)(NULL));
G_B40_1 = G_B39_0;
G_B40_2 = G_B39_1;
G_B40_3 = G_B39_2;
G_B40_4 = G_B39_3;
}
IL_0228:
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_101 = V_2;
G_B41_0 = G_B40_0;
G_B41_1 = G_B40_1;
G_B41_2 = G_B40_2;
G_B41_3 = G_B40_3;
G_B41_4 = G_B40_4;
if (!L_101)
{
G_B42_0 = G_B40_0;
G_B42_1 = G_B40_1;
G_B42_2 = G_B40_2;
G_B42_3 = G_B40_3;
G_B42_4 = G_B40_4;
goto IL_0233;
}
}
{
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_102 = V_2;
NullCheck(L_102);
String_t* L_103 = XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177(L_102, /*hidden argument*/NULL);
G_B43_0 = L_103;
G_B43_1 = G_B41_0;
G_B43_2 = G_B41_1;
G_B43_3 = G_B41_2;
G_B43_4 = G_B41_3;
G_B43_5 = G_B41_4;
goto IL_0234;
}
IL_0233:
{
G_B43_0 = ((String_t*)(NULL));
G_B43_1 = G_B42_0;
G_B43_2 = G_B42_1;
G_B43_3 = G_B42_2;
G_B43_4 = G_B42_3;
G_B43_5 = G_B42_4;
}
IL_0234:
{
String_t* L_104 = V_3;
String_t* L_105 = V_0;
int32_t L_106 = V_1;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_107 = (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 *)il2cpp_codegen_object_new(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279_il2cpp_TypeInfo_var);
XmlParserContext__ctor_m71CF3AB5DA5240ACDE04249C55C7C4FA94DFA674(L_107, G_B43_5, G_B43_4, G_B43_3, G_B43_2, G_B43_1, G_B43_0, L_104, L_105, L_106, /*hidden argument*/NULL);
return L_107;
}
}
// System.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method)
{
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * V_0 = NULL;
bool V_1 = false;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___parentNode0;
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0);
__this->set_doc_0(L_1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___parentNode0;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_3 = XmlLoader_GetContext_m9747FDD3ED5C36A2125CE13C45DF5A6EECAEDB85(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = ___innerxmltext1;
int32_t L_5 = ___nt2;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_6 = V_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = __this->get_doc_0();
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_8 = XmlLoader_CreateInnerXmlReader_m6E40B28F7FD3E709CF717DAD6C678B80A5FFCD56(__this, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
__this->set_reader_1(L_8);
}
IL_0029:
try
{ // begin try (depth: 1)
{
__this->set_preserveWhitespace_2((bool)1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_9 = __this->get_doc_0();
NullCheck(L_9);
bool L_10 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_9, /*hidden argument*/NULL);
V_1 = L_10;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_11 = __this->get_doc_0();
NullCheck(L_11);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_11, (bool)1, /*hidden argument*/NULL);
int32_t L_12 = ___nt2;
if ((!(((uint32_t)L_12) == ((uint32_t)6))))
{
goto IL_0077;
}
}
IL_004c:
{
V_2 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
goto IL_005e;
}
IL_0050:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ___parentNode0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = V_2;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_15 = __this->get_doc_0();
NullCheck(L_13);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_13, L_14, L_15);
}
IL_005e:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_16 = __this->get_reader_1();
NullCheck(L_16);
bool L_17 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_16);
if (!L_17)
{
goto IL_00a1;
}
}
IL_006b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_18 = XmlLoader_LoadNodeDirect_m36522D6175EB94E580D782CCE394EA8CCFBD03E8(__this, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_19 = L_18;
V_2 = L_19;
if (L_19)
{
goto IL_0050;
}
}
IL_0075:
{
goto IL_00a1;
}
IL_0077:
{
V_3 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
goto IL_0089;
}
IL_007b:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_20 = ___parentNode0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_21 = V_3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_22 = __this->get_doc_0();
NullCheck(L_20);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_20, L_21, L_22);
}
IL_0089:
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_23 = __this->get_reader_1();
NullCheck(L_23);
bool L_24 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_23);
if (!L_24)
{
goto IL_00a1;
}
}
IL_0096:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_25 = XmlLoader_LoadNode_m085086CD82B53BE3817E0ED58C025B66DE2AF729(__this, (bool)1, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = L_25;
V_3 = L_26;
if (L_26)
{
goto IL_007b;
}
}
IL_00a1:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_27 = __this->get_doc_0();
bool L_28 = V_1;
NullCheck(L_27);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_27, L_28, /*hidden argument*/NULL);
IL2CPP_LEAVE(0xBB, FINALLY_00af);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00af;
}
FINALLY_00af:
{ // begin finally (depth: 1)
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_29 = __this->get_reader_1();
NullCheck(L_29);
VirtActionInvoker0::Invoke(23 /* System.Void System.Xml.XmlReader::Close() */, L_29);
IL2CPP_END_FINALLY(175)
} // end finally (depth: 1)
IL2CPP_CLEANUP(175)
{
IL2CPP_JUMP_TBL(0xBB, IL_00bb)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00bb:
{
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_30 = V_0;
NullCheck(L_30);
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_31 = XmlParserContext_get_NamespaceManager_m7402873D93E7B530ED6F342AC30F7DCA3C035AB3(L_30, /*hidden argument*/NULL);
return L_31;
}
}
// System.Void System.Xml.XmlLoader::LoadInnerXmlElement(System.Xml.XmlElement,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_m6FBEE2573FE868F7C217F1FE57A88ABC99737DB3 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method)
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * V_0 = NULL;
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_0 = ___node0;
String_t* L_1 = ___innerxmltext1;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_2 = XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59(__this, L_0, L_1, 1, /*hidden argument*/NULL);
V_0 = L_2;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = ___node0;
NullCheck(L_3);
XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * L_4 = VirtFuncInvoker0< XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * >::Invoke(10 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_3);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0021;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = ___node0;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_7 = V_0;
XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A(__this, L_6, L_7, (bool)0, /*hidden argument*/NULL);
}
IL_0021:
{
return;
}
}
// System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_mD9490E8865AEE13C6BF17E070D8CA6ABE8177F81 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method)
{
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___node0;
String_t* L_1 = ___innerxmltext1;
XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59(__this, L_0, L_1, 2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___mgr1, bool ___fCheckElemAttrs2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * V_0 = NULL;
int32_t V_1 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
int32_t V_3 = 0;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_7 = NULL;
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = ___mgr1;
NullCheck(L_0);
VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_0);
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = ___elem0;
NullCheck(L_1);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_2 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1);
V_0 = L_2;
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_3);
V_1 = L_4;
bool L_5 = ___fCheckElemAttrs2;
if (!L_5)
{
goto IL_0108;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0108;
}
}
{
int32_t L_7 = V_1;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_0101;
}
IL_002a:
{
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_8 = V_0;
int32_t L_9 = V_3;
NullCheck(L_8);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_10 = XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E(L_8, L_9, /*hidden argument*/NULL);
V_4 = L_10;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = V_4;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_11);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_13 = __this->get_doc_0();
NullCheck(L_13);
String_t* L_14 = L_13->get_strXmlns_28();
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0097;
}
}
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_16 = ___mgr1;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_17 = V_4;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_17);
NullCheck(L_16);
String_t* L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_16, L_18);
V_5 = L_19;
String_t* L_20 = V_5;
if (!L_20)
{
goto IL_0081;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_21 = V_4;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_21);
String_t* L_23 = V_5;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00fd;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_25 = ___elem0;
NullCheck(L_25);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_26 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_25);
int32_t L_27 = V_3;
NullCheck(L_26);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_26, L_27);
goto IL_00fd;
}
IL_0081:
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_28 = ___mgr1;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_29 = V_4;
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_29);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_31 = V_4;
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_31);
NullCheck(L_28);
VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_28, L_30, L_32);
goto IL_00fd;
}
IL_0097:
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_33 = V_4;
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_Prefix() */, L_33);
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_00fd;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_36 = V_4;
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_36);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_38 = __this->get_doc_0();
NullCheck(L_38);
String_t* L_39 = L_38->get_strXmlns_28();
bool L_40 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_37, L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00fd;
}
}
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_41 = ___mgr1;
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_41);
V_6 = L_42;
String_t* L_43 = V_6;
if (!L_43)
{
goto IL_00e9;
}
}
{
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_44 = V_4;
NullCheck(L_44);
String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_44);
String_t* L_46 = V_6;
bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_45, L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_00fd;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_48 = ___elem0;
NullCheck(L_48);
XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_49 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(13 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_48);
int32_t L_50 = V_3;
NullCheck(L_49);
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_49, L_50);
goto IL_00fd;
}
IL_00e9:
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_51 = ___mgr1;
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_52 = V_4;
NullCheck(L_52);
String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_52);
XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_54 = V_4;
NullCheck(L_54);
String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_54);
NullCheck(L_51);
VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_51, L_53, L_55);
}
IL_00fd:
{
int32_t L_56 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1));
}
IL_0101:
{
int32_t L_57 = V_3;
if ((((int32_t)L_57) >= ((int32_t)0)))
{
goto IL_002a;
}
}
IL_0108:
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_58 = ___elem0;
NullCheck(L_58);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_59 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_58);
V_2 = L_59;
goto IL_012e;
}
IL_0111:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_60 = V_2;
V_7 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_60, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_61 = V_7;
if (!L_61)
{
goto IL_0127;
}
}
{
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_62 = V_7;
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_63 = ___mgr1;
XmlLoader_RemoveDuplicateNamespace_m1A377E8D2A3A1C4351CD9258CC3BBE14993E978A(__this, L_62, L_63, (bool)1, /*hidden argument*/NULL);
}
IL_0127:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_64 = V_2;
NullCheck(L_64);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_65 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_64);
V_2 = L_65;
}
IL_012e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_66 = V_2;
if (L_66)
{
goto IL_0111;
}
}
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_67 = ___mgr1;
NullCheck(L_67);
VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_67);
return;
}
}
// System.String System.Xml.XmlLoader::EntitizeName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996, L_0, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mCA22097C7168005102C105E93BEBFBD4227511BB (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * ___ent0, const RuntimeMethod* method)
{
{
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_0 = ___ent0;
XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * L_1 = ___ent0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_1);
String_t* L_3 = XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC(__this, L_2, /*hidden argument*/NULL);
XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59(__this, L_0, L_3, 6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * ___eref0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
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);
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_0 = ___eref0;
NullCheck(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(14 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0);
__this->set_doc_0(L_1);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = __this->get_doc_0();
NullCheck(L_2);
bool L_3 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A(L_2, /*hidden argument*/NULL);
V_0 = L_3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = __this->get_doc_0();
NullCheck(L_4);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_4, (bool)1, /*hidden argument*/NULL);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_5 = ___eref0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_5);
V_1 = L_6;
String_t* L_7 = V_1;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0077;
}
}
{
String_t* L_9 = V_1;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75, /*hidden argument*/NULL);
if (L_10)
{
goto IL_00a1;
}
}
{
String_t* L_11 = V_1;
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071, /*hidden argument*/NULL);
if (L_12)
{
goto IL_00cb;
}
}
{
String_t* L_13 = V_1;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00f5;
}
}
{
String_t* L_15 = V_1;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2, /*hidden argument*/NULL);
if (L_16)
{
goto IL_011f;
}
}
{
goto IL_0149;
}
IL_0077:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_17 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_18 = __this->get_doc_0();
NullCheck(L_18);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_19 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_18, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_20 = __this->get_doc_0();
NullCheck(L_17);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_17, L_19, L_20);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_21 = __this->get_doc_0();
bool L_22 = V_0;
NullCheck(L_21);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_21, L_22, /*hidden argument*/NULL);
return;
}
IL_00a1:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_23 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_24 = __this->get_doc_0();
NullCheck(L_24);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_25 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_24, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_26 = __this->get_doc_0();
NullCheck(L_23);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_23, L_25, L_26);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_27 = __this->get_doc_0();
bool L_28 = V_0;
NullCheck(L_27);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_27, L_28, /*hidden argument*/NULL);
return;
}
IL_00cb:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_29 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_30 = __this->get_doc_0();
NullCheck(L_30);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_31 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_30, _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_32 = __this->get_doc_0();
NullCheck(L_29);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_29, L_31, L_32);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_33 = __this->get_doc_0();
bool L_34 = V_0;
NullCheck(L_33);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_33, L_34, /*hidden argument*/NULL);
return;
}
IL_00f5:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_35 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_36 = __this->get_doc_0();
NullCheck(L_36);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_37 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_36, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_38 = __this->get_doc_0();
NullCheck(L_35);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_35, L_37, L_38);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_39 = __this->get_doc_0();
bool L_40 = V_0;
NullCheck(L_39);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_39, L_40, /*hidden argument*/NULL);
return;
}
IL_011f:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_41 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_42 = __this->get_doc_0();
NullCheck(L_42);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_43 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_42, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_44 = __this->get_doc_0();
NullCheck(L_41);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_41, L_43, L_44);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_45 = __this->get_doc_0();
bool L_46 = V_0;
NullCheck(L_45);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_45, L_46, /*hidden argument*/NULL);
return;
}
IL_0149:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_47 = __this->get_doc_0();
NullCheck(L_47);
XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_48 = XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
RuntimeObject* L_49 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_48);
V_2 = L_49;
}
IL_015a:
try
{ // begin try (depth: 1)
{
goto IL_0190;
}
IL_015c:
{
RuntimeObject* L_50 = V_2;
NullCheck(L_50);
RuntimeObject * L_51 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_50);
NullCheck(((XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)CastclassClass((RuntimeObject*)L_51, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var)));
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, ((XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)CastclassClass((RuntimeObject*)L_51, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var)));
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_53 = ___eref0;
NullCheck(L_53);
String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_53);
bool L_55 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_52, L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_0190;
}
}
IL_0179:
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_56 = ___eref0;
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_57 = ___eref0;
NullCheck(L_57);
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_57);
String_t* L_59 = XmlLoader_EntitizeName_m8306FCBCCD87A787DDE24CEE54BED2CDEA3B74AC(__this, L_58, /*hidden argument*/NULL);
XmlLoader_ParsePartialContent_m23299AD8C1761C84CF017707A5C1604631D10A59(__this, L_56, L_59, 5, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x1FF, FINALLY_019a);
}
IL_0190:
{
RuntimeObject* L_60 = V_2;
NullCheck(L_60);
bool L_61 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_60);
if (L_61)
{
goto IL_015c;
}
}
IL_0198:
{
IL2CPP_LEAVE(0x1AB, FINALLY_019a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_019a;
}
FINALLY_019a:
{ // begin finally (depth: 1)
{
RuntimeObject* L_62 = V_2;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_62, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_63 = V_3;
if (!L_63)
{
goto IL_01aa;
}
}
IL_01a4:
{
RuntimeObject* L_64 = V_3;
NullCheck(L_64);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_64);
}
IL_01aa:
{
IL2CPP_END_FINALLY(410)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(410)
{
IL2CPP_JUMP_TBL(0x1FF, IL_01ff)
IL2CPP_JUMP_TBL(0x1AB, IL_01ab)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01ab:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_65 = __this->get_doc_0();
NullCheck(L_65);
bool L_66 = XmlDocument_get_ActualLoadingStatus_m9F8DE695A8F1A59FC0E462470ACC264C1265172F(L_65, /*hidden argument*/NULL);
if (L_66)
{
goto IL_01e2;
}
}
{
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_67 = ___eref0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_68 = __this->get_doc_0();
NullCheck(L_68);
XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_69 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(52 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_68, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_70 = __this->get_doc_0();
NullCheck(L_67);
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_67, L_69, L_70);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_71 = __this->get_doc_0();
bool L_72 = V_0;
NullCheck(L_71);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_71, L_72, /*hidden argument*/NULL);
return;
}
IL_01e2:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_73 = __this->get_doc_0();
bool L_74 = V_0;
NullCheck(L_73);
XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63(L_73, L_74, /*hidden argument*/NULL);
XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_75 = ___eref0;
NullCheck(L_75);
String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_75);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_77 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_77, _stringLiteral877194AD079CE5324FA50E98D5E9149A7DF0DEAE, L_76, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, NULL, XmlLoader_ExpandEntityReference_mE66BD6D10A3D07FCD4028F92A9BB92CF9A8F43EF_RuntimeMethod_var);
}
IL_01ff:
{
return;
}
}
// System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * XmlLoader_CreateInnerXmlReader_m6E40B28F7FD3E709CF717DAD6C678B80A5FFCD56 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___context2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_CreateInnerXmlReader_m6E40B28F7FD3E709CF717DAD6C678B80A5FFCD56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * V_1 = NULL;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_2 = NULL;
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * V_3 = NULL;
RuntimeObject* V_4 = NULL;
{
int32_t L_0 = ___nt1;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)6)))
{
goto IL_000a;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)5))))
{
goto IL_000c;
}
}
IL_000a:
{
V_0 = 1;
}
IL_000c:
{
String_t* L_3 = ___xmlFragment0;
int32_t L_4 = V_0;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_5 = ___context2;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_6 = (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var);
XmlTextReaderImpl__ctor_m197C7872A20B250CEEFCF5E5B77C63D2E7F05120(L_6, L_3, L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_7 = V_1;
NullCheck(L_7);
XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_m63CF976D38367E24C2F40CD9E9B6BEFC8080F4D8(L_7, (bool)1, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = ___doc3;
NullCheck(L_8);
bool L_9 = XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0032;
}
}
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_10 = V_1;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_11 = ___doc3;
NullCheck(L_11);
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_12 = XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
XmlTextReaderImpl_set_XmlResolver_m1770FD44E07FECE1904724E01EFA2068CD4C33CB(L_10, L_12, /*hidden argument*/NULL);
}
IL_0032:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_13 = ___doc3;
NullCheck(L_13);
bool L_14 = XmlDocument_get_ActualLoadingStatus_m9F8DE695A8F1A59FC0E462470ACC264C1265172F(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0042;
}
}
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_15 = V_1;
NullCheck(L_15);
XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_m0677788D3CA6C19914968C2CD834F20D6C0EA5AB(L_15, (bool)1, /*hidden argument*/NULL);
}
IL_0042:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = ___doc3;
NullCheck(L_16);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_17 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(43 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_16);
V_2 = L_17;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_18 = V_2;
if (!L_18)
{
goto IL_00b6;
}
}
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_19 = V_1;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_20 = V_2;
NullCheck(L_20);
bool L_21 = XmlDocumentType_get_ParseWithNamespaces_mB6D3E3A481DA4675723BF65E5358757329ECA2D8(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
XmlTextReaderImpl_set_Namespaces_mE12B5A7D07E4806DDA2B475CA2310F652AF4F511(L_19, L_21, /*hidden argument*/NULL);
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_22 = V_2;
NullCheck(L_22);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_23 = XmlDocumentType_get_DtdSchemaInfo_mCEE58EF956888972E977F84DE37F03317901A91D(L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_006f;
}
}
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_24 = V_1;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_25 = V_2;
NullCheck(L_25);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_26 = XmlDocumentType_get_DtdSchemaInfo_mCEE58EF956888972E977F84DE37F03317901A91D(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
XmlTextReaderImpl_SetDtdInfo_m2A54AE744D004FB4CCC3404333029748B5076C3F(L_24, L_26, /*hidden argument*/NULL);
goto IL_00b6;
}
IL_006f:
{
IL2CPP_RUNTIME_CLASS_INIT(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var);
RuntimeObject* L_27 = DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D(/*hidden argument*/NULL);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_28 = V_1;
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_29 = (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 *)il2cpp_codegen_object_new(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var);
DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33(L_29, L_28, /*hidden argument*/NULL);
V_3 = L_29;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_30 = ___context2;
NullCheck(L_30);
String_t* L_31 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08(L_30, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_32 = ___context2;
NullCheck(L_32);
String_t* L_33 = XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784(L_32, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_34 = ___context2;
NullCheck(L_34);
String_t* L_35 = XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954(L_34, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_36 = ___context2;
NullCheck(L_36);
String_t* L_37 = XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10(L_36, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_38 = ___context2;
NullCheck(L_38);
String_t* L_39 = XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897(L_38, /*hidden argument*/NULL);
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_40 = V_3;
NullCheck(L_27);
RuntimeObject* L_41 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var, L_27, L_31, L_33, L_35, L_37, L_39, L_40);
V_4 = L_41;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_42 = V_2;
RuntimeObject* L_43 = V_4;
NullCheck(L_42);
XmlDocumentType_set_DtdSchemaInfo_m8EF882298584A7201F6FECAD786018FF3791A208(L_42, ((SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 *)IsInstClass((RuntimeObject*)L_43, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_44 = V_1;
RuntimeObject* L_45 = V_4;
NullCheck(L_44);
XmlTextReaderImpl_SetDtdInfo_m2A54AE744D004FB4CCC3404333029748B5076C3F(L_44, L_45, /*hidden argument*/NULL);
}
IL_00b6:
{
int32_t L_46 = ___nt1;
if ((((int32_t)L_46) == ((int32_t)6)))
{
goto IL_00be;
}
}
{
int32_t L_47 = ___nt1;
if ((!(((uint32_t)L_47) == ((uint32_t)5))))
{
goto IL_00cb;
}
}
IL_00be:
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_48 = V_1;
NullCheck(L_48);
VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_48);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_49 = V_1;
NullCheck(L_49);
VirtActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_49);
}
IL_00cb:
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_50 = V_1;
return L_50;
}
}
// System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.StringU26,System.StringU26,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1 (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * 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 = ___version1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t** L_1 = ___encoding2;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL);
String_t** L_2 = ___standalone3;
*((RuntimeObject **)L_2) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)NULL);
String_t* L_3 = ___strValue0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_4 = (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61_il2cpp_TypeInfo_var);
XmlTextReaderImpl__ctor_mBADA3A5DC14C97B32027C0C61D1E3583B8326A47(L_4, L_3, (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 *)NULL, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0011:
try
{ // begin try (depth: 1)
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_5 = V_0;
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::Read() */, L_5);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = VirtFuncInvoker1< bool, String_t* >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_6, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97);
if (!L_7)
{
goto IL_002d;
}
}
IL_0025:
{
String_t** L_8 = ___version1;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_9);
*((RuntimeObject **)L_8) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_10);
}
IL_002d:
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_11 = V_0;
NullCheck(L_11);
bool L_12 = VirtFuncInvoker1< bool, String_t* >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_11, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336);
if (!L_12)
{
goto IL_0042;
}
}
IL_003a:
{
String_t** L_13 = ___encoding2;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_14 = V_0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_14);
*((RuntimeObject **)L_13) = (RuntimeObject *)L_15;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_15);
}
IL_0042:
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_16 = V_0;
NullCheck(L_16);
bool L_17 = VirtFuncInvoker1< bool, String_t* >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_16, _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D);
if (!L_17)
{
goto IL_0057;
}
}
IL_004f:
{
String_t** L_18 = ___standalone3;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_19 = V_0;
NullCheck(L_19);
String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_19);
*((RuntimeObject **)L_18) = (RuntimeObject *)L_20;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_18, (RuntimeObject *)L_20);
}
IL_0057:
{
IL2CPP_LEAVE(0x60, FINALLY_0059);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0059;
}
FINALLY_0059:
{ // begin finally (depth: 1)
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_21 = V_0;
NullCheck(L_21);
VirtActionInvoker0::Invoke(23 /* System.Void System.Xml.XmlReader::Close() */, L_21);
IL2CPP_END_FINALLY(89)
} // end finally (depth: 1)
IL2CPP_CLEANUP(89)
{
IL2CPP_JUMP_TBL(0x60, IL_0060)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0060:
{
return;
}
}
// System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8 (int32_t ___nodetype0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlLoader_UnexpectedNodeType_mDF589F6F117EF1E1E589BAA252D543540D6538B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral05CD229CB878A8272C4DAE1083EABC8858E51ADD, /*hidden argument*/NULL);
RuntimeObject * L_2 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&___nodetype0));
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
___nodetype0 = *(int32_t*)UnBox(L_2);
String_t* L_4 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_3, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlName System.Xml.XmlName::Create(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlName_Create_m3F0CC673488258F994FCC3C1E7F00E5F42821E56 (String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc4, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlName_Create_m3F0CC673488258F994FCC3C1E7F00E5F42821E56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___schemaInfo6;
if (L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___prefix0;
String_t* L_2 = ___localName1;
String_t* L_3 = ___ns2;
int32_t L_4 = ___hashCode3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___ownerDoc4;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = ___next5;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)il2cpp_codegen_object_new(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_il2cpp_TypeInfo_var);
XmlName__ctor_m70E40DDEA140C4D76F69F81BF12560B5AB1230C7(L_7, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0012:
{
String_t* L_8 = ___prefix0;
String_t* L_9 = ___localName1;
String_t* L_10 = ___ns2;
int32_t L_11 = ___hashCode3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_12 = ___ownerDoc4;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = ___next5;
RuntimeObject* L_14 = ___schemaInfo6;
XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * L_15 = (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE *)il2cpp_codegen_object_new(XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE_il2cpp_TypeInfo_var);
XmlNameEx__ctor_m7CA7B57AA7E9704B8EDF05E592C77F713020407A(L_15, L_8, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName)
extern "C" IL2CPP_METHOD_ATTR void XmlName__ctor_m70E40DDEA140C4D76F69F81BF12560B5AB1230C7 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc4, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next5, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___prefix0;
__this->set_prefix_0(L_0);
String_t* L_1 = ___localName1;
__this->set_localName_1(L_1);
String_t* L_2 = ___ns2;
__this->set_ns_2(L_2);
__this->set_name_3((String_t*)NULL);
int32_t L_3 = ___hashCode3;
__this->set_hashCode_4(L_3);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = ___ownerDoc4;
__this->set_ownerDoc_5(L_4);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = ___next5;
__this->set_next_6(L_5);
return;
}
}
// System.String System.Xml.XmlName::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_localName_1();
return L_0;
}
}
// System.String System.Xml.XmlName::get_NamespaceURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_ns_2();
return L_0;
}
}
// System.String System.Xml.XmlName::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_prefix_0();
return L_0;
}
}
// System.Int32 System.Xml.XmlName::get_HashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_m846DB8FE407CF5DFD88C3DEB47B05AE8875624D2 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_hashCode_4();
return L_0;
}
}
// System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument()
extern "C" IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = __this->get_ownerDoc_5();
return L_0;
}
}
// System.String System.Xml.XmlName::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * V_1 = NULL;
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);
{
String_t* L_0 = __this->get_name_3();
if (L_0)
{
goto IL_0099;
}
}
{
String_t* L_1 = __this->get_prefix_0();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_008d;
}
}
{
String_t* L_3 = __this->get_localName_1();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_007f;
}
}
{
String_t* L_5 = __this->get_prefix_0();
String_t* L_6 = __this->get_localName_1();
String_t* L_7 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_5, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_6, /*hidden argument*/NULL);
V_0 = L_7;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = __this->get_ownerDoc_5();
NullCheck(L_8);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_8, /*hidden argument*/NULL);
V_1 = L_9;
V_2 = (bool)0;
}
IL_004c:
try
{ // begin try (depth: 1)
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_2), /*hidden argument*/NULL);
String_t* L_11 = __this->get_name_3();
if (L_11)
{
goto IL_0073;
}
}
IL_005c:
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_12 = __this->get_ownerDoc_5();
NullCheck(L_12);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_13 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_12, /*hidden argument*/NULL);
String_t* L_14 = V_0;
NullCheck(L_13);
String_t* L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, L_14);
__this->set_name_3(L_15);
}
IL_0073:
{
IL2CPP_LEAVE(0x99, FINALLY_0075);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0075;
}
FINALLY_0075:
{ // begin finally (depth: 1)
{
bool L_16 = V_2;
if (!L_16)
{
goto IL_007e;
}
}
IL_0078:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_17 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_007e:
{
IL2CPP_END_FINALLY(117)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(117)
{
IL2CPP_JUMP_TBL(0x99, IL_0099)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007f:
{
String_t* L_18 = __this->get_prefix_0();
__this->set_name_3(L_18);
goto IL_0099;
}
IL_008d:
{
String_t* L_19 = __this->get_localName_1();
__this->set_name_3(L_19);
}
IL_0099:
{
String_t* L_20 = __this->get_name_3();
return L_20;
}
}
// System.Xml.Schema.XmlSchemaValidity System.Xml.XmlName::get_Validity()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlName_get_Validity_m9A37B8CE3A6AA13EFE70B52F0621CD05F889A8D8 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Boolean System.Xml.XmlName::get_IsDefault()
extern "C" IL2CPP_METHOD_ATTR bool XmlName_get_IsDefault_mFC0F6E430C5798CE605D42262CF6D353BF6BE017 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlName::get_IsNil()
extern "C" IL2CPP_METHOD_ATTR bool XmlName_get_IsNil_m62EB1B26587519317A091E129F88B2B0BBD7A7B4 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlName::get_MemberType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * XmlName_get_MemberType_m25EC2A33139A2476BECCEBF2638D86A9941FB06A (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)NULL;
}
}
// System.Xml.Schema.XmlSchemaType System.Xml.XmlName::get_SchemaType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XmlName_get_SchemaType_mB0F3B25434F118F90FD4D93D81F4B7920934DFBA (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL;
}
}
// System.Xml.Schema.XmlSchemaElement System.Xml.XmlName::get_SchemaElement()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * XmlName_get_SchemaElement_m50E3122790ACC27D2B49D3AD1BC713673A5FFBFE (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D *)NULL;
}
}
// System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlName::get_SchemaAttribute()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * XmlName_get_SchemaAttribute_m167C79458CE0433F2DE47D254549F90DBDD144C9 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method)
{
{
return (XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)NULL;
}
}
// System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR bool XmlName_Equals_m502A756BB471726AE2C179AA951EDD322F2A445B (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___schemaInfo0;
return (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// System.Int32 System.Xml.XmlName::GetHashCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mF24562E63338A74276371FAA82BA8B697A4C3059 (String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
V_0 = 0;
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_0041;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
goto IL_0029;
}
IL_0010:
{
String_t* L_3 = ___name0;
int32_t L_4 = V_1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
V_2 = L_5;
Il2CppChar L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)((int32_t)58))))
{
goto IL_002d;
}
}
{
int32_t L_7 = V_0;
int32_t L_8 = V_0;
Il2CppChar L_9 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)7))^(int32_t)L_9))));
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
}
IL_0029:
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) >= ((int32_t)0)))
{
goto IL_0010;
}
}
IL_002d:
{
int32_t L_12 = V_0;
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)17)))));
int32_t L_14 = V_0;
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)((int32_t)L_15>>(int32_t)((int32_t)11)))));
int32_t L_16 = V_0;
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)((int32_t)L_17>>(int32_t)5))));
}
IL_0041:
{
int32_t L_18 = V_0;
return L_18;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m7CA7B57AA7E9704B8EDF05E592C77F713020407A (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc4, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNameEx__ctor_m7CA7B57AA7E9704B8EDF05E592C77F713020407A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * G_B2_0 = NULL;
XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * G_B1_0 = NULL;
XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * G_B3_0 = NULL;
XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * G_B3_1 = NULL;
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
String_t* L_2 = ___ns2;
int32_t L_3 = ___hashCode3;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = ___ownerDoc4;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = ___next5;
XmlName__ctor_m70E40DDEA140C4D76F69F81BF12560B5AB1230C7(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
RuntimeObject* L_6 = ___schemaInfo6;
NullCheck(L_6);
int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_6);
XmlNameEx_SetValidity_m39AD876A71564B00388B051199D68C4038F47BBD(__this, L_7, /*hidden argument*/NULL);
RuntimeObject* L_8 = ___schemaInfo6;
NullCheck(L_8);
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_8);
XmlNameEx_SetIsDefault_mD3124BA529F71AA42158C4141675736FCD150CC1(__this, L_9, /*hidden argument*/NULL);
RuntimeObject* L_10 = ___schemaInfo6;
NullCheck(L_10);
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_10);
XmlNameEx_SetIsNil_m86453AD916DD7CFB91421B6ED9850336E55ADAAB(__this, L_11, /*hidden argument*/NULL);
RuntimeObject* L_12 = ___schemaInfo6;
NullCheck(L_12);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_13 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_12);
__this->set_memberType_8(L_13);
RuntimeObject* L_14 = ___schemaInfo6;
NullCheck(L_14);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14);
__this->set_schemaType_9(L_15);
RuntimeObject* L_16 = ___schemaInfo6;
NullCheck(L_16);
XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_16);
G_B1_0 = __this;
if (L_17)
{
G_B2_0 = __this;
goto IL_0063;
}
}
{
RuntimeObject* L_18 = ___schemaInfo6;
NullCheck(L_18);
XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * L_19 = InterfaceFuncInvoker0< XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_18);
G_B3_0 = L_19;
G_B3_1 = G_B1_0;
goto IL_006a;
}
IL_0063:
{
RuntimeObject* L_20 = ___schemaInfo6;
NullCheck(L_20);
XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * L_21 = InterfaceFuncInvoker0< XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_20);
G_B3_0 = ((XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)(L_21));
G_B3_1 = G_B2_0;
}
IL_006a:
{
NullCheck(G_B3_1);
G_B3_1->set_decl_10(G_B3_0);
return;
}
}
// System.Xml.Schema.XmlSchemaValidity System.Xml.XmlNameEx::get_Validity()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNameEx_get_Validity_m346C18424AF338033C40C83B091AB478AFFB5B7D (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ((XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)__this)->get_ownerDoc_5();
NullCheck(L_0);
bool L_1 = XmlDocument_get_CanReportValidity_m7CFA666813B7B0A1C93DAF91122A2FB48BB795D6(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000f;
}
}
{
return (int32_t)(0);
}
IL_000f:
{
uint8_t L_2 = __this->get_flags_7();
return (int32_t)(((int32_t)((int32_t)L_2&(int32_t)3)));
}
}
// System.Boolean System.Xml.XmlNameEx::get_IsDefault()
extern "C" IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsDefault_mDA3E9A396E49E00BE8EE3758532471D8677D459F (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_flags_7();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Xml.XmlNameEx::get_IsNil()
extern "C" IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsNil_mCD2F793AE22862FE524EDCB7AC6C2D4D0BECB326 (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_flags_7();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::get_MemberType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * XmlNameEx_get_MemberType_m00D4493584B1BA4E53676A047EEA2B8EE29B1428 (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_0 = __this->get_memberType_8();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::get_SchemaType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XmlNameEx_get_SchemaType_m2A93A9475A2DE40651DFB3474072577E83484B5B (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_schemaType_9();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaElement System.Xml.XmlNameEx::get_SchemaElement()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * XmlNameEx_get_SchemaElement_mA009F9396270994947172FC0FD446D7711C8723A (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNameEx_get_SchemaElement_mA009F9396270994947172FC0FD446D7711C8723A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_decl_10();
return ((XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D *)IsInstClass((RuntimeObject*)L_0, XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_il2cpp_TypeInfo_var));
}
}
// System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlNameEx::get_SchemaAttribute()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * XmlNameEx_get_SchemaAttribute_m066BC33F4DE8630A0D5F311F1C7D0AFC75E66E9C (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNameEx_get_SchemaAttribute_m066BC33F4DE8630A0D5F311F1C7D0AFC75E66E9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = __this->get_decl_10();
return ((XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)IsInstClass((RuntimeObject*)L_0, XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B_il2cpp_TypeInfo_var));
}
}
// System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_m39AD876A71564B00388B051199D68C4038F47BBD (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_flags_7();
int32_t L_1 = ___value0;
__this->set_flags_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-4)))|(int32_t)(((int32_t)((uint8_t)L_1)))))))));
return;
}
}
// System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mD3124BA529F71AA42158C4141675736FCD150CC1 (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0013;
}
}
{
uint8_t L_1 = __this->get_flags_7();
__this->set_flags_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)4))))));
return;
}
IL_0013:
{
uint8_t L_2 = __this->get_flags_7();
__this->set_flags_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))))));
return;
}
}
// System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_m86453AD916DD7CFB91421B6ED9850336E55ADAAB (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0013;
}
}
{
uint8_t L_1 = __this->get_flags_7();
__this->set_flags_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)8))))));
return;
}
IL_0013:
{
uint8_t L_2 = __this->get_flags_7();
__this->set_flags_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)))))));
return;
}
}
// System.Boolean System.Xml.XmlNameEx::Equals(System.Xml.Schema.IXmlSchemaInfo)
extern "C" IL2CPP_METHOD_ATTR bool XmlNameEx_Equals_mBB7BA89E4D8D1C9F0ECDBEA182655F412D993429 (XmlNameEx_t33130AC6936DEC05C2496BAA31DDB0867F4FD8DE * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNameEx_Equals_mBB7BA89E4D8D1C9F0ECDBEA182655F412D993429_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___schemaInfo0;
if (!L_0)
{
goto IL_007d;
}
}
{
RuntimeObject* L_1 = ___schemaInfo0;
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_1);
uint8_t L_3 = __this->get_flags_7();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)((int32_t)L_3&(int32_t)3))))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_4 = ___schemaInfo0;
NullCheck(L_4);
bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4);
uint8_t L_6 = __this->get_flags_7();
if ((!(((uint32_t)L_5) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0)))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_7 = ___schemaInfo0;
NullCheck(L_7);
bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7);
uint8_t L_9 = __this->get_flags_7();
if ((!(((uint32_t)L_8) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0)))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_10 = ___schemaInfo0;
NullCheck(L_10);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_11 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_10);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_12 = __this->get_memberType_8();
if ((!(((RuntimeObject*)(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_11) == ((RuntimeObject*)(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_12))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_13 = ___schemaInfo0;
NullCheck(L_13);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_14 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_13);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = __this->get_schemaType_9();
if ((!(((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_14) == ((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_15))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_16 = ___schemaInfo0;
NullCheck(L_16);
XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_16);
RuntimeObject * L_18 = __this->get_decl_10();
if ((!(((RuntimeObject*)(XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D *)L_17) == ((RuntimeObject*)(XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D *)((XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D *)IsInstClass((RuntimeObject*)L_18, XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D_il2cpp_TypeInfo_var))))))
{
goto IL_007d;
}
}
{
RuntimeObject* L_19 = ___schemaInfo0;
NullCheck(L_19);
XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * L_20 = InterfaceFuncInvoker0< XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_19);
RuntimeObject * L_21 = __this->get_decl_10();
if ((!(((RuntimeObject*)(XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)L_20) == ((RuntimeObject*)(XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)((XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B *)IsInstClass((RuntimeObject*)L_21, XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B_il2cpp_TypeInfo_var))))))
{
goto IL_007d;
}
}
{
return (bool)1;
}
IL_007d:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlNameTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNameTable__ctor_m1A44F63BE7B9DA44E126DFD71EEEB09491D73750 (XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * __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.XmlNamedNodeMap::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___parent0;
__this->set_parent_0(L_0);
return;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_GetNamedItem_m95C2DDC53E19CC4D350000729CECF4C3E56D3D49 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_GetNamedItem_m95C2DDC53E19CC4D350000729CECF4C3E56D3D49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
int32_t L_1 = XmlNamedNodeMap_FindNodeOffset_m3E4F43899043FB8DD2329EF550258881F9D00822(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001e;
}
}
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_3 = __this->get_address_of_nodes_1();
int32_t L_4 = V_0;
RuntimeObject * L_5 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_3, L_4, /*hidden argument*/NULL);
return ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_5, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var));
}
IL_001e:
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_SetNamedItem_m40758B0364CE77BA57B6C90435BA4A72888DE45B (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
if (L_0)
{
goto IL_0005;
}
}
{
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_0005:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_1);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3);
int32_t L_5 = XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055(__this, L_2, L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
{
goto IL_0026;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___node0;
VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_7);
return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL;
}
IL_0026:
{
int32_t L_8 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = XmlNamedNodeMap_ReplaceNodeAt_m5A9C86ECF3D3C663E010D9F1CCB4825E6A57F001(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Int32 System.Xml.XmlNamedNodeMap::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mC974B5597045C0986178784257625FA43D7AFB5E (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, const RuntimeMethod* method)
{
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = __this->get_address_of_nodes_1();
int32_t L_1 = SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNamedNodeMap_GetEnumerator_m566946C4D651DFA43E6069D3A9985F868E2C54BB (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, const RuntimeMethod* method)
{
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = __this->get_address_of_nodes_1();
RuntimeObject* L_1 = SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m3E4F43899043FB8DD2329EF550258881F9D00822 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_FindNodeOffset_m3E4F43899043FB8DD2329EF550258881F9D00822_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this);
V_0 = L_0;
V_1 = 0;
goto IL_0031;
}
IL_000b:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_1 = __this->get_address_of_nodes_1();
int32_t L_2 = V_1;
RuntimeObject * L_3 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_1, L_2, /*hidden argument*/NULL);
V_2 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_3, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var));
String_t* L_4 = ___name0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_2;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_5);
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002d;
}
}
{
int32_t L_8 = V_1;
return L_8;
}
IL_002d:
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0031:
{
int32_t L_10 = V_1;
int32_t L_11 = V_0;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_000b;
}
}
{
return (-1);
}
}
// System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this);
V_0 = L_0;
V_1 = 0;
goto IL_003f;
}
IL_000b:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_1 = __this->get_address_of_nodes_1();
int32_t L_2 = V_1;
RuntimeObject * L_3 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_1, L_2, /*hidden argument*/NULL);
V_2 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_3, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var));
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_2;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4);
String_t* L_6 = ___localName0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_2;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_8);
String_t* L_10 = ___namespaceURI1;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_003b;
}
}
{
int32_t L_12 = V_1;
return L_12;
}
IL_003b:
{
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_003f:
{
int32_t L_14 = V_1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_000b;
}
}
{
return (-1);
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
String_t* V_1 = NULL;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_2 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
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)2))))
{
goto IL_0017;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0;
NullCheck(((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)));
V_0 = L_3;
goto IL_001e;
}
IL_0017:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node0;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4);
V_0 = L_5;
}
IL_001e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_6);
V_1 = L_7;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = __this->get_parent_0();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = __this->get_parent_0();
String_t* L_12 = V_1;
String_t* L_13 = V_1;
NullCheck(L_8);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_14 = 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_8, L_9, L_10, L_11, L_12, L_13, 0);
V_2 = L_14;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_15 = V_2;
if (!L_15)
{
goto IL_004b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_17 = V_2;
NullCheck(L_16);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17);
}
IL_004b:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_18 = __this->get_address_of_nodes_1();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_19 = ___node0;
SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_18, L_19, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_20 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_21 = __this->get_parent_0();
NullCheck(L_20);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_20, L_21);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_22 = V_2;
if (!L_22)
{
goto IL_0072;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_23 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_24 = V_2;
NullCheck(L_23);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_23, L_24);
}
IL_0072:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_25 = ___node0;
return L_25;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNodeForLoad_m604FC52C79FE94FB7E69285E8C891638D3CAF5F2 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method)
{
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_0 = NULL;
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = __this->get_parent_0();
NullCheck(L_0);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_3 = XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465(L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_4 = V_0;
if (!L_4)
{
goto IL_0018;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc1;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = V_0;
NullCheck(L_5);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_5, L_6);
}
IL_0018:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_7 = __this->get_address_of_nodes_1();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___node0;
SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_7, L_8, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___node0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = __this->get_parent_0();
NullCheck(L_9);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_9, L_10);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_11 = V_0;
if (!L_11)
{
goto IL_003a;
}
}
{
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_12 = ___doc1;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = V_0;
NullCheck(L_12);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13);
}
IL_003a:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___node0;
return L_14;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
String_t* V_1 = NULL;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_2 = NULL;
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = __this->get_address_of_nodes_1();
int32_t L_1 = ___i0;
RuntimeObject * L_2 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, L_1, /*hidden argument*/NULL);
V_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_2, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var));
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_3);
V_1 = L_4;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = __this->get_parent_0();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = __this->get_parent_0();
String_t* L_8 = V_1;
String_t* L_9 = V_1;
NullCheck(L_5);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_10 = 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_5, L_6, L_7, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL, L_8, L_9, 1);
V_2 = L_10;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_11 = V_2;
if (!L_11)
{
goto IL_003f;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = V_2;
NullCheck(L_12);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13);
}
IL_003f:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_14 = __this->get_address_of_nodes_1();
int32_t L_15 = ___i0;
SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_14, L_15, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = V_0;
NullCheck(L_16);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_16, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_17 = V_2;
if (!L_17)
{
goto IL_0061;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_18 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_19 = V_2;
NullCheck(L_18);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_18, L_19);
}
IL_0061:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_20 = V_0;
return L_20;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_ReplaceNodeAt_m5A9C86ECF3D3C663E010D9F1CCB4825E6A57F001 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_0);
int32_t L_2 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node1;
VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_2, L_3);
return L_1;
}
}
// System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL;
String_t* V_1 = NULL;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_2 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node1;
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)2))))
{
goto IL_0017;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node1;
NullCheck(((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)));
XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)));
V_0 = L_3;
goto IL_001e;
}
IL_0017:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node1;
NullCheck(L_4);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4);
V_0 = L_5;
}
IL_001e:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node1;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_6);
V_1 = L_7;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = __this->get_parent_0();
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___node1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = V_0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = __this->get_parent_0();
String_t* L_12 = V_1;
String_t* L_13 = V_1;
NullCheck(L_8);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_14 = 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_8, L_9, L_10, L_11, L_12, L_13, 0);
V_2 = L_14;
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_15 = V_2;
if (!L_15)
{
goto IL_004b;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_17 = V_2;
NullCheck(L_16);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(40 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17);
}
IL_004b:
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_18 = __this->get_address_of_nodes_1();
int32_t L_19 = ___i0;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_20 = ___node1;
SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_18, L_19, L_20, /*hidden argument*/NULL);
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_21 = ___node1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = __this->get_parent_0();
NullCheck(L_21);
VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(36 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_21, L_22);
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_23 = V_2;
if (!L_23)
{
goto IL_0073;
}
}
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_24 = __this->get_parent_0();
XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_25 = V_2;
NullCheck(L_24);
VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(41 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_24, L_25);
}
IL_0073:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = ___node1;
return L_26;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XmlNamedNodeMap/SmallXmlNodeList
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_pinvoke(const SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E& unmarshaled, SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_pinvoke& marshaled)
{
if (unmarshaled.get_field_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_field_0()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_field_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___field_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, false);
}
else
{
marshaled.___field_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_field_0());
}
}
else
{
marshaled.___field_0 = NULL;
}
}
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_pinvoke_back(const SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_pinvoke& marshaled, SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___field_0 != NULL)
{
unmarshaled.set_field_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___field_0, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_field_0(NULL);
}
}
// Conversion method for clean up from marshalling of: System.Xml.XmlNamedNodeMap/SmallXmlNodeList
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_pinvoke_cleanup(SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_pinvoke& marshaled)
{
if (marshaled.___field_0 != NULL)
{
(marshaled.___field_0)->Release();
marshaled.___field_0 = NULL;
}
}
// Conversion methods for marshalling of: System.Xml.XmlNamedNodeMap/SmallXmlNodeList
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_com(const SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E& unmarshaled, SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_com& marshaled)
{
if (unmarshaled.get_field_0() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_field_0()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_field_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___field_0));
il2cpp_codegen_com_raise_exception_if_failed(hr, true);
}
else
{
marshaled.___field_0 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_field_0());
}
}
else
{
marshaled.___field_0 = NULL;
}
}
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_com_back(const SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_com& marshaled, SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
if (marshaled.___field_0 != NULL)
{
unmarshaled.set_field_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___field_0, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_field_0(NULL);
}
}
// Conversion method for clean up from marshalling of: System.Xml.XmlNamedNodeMap/SmallXmlNodeList
extern "C" void SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshal_com_cleanup(SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_com& marshaled)
{
if (marshaled.___field_0 != NULL)
{
(marshaled.___field_0)->Release();
marshaled.___field_0 = NULL;
}
}
// System.Int32 System.Xml.XmlNamedNodeMap_SmallXmlNodeList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
RuntimeObject * L_1 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_1, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = V_0;
if (!L_2)
{
goto IL_0020;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
return L_4;
}
IL_0020:
{
return 1;
}
}
extern "C" int32_t SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
return SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9(_thisAdjusted, method);
}
// System.Object System.Xml.XmlNamedNodeMap_SmallXmlNodeList::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_0013;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_RuntimeMethod_var);
}
IL_0013:
{
RuntimeObject * L_2 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_2, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_0;
if (!L_3)
{
goto IL_002a;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0;
int32_t L_5 = ___index0;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
return L_6;
}
IL_002a:
{
int32_t L_7 = ___index0;
if (!L_7)
{
goto IL_0038;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_RuntimeMethod_var);
}
IL_0038:
{
RuntimeObject * L_9 = __this->get_field_0();
return L_9;
}
}
extern "C" RuntimeObject * SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
return SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE(_thisAdjusted, ___index0, method);
}
// System.Void System.Xml.XmlNamedNodeMap_SmallXmlNodeList::Add(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_0029;
}
}
{
RuntimeObject * L_1 = ___value0;
if (L_1)
{
goto IL_0021;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_2, /*hidden argument*/NULL);
V_1 = L_2;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_1;
NullCheck(L_3);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_1;
__this->set_field_0(L_4);
return;
}
IL_0021:
{
RuntimeObject * L_5 = ___value0;
__this->set_field_0(L_5);
return;
}
IL_0029:
{
RuntimeObject * L_6 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_6, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0;
if (!L_7)
{
goto IL_0041;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = V_0;
RuntimeObject * L_9 = ___value0;
NullCheck(L_8);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9);
return;
}
IL_0041:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_10, /*hidden argument*/NULL);
V_0 = L_10;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0;
RuntimeObject * L_12 = __this->get_field_0();
NullCheck(L_11);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0;
RuntimeObject * L_14 = ___value0;
NullCheck(L_13);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = V_0;
__this->set_field_0(L_15);
return;
}
}
extern "C" void SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289(_thisAdjusted, ___value0, method);
}
// System.Void System.Xml.XmlNamedNodeMap_SmallXmlNodeList::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_0013;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_RuntimeMethod_var);
}
IL_0013:
{
RuntimeObject * L_2 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_2, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_0;
if (!L_3)
{
goto IL_002a;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0;
int32_t L_5 = ___index0;
NullCheck(L_4);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_4, L_5);
return;
}
IL_002a:
{
int32_t L_6 = ___index0;
if (!L_6)
{
goto IL_0038;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_RuntimeMethod_var);
}
IL_0038:
{
__this->set_field_0(NULL);
return;
}
}
extern "C" void SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
SmallXmlNodeList_RemoveAt_mE3BCF1F3D1BE1F4EFD9319AF151F8BD4D65946B1(_thisAdjusted, ___index0, method);
}
// System.Void System.Xml.XmlNamedNodeMap_SmallXmlNodeList::Insert(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_001e;
}
}
{
int32_t L_1 = ___index0;
if (!L_1)
{
goto IL_0016;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_RuntimeMethod_var);
}
IL_0016:
{
RuntimeObject * L_3 = ___value1;
SmallXmlNodeList_Add_m43741376ACBEE4255AFD5C90D1A6C6910AEF3289((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)__this, L_3, /*hidden argument*/NULL);
return;
}
IL_001e:
{
RuntimeObject * L_4 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_4, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = V_0;
if (!L_5)
{
goto IL_0036;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = V_0;
int32_t L_7 = ___index0;
RuntimeObject * L_8 = ___value1;
NullCheck(L_6);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(39 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_6, L_7, L_8);
return;
}
IL_0036:
{
int32_t L_9 = ___index0;
if (L_9)
{
goto IL_005c;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_10, /*hidden argument*/NULL);
V_0 = L_10;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0;
RuntimeObject * L_12 = ___value1;
NullCheck(L_11);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0;
RuntimeObject * L_14 = __this->get_field_0();
NullCheck(L_13);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = V_0;
__this->set_field_0(L_15);
return;
}
IL_005c:
{
int32_t L_16 = ___index0;
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
{
goto IL_0083;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_17, /*hidden argument*/NULL);
V_0 = L_17;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_18 = V_0;
RuntimeObject * L_19 = __this->get_field_0();
NullCheck(L_18);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_18, L_19);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = V_0;
RuntimeObject * L_21 = ___value1;
NullCheck(L_20);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_0;
__this->set_field_0(L_22);
return;
}
IL_0083:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_23 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_23, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_RuntimeMethod_var);
}
}
extern "C" void SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
SmallXmlNodeList_Insert_mB6299BD21F1B312970AABA6498F5AE0E8B58F247(_thisAdjusted, ___index0, ___value1, method);
}
// System.Collections.IEnumerator System.Xml.XmlNamedNodeMap_SmallXmlNodeList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
{
RuntimeObject * L_0 = __this->get_field_0();
if (L_0)
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var);
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_1 = ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->get_EmptyEnumerator_41();
return L_1;
}
IL_000e:
{
RuntimeObject * L_2 = __this->get_field_0();
V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_2, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_0;
if (!L_3)
{
goto IL_0024;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
return L_5;
}
IL_0024:
{
RuntimeObject * L_6 = __this->get_field_0();
SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * L_7 = (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A *)il2cpp_codegen_object_new(SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A_il2cpp_TypeInfo_var);
SingleObjectEnumerator__ctor_mE7F6D24F0FA24005345B9D3BAC8790A258369D34(L_7, L_6, /*hidden argument*/NULL);
return L_7;
}
}
extern "C" RuntimeObject* SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * _thisAdjusted = reinterpret_cast<SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *>(__this + 1);
return SmallXmlNodeList_GetEnumerator_m8571359E3431941D20AAAE6B27F04A0F391123DA(_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.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SingleObjectEnumerator__ctor_mE7F6D24F0FA24005345B9D3BAC8790A258369D34 (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
__this->set_position_1((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value0;
__this->set_loneValue_0(L_0);
return;
}
}
// System.Object System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SingleObjectEnumerator_get_Current_m374EADFD0F8F9C22E93C0FF3C2E7F811E754248B (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SingleObjectEnumerator_get_Current_m374EADFD0F8F9C22E93C0FF3C2E7F811E754248B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_position_1();
if (!L_0)
{
goto IL_000e;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SingleObjectEnumerator_get_Current_m374EADFD0F8F9C22E93C0FF3C2E7F811E754248B_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = __this->get_loneValue_0();
return L_2;
}
}
// System.Boolean System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SingleObjectEnumerator_MoveNext_m8ECE4673CCF5EB760EF2AE03769E032BF8152266 (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_position_1();
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0012;
}
}
{
__this->set_position_1(0);
return (bool)1;
}
IL_0012:
{
__this->set_position_1(1);
return (bool)0;
}
}
// System.Void System.Xml.XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void SingleObjectEnumerator_Reset_m508E85B8BA239F0C47218F802B3307E8BB808411 (SingleObjectEnumerator_tA9C95CFC90A374F3FB891F834486863C55883F7A * __this, const RuntimeMethod* method)
{
{
__this->set_position_1((-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.Void System.Xml.XmlNamespaceManager::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m90EC2B95E3A18E70520DF7C98FBDB439E3BE6D2D (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager__ctor_m91AF661F916CA539FAB6EC1F0E5B93BA312BCEEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = ___nameTable0;
__this->set_nameTable_2(L_0);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = ___nameTable0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736);
__this->set_xml_6(L_2);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = ___nameTable0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA);
__this->set_xmlNs_7(L_4);
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_5 = (NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84*)SZArrayNew(NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_nsdecls_0(L_5);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_6 = ___nameTable0;
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_6);
String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7);
V_0 = L_8;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_9 = __this->get_nsdecls_0();
NullCheck(L_9);
String_t* L_10 = V_0;
String_t* L_11 = V_0;
NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E((NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), L_10, L_11, (-1), (-1), /*hidden argument*/NULL);
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_12 = __this->get_nsdecls_0();
NullCheck(L_12);
String_t* L_13 = __this->get_xmlNs_7();
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_14 = ___nameTable0;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_14, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130);
NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E((NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), L_13, L_15, (-1), (-1), /*hidden argument*/NULL);
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_16 = __this->get_nsdecls_0();
NullCheck(L_16);
String_t* L_17 = __this->get_xml_6();
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_18 = ___nameTable0;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_18, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B);
NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E((NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), L_17, L_19, 0, (-1), /*hidden argument*/NULL);
__this->set_lastDecl_1(2);
__this->set_scopeId_3(1);
return;
}
}
// System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlNamespaceManager_get_NameTable_m90FAD7B82AD61D453C6F424B025C952DEFD02CF5 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_2();
return L_0;
}
}
// System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_get_DefaultNamespace_m429C7140C2C433DE571113C4A9ED60EAE2851E46 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_get_DefaultNamespace_m429C7140C2C433DE571113C4A9ED60EAE2851E46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_0);
V_0 = L_1;
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0011;
}
}
{
String_t* L_3 = V_0;
return L_3;
}
IL_0011:
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_4;
}
}
// System.Void System.Xml.XmlNamespaceManager::PushScope()
extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_PushScope_mF735184E8C5DC07B067CD6BA989BB677EBB4B585 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_scopeId_3();
__this->set_scopeId_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Boolean System.Xml.XmlNamespaceManager::PopScope()
extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_PopScope_m0412651414F696E6FD884010CBE45BE296EF3316 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_PopScope_m0412651414F696E6FD884010CBE45BE296EF3316_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_lastDecl_1();
V_0 = L_0;
int32_t L_1 = __this->get_scopeId_3();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_004b;
}
}
{
return (bool)0;
}
IL_0012:
{
bool L_2 = __this->get_useHashtable_5();
if (!L_2)
{
goto IL_0047;
}
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_3 = __this->get_hashTable_4();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_4 = __this->get_nsdecls_0();
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_prefix_0();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_7 = __this->get_nsdecls_0();
int32_t L_8 = V_0;
NullCheck(L_7);
int32_t L_9 = ((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8)))->get_previousNsIndex_3();
NullCheck(L_3);
Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A(L_3, L_6, L_9, /*hidden argument*/Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var);
}
IL_0047:
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
}
IL_004b:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_11 = __this->get_nsdecls_0();
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = ((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->get_scopeId_2();
int32_t L_14 = __this->get_scopeId_3();
if ((((int32_t)L_13) == ((int32_t)L_14)))
{
goto IL_0012;
}
}
{
int32_t L_15 = V_0;
__this->set_lastDecl_1(L_15);
int32_t L_16 = __this->get_scopeId_3();
__this->set_scopeId_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
return (bool)1;
}
}
// System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
String_t* L_0 = ___uri1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___prefix0;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralB4EBFE34D0FA97F0DD2BB1234FAD8F59805F4E8D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_RuntimeMethod_var);
}
IL_001c:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_4 = __this->get_nameTable_2();
String_t* L_5 = ___prefix0;
NullCheck(L_4);
String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_5);
___prefix0 = L_6;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = __this->get_nameTable_2();
String_t* L_8 = ___uri1;
NullCheck(L_7);
String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_8);
___uri1 = L_9;
String_t* L_10 = __this->get_xml_6();
String_t* L_11 = ___prefix0;
bool L_12 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0063;
}
}
{
String_t* L_13 = ___uri1;
NullCheck(L_13);
bool L_14 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_13, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0063;
}
}
{
String_t* L_15 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralC65589048E444D493BF1C9306F4DC8CDA8B91030, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_RuntimeMethod_var);
}
IL_0063:
{
String_t* L_17 = __this->get_xmlNs_7();
String_t* L_18 = ___prefix0;
bool L_19 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_17, L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0081;
}
}
{
String_t* L_20 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralECAD1EACB424CA673E6714299871AFAF60E052A8, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, XmlNamespaceManager_AddNamespace_mC7DAC821D86330609C771D56A88C005DA2467A1D_RuntimeMethod_var);
}
IL_0081:
{
String_t* L_22 = ___prefix0;
int32_t L_23 = XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44(__this, L_22, /*hidden argument*/NULL);
V_0 = L_23;
V_1 = (-1);
int32_t L_24 = V_0;
if ((((int32_t)L_24) == ((int32_t)(-1))))
{
goto IL_00bd;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_25 = __this->get_nsdecls_0();
int32_t L_26 = V_0;
NullCheck(L_25);
int32_t L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->get_scopeId_2();
int32_t L_28 = __this->get_scopeId_3();
if ((!(((uint32_t)L_27) == ((uint32_t)L_28))))
{
goto IL_00bb;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_29 = __this->get_nsdecls_0();
int32_t L_30 = V_0;
NullCheck(L_29);
String_t* L_31 = ___uri1;
((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->set_uri_1(L_31);
return;
}
IL_00bb:
{
int32_t L_32 = V_0;
V_1 = L_32;
}
IL_00bd:
{
int32_t L_33 = __this->get_lastDecl_1();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_34 = __this->get_nsdecls_0();
NullCheck(L_34);
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))), (int32_t)1))))))
{
goto IL_00fc;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_35 = __this->get_nsdecls_0();
NullCheck(L_35);
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_36 = (NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84*)SZArrayNew(NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)2)));
V_2 = L_36;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_37 = __this->get_nsdecls_0();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_38 = V_2;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_39 = __this->get_nsdecls_0();
NullCheck(L_39);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_37, 0, (RuntimeArray *)(RuntimeArray *)L_38, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))), /*hidden argument*/NULL);
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_40 = V_2;
__this->set_nsdecls_0(L_40);
}
IL_00fc:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_41 = __this->get_nsdecls_0();
int32_t L_42 = __this->get_lastDecl_1();
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
int32_t L_43 = V_3;
__this->set_lastDecl_1(L_43);
int32_t L_44 = V_3;
NullCheck(L_41);
String_t* L_45 = ___prefix0;
String_t* L_46 = ___uri1;
int32_t L_47 = __this->get_scopeId_3();
int32_t L_48 = V_1;
NamespaceDeclaration_Set_m0E4BDFD6921005AF562C97315AE198CD8CD8F99E((NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)((L_41)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_44))), L_45, L_46, L_47, L_48, /*hidden argument*/NULL);
bool L_49 = __this->get_useHashtable_5();
if (!L_49)
{
goto IL_0141;
}
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_50 = __this->get_hashTable_4();
String_t* L_51 = ___prefix0;
int32_t L_52 = __this->get_lastDecl_1();
NullCheck(L_50);
Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A(L_50, L_51, L_52, /*hidden argument*/Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var);
return;
}
IL_0141:
{
int32_t L_53 = __this->get_lastDecl_1();
if ((((int32_t)L_53) < ((int32_t)((int32_t)16))))
{
goto IL_0197;
}
}
{
int32_t L_54 = __this->get_lastDecl_1();
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_55 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mB72340EE5255690EBA068BA4251A2B9A9D50845B(L_55, L_54, /*hidden argument*/Dictionary_2__ctor_mB72340EE5255690EBA068BA4251A2B9A9D50845B_RuntimeMethod_var);
__this->set_hashTable_4(L_55);
V_4 = 0;
goto IL_0186;
}
IL_0161:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_56 = __this->get_hashTable_4();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_57 = __this->get_nsdecls_0();
int32_t L_58 = V_4;
NullCheck(L_57);
String_t* L_59 = ((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->get_prefix_0();
int32_t L_60 = V_4;
NullCheck(L_56);
Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A(L_56, L_59, L_60, /*hidden argument*/Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var);
int32_t L_61 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_0186:
{
int32_t L_62 = V_4;
int32_t L_63 = __this->get_lastDecl_1();
if ((((int32_t)L_62) <= ((int32_t)L_63)))
{
goto IL_0161;
}
}
{
__this->set_useHashtable_5((bool)1);
}
IL_0197:
{
return;
}
}
// System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get_lastDecl_1();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var);
V_0 = L_1;
V_1 = 0;
goto IL_0051;
}
IL_0012:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_2 = __this->get_nsdecls_0();
int32_t L_3 = V_1;
NullCheck(L_2);
String_t* L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->get_uri_1();
if (!L_4)
{
goto IL_004d;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_5 = V_0;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_6 = __this->get_nsdecls_0();
int32_t L_7 = V_1;
NullCheck(L_6);
String_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_prefix_0();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_9 = __this->get_nsdecls_0();
int32_t L_10 = V_1;
NullCheck(L_9);
String_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_prefix_0();
NullCheck(L_5);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_5, L_8, L_11, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
}
IL_004d:
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0051:
{
int32_t L_13 = V_1;
int32_t L_14 = __this->get_lastDecl_1();
if ((((int32_t)L_13) <= ((int32_t)L_14)))
{
goto IL_0012;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_15 = V_0;
NullCheck(L_15);
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * L_16 = Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF(L_15, /*hidden argument*/Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF_RuntimeMethod_var);
NullCheck(L_16);
Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B L_17 = KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219(L_16, /*hidden argument*/KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219_RuntimeMethod_var);
Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B L_18 = L_17;
RuntimeObject * L_19 = Box(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_il2cpp_TypeInfo_var, &L_18);
return (RuntimeObject*)L_19;
}
}
// System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m37295FD5AD9CC0E7F29A382C7E5D011507684C44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___prefix0;
int32_t L_1 = XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_3 = __this->get_nsdecls_0();
int32_t L_4 = V_0;
NullCheck(L_3);
String_t* L_5 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)))->get_uri_1();
return L_5;
}
IL_001e:
{
return (String_t*)NULL;
}
}
// System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
bool L_0 = __this->get_useHashtable_5();
if (!L_0)
{
goto IL_0047;
}
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_1 = __this->get_hashTable_4();
String_t* L_2 = ___prefix0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var);
if (!L_3)
{
goto IL_0045;
}
}
{
goto IL_002c;
}
IL_001a:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_4 = __this->get_nsdecls_0();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_previousNsIndex_3();
V_0 = L_6;
}
IL_002c:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0043;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_8 = __this->get_nsdecls_0();
int32_t L_9 = V_0;
NullCheck(L_8);
String_t* L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->get_uri_1();
if (!L_10)
{
goto IL_001a;
}
}
IL_0043:
{
int32_t L_11 = V_0;
return L_11;
}
IL_0045:
{
return (-1);
}
IL_0047:
{
int32_t L_12 = __this->get_lastDecl_1();
V_1 = L_12;
goto IL_007d;
}
IL_0050:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_13 = __this->get_nsdecls_0();
int32_t L_14 = V_1;
NullCheck(L_13);
String_t* L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->get_prefix_0();
String_t* L_16 = ___prefix0;
if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16))))
{
goto IL_0079;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_17 = __this->get_nsdecls_0();
int32_t L_18 = V_1;
NullCheck(L_17);
String_t* L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->get_uri_1();
if (!L_19)
{
goto IL_0079;
}
}
{
int32_t L_20 = V_1;
return L_20;
}
IL_0079:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
}
IL_007d:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_0050;
}
}
{
int32_t L_23 = __this->get_lastDecl_1();
V_2 = L_23;
goto IL_00bc;
}
IL_008a:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_24 = __this->get_nsdecls_0();
int32_t L_25 = V_2;
NullCheck(L_24);
String_t* L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->get_prefix_0();
String_t* L_27 = ___prefix0;
bool L_28 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_26, L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00b8;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_29 = __this->get_nsdecls_0();
int32_t L_30 = V_2;
NullCheck(L_29);
String_t* L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->get_uri_1();
if (!L_31)
{
goto IL_00b8;
}
}
{
int32_t L_32 = V_2;
return L_32;
}
IL_00b8:
{
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1));
}
IL_00bc:
{
int32_t L_34 = V_2;
if ((((int32_t)L_34) >= ((int32_t)0)))
{
goto IL_008a;
}
}
{
return (-1);
}
}
// System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_mE85B44342E61E16FA0542610C42B678A74D32842 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___uri0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
int32_t L_0 = __this->get_lastDecl_1();
V_0 = L_0;
goto IL_0049;
}
IL_0009:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_1 = __this->get_nsdecls_0();
int32_t L_2 = V_0;
NullCheck(L_1);
String_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_uri_1();
String_t* L_4 = ___uri0;
bool L_5 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0045;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_6 = __this->get_nsdecls_0();
int32_t L_7 = V_0;
NullCheck(L_6);
String_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_prefix_0();
V_1 = L_8;
String_t* L_9 = V_1;
String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_9);
String_t* L_11 = ___uri0;
bool L_12 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0045;
}
}
{
String_t* L_13 = V_1;
return L_13;
}
IL_0045:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
}
IL_0049:
{
int32_t L_15 = V_0;
if ((((int32_t)L_15) >= ((int32_t)0)))
{
goto IL_0009;
}
}
{
return (String_t*)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif