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

40198 lines
1.9 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>
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 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 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, 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>
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);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// MS.Internal.Xml.Cache.XPathDocumentNavigator
struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498;
// MS.Internal.Xml.Cache.XPathNode
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0;
// MS.Internal.Xml.Cache.XPathNodeInfoAtom
struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7;
// MS.Internal.Xml.Cache.XPathNodePageInfo
struct XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B;
// MS.Internal.Xml.Cache.XPathNode[]
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Xml.DtdParser/UndeclaredNotation>[]
struct EntryU5BU5D_tA267569C68C90143DC61E9EEBF16AC833360DEC1;
// 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.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<System.String,System.Xml.DtdParser/UndeclaredNotation>
struct KeyCollection_t30E24658EF686F144C18CFFB48BF59AFC5F1196B;
// 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.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<System.Object,System.Object>
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.DtdParser/UndeclaredNotation>
struct ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944;
// 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.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.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.Xml.DtdParser/UndeclaredNotation>
struct Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2;
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>
struct Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70;
// 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<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Xml.XmlQualifiedName>
struct IEqualityComparer_1_t332E79C734FE967139F72F903873B57C0990A9A2;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// 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.Generic.Stack`1<System.Object>
struct Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163;
// System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>
struct Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IComparer
struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// 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.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.Xml.BinHexDecoder
struct BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB;
// System.Xml.DomNameTable
struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A;
// System.Xml.DtdParser
struct DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574;
// System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame
struct ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC;
// System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame[]
struct ParseElementOnlyContent_LocalFrameU5BU5D_t290D830941AA5600BFB512B6EA67460B583E72D8;
// System.Xml.DtdParser/UndeclaredNotation
struct UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B;
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3;
// System.Xml.IDtdInfo
struct IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C;
// System.Xml.IDtdParser
struct IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43;
// System.Xml.IDtdParserAdapter
struct IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829;
// System.Xml.IDtdParserAdapterWithValidation
struct IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8;
// System.Xml.IValidationEventHandling
struct IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B;
// System.Xml.IXmlNamespaceResolver
struct IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427;
// System.Xml.IncrementalReadDecoder
struct IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723;
// System.Xml.IncrementalReadDummyDecoder
struct IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663;
// System.Xml.NameTable
struct NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C;
// System.Xml.NameTable/Entry
struct Entry_tF2506228AAB202078CB7A755668744901B207977;
// System.Xml.NameTable/Entry[]
struct EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525;
// System.Xml.OpenedHost
struct OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58;
// System.Xml.SafeAsciiDecoder
struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD;
// System.Xml.Schema.BinaryFacetsChecker
struct BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D;
// System.Xml.Schema.BitSet
struct BitSet_t0E4C53EC600670A4B74C5671553596978880138C;
// System.Xml.Schema.BitSet[]
struct BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69;
// System.Xml.Schema.ChoiceNode
struct ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61;
// System.Xml.Schema.ContentValidator
struct ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA;
// System.Xml.Schema.DatatypeImplementation
struct DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap
struct SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[]
struct SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7;
// System.Xml.Schema.DatatypeImplementation[]
struct DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36;
// System.Xml.Schema.Datatype_ENTITY
struct Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612;
// System.Xml.Schema.Datatype_ENUMERATION
struct Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9;
// System.Xml.Schema.Datatype_ID
struct Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811;
// System.Xml.Schema.Datatype_IDREF
struct Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30;
// System.Xml.Schema.Datatype_List
struct Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF;
// System.Xml.Schema.Datatype_NCName
struct Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970;
// System.Xml.Schema.Datatype_NMTOKEN
struct Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915;
// System.Xml.Schema.Datatype_NOTATION
struct Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040;
// System.Xml.Schema.Datatype_Name
struct Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46;
// System.Xml.Schema.Datatype_QName
struct Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715;
// System.Xml.Schema.Datatype_QNameXdr
struct Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D;
// System.Xml.Schema.Datatype_anyAtomicType
struct Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142;
// System.Xml.Schema.Datatype_anySimpleType
struct Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232;
// System.Xml.Schema.Datatype_anyURI
struct Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313;
// System.Xml.Schema.Datatype_base64Binary
struct Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185;
// System.Xml.Schema.Datatype_boolean
struct Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62;
// System.Xml.Schema.Datatype_byte
struct Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583;
// System.Xml.Schema.Datatype_char
struct Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE;
// System.Xml.Schema.Datatype_date
struct Datatype_date_tE8038D91441496FA0536248368640C6610494FC9;
// System.Xml.Schema.Datatype_dateTime
struct Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1;
// System.Xml.Schema.Datatype_dateTimeBase
struct Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353;
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
struct Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A;
// System.Xml.Schema.Datatype_dateTimeTimeZone
struct Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30;
// System.Xml.Schema.Datatype_day
struct Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA;
// System.Xml.Schema.Datatype_dayTimeDuration
struct Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB;
// System.Xml.Schema.Datatype_decimal
struct Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60;
// System.Xml.Schema.Datatype_double
struct Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1;
// System.Xml.Schema.Datatype_doubleXdr
struct Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB;
// System.Xml.Schema.Datatype_duration
struct Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55;
// System.Xml.Schema.Datatype_fixed
struct Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E;
// System.Xml.Schema.Datatype_float
struct Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09;
// System.Xml.Schema.Datatype_floatXdr
struct Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7;
// System.Xml.Schema.Datatype_hexBinary
struct Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5;
// System.Xml.Schema.Datatype_int
struct Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755;
// System.Xml.Schema.Datatype_integer
struct Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC;
// System.Xml.Schema.Datatype_language
struct Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE;
// System.Xml.Schema.Datatype_long
struct Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3;
// System.Xml.Schema.Datatype_month
struct Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414;
// System.Xml.Schema.Datatype_monthDay
struct Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1;
// System.Xml.Schema.Datatype_negativeInteger
struct Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4;
// System.Xml.Schema.Datatype_nonNegativeInteger
struct Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62;
// System.Xml.Schema.Datatype_nonPositiveInteger
struct Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07;
// System.Xml.Schema.Datatype_normalizedString
struct Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7;
// System.Xml.Schema.Datatype_normalizedStringV1Compat
struct Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA;
// System.Xml.Schema.Datatype_positiveInteger
struct Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD;
// System.Xml.Schema.Datatype_short
struct Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C;
// System.Xml.Schema.Datatype_string
struct Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2;
// System.Xml.Schema.Datatype_time
struct Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F;
// System.Xml.Schema.Datatype_timeNoTimeZone
struct Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4;
// System.Xml.Schema.Datatype_timeTimeZone
struct Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41;
// System.Xml.Schema.Datatype_token
struct Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC;
// System.Xml.Schema.Datatype_tokenV1Compat
struct Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C;
// System.Xml.Schema.Datatype_union
struct Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40;
// System.Xml.Schema.Datatype_unsignedByte
struct Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457;
// System.Xml.Schema.Datatype_unsignedInt
struct Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3;
// System.Xml.Schema.Datatype_unsignedLong
struct Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37;
// System.Xml.Schema.Datatype_unsignedShort
struct Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E;
// System.Xml.Schema.Datatype_untypedAtomicType
struct Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD;
// System.Xml.Schema.Datatype_uuid
struct Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261;
// System.Xml.Schema.Datatype_year
struct Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443;
// System.Xml.Schema.Datatype_yearMonth
struct Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC;
// System.Xml.Schema.Datatype_yearMonthDuration
struct Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E;
// System.Xml.Schema.DateTimeFacetsChecker
struct DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4;
// System.Xml.Schema.DurationFacetsChecker
struct DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5;
// System.Xml.Schema.FacetsChecker
struct FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6;
// System.Xml.Schema.IXmlSchemaInfo
struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1;
// System.Xml.Schema.InteriorNode
struct InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D;
// System.Xml.Schema.ListFacetsChecker
struct ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB;
// System.Xml.Schema.MiscFacetsChecker
struct MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387;
// System.Xml.Schema.Numeric10FacetsChecker
struct Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD;
// System.Xml.Schema.Numeric2FacetsChecker
struct Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5;
// System.Xml.Schema.ParticleContentValidator
struct ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D;
// System.Xml.Schema.Positions
struct Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D;
// System.Xml.Schema.QNameFacetsChecker
struct QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411;
// System.Xml.Schema.RestrictionFacets
struct RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4;
// 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.StringFacetsChecker
struct StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0;
// System.Xml.Schema.SymbolsDictionary
struct SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6;
// System.Xml.Schema.SyntaxTreeNode
struct SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C;
// System.Xml.Schema.UnionFacetsChecker
struct UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A;
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0;
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName
struct NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F;
// System.Xml.Schema.XmlSchemaAnyAttribute
struct XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078;
// System.Xml.Schema.XmlSchemaComplexType
struct XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9;
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550;
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65;
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B;
// System.Xml.Schema.XmlSchemaObjectCollection
struct XmlSchemaObjectCollection_t6DCC2B614786CE467B1572B384A163DEE72F1280;
// System.Xml.Schema.XmlSchemaParticle
struct XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671;
// System.Xml.Schema.XmlSchemaSet
struct XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F;
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A;
// System.Xml.Schema.XmlSchemaSimpleTypeContent
struct XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E;
// System.Xml.Schema.XmlSchemaSimpleTypeList
struct XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403;
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
struct XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C;
// System.Xml.Schema.XmlSchemaSimpleType[]
struct XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B;
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9;
// System.Xml.Schema.XmlTypeCode[]
struct XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B;
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E;
// System.Xml.Schema.XsdSimpleValue
struct XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF;
// System.Xml.XPath.XPathDocument
struct XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321;
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3;
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378;
// System.Xml.XmlDocument
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97;
// System.Xml.XmlDocumentType
struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136;
// System.Xml.XmlException
struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D;
// System.Xml.XmlImplementation
struct XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF;
// System.Xml.XmlLinkedNode
struct XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E;
// System.Xml.XmlName
struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682;
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6;
// System.Xml.XmlName[]
struct XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4;
// System.Xml.XmlNamedNodeMap
struct XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31;
// System.Xml.XmlNode
struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB;
// System.Xml.XmlNodeChangedEventHandler
struct XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838;
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD;
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8;
// System.Xml.XmlResolver
struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280;
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* BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D_il2cpp_TypeInfo_var;
extern RuntimeClass* BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var;
extern RuntimeClass* Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_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* ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var;
extern RuntimeClass* ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36_il2cpp_TypeInfo_var;
extern RuntimeClass* DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_date_tE8038D91441496FA0536248368640C6610494FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2_il2cpp_TypeInfo_var;
extern RuntimeClass* DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var;
extern RuntimeClass* DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_il2cpp_TypeInfo_var;
extern RuntimeClass* DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5_il2cpp_TypeInfo_var;
extern RuntimeClass* EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525_il2cpp_TypeInfo_var;
extern RuntimeClass* Entry_tF2506228AAB202078CB7A755668744901B207977_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParserAdapterV1_t13CA89E2AAAFE12B3570D02CCC2BEB8EB97AD823_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var;
extern RuntimeClass* IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387_il2cpp_TypeInfo_var;
extern RuntimeClass* Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var;
extern RuntimeClass* Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC_il2cpp_TypeInfo_var;
extern RuntimeClass* ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D_il2cpp_TypeInfo_var;
extern RuntimeClass* QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
extern RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
extern RuntimeClass* UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B_il2cpp_TypeInfo_var;
extern RuntimeClass* UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var;
extern RuntimeClass* XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8_il2cpp_TypeInfo_var;
extern RuntimeClass* XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var;
extern RuntimeClass* XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral00E610D8ECD5B4A819A3EBE5A702219BE8868A5B;
extern String_t* _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354;
extern String_t* _stringLiteral02A5BC88B4381F00ABE3FF2D3A56410DC770B286;
extern String_t* _stringLiteral03799F1E3B2A5D9A27B22E4DE3E3BAE2BFDA7393;
extern String_t* _stringLiteral0527BF63DA97CB91D0CC4969CECFB593727DAF55;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral06886A4B332D52CA52665A07ED8551EBB8303382;
extern String_t* _stringLiteral06E71220E447AC7E5931CA6D88C2302747D2CF69;
extern String_t* _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252;
extern String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194;
extern String_t* _stringLiteral091D88717DE728C81B6A9864637F5A0AA5B1182E;
extern String_t* _stringLiteral093FEA9488EA9797167D21CD4E3EB5395E0DF430;
extern String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
extern String_t* _stringLiteral09E298E6BCC9581B0D231B925653307277F8C745;
extern String_t* _stringLiteral0A1B3C8060BAA4F055028BCE8E3008D289383F59;
extern String_t* _stringLiteral0A47BC68555C4FD1F7131D466389CA70C9405BD9;
extern String_t* _stringLiteral0A7A85BFD103D0705E62CAC65CB2FDC158FA4140;
extern String_t* _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8;
extern String_t* _stringLiteral0CB80C6249A0DA9D1C3F41A02F81F85FF2BE34CB;
extern String_t* _stringLiteral0D7F9DBBBC415E48622529A5E32E8246EFBE8765;
extern String_t* _stringLiteral1103F4557AD1B5271CC087D4BCF48F65BC60E400;
extern String_t* _stringLiteral1178CAFBD64BBBFA77F5AC0A9D5032ED88162781;
extern String_t* _stringLiteral1408C5D2460F762ABF0CB79A45EE405A139FAD0B;
extern String_t* _stringLiteral16FFBF6BA25C30EA1DF9AFEC220790680704B8A1;
extern String_t* _stringLiteral17468B8EBABCC4AD6817458C55457DFA2AD4A29D;
extern String_t* _stringLiteral18B1A9EA4E81C8728ABF4FEB68AA197DEE391FA4;
extern String_t* _stringLiteral1AAD62EAE67C9974F436B34D60D0A77CD78B771D;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D;
extern String_t* _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8;
extern String_t* _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40;
extern String_t* _stringLiteral2969ED2E35E9796C00811A45D4F69B48C0445138;
extern String_t* _stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58;
extern String_t* _stringLiteral2AB8AA6F8B2F4F85B5F3A6C5310E19758643A012;
extern String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
extern String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56;
extern String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312;
extern String_t* _stringLiteral2DDFB3511F3A0FB37118DD4F13DE1895D0956A44;
extern String_t* _stringLiteral34AFAEE69BBDCB13D7361FC04D3E5EF2359B2D97;
extern String_t* _stringLiteral34F93B7B91DE92385105BF2D2C6FBD02FD2F3279;
extern String_t* _stringLiteral3715373A1479D6E160ECD96ADE58B70AD1ADE8F1;
extern String_t* _stringLiteral3795B54C5BA62DF52F7F5132A3C17A2191FC7F74;
extern String_t* _stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9;
extern String_t* _stringLiteral39144921F7D7421DEF4696D69DEE2C29DDFD9651;
extern String_t* _stringLiteral3B1DBEC30777F4501191866BC4B77CE969D58E90;
extern String_t* _stringLiteral3EB416223E9E69E6BB8EE19793911AD1AD2027D8;
extern String_t* _stringLiteral3ED0F3A1AF2FCDFA8A137116F79BB7FE86868FC9;
extern String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
extern String_t* _stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A;
extern String_t* _stringLiteral4586F1E8F208778C4ADB6450AD67BF00EA5A26CE;
extern String_t* _stringLiteral45932D6FA98F39C5CD3F08CD951D8DC70FC5F7DE;
extern String_t* _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75;
extern String_t* _stringLiteral46F8AB7C0CFF9DF7CD124852E26022A6BF89E315;
extern String_t* _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD;
extern String_t* _stringLiteral48E3462CBEEDD9B70CED95702E2E262CEBA217DA;
extern String_t* _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE;
extern String_t* _stringLiteral49A0CF6C49DCDE83B70AA6CD79192AD8000DC7EB;
extern String_t* _stringLiteral4D097CD2734B9170E65DC6089EB340683FF331D3;
extern String_t* _stringLiteral4D0BD32D863EF20888DEE50A370827514C22A74B;
extern String_t* _stringLiteral4DBECE0B36C629599F77CB54B3D05C830DB093E9;
extern String_t* _stringLiteral4E436C8053F56559B1B98F9168983E4DDB504456;
extern String_t* _stringLiteral5001D84DC57FB8096C115C2346D4E710C29CE597;
extern String_t* _stringLiteral50302CBA7F80DEC2DEA9D5019D175FBA1E403DA2;
extern String_t* _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB;
extern String_t* _stringLiteral59677F42550565E6434F79F83564D4B0F57F3AC1;
extern String_t* _stringLiteral5968E7DDD221DADE6F2ED058C7662FF1727E243A;
extern String_t* _stringLiteral5B7F07DCBC0C69C6591EA6A0CB2082119630CFFB;
extern String_t* _stringLiteral5C6B81C646A4F154CBB76630033631F51A708BC4;
extern String_t* _stringLiteral5D3F344B5BD21E9500C69CA575A3286C85B28F1C;
extern String_t* _stringLiteral5FAFBA20BF82360D15C7418CF1A49F2B7A5DE8A8;
extern String_t* _stringLiteral5FCF83D1F3D17C8CA5E1EEC494D63EC9BD2903E2;
extern String_t* _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC;
extern String_t* _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154;
extern String_t* _stringLiteral6164508263E56CA4FC74B51FC25EEBCF5F97DD0C;
extern String_t* _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
extern String_t* _stringLiteral681819B2E781FF4E99233A89B6D6DDC00043941D;
extern String_t* _stringLiteral685E80366130387CB75C055248326976D16FDF8D;
extern String_t* _stringLiteral697A15365B39266E3D7721BAE3DD90E335338483;
extern String_t* _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B;
extern String_t* _stringLiteral6E1B25A9BA88254EB979FB9843461E68235DFA64;
extern String_t* _stringLiteral6EA667FE0288881EB9CD133F197CE8E334C57623;
extern String_t* _stringLiteral6FEFD56DE490D9985E05DED528201C680BF6BEF2;
extern String_t* _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037;
extern String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA;
extern String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A;
extern String_t* _stringLiteral71DA3887272969BD6A78642A93B263787E9A6431;
extern String_t* _stringLiteral71FAFC4E2FC1E47E234762A96B80512B6B5534C2;
extern String_t* _stringLiteral741DDA3D3A4B692655420BB3FAAD212E9A1D4A17;
extern String_t* _stringLiteral74A74C83F2EC138AEF4F493A79C46BF5647C17F6;
extern String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635;
extern String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
extern String_t* _stringLiteral7783F6A266913C7AA3D5938C1197307718FB8BB7;
extern String_t* _stringLiteral77DC33BC4813FC2E028151ACB57FC3C0033E6B20;
extern String_t* _stringLiteral78E7527B50CD327A85790A0D19E2EBF27A164247;
extern String_t* _stringLiteral797A4D062FB0AB31E7C2E699D00D60D8DE3B5822;
extern String_t* _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12;
extern String_t* _stringLiteral7DA6AFA6AFDF1CFFFF23095E3EE5D606CB0EE95C;
extern String_t* _stringLiteral7E264138D0CA103B872057862B9B0359962EC5D2;
extern String_t* _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB;
extern String_t* _stringLiteral7EDEFB80E4029DA5CB557BFB74DE6886F7D7BA6D;
extern String_t* _stringLiteral80198B766E2B9B8ED277C23C20CAD0FC7E4E523A;
extern String_t* _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408;
extern String_t* _stringLiteral877194AD079CE5324FA50E98D5E9149A7DF0DEAE;
extern String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
extern String_t* _stringLiteral8841FABFC6324685CF61B5200E40CB27387E906F;
extern String_t* _stringLiteral89F89C02CF47E091E726A4E07B88AF0966806897;
extern String_t* _stringLiteral8CA145894421E2AE0E3BC4A07815A514D64C4058;
extern String_t* _stringLiteral8CF1783FA99F62CA581F6FE8F3CD66B0F9AB9FC3;
extern String_t* _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3;
extern String_t* _stringLiteral8D3C17B81E6196BE97355248B36161D3F7E713D9;
extern String_t* _stringLiteral8E9009906A91712DF614B16A2923E550F2D8608C;
extern String_t* _stringLiteral965CBE126C36B07C74E8EC045412512FB416A511;
extern String_t* _stringLiteral969D7A2A21898BA63DC5265EFD04C401D86EA791;
extern String_t* _stringLiteral9C406B3E56CEB7A10DE51D3B973DC2D488BE262C;
extern String_t* _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E;
extern String_t* _stringLiteral9D88F3CC176F53090E9FD457C305BBEB86126BCD;
extern String_t* _stringLiteral9EB1E46D2C3140D84FDFA49FC861C567AB64272C;
extern String_t* _stringLiteralA0F4EA7D91495DF92BBAC2E2149DFB850FE81396;
extern String_t* _stringLiteralA20707110AD72EDE9E36C4ECEB6C6E90747F0D34;
extern String_t* _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B;
extern String_t* _stringLiteralA573B540D2DDE90BA6DA3B9D6286C8EC60C10044;
extern String_t* _stringLiteralA5DD71B34216A7F77AFE01A40B002C9E275B6967;
extern String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE;
extern String_t* _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2;
extern String_t* _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236;
extern String_t* _stringLiteralAACF433E5A037C45B6FA28E60D34A52D319DBA0E;
extern String_t* _stringLiteralAD5E0E58054326F400AE0F13E3A0156100933993;
extern String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
extern String_t* _stringLiteralAE271130049D6C80C9576268E6E504A8F250F95E;
extern String_t* _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9;
extern String_t* _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455;
extern String_t* _stringLiteralB926BCE652A75D79C54449DD574199F0A85B9535;
extern String_t* _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1;
extern String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
extern String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
extern String_t* _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1;
extern String_t* _stringLiteralBD3027FA569EA15CA76D84DB21C67E2D514C1A5A;
extern String_t* _stringLiteralBD434F57775CE72CC3C08AE2666EFC9159F123AA;
extern String_t* _stringLiteralBDB36BB22DEB169275B3094BA9005A29EEDDD195;
extern String_t* _stringLiteralBFC1D4739556BB2E8C6CA6F181CB91549150ED2C;
extern String_t* _stringLiteralC51696E7C3CC4A51A8C1C3FCD341ACD90F2B5E0F;
extern String_t* _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C;
extern String_t* _stringLiteralC94604A8F316DF2BA13181D92D05F0AEE9D95ACD;
extern String_t* _stringLiteralC9BF6F5DB6BA644E26AE4E888DFC3CC7D6EDEC7A;
extern String_t* _stringLiteralC9CBEE3CBB6C6871EE41F27F10C1B72EF2AD8B86;
extern String_t* _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050;
extern String_t* _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220;
extern String_t* _stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71;
extern String_t* _stringLiteralCE4E91A86AF472F2EE56D8BA8A3A2530AE3C9DD4;
extern String_t* _stringLiteralD265AAB3812E8E61E71EB18129D5344512D0387A;
extern String_t* _stringLiteralD369468BDCF50CD9B3F945536412EE051D15A2F8;
extern String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
extern String_t* _stringLiteralD43E5CFC8313BE2B20D2E7FE527303504FDC8055;
extern String_t* _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED;
extern String_t* _stringLiteralDA0FE98AAAE17B2DA65F67EAE98D61A374BE6475;
extern String_t* _stringLiteralDA1E73A45F8518928112218EA98BDCB9415AF264;
extern String_t* _stringLiteralDA374A6AA90CE1913513C0F0FC92EF8B3B1CFB7D;
extern String_t* _stringLiteralDAF5B6EF9508CFF337EA0399C2E810565C09E040;
extern String_t* _stringLiteralDB402F022DCF51D34EBA45A2816D10AF80B66957;
extern String_t* _stringLiteralDD362C02E134DE903E5F2D75A851AFBB031EBD99;
extern String_t* _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579;
extern String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
extern String_t* _stringLiteralE11523C5FF23FC1600ACA2D8EE5ADB542C5CE4B3;
extern String_t* _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635;
extern String_t* _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4;
extern String_t* _stringLiteralE2FF35356276F67A0A90B5E651CA70B1BDFE70E5;
extern String_t* _stringLiteralE37D35626306495BE58EF3C807BC3E0E59BF0D5A;
extern String_t* _stringLiteralE4D5BA29BC9EA67CCA884EDF8BA15AC083B00AC2;
extern String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
extern String_t* _stringLiteralE711631380EF1B422AE392DB3CA08B8E061AEA4E;
extern String_t* _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
extern String_t* _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8;
extern String_t* _stringLiteralE927D0677C77241B707442314346326278051DD6;
extern String_t* _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D;
extern String_t* _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48;
extern String_t* _stringLiteralEE977806D7286510DA8B9A7492BA58E2484C0ECC;
extern String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
extern String_t* _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715;
extern String_t* _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8;
extern String_t* _stringLiteralEFE6BCC26D81FB8947D8FCEFD903EA55CC1926EC;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF45C296D1B8A72D02D2C5DEF48EC6114DF0FA2A3;
extern String_t* _stringLiteralF4FFA4D065BACCE25A088860F4B85FE766AE7548;
extern String_t* _stringLiteralF566085526E3032983C3938072A3871DEBFEC948;
extern String_t* _stringLiteralF58D61BB454E3A553B31ED2AB291EF5AE4937D1B;
extern String_t* _stringLiteralFBA7F32DD7379E5BCC4538AFD8FBBC0C4F2468C4;
extern String_t* _stringLiteralFBD73DD64A7B0A9C9D822DC7B0ABE892D5D2EFCD;
extern String_t* _stringLiteralFC0DB13E29AF24DE714EBA3ECB2C32ADFE28278F;
extern String_t* _stringLiteralFD4927C3DFD248E759E6D510BB1FB422C3C4F638;
extern const RuntimeMethod* BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A_RuntimeMethod_var;
extern const RuntimeMethod* BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128_RuntimeMethod_var;
extern const RuntimeMethod* BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_RuntimeMethod_var;
extern const RuntimeMethod* BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_RuntimeMethod_var;
extern const RuntimeMethod* DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F_RuntimeMethod_var;
extern const RuntimeMethod* DatatypeImplementation_ParseValue_mA94166872AE8F9FD8F8B3FC467529BA916D687DE_RuntimeMethod_var;
extern const RuntimeMethod* DatatypeImplementation_ParseValue_mF50BE659FF1CC52176BFEA9AEBAB717813FD4DB5_RuntimeMethod_var;
extern const RuntimeMethod* Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_RuntimeMethod_var;
extern const RuntimeMethod* Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m26D6C0FD91316B46400F8C38FC49FFDD82815553_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mB447A1158A473DF5D3367A7F20D97B827B4ADC1B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_m7D92E5AB3A5F2D22B23A8089F675392110889D33_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_mD809CCF13D954F8B06E6803D52C5E029874DF11F_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mC59763A6FC48A2EE0C0BD0D8650816BE411A4D08_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m258195495D7C17C55E726C65048CCAABB3A6E811_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Values_m32BC91AE4F42088FC79341AAF41D2A90A9CC2A46_RuntimeMethod_var;
extern const RuntimeMethod* DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296_RuntimeMethod_var;
extern const RuntimeMethod* DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2_RuntimeMethod_var;
extern const RuntimeMethod* EmptyEnumerator_System_Collections_IEnumerator_get_Current_m299009FE32FB86AAAE309483EFC8304E0A381D40_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m8773A1CA195FB0B78F7B3C24AA2D0F17C288F460_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m4CECE77F6F241872742FB044C707A8F3403418F6_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m67C7A49B255A87FCD245D5068AB75D6B45E4126E_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B_RuntimeMethod_var;
extern const RuntimeMethod* NameTable_Add_m0E38B5167053650AA1D8FDF22FD5F68F36B643D0_RuntimeMethod_var;
extern const RuntimeMethod* NameTable_Get_mAC7FCFB1F9B220CF1835DF32074DB6FB63107675_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Peek_m3D82334F1B00E860DE88DF59C274E8135A264135_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Pop_m65E59E40EEDC11F4163F559B369D321183EB85B7_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1__ctor_m8FDD0CDAA3BFD9DA2301DE8F713B51D33A9D3926_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_get_Count_m81802A96E30F7E6B7A3C5AA2D1BD059248629A63_RuntimeMethod_var;
extern const RuntimeMethod* ValueCollection_GetEnumerator_m5BFD928516DFEDBCD4A7A45187EF8904C7731B62_RuntimeMethod_var;
extern const RuntimeType* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var;
extern const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
extern const RuntimeType* ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7_0_0_0_var;
extern const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var;
extern const RuntimeType* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var;
extern const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
extern const RuntimeType* DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_0_0_0_var;
extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
extern const RuntimeType* RuntimeObject_0_0_0_var;
extern const RuntimeType* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_0_0_0_var;
extern const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_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* UriU5BU5D_t2BA00D5A5C9D2A274C64EB3328ADE0D952CD0EB5_0_0_0_var;
extern const RuntimeType* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var;
extern const RuntimeType* XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_0_0_0_var;
extern const RuntimeType* XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_0_0_0_var;
extern const RuntimeType* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var;
extern const uint32_t BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A_MetadataUsageId;
extern const uint32_t BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128_MetadataUsageId;
extern const uint32_t BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_MetadataUsageId;
extern const uint32_t BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_MetadataUsageId;
extern const uint32_t BinHexEncoder_Encode_mB728BABCF19E56E3F57591C3BF3BDC9D7B6E11DF_MetadataUsageId;
extern const uint32_t BinaryCompatibility_RunningOnCheck_m095CFF39A9C82317B838D600E2288F27D943783E_MetadataUsageId;
extern const uint32_t BinaryCompatibility__cctor_m75E41730D6889E1E3B7C11BFFD35848C661D30D6_MetadataUsageId;
extern const uint32_t BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mB7A5C52DBD5570B6E9EBAD4FA36914CECDDD4968_MetadataUsageId;
extern const uint32_t BinaryFacetsChecker_CheckValueFacets_m5CC342F6E88049BBA8D492260770B6504241088D_MetadataUsageId;
extern const uint32_t BinaryFacetsChecker_CheckValueFacets_mDBF7ADDF41FC906D7D35AE6F3E23490B33456867_MetadataUsageId;
extern const uint32_t BinaryFacetsChecker_MatchEnumeration_m5EDF978F1A730227103EC1AE9029FA8D392D889B_MetadataUsageId;
extern const uint32_t BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57_MetadataUsageId;
extern const uint32_t BitSet_Clone_mC1F4CC162964EDBC8279DD60D5DD1199B5395B22_MetadataUsageId;
extern const uint32_t BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A_MetadataUsageId;
extern const uint32_t BitSet_Equals_m17D791E61ADBEAF6737F3F2B8D7BC71EB1D08C53_MetadataUsageId;
extern const uint32_t BitSet_Intersects_mF3D1F1636B8563A994695784163E7AE5EF911E88_MetadataUsageId;
extern const uint32_t BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105_MetadataUsageId;
extern const uint32_t Bits_Count_mF93A1C15139825CDAC46EF2D1E5FD57B923D0018_MetadataUsageId;
extern const uint32_t Bits_LeastPosition_m8BC92921EE928B180C4E53B10316595398EE64DD_MetadataUsageId;
extern const uint32_t Bits__cctor_m3660C7A65D186D5438708AE80BD0864B1B9D5168_MetadataUsageId;
extern const uint32_t ChoiceNode_ConstructChildPos_mA81C68EDBE406B7A1B8002A700B052B559EAED08_MetadataUsageId;
extern const uint32_t ChoiceNode_ConstructPos_mA8B98392DEE1631432F6B13963E2B0FA6E7AA83C_MetadataUsageId;
extern const uint32_t ChoiceNode_get_IsNullable_m5209310269D38C93DA234F56845F419AAC1EC6BD_MetadataUsageId;
extern const uint32_t ContentValidator__cctor_m4CC1CC346EB1A1F817D9F0A5AA8ADA70A4FF3CC9_MetadataUsageId;
extern const uint32_t DatatypeImplementation_CreateBuiltinTypes_m70EE7A4E664949D70A7C90857BB45A05CA4632FA_MetadataUsageId;
extern const uint32_t DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F_MetadataUsageId;
extern const uint32_t DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4_MetadataUsageId;
extern const uint32_t DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096_MetadataUsageId;
extern const uint32_t DatatypeImplementation_FromXmlTokenizedType_m9EED7ABF9E60985D44B8BCE9451F441EB3C4FCA8_MetadataUsageId;
extern const uint32_t DatatypeImplementation_GetSimpleTypeFromTypeCode_m39342A49F9405E3F39DBFB480DC4F55ED347CC91_MetadataUsageId;
extern const uint32_t DatatypeImplementation_ParseValue_mA94166872AE8F9FD8F8B3FC467529BA916D687DE_MetadataUsageId;
extern const uint32_t DatatypeImplementation_ParseValue_mF50BE659FF1CC52176BFEA9AEBAB717813FD4DB5_MetadataUsageId;
extern const uint32_t DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828_MetadataUsageId;
extern const uint32_t DatatypeImplementation__cctor_mBD7320741CFBEE6213B66917B11ACDAB1573123F_MetadataUsageId;
extern const uint32_t DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E_MetadataUsageId;
extern const uint32_t DatatypeImplementation_get_FacetsChecker_m6A1B4DCE68283F71FD00D6209A168FDB9B00C716_MetadataUsageId;
extern const uint32_t DatatypeImplementation_get_UntypedAtomicType_m3854CEE2CB84DC06B5A6AB3759A54FA109BBE03A_MetadataUsageId;
extern const uint32_t DatatypeImplementation_get_ValueType_m0CFB085F061A49EBBEB404D9DD974CF952031BC4_MetadataUsageId;
extern const uint32_t Datatype_List_Compare_m83277BCEDF6640ACCBAB5A502FA4214869742FA0_MetadataUsageId;
extern const uint32_t Datatype_List_CreateValueConverter_mFAA59242E99C829A4A81A49E0AFA3366CBAD2C3E_MetadataUsageId;
extern const uint32_t Datatype_List_TryParseValue_mE5313832F8225CAD1A1FA57C879C136148BE1974_MetadataUsageId;
extern const uint32_t Datatype_List__ctor_m5424C291654CC1A55806F764C56F91493066430B_MetadataUsageId;
extern const uint32_t Datatype_List_get_FacetsChecker_m37297B0A341BD875E33CD48EB1B1DD434AD55F5A_MetadataUsageId;
extern const uint32_t Datatype_NCName_TryParseValue_mCE385B7608B0AED9E00E708762C0BAE53C0FD77B_MetadataUsageId;
extern const uint32_t Datatype_NOTATION_TryParseValue_mA22C033CE71FB445119C4AFCD9869EF0BE187F61_MetadataUsageId;
extern const uint32_t Datatype_NOTATION__cctor_m5600C73872D67C27E12A63676D00B581DDD2AFC9_MetadataUsageId;
extern const uint32_t Datatype_NOTATION__ctor_m6D3A6DB187E10309B2E73B2F7F54146791546CE7_MetadataUsageId;
extern const uint32_t Datatype_NOTATION_get_FacetsChecker_m5EFE218BF80CE3C874342EE41E67112F4F8000AA_MetadataUsageId;
extern const uint32_t Datatype_NOTATION_get_ListValueType_m23DCD241D4B945B8F833C1909E64D37C85D01500_MetadataUsageId;
extern const uint32_t Datatype_NOTATION_get_ValueType_mE65D047F6FDD70AC94051DF73BB90B3BB9123DEF_MetadataUsageId;
extern const uint32_t Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_MetadataUsageId;
extern const uint32_t Datatype_QNameXdr__cctor_m6302B8661FB5136A44FE2CBE3C33D0C588E1066F_MetadataUsageId;
extern const uint32_t Datatype_QNameXdr__ctor_m4B19FCD766F5C2B443B5C522BDF7AB07CB0F0EF0_MetadataUsageId;
extern const uint32_t Datatype_QNameXdr_get_ListValueType_m83DA3CB3D2DB2694B225D242AF624F3065DCEED7_MetadataUsageId;
extern const uint32_t Datatype_QNameXdr_get_ValueType_mD27A5D5033AD3AD09C6F1D5023EA4CAFC2B2E11A_MetadataUsageId;
extern const uint32_t Datatype_QName_TryParseValue_m9DB46EA0A08A629686675DA2CF7FBB54085DA9D9_MetadataUsageId;
extern const uint32_t Datatype_QName__cctor_mF8D88E5C17FD1CD6A69C759494CF3A7F91C906FE_MetadataUsageId;
extern const uint32_t Datatype_QName__ctor_m95BFA7CE65AC8E2B4BB2B67D5EC7B7D7E48B9BFD_MetadataUsageId;
extern const uint32_t Datatype_QName_get_FacetsChecker_m30645CB174B190E9A7CA033165956EAE0D648A21_MetadataUsageId;
extern const uint32_t Datatype_QName_get_ListValueType_mC12E3FFF36B876A1BB497730C04166793C097B4D_MetadataUsageId;
extern const uint32_t Datatype_QName_get_ValueType_m7C886F1E1A2AA9DA48D41659642BBFB3C08CC1CD_MetadataUsageId;
extern const uint32_t Datatype_anyAtomicType_CreateValueConverter_mFD3C66052A5662AD2E876109DCD08ED06F6895AC_MetadataUsageId;
extern const uint32_t Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType_CreateValueConverter_mAAD3D05FCE36BA0BA8B8CA9A32CCA6383498C36A_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType__cctor_m586EC69AC1ED758F495C5F33F3B816891DB7E95B_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType_get_FacetsChecker_m4AA5F27BEFBD498D5BF8BCF822E30BA74FD729D9_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType_get_ListValueType_m1CAA9FF030E654540F07BE6B9E79F0F7AFE42196_MetadataUsageId;
extern const uint32_t Datatype_anySimpleType_get_ValueType_mBDC8C489F648CE2AD0CADD52FC9AB727D4349D77_MetadataUsageId;
extern const uint32_t Datatype_anyURI_Compare_mA4DFBF93C7FA046162CB85DD689BF61E92777C68_MetadataUsageId;
extern const uint32_t Datatype_anyURI_TryParseValue_m86435B100596D32AA6FB4ADF88982D35F1245095_MetadataUsageId;
extern const uint32_t Datatype_anyURI__cctor_m5C1B5BC26E91FA9490C4CC1B9D565E4F76593B74_MetadataUsageId;
extern const uint32_t Datatype_anyURI__ctor_mDF663893E0F8283FD5E28A8873BBEF316217A83C_MetadataUsageId;
extern const uint32_t Datatype_anyURI_get_FacetsChecker_mED1C612A78CFDE0C4EDBF864C4370C928CF9EDB3_MetadataUsageId;
extern const uint32_t Datatype_anyURI_get_ListValueType_m94DDF1917043ED3871767A32268CFF9458BE053E_MetadataUsageId;
extern const uint32_t Datatype_anyURI_get_ValueType_mA059A9BC511F7460B6E42D254DAFE86D2F71B8FD_MetadataUsageId;
extern const uint32_t Datatype_base64Binary_Compare_m91DDB1EF59B68ACCF6699F7A0042E1B3663FAEE6_MetadataUsageId;
extern const uint32_t Datatype_base64Binary_TryParseValue_m172E19399D859426A1BB5417185D39EAAE883E61_MetadataUsageId;
extern const uint32_t Datatype_base64Binary__cctor_mC94C0393417ECD2ED7972BFF059014BB687BDFA9_MetadataUsageId;
extern const uint32_t Datatype_base64Binary__ctor_m6A71AD345718BEF0602F0DE8AA597D9E7D849947_MetadataUsageId;
extern const uint32_t Datatype_base64Binary_get_FacetsChecker_mAE038F52283A298ABFE104CA152D00E04E3591BE_MetadataUsageId;
extern const uint32_t Datatype_base64Binary_get_ListValueType_m946EDB57C00838769D7DBE8D070913F913A01ADB_MetadataUsageId;
extern const uint32_t Datatype_base64Binary_get_ValueType_m540BF07C89E7B973AFEC86214AC21BC37A7A1199_MetadataUsageId;
extern const uint32_t Datatype_boolean_Compare_m49DF5B4225A29DE5F3A7F19F943D48BD2B24C68B_MetadataUsageId;
extern const uint32_t Datatype_boolean_TryParseValue_m740BFA716B99DE22666D3B760E3A5DF3C7168529_MetadataUsageId;
extern const uint32_t Datatype_boolean__cctor_m52C40E3C128421001502A0461F46A259BAB7E160_MetadataUsageId;
extern const uint32_t Datatype_boolean__ctor_m5D4901F7B16295CCC71CAAF0EE78278C52B2A296_MetadataUsageId;
extern const uint32_t Datatype_boolean_get_FacetsChecker_m435DAC12F2076DBFDCBCF280D28A282BED715872_MetadataUsageId;
extern const uint32_t Datatype_boolean_get_ListValueType_m89666B6C8D6170FDAC8441B23427113A7C73CEF2_MetadataUsageId;
extern const uint32_t Datatype_boolean_get_ValueType_mD56C9E4280B2EBB28DA5A4D06F28CD217AE28944_MetadataUsageId;
extern const uint32_t Datatype_byte_Compare_mF5D2D1B421DBCC7D3B2B74E6431705EB09A70A04_MetadataUsageId;
extern const uint32_t Datatype_byte_TryParseValue_m9C52BA16AD3D640465ACB0C2B73B3FB3362C0B0D_MetadataUsageId;
extern const uint32_t Datatype_byte__cctor_m0088263354BD6D22CFF3F8EE31727D6A2DAF3620_MetadataUsageId;
extern const uint32_t Datatype_byte__ctor_m3D654B25E7475AFB98CD4D4939960F55C34303C1_MetadataUsageId;
extern const uint32_t Datatype_byte_get_FacetsChecker_mBA6FF7EC10A5612F8421A449F7161DD1333AC3DF_MetadataUsageId;
extern const uint32_t Datatype_byte_get_ListValueType_mF8DF761967EDC6E20A46B55F2A61FE2E7E6EEAFA_MetadataUsageId;
extern const uint32_t Datatype_byte_get_ValueType_m720F31A78162EA6833FC42428874C036641DD8D0_MetadataUsageId;
extern const uint32_t Datatype_char_Compare_mAD7973F15CBDCF0497462DEB53BF6EFC193DABA0_MetadataUsageId;
extern const uint32_t Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A_MetadataUsageId;
extern const uint32_t Datatype_char_TryParseValue_m5170E6CFFF551317515A92E53357D33EB1AA2D96_MetadataUsageId;
extern const uint32_t Datatype_char__cctor_mA159C527FDB9F4334D59D1355A42718964A7D2E4_MetadataUsageId;
extern const uint32_t Datatype_char__ctor_mFBF59DCC05CAC3C736BF63BD2A9D4BED927DD1C9_MetadataUsageId;
extern const uint32_t Datatype_char_get_ListValueType_m4084F7A1566331F52C31BE6EFCD48AA5B4758A16_MetadataUsageId;
extern const uint32_t Datatype_char_get_ValueType_mC9A25A1F3404A3C80DC877923BF07A893C42397E_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase_Compare_mD5BB6831E3222BB2B87172364672FC0560C662B4_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase_TryParseValue_mC625B3FC35DF46F56BAA793B81FA584B0D84678C_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase__cctor_m27E85D7A5B4F8F7A4164E089601E89E6C6811A46_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase_get_FacetsChecker_m1309992B0BF88CDCD98FF57C91391DF0486D7869_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase_get_ListValueType_mAB8BFBC7FE5FE66EA0EB0E7FECDDEE7B9F10AD06_MetadataUsageId;
extern const uint32_t Datatype_dateTimeBase_get_ValueType_m088AD7C0BDB54256C2EB1973277696FF65E56BD7_MetadataUsageId;
extern const uint32_t Datatype_dateTimeNoTimeZone__ctor_m25CFCC474D58D7BFF5F998C768013D58D72BB3CC_MetadataUsageId;
extern const uint32_t Datatype_dateTimeTimeZone__ctor_mB41A897630478ADDDA23A52200C6C9C353537EAC_MetadataUsageId;
extern const uint32_t Datatype_dateTime__ctor_m7DD5907B8868201E18BB9C2FD6D9487E70195BD4_MetadataUsageId;
extern const uint32_t Datatype_date__ctor_mCB69FCE6023DD06ECD17680E7B0984EB548F49FE_MetadataUsageId;
extern const uint32_t Datatype_dayTimeDuration_TryParseValue_m7D0576A6DC6C2185F9002F0C72BF9B2AB3D90BCC_MetadataUsageId;
extern const uint32_t Datatype_dayTimeDuration__ctor_m08AA284DEB52874EC10040B8AE7E5B7A4BAA8468_MetadataUsageId;
extern const uint32_t Datatype_day__ctor_m178D5DAC89469AA313928524F52C86FC0F0A89AA_MetadataUsageId;
extern const uint32_t DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82_MetadataUsageId;
extern const uint32_t DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31_MetadataUsageId;
extern const uint32_t DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB_MetadataUsageId;
extern const uint32_t DomNameTable_Grow_m7A6E6A2251313677D16C889707C72B9931A02D7F_MetadataUsageId;
extern const uint32_t DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3_MetadataUsageId;
extern const uint32_t DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910_MetadataUsageId;
extern const uint32_t DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D_MetadataUsageId;
extern const uint32_t DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B_MetadataUsageId;
extern const uint32_t DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D_MetadataUsageId;
extern const uint32_t DtdParser_GetValueWithStrippedSpaces_m28950C1AA1F86044C14EC556B28D8435CC962C35_MetadataUsageId;
extern const uint32_t DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907_MetadataUsageId;
extern const uint32_t DtdParser_HandleEntityReference_m63B10725497749FAA09E17FF425101AA82B07BE1_MetadataUsageId;
extern const uint32_t DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296_MetadataUsageId;
extern const uint32_t DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97_MetadataUsageId;
extern const uint32_t DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA_MetadataUsageId;
extern const uint32_t DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9_MetadataUsageId;
extern const uint32_t DtdParser_ParseAttlistDecl_m1171EF0293BF5391FD46EA1F35565CD05CAE8799_MetadataUsageId;
extern const uint32_t DtdParser_ParseAttlistDefault_mD88F891E9FA07BF422B91892A2B476BD743D6AF8_MetadataUsageId;
extern const uint32_t DtdParser_ParseAttlistType_m60F332D8778D47148D562B63F1B3D068F8E9A710_MetadataUsageId;
extern const uint32_t DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2_MetadataUsageId;
extern const uint32_t DtdParser_ParseCondSection_m611A39F052739D0CA3EEB07003B6E9113EAD66F8_MetadataUsageId;
extern const uint32_t DtdParser_ParseElementDecl_m8FC95A1795F0EC3E7926222744B0524402A9A459_MetadataUsageId;
extern const uint32_t DtdParser_ParseElementMixedContent_m2F8BF3777C457BBDF5292F8D180C29BC765E4E15_MetadataUsageId;
extern const uint32_t DtdParser_ParseElementOnlyContent_m080E713F3F7F2EE7E3FCE38FB266E3DBEF9EF9BD_MetadataUsageId;
extern const uint32_t DtdParser_ParseEntityDecl_mD8A29F3509F28290783C6FEE821A70481382D374_MetadataUsageId;
extern const uint32_t DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52_MetadataUsageId;
extern const uint32_t DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8_MetadataUsageId;
extern const uint32_t DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E_MetadataUsageId;
extern const uint32_t DtdParser_ParseNotationDecl_mA82DC33021A00AC12435F09FF8F3FE29285E9F80_MetadataUsageId;
extern const uint32_t DtdParser_ParsePI_m1DA90B633D6CE373789CF924614C796FEF464B64_MetadataUsageId;
extern const uint32_t DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1_MetadataUsageId;
extern const uint32_t DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C_MetadataUsageId;
extern const uint32_t DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE_MetadataUsageId;
extern const uint32_t DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist1_m5DB58031AB8B89CEDE71A547A8CAA870F88E53DE_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist2_m4BDF97AD3BD532E29207254B2AA38429498E9E5A_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist3_m05A951D15769AB5DD8C7313FBFF5FA2B05BB4D3C_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist4_m0579AB3F3CCA5403013B87948097EFECC9198B9D_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist5_mDA8DCC0E1A5F0B617724A40B1A2274B8A9CBD457_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist6_m0A17CC4D2E47E3FBD784C3F64FFD1DE179C5AB00_MetadataUsageId;
extern const uint32_t DtdParser_ScanAttlist7_m68A94AB30CC946BB5E2C94269B9BF3A07358E1D4_MetadataUsageId;
extern const uint32_t DtdParser_ScanClosingTag_mB33B63788D51BA159601B8F642E365F493875A60_MetadataUsageId;
extern const uint32_t DtdParser_ScanCondSection1_mC0D43B3548FD1135147202581B90BEC8EDFDC7A4_MetadataUsageId;
extern const uint32_t DtdParser_ScanCondSection2_mF559E864A20EE8F4C207F28CEFC42FD7062CE5D2_MetadataUsageId;
extern const uint32_t DtdParser_ScanCondSection3_m26BB00F56F5D241DEB6625537AE1B5AB4905CA90_MetadataUsageId;
extern const uint32_t DtdParser_ScanDoctype1_m35E68F18F8DDB5635A317EB3A2C00D066612D7F6_MetadataUsageId;
extern const uint32_t DtdParser_ScanDoctype2_mD7A0A91005235722E097AD49140B5A0D7AF88192_MetadataUsageId;
extern const uint32_t DtdParser_ScanElement1_m0FCEF3BC51F47A2B2F11F424ECC47DCB952A90D9_MetadataUsageId;
extern const uint32_t DtdParser_ScanElement2_m7042A2FABD1A17F70772F957A348499567328E63_MetadataUsageId;
extern const uint32_t DtdParser_ScanElement4_mC88D3543A1D6437AC2D84110FE52DC56121A7157_MetadataUsageId;
extern const uint32_t DtdParser_ScanElement5_m48D984575C9CC4FEE6635E933040F0237282904B_MetadataUsageId;
extern const uint32_t DtdParser_ScanElement6_m5137F18EEF476B742DC6691D2E3E2386077A1EB9_MetadataUsageId;
extern const uint32_t DtdParser_ScanEntity2_m63C9E0FEF4094DAFF31A1E297764F8A97C9EC950_MetadataUsageId;
extern const uint32_t DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11_MetadataUsageId;
extern const uint32_t DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8_MetadataUsageId;
extern const uint32_t DtdParser_ScanNmtoken_m471EC88C27039ACAB1640EE57E7B6AC8A129EC77_MetadataUsageId;
extern const uint32_t DtdParser_ScanNotation1_m17552A90F5C825000DB678D9F58E1BBED1B5A263_MetadataUsageId;
extern const uint32_t DtdParser_ScanPublicId1_mC65DA2C11843D3DC41C9110AC525DF1D37A4367D_MetadataUsageId;
extern const uint32_t DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84_MetadataUsageId;
extern const uint32_t DtdParser_ScanSubsetContent_m495D52E3E539998A1E0E955D84F7F25DDA61336F_MetadataUsageId;
extern const uint32_t DtdParser_ScanSystemId_m3DFBCF952182DA4889B35EB5E7C449BA1168115E_MetadataUsageId;
extern const uint32_t DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C_MetadataUsageId;
extern const uint32_t DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C_MetadataUsageId;
extern const uint32_t DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75_MetadataUsageId;
extern const uint32_t DtdParser_StripSpaces_m60E28A4FA8A3F0F9ADA3F1533072D8AA34CCFF1A_MetadataUsageId;
extern const uint32_t DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF_MetadataUsageId;
extern const uint32_t DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9_MetadataUsageId;
extern const uint32_t DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0_MetadataUsageId;
extern const uint32_t DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B_MetadataUsageId;
extern const uint32_t DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9_MetadataUsageId;
extern const uint32_t DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1_MetadataUsageId;
extern const uint32_t DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818_MetadataUsageId;
extern const uint32_t DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F_MetadataUsageId;
extern const uint32_t DtdParser__ctor_m82CFAE626BE77B6BEABCB115C354C5BBE1C931F7_MetadataUsageId;
extern const uint32_t DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C_MetadataUsageId;
extern const uint32_t DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66_MetadataUsageId;
extern const uint32_t DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A_MetadataUsageId;
extern const uint32_t DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B_MetadataUsageId;
extern const uint32_t EmptyEnumerator_System_Collections_IEnumerator_get_Current_m299009FE32FB86AAAE309483EFC8304E0A381D40_MetadataUsageId;
extern const uint32_t NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1_MetadataUsageId;
extern const uint32_t NameTable_Add_m0E38B5167053650AA1D8FDF22FD5F68F36B643D0_MetadataUsageId;
extern const uint32_t NameTable_Add_m9327739A30097535808FBD6702C4E753DA9CCA66_MetadataUsageId;
extern const uint32_t NameTable_Get_mAC7FCFB1F9B220CF1835DF32074DB6FB63107675_MetadataUsageId;
extern const uint32_t NameTable_Grow_mF8B770342A11322A854D2C8F8030C20E409F146A_MetadataUsageId;
extern const uint32_t NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA_MetadataUsageId;
extern const uint32_t SR_GetString_m4356FFC0B1BA9CB3F26E73B41B74BC39FE4E8A96_MetadataUsageId;
extern const uint32_t SchemaDatatypeMap_CompareTo_m6F4BF717BAE742E232231C749670E0EF0D83859A_MetadataUsageId;
extern const uint32_t XPathDocumentNavigator_Clone_m616F90804D4B14A6900E9CA6E840EE64BB698E22_MetadataUsageId;
extern const uint32_t XPathDocumentNavigator_IsSamePosition_m33104C898DADB1365BB2AE64E79604677B60F2BB_MetadataUsageId;
extern const uint32_t XPathDocumentNavigator__ctor_m8D5569591D0010F918BDDC1FF8AEC91E21CFB2D6_MetadataUsageId;
extern const uint32_t XPathDocumentNavigator_get_Value_mAE90AD036C43A0E1B67BA0F120FE6688604D654D_MetadataUsageId;
extern const uint32_t XPathNodeInfoAtom_Equals_mF48D709C97DE709CE542FA577507CCDF498A32A9_MetadataUsageId;
extern const uint32_t XPathNodeInfoAtom_ToString_m7B290924D79784AB2E71139C5945964B602C63D2_MetadataUsageId;
extern const uint32_t XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F_MetadataUsageId;
extern const uint32_t XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723_MetadataUsageId;
extern const uint32_t XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0;;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com;;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke;
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke;;
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
struct EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525;
struct BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69;
struct SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7;
struct DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36;
struct XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB;
struct XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B;
struct XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4;
#ifndef U3CMODULEU3E_TF13288789FFC191403B42FA365065C7F468479D2_H
#define U3CMODULEU3E_TF13288789FFC191403B42FA365065C7F468479D2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <Module>
struct U3CModuleU3E_tF13288789FFC191403B42FA365065C7F468479D2
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CMODULEU3E_TF13288789FFC191403B42FA365065C7F468479D2_H
#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
#ifndef XPATHNODEHELPER_TDCBBEFE1E40E333E12319E06BD2ACC2685C1EB6A_H
#define XPATHNODEHELPER_TDCBBEFE1E40E333E12319E06BD2ACC2685C1EB6A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathNodeHelper
struct XPathNodeHelper_tDCBBEFE1E40E333E12319E06BD2ACC2685C1EB6A : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNODEHELPER_TDCBBEFE1E40E333E12319E06BD2ACC2685C1EB6A_H
#ifndef XPATHNODEINFOATOM_T6FF2C2B2096901C0BB3988616FBA285A67947AC7_H
#define XPATHNODEINFOATOM_T6FF2C2B2096901C0BB3988616FBA285A67947AC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathNodeInfoAtom
struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 : public RuntimeObject
{
public:
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::localName
String_t* ___localName_0;
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::namespaceUri
String_t* ___namespaceUri_1;
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::prefix
String_t* ___prefix_2;
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::baseUri
String_t* ___baseUri_3;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageParent
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent_4;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageSibling
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageSibling_5;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageSimilar
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageSimilar_6;
// System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::doc
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * ___doc_7;
// System.Int32 MS.Internal.Xml.Cache.XPathNodeInfoAtom::lineNumBase
int32_t ___lineNumBase_8;
// System.Int32 MS.Internal.Xml.Cache.XPathNodeInfoAtom::linePosBase
int32_t ___linePosBase_9;
// System.Int32 MS.Internal.Xml.Cache.XPathNodeInfoAtom::hashCode
int32_t ___hashCode_10;
// System.Int32 MS.Internal.Xml.Cache.XPathNodeInfoAtom::localNameHash
int32_t ___localNameHash_11;
// MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageInfo
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * ___pageInfo_12;
public:
inline static int32_t get_offset_of_localName_0() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___localName_0)); }
inline String_t* get_localName_0() const { return ___localName_0; }
inline String_t** get_address_of_localName_0() { return &___localName_0; }
inline void set_localName_0(String_t* value)
{
___localName_0 = value;
Il2CppCodeGenWriteBarrier((&___localName_0), value);
}
inline static int32_t get_offset_of_namespaceUri_1() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___namespaceUri_1)); }
inline String_t* get_namespaceUri_1() const { return ___namespaceUri_1; }
inline String_t** get_address_of_namespaceUri_1() { return &___namespaceUri_1; }
inline void set_namespaceUri_1(String_t* value)
{
___namespaceUri_1 = value;
Il2CppCodeGenWriteBarrier((&___namespaceUri_1), value);
}
inline static int32_t get_offset_of_prefix_2() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___prefix_2)); }
inline String_t* get_prefix_2() const { return ___prefix_2; }
inline String_t** get_address_of_prefix_2() { return &___prefix_2; }
inline void set_prefix_2(String_t* value)
{
___prefix_2 = value;
Il2CppCodeGenWriteBarrier((&___prefix_2), value);
}
inline static int32_t get_offset_of_baseUri_3() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___baseUri_3)); }
inline String_t* get_baseUri_3() const { return ___baseUri_3; }
inline String_t** get_address_of_baseUri_3() { return &___baseUri_3; }
inline void set_baseUri_3(String_t* value)
{
___baseUri_3 = value;
Il2CppCodeGenWriteBarrier((&___baseUri_3), value);
}
inline static int32_t get_offset_of_pageParent_4() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___pageParent_4)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageParent_4() const { return ___pageParent_4; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageParent_4() { return &___pageParent_4; }
inline void set_pageParent_4(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageParent_4 = value;
Il2CppCodeGenWriteBarrier((&___pageParent_4), value);
}
inline static int32_t get_offset_of_pageSibling_5() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___pageSibling_5)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageSibling_5() const { return ___pageSibling_5; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageSibling_5() { return &___pageSibling_5; }
inline void set_pageSibling_5(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageSibling_5 = value;
Il2CppCodeGenWriteBarrier((&___pageSibling_5), value);
}
inline static int32_t get_offset_of_pageSimilar_6() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___pageSimilar_6)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageSimilar_6() const { return ___pageSimilar_6; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageSimilar_6() { return &___pageSimilar_6; }
inline void set_pageSimilar_6(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageSimilar_6 = value;
Il2CppCodeGenWriteBarrier((&___pageSimilar_6), value);
}
inline static int32_t get_offset_of_doc_7() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___doc_7)); }
inline XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * get_doc_7() const { return ___doc_7; }
inline XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 ** get_address_of_doc_7() { return &___doc_7; }
inline void set_doc_7(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * value)
{
___doc_7 = value;
Il2CppCodeGenWriteBarrier((&___doc_7), value);
}
inline static int32_t get_offset_of_lineNumBase_8() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___lineNumBase_8)); }
inline int32_t get_lineNumBase_8() const { return ___lineNumBase_8; }
inline int32_t* get_address_of_lineNumBase_8() { return &___lineNumBase_8; }
inline void set_lineNumBase_8(int32_t value)
{
___lineNumBase_8 = value;
}
inline static int32_t get_offset_of_linePosBase_9() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___linePosBase_9)); }
inline int32_t get_linePosBase_9() const { return ___linePosBase_9; }
inline int32_t* get_address_of_linePosBase_9() { return &___linePosBase_9; }
inline void set_linePosBase_9(int32_t value)
{
___linePosBase_9 = value;
}
inline static int32_t get_offset_of_hashCode_10() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___hashCode_10)); }
inline int32_t get_hashCode_10() const { return ___hashCode_10; }
inline int32_t* get_address_of_hashCode_10() { return &___hashCode_10; }
inline void set_hashCode_10(int32_t value)
{
___hashCode_10 = value;
}
inline static int32_t get_offset_of_localNameHash_11() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___localNameHash_11)); }
inline int32_t get_localNameHash_11() const { return ___localNameHash_11; }
inline int32_t* get_address_of_localNameHash_11() { return &___localNameHash_11; }
inline void set_localNameHash_11(int32_t value)
{
___localNameHash_11 = value;
}
inline static int32_t get_offset_of_pageInfo_12() { return static_cast<int32_t>(offsetof(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7, ___pageInfo_12)); }
inline XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * get_pageInfo_12() const { return ___pageInfo_12; }
inline XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B ** get_address_of_pageInfo_12() { return &___pageInfo_12; }
inline void set_pageInfo_12(XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * value)
{
___pageInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___pageInfo_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNODEINFOATOM_T6FF2C2B2096901C0BB3988616FBA285A67947AC7_H
#ifndef XPATHNODEPAGEINFO_T116B772208F6DB8CCD46DE1F15A18344F0AFC05B_H
#define XPATHNODEPAGEINFO_T116B772208F6DB8CCD46DE1F15A18344F0AFC05B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.Cache.XPathNodePageInfo
struct XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B : public RuntimeObject
{
public:
// System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::pageNum
int32_t ___pageNum_0;
// System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::nodeCount
int32_t ___nodeCount_1;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::pageNext
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageNext_2;
public:
inline static int32_t get_offset_of_pageNum_0() { return static_cast<int32_t>(offsetof(XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B, ___pageNum_0)); }
inline int32_t get_pageNum_0() const { return ___pageNum_0; }
inline int32_t* get_address_of_pageNum_0() { return &___pageNum_0; }
inline void set_pageNum_0(int32_t value)
{
___pageNum_0 = value;
}
inline static int32_t get_offset_of_nodeCount_1() { return static_cast<int32_t>(offsetof(XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B, ___nodeCount_1)); }
inline int32_t get_nodeCount_1() const { return ___nodeCount_1; }
inline int32_t* get_address_of_nodeCount_1() { return &___nodeCount_1; }
inline void set_nodeCount_1(int32_t value)
{
___nodeCount_1 = value;
}
inline static int32_t get_offset_of_pageNext_2() { return static_cast<int32_t>(offsetof(XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B, ___pageNext_2)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageNext_2() const { return ___pageNext_2; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageNext_2() { return &___pageNext_2; }
inline void set_pageNext_2(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageNext_2 = value;
Il2CppCodeGenWriteBarrier((&___pageNext_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XPATHNODEPAGEINFO_T116B772208F6DB8CCD46DE1F15A18344F0AFC05B_H
#ifndef SR_TBB633556516BC6B301F5A1DFDBBD62AC2079B597_H
#define SR_TBB633556516BC6B301F5A1DFDBBD62AC2079B597_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// SR
struct SR_tBB633556516BC6B301F5A1DFDBBD62AC2079B597 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SR_TBB633556516BC6B301F5A1DFDBBD62AC2079B597_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 VALUECOLLECTION_T361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944_H
#define VALUECOLLECTION_T361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944_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.DtdParser_UndeclaredNotation>
struct ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944, ___dictionary_0)); }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_T361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944_H
#ifndef DICTIONARY_2_T916DC1A8D299E7D1846930151D649D79F4D9D5A2_H
#define DICTIONARY_2_T916DC1A8D299E7D1846930151D649D79F4D9D5A2_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.DtdParser_UndeclaredNotation>
struct Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 : 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_tA267569C68C90143DC61E9EEBF16AC833360DEC1* ___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_t30E24658EF686F144C18CFFB48BF59AFC5F1196B * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___entries_1)); }
inline EntryU5BU5D_tA267569C68C90143DC61E9EEBF16AC833360DEC1* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tA267569C68C90143DC61E9EEBF16AC833360DEC1** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tA267569C68C90143DC61E9EEBF16AC833360DEC1* 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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___keys_7)); }
inline KeyCollection_t30E24658EF686F144C18CFFB48BF59AFC5F1196B * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t30E24658EF686F144C18CFFB48BF59AFC5F1196B ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t30E24658EF686F144C18CFFB48BF59AFC5F1196B * 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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ___values_8)); }
inline ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * get_values_8() const { return ___values_8; }
inline ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * 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_t916DC1A8D299E7D1846930151D649D79F4D9D5A2, ____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_T916DC1A8D299E7D1846930151D649D79F4D9D5A2_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_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 LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#define LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifndef STACK_1_T8A61E635014B2836F81B4E62F2D43BB5210894B9_H
#define STACK_1_T8A61E635014B2836F81B4E62F2D43BB5210894B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Stack`1<System.Xml.DtdParser_ParseElementOnlyContent_LocalFrame>
struct Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
ParseElementOnlyContent_LocalFrameU5BU5D_t290D830941AA5600BFB512B6EA67460B583E72D8* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9, ____array_0)); }
inline ParseElementOnlyContent_LocalFrameU5BU5D_t290D830941AA5600BFB512B6EA67460B583E72D8* get__array_0() const { return ____array_0; }
inline ParseElementOnlyContent_LocalFrameU5BU5D_t290D830941AA5600BFB512B6EA67460B583E72D8** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ParseElementOnlyContent_LocalFrameU5BU5D_t290D830941AA5600BFB512B6EA67460B583E72D8* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9, ____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(Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9, ____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(Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9, ____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);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACK_1_T8A61E635014B2836F81B4E62F2D43BB5210894B9_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 MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<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 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 BINHEXENCODER_T1D70914F68F07D8480A2946DA87C8A41AD386DBA_H
#define BINHEXENCODER_T1D70914F68F07D8480A2946DA87C8A41AD386DBA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.BinHexEncoder
struct BinHexEncoder_t1D70914F68F07D8480A2946DA87C8A41AD386DBA : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINHEXENCODER_T1D70914F68F07D8480A2946DA87C8A41AD386DBA_H
#ifndef BINARYCOMPATIBILITY_T12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_H
#define BINARYCOMPATIBILITY_T12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.BinaryCompatibility
struct BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72 : public RuntimeObject
{
public:
public:
};
struct BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_StaticFields
{
public:
// System.Boolean System.Xml.BinaryCompatibility::_targetsAtLeast_Desktop_V4_5_2
bool ____targetsAtLeast_Desktop_V4_5_2_0;
public:
inline static int32_t get_offset_of__targetsAtLeast_Desktop_V4_5_2_0() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_StaticFields, ____targetsAtLeast_Desktop_V4_5_2_0)); }
inline bool get__targetsAtLeast_Desktop_V4_5_2_0() const { return ____targetsAtLeast_Desktop_V4_5_2_0; }
inline bool* get_address_of__targetsAtLeast_Desktop_V4_5_2_0() { return &____targetsAtLeast_Desktop_V4_5_2_0; }
inline void set__targetsAtLeast_Desktop_V4_5_2_0(bool value)
{
____targetsAtLeast_Desktop_V4_5_2_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCOMPATIBILITY_T12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_H
#ifndef BITS_T6CCF20605799DC40E70BCBC72EF872899C211658_H
#define BITS_T6CCF20605799DC40E70BCBC72EF872899C211658_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Bits
struct Bits_t6CCF20605799DC40E70BCBC72EF872899C211658 : public RuntimeObject
{
public:
public:
};
struct Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields
{
public:
// System.UInt32 System.Xml.Bits::MASK_0101010101010101
uint32_t ___MASK_0101010101010101_0;
// System.UInt32 System.Xml.Bits::MASK_0011001100110011
uint32_t ___MASK_0011001100110011_1;
// System.UInt32 System.Xml.Bits::MASK_0000111100001111
uint32_t ___MASK_0000111100001111_2;
// System.UInt32 System.Xml.Bits::MASK_0000000011111111
uint32_t ___MASK_0000000011111111_3;
// System.UInt32 System.Xml.Bits::MASK_1111111111111111
uint32_t ___MASK_1111111111111111_4;
public:
inline static int32_t get_offset_of_MASK_0101010101010101_0() { return static_cast<int32_t>(offsetof(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields, ___MASK_0101010101010101_0)); }
inline uint32_t get_MASK_0101010101010101_0() const { return ___MASK_0101010101010101_0; }
inline uint32_t* get_address_of_MASK_0101010101010101_0() { return &___MASK_0101010101010101_0; }
inline void set_MASK_0101010101010101_0(uint32_t value)
{
___MASK_0101010101010101_0 = value;
}
inline static int32_t get_offset_of_MASK_0011001100110011_1() { return static_cast<int32_t>(offsetof(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields, ___MASK_0011001100110011_1)); }
inline uint32_t get_MASK_0011001100110011_1() const { return ___MASK_0011001100110011_1; }
inline uint32_t* get_address_of_MASK_0011001100110011_1() { return &___MASK_0011001100110011_1; }
inline void set_MASK_0011001100110011_1(uint32_t value)
{
___MASK_0011001100110011_1 = value;
}
inline static int32_t get_offset_of_MASK_0000111100001111_2() { return static_cast<int32_t>(offsetof(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields, ___MASK_0000111100001111_2)); }
inline uint32_t get_MASK_0000111100001111_2() const { return ___MASK_0000111100001111_2; }
inline uint32_t* get_address_of_MASK_0000111100001111_2() { return &___MASK_0000111100001111_2; }
inline void set_MASK_0000111100001111_2(uint32_t value)
{
___MASK_0000111100001111_2 = value;
}
inline static int32_t get_offset_of_MASK_0000000011111111_3() { return static_cast<int32_t>(offsetof(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields, ___MASK_0000000011111111_3)); }
inline uint32_t get_MASK_0000000011111111_3() const { return ___MASK_0000000011111111_3; }
inline uint32_t* get_address_of_MASK_0000000011111111_3() { return &___MASK_0000000011111111_3; }
inline void set_MASK_0000000011111111_3(uint32_t value)
{
___MASK_0000000011111111_3 = value;
}
inline static int32_t get_offset_of_MASK_1111111111111111_4() { return static_cast<int32_t>(offsetof(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields, ___MASK_1111111111111111_4)); }
inline uint32_t get_MASK_1111111111111111_4() const { return ___MASK_1111111111111111_4; }
inline uint32_t* get_address_of_MASK_1111111111111111_4() { return &___MASK_1111111111111111_4; }
inline void set_MASK_1111111111111111_4(uint32_t value)
{
___MASK_1111111111111111_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITS_T6CCF20605799DC40E70BCBC72EF872899C211658_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 UNDECLAREDNOTATION_TE981B87EE2B494A5E5A63B83D8EBE8DAA619976B_H
#define UNDECLAREDNOTATION_TE981B87EE2B494A5E5A63B83D8EBE8DAA619976B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser_UndeclaredNotation
struct UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B : public RuntimeObject
{
public:
// System.String System.Xml.DtdParser_UndeclaredNotation::name
String_t* ___name_0;
// System.Int32 System.Xml.DtdParser_UndeclaredNotation::lineNo
int32_t ___lineNo_1;
// System.Int32 System.Xml.DtdParser_UndeclaredNotation::linePos
int32_t ___linePos_2;
// System.Xml.DtdParser_UndeclaredNotation System.Xml.DtdParser_UndeclaredNotation::next
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * ___next_3;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((&___name_0), value);
}
inline static int32_t get_offset_of_lineNo_1() { return static_cast<int32_t>(offsetof(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B, ___lineNo_1)); }
inline int32_t get_lineNo_1() const { return ___lineNo_1; }
inline int32_t* get_address_of_lineNo_1() { return &___lineNo_1; }
inline void set_lineNo_1(int32_t value)
{
___lineNo_1 = value;
}
inline static int32_t get_offset_of_linePos_2() { return static_cast<int32_t>(offsetof(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B, ___linePos_2)); }
inline int32_t get_linePos_2() const { return ___linePos_2; }
inline int32_t* get_address_of_linePos_2() { return &___linePos_2; }
inline void set_linePos_2(int32_t value)
{
___linePos_2 = value;
}
inline static int32_t get_offset_of_next_3() { return static_cast<int32_t>(offsetof(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B, ___next_3)); }
inline UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * get_next_3() const { return ___next_3; }
inline UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B ** get_address_of_next_3() { return &___next_3; }
inline void set_next_3(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * value)
{
___next_3 = value;
Il2CppCodeGenWriteBarrier((&___next_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNDECLAREDNOTATION_TE981B87EE2B494A5E5A63B83D8EBE8DAA619976B_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 INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H
#define INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.IncrementalReadDecoder
struct IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INCREMENTALREADDECODER_T787BFB5889B01B88DDA030C503A0C2E0525CA723_H
#ifndef ENTRY_TF2506228AAB202078CB7A755668744901B207977_H
#define ENTRY_TF2506228AAB202078CB7A755668744901B207977_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.NameTable_Entry
struct Entry_tF2506228AAB202078CB7A755668744901B207977 : public RuntimeObject
{
public:
// System.String System.Xml.NameTable_Entry::str
String_t* ___str_0;
// System.Int32 System.Xml.NameTable_Entry::hashCode
int32_t ___hashCode_1;
// System.Xml.NameTable_Entry System.Xml.NameTable_Entry::next
Entry_tF2506228AAB202078CB7A755668744901B207977 * ___next_2;
public:
inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(Entry_tF2506228AAB202078CB7A755668744901B207977, ___str_0)); }
inline String_t* get_str_0() const { return ___str_0; }
inline String_t** get_address_of_str_0() { return &___str_0; }
inline void set_str_0(String_t* value)
{
___str_0 = value;
Il2CppCodeGenWriteBarrier((&___str_0), value);
}
inline static int32_t get_offset_of_hashCode_1() { return static_cast<int32_t>(offsetof(Entry_tF2506228AAB202078CB7A755668744901B207977, ___hashCode_1)); }
inline int32_t get_hashCode_1() const { return ___hashCode_1; }
inline int32_t* get_address_of_hashCode_1() { return &___hashCode_1; }
inline void set_hashCode_1(int32_t value)
{
___hashCode_1 = value;
}
inline static int32_t get_offset_of_next_2() { return static_cast<int32_t>(offsetof(Entry_tF2506228AAB202078CB7A755668744901B207977, ___next_2)); }
inline Entry_tF2506228AAB202078CB7A755668744901B207977 * get_next_2() const { return ___next_2; }
inline Entry_tF2506228AAB202078CB7A755668744901B207977 ** get_address_of_next_2() { return &___next_2; }
inline void set_next_2(Entry_tF2506228AAB202078CB7A755668744901B207977 * value)
{
___next_2 = value;
Il2CppCodeGenWriteBarrier((&___next_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENTRY_TF2506228AAB202078CB7A755668744901B207977_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 REF_T58DB2E95F0FC9A292628F954DDC3D643DF1B692E_H
#define REF_T58DB2E95F0FC9A292628F954DDC3D643DF1B692E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Ref
struct Ref_t58DB2E95F0FC9A292628F954DDC3D643DF1B692E : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REF_T58DB2E95F0FC9A292628F954DDC3D643DF1B692E_H
#ifndef RES_TAEAB44EC8659FC8A5C53E8AB74EA846A640AD03A_H
#define RES_TAEAB44EC8659FC8A5C53E8AB74EA846A640AD03A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Res
struct Res_tAEAB44EC8659FC8A5C53E8AB74EA846A640AD03A : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RES_TAEAB44EC8659FC8A5C53E8AB74EA846A640AD03A_H
#ifndef BASEVALIDATOR_TB0AD5FCB23C61EC8841C153CEB7C77E569246B43_H
#define BASEVALIDATOR_TB0AD5FCB23C61EC8841C153CEB7C77E569246B43_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.BaseValidator
struct BaseValidator_tB0AD5FCB23C61EC8841C153CEB7C77E569246B43 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BASEVALIDATOR_TB0AD5FCB23C61EC8841C153CEB7C77E569246B43_H
#ifndef BITSET_T0E4C53EC600670A4B74C5671553596978880138C_H
#define BITSET_T0E4C53EC600670A4B74C5671553596978880138C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.BitSet
struct BitSet_t0E4C53EC600670A4B74C5671553596978880138C : public RuntimeObject
{
public:
// System.Int32 System.Xml.Schema.BitSet::count
int32_t ___count_0;
// System.UInt32[] System.Xml.Schema.BitSet::bits
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___bits_1;
public:
inline static int32_t get_offset_of_count_0() { return static_cast<int32_t>(offsetof(BitSet_t0E4C53EC600670A4B74C5671553596978880138C, ___count_0)); }
inline int32_t get_count_0() const { return ___count_0; }
inline int32_t* get_address_of_count_0() { return &___count_0; }
inline void set_count_0(int32_t value)
{
___count_0 = value;
}
inline static int32_t get_offset_of_bits_1() { return static_cast<int32_t>(offsetof(BitSet_t0E4C53EC600670A4B74C5671553596978880138C, ___bits_1)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_bits_1() const { return ___bits_1; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_bits_1() { return &___bits_1; }
inline void set_bits_1(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___bits_1 = value;
Il2CppCodeGenWriteBarrier((&___bits_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITSET_T0E4C53EC600670A4B74C5671553596978880138C_H
#ifndef SCHEMADATATYPEMAP_T9480326FA260852E226E2D1A881698CFBE35988E_H
#define SCHEMADATATYPEMAP_T9480326FA260852E226E2D1A881698CFBE35988E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap
struct SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E : public RuntimeObject
{
public:
// System.String System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::name
String_t* ___name_0;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::type
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type_1;
// System.Int32 System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::parentIndex
int32_t ___parentIndex_2;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((&___name_0), value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E, ___type_1)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_type_1() const { return ___type_1; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_type_1() { return &___type_1; }
inline void set_type_1(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___type_1 = value;
Il2CppCodeGenWriteBarrier((&___type_1), value);
}
inline static int32_t get_offset_of_parentIndex_2() { return static_cast<int32_t>(offsetof(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E, ___parentIndex_2)); }
inline int32_t get_parentIndex_2() const { return ___parentIndex_2; }
inline int32_t* get_address_of_parentIndex_2() { return &___parentIndex_2; }
inline void set_parentIndex_2(int32_t value)
{
___parentIndex_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SCHEMADATATYPEMAP_T9480326FA260852E226E2D1A881698CFBE35988E_H
#ifndef FACETSCHECKER_T282414FF619686D9D855431F9A01C46BB6FDCBD6_H
#define FACETSCHECKER_T282414FF619686D9D855431F9A01C46BB6FDCBD6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.FacetsChecker
struct FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FACETSCHECKER_T282414FF619686D9D855431F9A01C46BB6FDCBD6_H
#ifndef POSITIONS_T527FBF1910108E9A01D1D42495E76E7192181A9D_H
#define POSITIONS_T527FBF1910108E9A01D1D42495E76E7192181A9D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Positions
struct Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Xml.Schema.Positions::positions
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___positions_0;
public:
inline static int32_t get_offset_of_positions_0() { return static_cast<int32_t>(offsetof(Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D, ___positions_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_positions_0() const { return ___positions_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_positions_0() { return &___positions_0; }
inline void set_positions_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___positions_0 = value;
Il2CppCodeGenWriteBarrier((&___positions_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // POSITIONS_T527FBF1910108E9A01D1D42495E76E7192181A9D_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 SYMBOLSDICTIONARY_TD5FE8542DCD1430A2E53390D10EE48FCA52227A6_H
#define SYMBOLSDICTIONARY_TD5FE8542DCD1430A2E53390D10EE48FCA52227A6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SymbolsDictionary
struct SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 : public RuntimeObject
{
public:
// System.Int32 System.Xml.Schema.SymbolsDictionary::last
int32_t ___last_0;
// System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::names
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___names_1;
// System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::wildcards
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___wildcards_2;
// System.Collections.ArrayList System.Xml.Schema.SymbolsDictionary::particles
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___particles_3;
// System.Object System.Xml.Schema.SymbolsDictionary::particleLast
RuntimeObject * ___particleLast_4;
// System.Boolean System.Xml.Schema.SymbolsDictionary::isUpaEnforced
bool ___isUpaEnforced_5;
public:
inline static int32_t get_offset_of_last_0() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___last_0)); }
inline int32_t get_last_0() const { return ___last_0; }
inline int32_t* get_address_of_last_0() { return &___last_0; }
inline void set_last_0(int32_t value)
{
___last_0 = value;
}
inline static int32_t get_offset_of_names_1() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___names_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_names_1() const { return ___names_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_names_1() { return &___names_1; }
inline void set_names_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___names_1 = value;
Il2CppCodeGenWriteBarrier((&___names_1), value);
}
inline static int32_t get_offset_of_wildcards_2() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___wildcards_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_wildcards_2() const { return ___wildcards_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_wildcards_2() { return &___wildcards_2; }
inline void set_wildcards_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___wildcards_2 = value;
Il2CppCodeGenWriteBarrier((&___wildcards_2), value);
}
inline static int32_t get_offset_of_particles_3() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___particles_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_particles_3() const { return ___particles_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_particles_3() { return &___particles_3; }
inline void set_particles_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___particles_3 = value;
Il2CppCodeGenWriteBarrier((&___particles_3), value);
}
inline static int32_t get_offset_of_particleLast_4() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___particleLast_4)); }
inline RuntimeObject * get_particleLast_4() const { return ___particleLast_4; }
inline RuntimeObject ** get_address_of_particleLast_4() { return &___particleLast_4; }
inline void set_particleLast_4(RuntimeObject * value)
{
___particleLast_4 = value;
Il2CppCodeGenWriteBarrier((&___particleLast_4), value);
}
inline static int32_t get_offset_of_isUpaEnforced_5() { return static_cast<int32_t>(offsetof(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6, ___isUpaEnforced_5)); }
inline bool get_isUpaEnforced_5() const { return ___isUpaEnforced_5; }
inline bool* get_address_of_isUpaEnforced_5() { return &___isUpaEnforced_5; }
inline void set_isUpaEnforced_5(bool value)
{
___isUpaEnforced_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYMBOLSDICTIONARY_TD5FE8542DCD1430A2E53390D10EE48FCA52227A6_H
#ifndef SYNTAXTREENODE_T7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_H
#define SYNTAXTREENODE_T7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SyntaxTreeNode
struct SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYNTAXTREENODE_T7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_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 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 XSDSIMPLEVALUE_T543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_H
#define XSDSIMPLEVALUE_T543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XsdSimpleValue
struct XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF : public RuntimeObject
{
public:
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::xmlType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___xmlType_0;
// System.Object System.Xml.Schema.XsdSimpleValue::typedValue
RuntimeObject * ___typedValue_1;
public:
inline static int32_t get_offset_of_xmlType_0() { return static_cast<int32_t>(offsetof(XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF, ___xmlType_0)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_xmlType_0() const { return ___xmlType_0; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_xmlType_0() { return &___xmlType_0; }
inline void set_xmlType_0(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___xmlType_0 = value;
Il2CppCodeGenWriteBarrier((&___xmlType_0), value);
}
inline static int32_t get_offset_of_typedValue_1() { return static_cast<int32_t>(offsetof(XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF, ___typedValue_1)); }
inline RuntimeObject * get_typedValue_1() const { return ___typedValue_1; }
inline RuntimeObject ** get_address_of_typedValue_1() { return &___typedValue_1; }
inline void set_typedValue_1(RuntimeObject * value)
{
___typedValue_1 = value;
Il2CppCodeGenWriteBarrier((&___typedValue_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XSDSIMPLEVALUE_T543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_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 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 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 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 __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_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_T814E0273083FE3F5F6C8189F6E544CADDFDAE6F0_H
#define ENUMERATOR_T814E0273083FE3F5F6C8189F6E544CADDFDAE6F0_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.DtdParser_UndeclaredNotation>
struct Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * ___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
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0, ___dictionary_0)); }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0, ___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_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0, ___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_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0, ___currentValue_3)); }
inline UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * get_currentValue_3() const { return ___currentValue_3; }
inline UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T814E0273083FE3F5F6C8189F6E544CADDFDAE6F0_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 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 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 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 PROPERTYINFO_T_H
#define PROPERTYINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROPERTYINFO_T_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 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 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 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 BINHEXDECODER_T2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB_H
#define BINHEXDECODER_T2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.BinHexDecoder
struct BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB : public IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723
{
public:
// System.Byte[] System.Xml.BinHexDecoder::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
// System.Int32 System.Xml.BinHexDecoder::curIndex
int32_t ___curIndex_1;
// System.Int32 System.Xml.BinHexDecoder::endIndex
int32_t ___endIndex_2;
// System.Boolean System.Xml.BinHexDecoder::hasHalfByteCached
bool ___hasHalfByteCached_3;
// System.Byte System.Xml.BinHexDecoder::cachedHalfByte
uint8_t ___cachedHalfByte_4;
public:
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB, ___buffer_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_0 = value;
Il2CppCodeGenWriteBarrier((&___buffer_0), value);
}
inline static int32_t get_offset_of_curIndex_1() { return static_cast<int32_t>(offsetof(BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB, ___curIndex_1)); }
inline int32_t get_curIndex_1() const { return ___curIndex_1; }
inline int32_t* get_address_of_curIndex_1() { return &___curIndex_1; }
inline void set_curIndex_1(int32_t value)
{
___curIndex_1 = value;
}
inline static int32_t get_offset_of_endIndex_2() { return static_cast<int32_t>(offsetof(BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB, ___endIndex_2)); }
inline int32_t get_endIndex_2() const { return ___endIndex_2; }
inline int32_t* get_address_of_endIndex_2() { return &___endIndex_2; }
inline void set_endIndex_2(int32_t value)
{
___endIndex_2 = value;
}
inline static int32_t get_offset_of_hasHalfByteCached_3() { return static_cast<int32_t>(offsetof(BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB, ___hasHalfByteCached_3)); }
inline bool get_hasHalfByteCached_3() const { return ___hasHalfByteCached_3; }
inline bool* get_address_of_hasHalfByteCached_3() { return &___hasHalfByteCached_3; }
inline void set_hasHalfByteCached_3(bool value)
{
___hasHalfByteCached_3 = value;
}
inline static int32_t get_offset_of_cachedHalfByte_4() { return static_cast<int32_t>(offsetof(BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB, ___cachedHalfByte_4)); }
inline uint8_t get_cachedHalfByte_4() const { return ___cachedHalfByte_4; }
inline uint8_t* get_address_of_cachedHalfByte_4() { return &___cachedHalfByte_4; }
inline void set_cachedHalfByte_4(uint8_t value)
{
___cachedHalfByte_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINHEXDECODER_T2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB_H
#ifndef DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H
#define DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0
{
public:
// System.Xml.XmlNode System.Xml.DebuggerDisplayXmlNodeProxy::node
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
public:
inline static int32_t get_offset_of_node_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0, ___node_0)); }
inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_node_0() const { return ___node_0; }
inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_node_0() { return &___node_0; }
inline void set_node_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value)
{
___node_0 = value;
Il2CppCodeGenWriteBarrier((&___node_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
};
// Native definition for COM marshalling of System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
};
#endif // DEBUGGERDISPLAYXMLNODEPROXY_T58EF0087247A9C17E275F3C790082C7C0A6947F0_H
#ifndef INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H
#define INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.IncrementalReadDummyDecoder
struct IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 : public IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INCREMENTALREADDUMMYDECODER_T64BDE5CCA28D8D8979B7683C594FC2A85DC70663_H
#ifndef LINEINFO_T7E3D50496C7BA51B84D485D0A30B9006943544E5_H
#define LINEINFO_T7E3D50496C7BA51B84D485D0A30B9006943544E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.LineInfo
struct LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5
{
public:
// System.Int32 System.Xml.LineInfo::lineNo
int32_t ___lineNo_0;
// System.Int32 System.Xml.LineInfo::linePos
int32_t ___linePos_1;
public:
inline static int32_t get_offset_of_lineNo_0() { return static_cast<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 NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H
#define NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.NameTable
struct NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C : public XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6
{
public:
// System.Xml.NameTable_Entry[] System.Xml.NameTable::entries
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* ___entries_0;
// System.Int32 System.Xml.NameTable::count
int32_t ___count_1;
// System.Int32 System.Xml.NameTable::mask
int32_t ___mask_2;
// System.Int32 System.Xml.NameTable::hashCodeRandomizer
int32_t ___hashCodeRandomizer_3;
public:
inline static int32_t get_offset_of_entries_0() { return static_cast<int32_t>(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___entries_0)); }
inline EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* get_entries_0() const { return ___entries_0; }
inline EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525** get_address_of_entries_0() { return &___entries_0; }
inline void set_entries_0(EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* value)
{
___entries_0 = value;
Il2CppCodeGenWriteBarrier((&___entries_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_mask_2() { return static_cast<int32_t>(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___mask_2)); }
inline int32_t get_mask_2() const { return ___mask_2; }
inline int32_t* get_address_of_mask_2() { return &___mask_2; }
inline void set_mask_2(int32_t value)
{
___mask_2 = value;
}
inline static int32_t get_offset_of_hashCodeRandomizer_3() { return static_cast<int32_t>(offsetof(NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C, ___hashCodeRandomizer_3)); }
inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; }
inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; }
inline void set_hashCodeRandomizer_3(int32_t value)
{
___hashCodeRandomizer_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMETABLE_TB2F4359686539290B81EB39DCB1828BE81B11C8C_H
#ifndef SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H
#define SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.SafeAsciiDecoder
struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEASCIIDECODER_T55706A904C692A0467BF37933C5F1EFA5ED8D7BD_H
#ifndef BINARYFACETSCHECKER_T34E15822914D089ED851E76009B51CC2DEF3BB9D_H
#define BINARYFACETSCHECKER_T34E15822914D089ED851E76009B51CC2DEF3BB9D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.BinaryFacetsChecker
struct BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYFACETSCHECKER_T34E15822914D089ED851E76009B51CC2DEF3BB9D_H
#ifndef DATETIMEFACETSCHECKER_TD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4_H
#define DATETIMEFACETSCHECKER_TD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DateTimeFacetsChecker
struct DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEFACETSCHECKER_TD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4_H
#ifndef DURATIONFACETSCHECKER_T147376E625825EF88985237BAF989648FEA5B4A5_H
#define DURATIONFACETSCHECKER_T147376E625825EF88985237BAF989648FEA5B4A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DurationFacetsChecker
struct DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DURATIONFACETSCHECKER_T147376E625825EF88985237BAF989648FEA5B4A5_H
#ifndef INTERIORNODE_T274145A160D08BE97CA9437691E2AE9A4D30A51D_H
#define INTERIORNODE_T274145A160D08BE97CA9437691E2AE9A4D30A51D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.InteriorNode
struct InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D : public SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C
{
public:
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::leftChild
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___leftChild_0;
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::rightChild
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___rightChild_1;
public:
inline static int32_t get_offset_of_leftChild_0() { return static_cast<int32_t>(offsetof(InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D, ___leftChild_0)); }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * get_leftChild_0() const { return ___leftChild_0; }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C ** get_address_of_leftChild_0() { return &___leftChild_0; }
inline void set_leftChild_0(SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * value)
{
___leftChild_0 = value;
Il2CppCodeGenWriteBarrier((&___leftChild_0), value);
}
inline static int32_t get_offset_of_rightChild_1() { return static_cast<int32_t>(offsetof(InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D, ___rightChild_1)); }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * get_rightChild_1() const { return ___rightChild_1; }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C ** get_address_of_rightChild_1() { return &___rightChild_1; }
inline void set_rightChild_1(SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * value)
{
___rightChild_1 = value;
Il2CppCodeGenWriteBarrier((&___rightChild_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERIORNODE_T274145A160D08BE97CA9437691E2AE9A4D30A51D_H
#ifndef LISTFACETSCHECKER_TA6ADE6F856B37972B4A2F9A911BC452C04C589EB_H
#define LISTFACETSCHECKER_TA6ADE6F856B37972B4A2F9A911BC452C04C589EB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ListFacetsChecker
struct ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LISTFACETSCHECKER_TA6ADE6F856B37972B4A2F9A911BC452C04C589EB_H
#ifndef MISCFACETSCHECKER_TD88807B2E42CFA69E5A3BCA30E35D338D803B387_H
#define MISCFACETSCHECKER_TD88807B2E42CFA69E5A3BCA30E35D338D803B387_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.MiscFacetsChecker
struct MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISCFACETSCHECKER_TD88807B2E42CFA69E5A3BCA30E35D338D803B387_H
#ifndef NUMERIC2FACETSCHECKER_T5D69CF84FABD913681779290500406D1E84BDAA5_H
#define NUMERIC2FACETSCHECKER_T5D69CF84FABD913681779290500406D1E84BDAA5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Numeric2FacetsChecker
struct Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMERIC2FACETSCHECKER_T5D69CF84FABD913681779290500406D1E84BDAA5_H
#ifndef QNAMEFACETSCHECKER_T56B938AEAB5FB017392DE9855706BF1B0B5FB411_H
#define QNAMEFACETSCHECKER_T56B938AEAB5FB017392DE9855706BF1B0B5FB411_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.QNameFacetsChecker
struct QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QNAMEFACETSCHECKER_T56B938AEAB5FB017392DE9855706BF1B0B5FB411_H
#ifndef STRINGFACETSCHECKER_TBCB48F1B545187719429C40BE474CD7D6B0E93C0_H
#define STRINGFACETSCHECKER_TBCB48F1B545187719429C40BE474CD7D6B0E93C0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.StringFacetsChecker
struct StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
struct StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_StaticFields
{
public:
// System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::languagePattern
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___languagePattern_0;
public:
inline static int32_t get_offset_of_languagePattern_0() { return static_cast<int32_t>(offsetof(StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_StaticFields, ___languagePattern_0)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_languagePattern_0() const { return ___languagePattern_0; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_languagePattern_0() { return &___languagePattern_0; }
inline void set_languagePattern_0(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
___languagePattern_0 = value;
Il2CppCodeGenWriteBarrier((&___languagePattern_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGFACETSCHECKER_TBCB48F1B545187719429C40BE474CD7D6B0E93C0_H
#ifndef UNIONFACETSCHECKER_T6977021EC464B23381AD978173641C6E4B14840A_H
#define UNIONFACETSCHECKER_T6977021EC464B23381AD978173641C6E4B14840A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.UnionFacetsChecker
struct UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNIONFACETSCHECKER_T6977021EC464B23381AD978173641C6E4B14840A_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 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 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 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 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 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 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 DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_H
#define DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeKind
struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE
{
public:
// System.Int32 System.DateTimeKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEKIND_T6BC23532930B812ABFCCEB2B61BC233712B180EE_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 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 ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((&____evidence_2), value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((&____minimum_3), value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((&____optional_4), value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((&____refuse_5), value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((&____granted_6), value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((&____denied_7), value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((&___assemblyName_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
#endif // ASSEMBLY_T_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 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 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 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 TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#define TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___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 // TYPECODE_T03ED52F888000DAF40C550C434F29F39A23D61C6_H
#ifndef TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#define TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((&___ClassName_17), value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyName_18), value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((&___MessageArg_19), value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_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 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 LITERALTYPE_T35B9713095772F08AE19C1B50E8CD72F9E6156EE_H
#define LITERALTYPE_T35B9713095772F08AE19C1B50E8CD72F9E6156EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser_LiteralType
struct LiteralType_t35B9713095772F08AE19C1B50E8CD72F9E6156EE
{
public:
// System.Int32 System.Xml.DtdParser_LiteralType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LiteralType_t35B9713095772F08AE19C1B50E8CD72F9E6156EE, ___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 // LITERALTYPE_T35B9713095772F08AE19C1B50E8CD72F9E6156EE_H
#ifndef SCANNINGFUNCTION_TF6628905AD8C7F4E5595E4258DFC60F88004B359_H
#define SCANNINGFUNCTION_TF6628905AD8C7F4E5595E4258DFC60F88004B359_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser_ScanningFunction
struct ScanningFunction_tF6628905AD8C7F4E5595E4258DFC60F88004B359
{
public:
// System.Int32 System.Xml.DtdParser_ScanningFunction::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScanningFunction_tF6628905AD8C7F4E5595E4258DFC60F88004B359, ___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 // SCANNINGFUNCTION_TF6628905AD8C7F4E5595E4258DFC60F88004B359_H
#ifndef TOKEN_T411C6CF24FE0CF019FDFD2EBAC48EC69C0C0D1D6_H
#define TOKEN_T411C6CF24FE0CF019FDFD2EBAC48EC69C0C0D1D6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser_Token
struct Token_t411C6CF24FE0CF019FDFD2EBAC48EC69C0C0D1D6
{
public:
// System.Int32 System.Xml.DtdParser_Token::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Token_t411C6CF24FE0CF019FDFD2EBAC48EC69C0C0D1D6, ___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 // TOKEN_T411C6CF24FE0CF019FDFD2EBAC48EC69C0C0D1D6_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 CHOICENODE_T389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_H
#define CHOICENODE_T389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ChoiceNode
struct ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 : public InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHOICENODE_T389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_H
#ifndef NUMERIC10FACETSCHECKER_TE598B3CEA8A066DAE4A47471B80D3ABF017810DD_H
#define NUMERIC10FACETSCHECKER_TE598B3CEA8A066DAE4A47471B80D3ABF017810DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Numeric10FacetsChecker
struct Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD : public FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6
{
public:
// System.Decimal System.Xml.Schema.Numeric10FacetsChecker::maxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___maxValue_1;
// System.Decimal System.Xml.Schema.Numeric10FacetsChecker::minValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___minValue_2;
public:
inline static int32_t get_offset_of_maxValue_1() { return static_cast<int32_t>(offsetof(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD, ___maxValue_1)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_maxValue_1() const { return ___maxValue_1; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_maxValue_1() { return &___maxValue_1; }
inline void set_maxValue_1(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___maxValue_1 = value;
}
inline static int32_t get_offset_of_minValue_2() { return static_cast<int32_t>(offsetof(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD, ___minValue_2)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_minValue_2() const { return ___minValue_2; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_minValue_2() { return &___minValue_2; }
inline void set_minValue_2(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___minValue_2 = value;
}
};
struct Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_StaticFields
{
public:
// System.Char[] System.Xml.Schema.Numeric10FacetsChecker::signs
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___signs_0;
public:
inline static int32_t get_offset_of_signs_0() { return static_cast<int32_t>(offsetof(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_StaticFields, ___signs_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_signs_0() const { return ___signs_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_signs_0() { return &___signs_0; }
inline void set_signs_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___signs_0 = value;
Il2CppCodeGenWriteBarrier((&___signs_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMERIC10FACETSCHECKER_TE598B3CEA8A066DAE4A47471B80D3ABF017810DD_H
#ifndef RESTRICTIONFLAGS_T638CE72420C3F9885392EE7E57E54B5C9DEA7D8D_H
#define RESTRICTIONFLAGS_T638CE72420C3F9885392EE7E57E54B5C9DEA7D8D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.RestrictionFlags
struct RestrictionFlags_t638CE72420C3F9885392EE7E57E54B5C9DEA7D8D
{
public:
// System.Int32 System.Xml.Schema.RestrictionFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RestrictionFlags_t638CE72420C3F9885392EE7E57E54B5C9DEA7D8D, ___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 // RESTRICTIONFLAGS_T638CE72420C3F9885392EE7E57E54B5C9DEA7D8D_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 UNION_T75FE76D5ECF7F32BF3656D21BD446F4E42996391_H
#define UNION_T75FE76D5ECF7F32BF3656D21BD446F4E42996391_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlAtomicValue_Union
struct Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391
{
public:
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Boolean System.Xml.Schema.XmlAtomicValue_Union::boolVal
bool ___boolVal_0;
};
#pragma pack(pop, tp)
struct
{
bool ___boolVal_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Double System.Xml.Schema.XmlAtomicValue_Union::dblVal
double ___dblVal_1;
};
#pragma pack(pop, tp)
struct
{
double ___dblVal_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Int64 System.Xml.Schema.XmlAtomicValue_Union::i64Val
int64_t ___i64Val_2;
};
#pragma pack(pop, tp)
struct
{
int64_t ___i64Val_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Xml.Schema.XmlAtomicValue_Union::i32Val
int32_t ___i32Val_3;
};
#pragma pack(pop, tp)
struct
{
int32_t ___i32Val_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.DateTime System.Xml.Schema.XmlAtomicValue_Union::dtVal
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391__padding[8];
};
public:
inline static int32_t get_offset_of_boolVal_0() { return static_cast<int32_t>(offsetof(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391, ___boolVal_0)); }
inline bool get_boolVal_0() const { return ___boolVal_0; }
inline bool* get_address_of_boolVal_0() { return &___boolVal_0; }
inline void set_boolVal_0(bool value)
{
___boolVal_0 = value;
}
inline static int32_t get_offset_of_dblVal_1() { return static_cast<int32_t>(offsetof(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391, ___dblVal_1)); }
inline double get_dblVal_1() const { return ___dblVal_1; }
inline double* get_address_of_dblVal_1() { return &___dblVal_1; }
inline void set_dblVal_1(double value)
{
___dblVal_1 = value;
}
inline static int32_t get_offset_of_i64Val_2() { return static_cast<int32_t>(offsetof(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391, ___i64Val_2)); }
inline int64_t get_i64Val_2() const { return ___i64Val_2; }
inline int64_t* get_address_of_i64Val_2() { return &___i64Val_2; }
inline void set_i64Val_2(int64_t value)
{
___i64Val_2 = value;
}
inline static int32_t get_offset_of_i32Val_3() { return static_cast<int32_t>(offsetof(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391, ___i32Val_3)); }
inline int32_t get_i32Val_3() const { return ___i32Val_3; }
inline int32_t* get_address_of_i32Val_3() { return &___i32Val_3; }
inline void set_i32Val_3(int32_t value)
{
___i32Val_3 = value;
}
inline static int32_t get_offset_of_dtVal_4() { return static_cast<int32_t>(offsetof(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391, ___dtVal_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_dtVal_4() const { return ___dtVal_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_dtVal_4() { return &___dtVal_4; }
inline void set_dtVal_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___dtVal_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union
struct Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_pinvoke
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___boolVal_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___boolVal_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
double ___dblVal_1;
};
#pragma pack(pop, tp)
struct
{
double ___dblVal_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int64_t ___i64Val_2;
};
#pragma pack(pop, tp)
struct
{
int64_t ___i64Val_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int32_t ___i32Val_3;
};
#pragma pack(pop, tp)
struct
{
int32_t ___i32Val_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391__padding[8];
};
};
// Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union
struct Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_com
{
union
{
struct
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___boolVal_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___boolVal_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
double ___dblVal_1;
};
#pragma pack(pop, tp)
struct
{
double ___dblVal_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int64_t ___i64Val_2;
};
#pragma pack(pop, tp)
struct
{
int64_t ___i64Val_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int32_t ___i32Val_3;
};
#pragma pack(pop, tp)
struct
{
int32_t ___i32Val_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391__padding[8];
};
};
#endif // UNION_T75FE76D5ECF7F32BF3656D21BD446F4E42996391_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 XMLSCHEMADATATYPEVARIETY_T26489B3A13FBF83AEBD1E94ECACD30AF091C9A02_H
#define XMLSCHEMADATATYPEVARIETY_T26489B3A13FBF83AEBD1E94ECACD30AF091C9A02_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaDatatypeVariety
struct XmlSchemaDatatypeVariety_t26489B3A13FBF83AEBD1E94ECACD30AF091C9A02
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaDatatypeVariety_t26489B3A13FBF83AEBD1E94ECACD30AF091C9A02, ___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 // XMLSCHEMADATATYPEVARIETY_T26489B3A13FBF83AEBD1E94ECACD30AF091C9A02_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 XMLSCHEMASIMPLETYPECONTENT_T87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E_H
#define XMLSCHEMASIMPLETYPECONTENT_T87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaSimpleTypeContent
struct XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMASIMPLETYPECONTENT_T87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E_H
#ifndef XMLSCHEMAWHITESPACE_T8E7AB044CFB43348933A839AB7D61D50501D6551_H
#define XMLSCHEMAWHITESPACE_T8E7AB044CFB43348933A839AB7D61D50501D6551_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaWhiteSpace
struct XmlSchemaWhiteSpace_t8E7AB044CFB43348933A839AB7D61D50501D6551
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaWhiteSpace::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaWhiteSpace_t8E7AB044CFB43348933A839AB7D61D50501D6551, ___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 // XMLSCHEMAWHITESPACE_T8E7AB044CFB43348933A839AB7D61D50501D6551_H
#ifndef XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H
#define XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSeverityType
struct XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A
{
public:
// System.Int32 System.Xml.Schema.XmlSeverityType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSEVERITYTYPE_TC3AD578830B568AE8D5455F146A99305BEE0501A_H
#ifndef 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 XSDDATETIME_TEA54A4A77DD9458E97F1306F2013714582663CC5_H
#define XSDDATETIME_TEA54A4A77DD9458E97F1306F2013714582663CC5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XsdDateTime
struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5
{
public:
// System.DateTime System.Xml.Schema.XsdDateTime::dt
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0;
// System.UInt32 System.Xml.Schema.XsdDateTime::extra
uint32_t ___extra_1;
public:
inline static int32_t get_offset_of_dt_0() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5, ___dt_0)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_dt_0() const { return ___dt_0; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_dt_0() { return &___dt_0; }
inline void set_dt_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___dt_0 = value;
}
inline static int32_t get_offset_of_extra_1() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5, ___extra_1)); }
inline uint32_t get_extra_1() const { return ___extra_1; }
inline uint32_t* get_address_of_extra_1() { return &___extra_1; }
inline void set_extra_1(uint32_t value)
{
___extra_1 = value;
}
};
struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields
{
public:
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy
int32_t ___Lzyyyy_2;
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_
int32_t ___Lzyyyy__3;
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM
int32_t ___Lzyyyy_MM_4;
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_
int32_t ___Lzyyyy_MM__5;
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd
int32_t ___Lzyyyy_MM_dd_6;
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT
int32_t ___Lzyyyy_MM_ddT_7;
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH
int32_t ___LzHH_8;
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_
int32_t ___LzHH__9;
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm
int32_t ___LzHH_mm_10;
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_
int32_t ___LzHH_mm__11;
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss
int32_t ___LzHH_mm_ss_12;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_
int32_t ___Lz__13;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz
int32_t ___Lz_zz_14;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_
int32_t ___Lz_zz__15;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz
int32_t ___Lz_zz_zz_16;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__
int32_t ___Lz___17;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm
int32_t ___Lz__mm_18;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_
int32_t ___Lz__mm__19;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__
int32_t ___Lz__mm___20;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd
int32_t ___Lz__mm_dd_21;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz___
int32_t ___Lz____22;
// System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd
int32_t ___Lz___dd_23;
// System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes
XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* ___typeCodes_24;
public:
inline static int32_t get_offset_of_Lzyyyy_2() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_2)); }
inline int32_t get_Lzyyyy_2() const { return ___Lzyyyy_2; }
inline int32_t* get_address_of_Lzyyyy_2() { return &___Lzyyyy_2; }
inline void set_Lzyyyy_2(int32_t value)
{
___Lzyyyy_2 = value;
}
inline static int32_t get_offset_of_Lzyyyy__3() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy__3)); }
inline int32_t get_Lzyyyy__3() const { return ___Lzyyyy__3; }
inline int32_t* get_address_of_Lzyyyy__3() { return &___Lzyyyy__3; }
inline void set_Lzyyyy__3(int32_t value)
{
___Lzyyyy__3 = value;
}
inline static int32_t get_offset_of_Lzyyyy_MM_4() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_4)); }
inline int32_t get_Lzyyyy_MM_4() const { return ___Lzyyyy_MM_4; }
inline int32_t* get_address_of_Lzyyyy_MM_4() { return &___Lzyyyy_MM_4; }
inline void set_Lzyyyy_MM_4(int32_t value)
{
___Lzyyyy_MM_4 = value;
}
inline static int32_t get_offset_of_Lzyyyy_MM__5() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM__5)); }
inline int32_t get_Lzyyyy_MM__5() const { return ___Lzyyyy_MM__5; }
inline int32_t* get_address_of_Lzyyyy_MM__5() { return &___Lzyyyy_MM__5; }
inline void set_Lzyyyy_MM__5(int32_t value)
{
___Lzyyyy_MM__5 = value;
}
inline static int32_t get_offset_of_Lzyyyy_MM_dd_6() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_dd_6)); }
inline int32_t get_Lzyyyy_MM_dd_6() const { return ___Lzyyyy_MM_dd_6; }
inline int32_t* get_address_of_Lzyyyy_MM_dd_6() { return &___Lzyyyy_MM_dd_6; }
inline void set_Lzyyyy_MM_dd_6(int32_t value)
{
___Lzyyyy_MM_dd_6 = value;
}
inline static int32_t get_offset_of_Lzyyyy_MM_ddT_7() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_ddT_7)); }
inline int32_t get_Lzyyyy_MM_ddT_7() const { return ___Lzyyyy_MM_ddT_7; }
inline int32_t* get_address_of_Lzyyyy_MM_ddT_7() { return &___Lzyyyy_MM_ddT_7; }
inline void set_Lzyyyy_MM_ddT_7(int32_t value)
{
___Lzyyyy_MM_ddT_7 = value;
}
inline static int32_t get_offset_of_LzHH_8() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_8)); }
inline int32_t get_LzHH_8() const { return ___LzHH_8; }
inline int32_t* get_address_of_LzHH_8() { return &___LzHH_8; }
inline void set_LzHH_8(int32_t value)
{
___LzHH_8 = value;
}
inline static int32_t get_offset_of_LzHH__9() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH__9)); }
inline int32_t get_LzHH__9() const { return ___LzHH__9; }
inline int32_t* get_address_of_LzHH__9() { return &___LzHH__9; }
inline void set_LzHH__9(int32_t value)
{
___LzHH__9 = value;
}
inline static int32_t get_offset_of_LzHH_mm_10() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm_10)); }
inline int32_t get_LzHH_mm_10() const { return ___LzHH_mm_10; }
inline int32_t* get_address_of_LzHH_mm_10() { return &___LzHH_mm_10; }
inline void set_LzHH_mm_10(int32_t value)
{
___LzHH_mm_10 = value;
}
inline static int32_t get_offset_of_LzHH_mm__11() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm__11)); }
inline int32_t get_LzHH_mm__11() const { return ___LzHH_mm__11; }
inline int32_t* get_address_of_LzHH_mm__11() { return &___LzHH_mm__11; }
inline void set_LzHH_mm__11(int32_t value)
{
___LzHH_mm__11 = value;
}
inline static int32_t get_offset_of_LzHH_mm_ss_12() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm_ss_12)); }
inline int32_t get_LzHH_mm_ss_12() const { return ___LzHH_mm_ss_12; }
inline int32_t* get_address_of_LzHH_mm_ss_12() { return &___LzHH_mm_ss_12; }
inline void set_LzHH_mm_ss_12(int32_t value)
{
___LzHH_mm_ss_12 = value;
}
inline static int32_t get_offset_of_Lz__13() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__13)); }
inline int32_t get_Lz__13() const { return ___Lz__13; }
inline int32_t* get_address_of_Lz__13() { return &___Lz__13; }
inline void set_Lz__13(int32_t value)
{
___Lz__13 = value;
}
inline static int32_t get_offset_of_Lz_zz_14() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz_14)); }
inline int32_t get_Lz_zz_14() const { return ___Lz_zz_14; }
inline int32_t* get_address_of_Lz_zz_14() { return &___Lz_zz_14; }
inline void set_Lz_zz_14(int32_t value)
{
___Lz_zz_14 = value;
}
inline static int32_t get_offset_of_Lz_zz__15() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz__15)); }
inline int32_t get_Lz_zz__15() const { return ___Lz_zz__15; }
inline int32_t* get_address_of_Lz_zz__15() { return &___Lz_zz__15; }
inline void set_Lz_zz__15(int32_t value)
{
___Lz_zz__15 = value;
}
inline static int32_t get_offset_of_Lz_zz_zz_16() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz_zz_16)); }
inline int32_t get_Lz_zz_zz_16() const { return ___Lz_zz_zz_16; }
inline int32_t* get_address_of_Lz_zz_zz_16() { return &___Lz_zz_zz_16; }
inline void set_Lz_zz_zz_16(int32_t value)
{
___Lz_zz_zz_16 = value;
}
inline static int32_t get_offset_of_Lz___17() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz___17)); }
inline int32_t get_Lz___17() const { return ___Lz___17; }
inline int32_t* get_address_of_Lz___17() { return &___Lz___17; }
inline void set_Lz___17(int32_t value)
{
___Lz___17 = value;
}
inline static int32_t get_offset_of_Lz__mm_18() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm_18)); }
inline int32_t get_Lz__mm_18() const { return ___Lz__mm_18; }
inline int32_t* get_address_of_Lz__mm_18() { return &___Lz__mm_18; }
inline void set_Lz__mm_18(int32_t value)
{
___Lz__mm_18 = value;
}
inline static int32_t get_offset_of_Lz__mm__19() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm__19)); }
inline int32_t get_Lz__mm__19() const { return ___Lz__mm__19; }
inline int32_t* get_address_of_Lz__mm__19() { return &___Lz__mm__19; }
inline void set_Lz__mm__19(int32_t value)
{
___Lz__mm__19 = value;
}
inline static int32_t get_offset_of_Lz__mm___20() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm___20)); }
inline int32_t get_Lz__mm___20() const { return ___Lz__mm___20; }
inline int32_t* get_address_of_Lz__mm___20() { return &___Lz__mm___20; }
inline void set_Lz__mm___20(int32_t value)
{
___Lz__mm___20 = value;
}
inline static int32_t get_offset_of_Lz__mm_dd_21() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm_dd_21)); }
inline int32_t get_Lz__mm_dd_21() const { return ___Lz__mm_dd_21; }
inline int32_t* get_address_of_Lz__mm_dd_21() { return &___Lz__mm_dd_21; }
inline void set_Lz__mm_dd_21(int32_t value)
{
___Lz__mm_dd_21 = value;
}
inline static int32_t get_offset_of_Lz____22() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz____22)); }
inline int32_t get_Lz____22() const { return ___Lz____22; }
inline int32_t* get_address_of_Lz____22() { return &___Lz____22; }
inline void set_Lz____22(int32_t value)
{
___Lz____22 = value;
}
inline static int32_t get_offset_of_Lz___dd_23() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz___dd_23)); }
inline int32_t get_Lz___dd_23() const { return ___Lz___dd_23; }
inline int32_t* get_address_of_Lz___dd_23() { return &___Lz___dd_23; }
inline void set_Lz___dd_23(int32_t value)
{
___Lz___dd_23 = value;
}
inline static int32_t get_offset_of_typeCodes_24() { return static_cast<int32_t>(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___typeCodes_24)); }
inline XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* get_typeCodes_24() const { return ___typeCodes_24; }
inline XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B** get_address_of_typeCodes_24() { return &___typeCodes_24; }
inline void set_typeCodes_24(XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* value)
{
___typeCodes_24 = value;
Il2CppCodeGenWriteBarrier((&___typeCodes_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime
struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_marshaled_pinvoke
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0;
uint32_t ___extra_1;
};
// Native definition for COM marshalling of System.Xml.Schema.XsdDateTime
struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_marshaled_com
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0;
uint32_t ___extra_1;
};
#endif // XSDDATETIME_TEA54A4A77DD9458E97F1306F2013714582663CC5_H
#ifndef XSDDATETIMEFLAGS_TC892A580DE494CDB02FF5D29F914ECDC49F858C8_H
#define XSDDATETIMEFLAGS_TC892A580DE494CDB02FF5D29F914ECDC49F858C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XsdDateTimeFlags
struct XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8
{
public:
// System.Int32 System.Xml.Schema.XsdDateTimeFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XSDDATETIMEFLAGS_TC892A580DE494CDB02FF5D29F914ECDC49F858C8_H
#ifndef DURATIONTYPE_T687DA1675447204D8E7F5E2B06C3AAD0A9ABC48A_H
#define DURATIONTYPE_T687DA1675447204D8E7F5E2B06C3AAD0A9ABC48A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XsdDuration_DurationType
struct DurationType_t687DA1675447204D8E7F5E2B06C3AAD0A9ABC48A
{
public:
// System.Int32 System.Xml.Schema.XsdDuration_DurationType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DurationType_t687DA1675447204D8E7F5E2B06C3AAD0A9ABC48A, ___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 // DURATIONTYPE_T687DA1675447204D8E7F5E2B06C3AAD0A9ABC48A_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 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 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 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 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 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 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 DTDPARSER_T9C63F125C98379A2AD3996648E8B7C234EA56574_H
#define DTDPARSER_T9C63F125C98379A2AD3996648E8B7C234EA56574_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser
struct DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 : public RuntimeObject
{
public:
// System.Xml.IDtdParserAdapter System.Xml.DtdParser::readerAdapter
RuntimeObject* ___readerAdapter_0;
// System.Xml.IDtdParserAdapterWithValidation System.Xml.DtdParser::readerAdapterWithValidation
RuntimeObject* ___readerAdapterWithValidation_1;
// System.Xml.XmlNameTable System.Xml.DtdParser::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_2;
// System.Xml.Schema.SchemaInfo System.Xml.DtdParser::schemaInfo
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___schemaInfo_3;
// System.Xml.XmlCharType System.Xml.DtdParser::xmlCharType
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_4;
// System.String System.Xml.DtdParser::systemId
String_t* ___systemId_5;
// System.String System.Xml.DtdParser::publicId
String_t* ___publicId_6;
// System.Boolean System.Xml.DtdParser::normalize
bool ___normalize_7;
// System.Boolean System.Xml.DtdParser::validate
bool ___validate_8;
// System.Boolean System.Xml.DtdParser::supportNamespaces
bool ___supportNamespaces_9;
// System.Boolean System.Xml.DtdParser::v1Compat
bool ___v1Compat_10;
// System.Char[] System.Xml.DtdParser::chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_11;
// System.Int32 System.Xml.DtdParser::charsUsed
int32_t ___charsUsed_12;
// System.Int32 System.Xml.DtdParser::curPos
int32_t ___curPos_13;
// System.Xml.DtdParser_ScanningFunction System.Xml.DtdParser::scanningFunction
int32_t ___scanningFunction_14;
// System.Xml.DtdParser_ScanningFunction System.Xml.DtdParser::nextScaningFunction
int32_t ___nextScaningFunction_15;
// System.Xml.DtdParser_ScanningFunction System.Xml.DtdParser::savedScanningFunction
int32_t ___savedScanningFunction_16;
// System.Boolean System.Xml.DtdParser::whitespaceSeen
bool ___whitespaceSeen_17;
// System.Int32 System.Xml.DtdParser::tokenStartPos
int32_t ___tokenStartPos_18;
// System.Int32 System.Xml.DtdParser::colonPos
int32_t ___colonPos_19;
// System.Text.StringBuilder System.Xml.DtdParser::internalSubsetValueSb
StringBuilder_t * ___internalSubsetValueSb_20;
// System.Int32 System.Xml.DtdParser::externalEntitiesDepth
int32_t ___externalEntitiesDepth_21;
// System.Int32 System.Xml.DtdParser::currentEntityId
int32_t ___currentEntityId_22;
// System.Boolean System.Xml.DtdParser::freeFloatingDtd
bool ___freeFloatingDtd_23;
// System.Boolean System.Xml.DtdParser::hasFreeFloatingInternalSubset
bool ___hasFreeFloatingInternalSubset_24;
// System.Text.StringBuilder System.Xml.DtdParser::stringBuilder
StringBuilder_t * ___stringBuilder_25;
// System.Int32 System.Xml.DtdParser::condSectionDepth
int32_t ___condSectionDepth_26;
// System.Xml.LineInfo System.Xml.DtdParser::literalLineInfo
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___literalLineInfo_27;
// System.Char System.Xml.DtdParser::literalQuoteChar
Il2CppChar ___literalQuoteChar_28;
// System.String System.Xml.DtdParser::documentBaseUri
String_t* ___documentBaseUri_29;
// System.String System.Xml.DtdParser::externalDtdBaseUri
String_t* ___externalDtdBaseUri_30;
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser_UndeclaredNotation> System.Xml.DtdParser::undeclaredNotations
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * ___undeclaredNotations_31;
// System.Int32[] System.Xml.DtdParser::condSectionEntityIds
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___condSectionEntityIds_32;
public:
inline static int32_t get_offset_of_readerAdapter_0() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___readerAdapter_0)); }
inline RuntimeObject* get_readerAdapter_0() const { return ___readerAdapter_0; }
inline RuntimeObject** get_address_of_readerAdapter_0() { return &___readerAdapter_0; }
inline void set_readerAdapter_0(RuntimeObject* value)
{
___readerAdapter_0 = value;
Il2CppCodeGenWriteBarrier((&___readerAdapter_0), value);
}
inline static int32_t get_offset_of_readerAdapterWithValidation_1() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___readerAdapterWithValidation_1)); }
inline RuntimeObject* get_readerAdapterWithValidation_1() const { return ___readerAdapterWithValidation_1; }
inline RuntimeObject** get_address_of_readerAdapterWithValidation_1() { return &___readerAdapterWithValidation_1; }
inline void set_readerAdapterWithValidation_1(RuntimeObject* value)
{
___readerAdapterWithValidation_1 = value;
Il2CppCodeGenWriteBarrier((&___readerAdapterWithValidation_1), value);
}
inline static int32_t get_offset_of_nameTable_2() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___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_schemaInfo_3() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___schemaInfo_3)); }
inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * get_schemaInfo_3() const { return ___schemaInfo_3; }
inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 ** get_address_of_schemaInfo_3() { return &___schemaInfo_3; }
inline void set_schemaInfo_3(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * value)
{
___schemaInfo_3 = value;
Il2CppCodeGenWriteBarrier((&___schemaInfo_3), value);
}
inline static int32_t get_offset_of_xmlCharType_4() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___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_systemId_5() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___systemId_5)); }
inline String_t* get_systemId_5() const { return ___systemId_5; }
inline String_t** get_address_of_systemId_5() { return &___systemId_5; }
inline void set_systemId_5(String_t* value)
{
___systemId_5 = value;
Il2CppCodeGenWriteBarrier((&___systemId_5), value);
}
inline static int32_t get_offset_of_publicId_6() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___publicId_6)); }
inline String_t* get_publicId_6() const { return ___publicId_6; }
inline String_t** get_address_of_publicId_6() { return &___publicId_6; }
inline void set_publicId_6(String_t* value)
{
___publicId_6 = value;
Il2CppCodeGenWriteBarrier((&___publicId_6), value);
}
inline static int32_t get_offset_of_normalize_7() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___normalize_7)); }
inline bool get_normalize_7() const { return ___normalize_7; }
inline bool* get_address_of_normalize_7() { return &___normalize_7; }
inline void set_normalize_7(bool value)
{
___normalize_7 = value;
}
inline static int32_t get_offset_of_validate_8() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___validate_8)); }
inline bool get_validate_8() const { return ___validate_8; }
inline bool* get_address_of_validate_8() { return &___validate_8; }
inline void set_validate_8(bool value)
{
___validate_8 = value;
}
inline static int32_t get_offset_of_supportNamespaces_9() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___supportNamespaces_9)); }
inline bool get_supportNamespaces_9() const { return ___supportNamespaces_9; }
inline bool* get_address_of_supportNamespaces_9() { return &___supportNamespaces_9; }
inline void set_supportNamespaces_9(bool value)
{
___supportNamespaces_9 = value;
}
inline static int32_t get_offset_of_v1Compat_10() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___v1Compat_10)); }
inline bool get_v1Compat_10() const { return ___v1Compat_10; }
inline bool* get_address_of_v1Compat_10() { return &___v1Compat_10; }
inline void set_v1Compat_10(bool value)
{
___v1Compat_10 = value;
}
inline static int32_t get_offset_of_chars_11() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___chars_11)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_11() const { return ___chars_11; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_11() { return &___chars_11; }
inline void set_chars_11(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___chars_11 = value;
Il2CppCodeGenWriteBarrier((&___chars_11), value);
}
inline static int32_t get_offset_of_charsUsed_12() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___charsUsed_12)); }
inline int32_t get_charsUsed_12() const { return ___charsUsed_12; }
inline int32_t* get_address_of_charsUsed_12() { return &___charsUsed_12; }
inline void set_charsUsed_12(int32_t value)
{
___charsUsed_12 = value;
}
inline static int32_t get_offset_of_curPos_13() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___curPos_13)); }
inline int32_t get_curPos_13() const { return ___curPos_13; }
inline int32_t* get_address_of_curPos_13() { return &___curPos_13; }
inline void set_curPos_13(int32_t value)
{
___curPos_13 = value;
}
inline static int32_t get_offset_of_scanningFunction_14() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___scanningFunction_14)); }
inline int32_t get_scanningFunction_14() const { return ___scanningFunction_14; }
inline int32_t* get_address_of_scanningFunction_14() { return &___scanningFunction_14; }
inline void set_scanningFunction_14(int32_t value)
{
___scanningFunction_14 = value;
}
inline static int32_t get_offset_of_nextScaningFunction_15() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___nextScaningFunction_15)); }
inline int32_t get_nextScaningFunction_15() const { return ___nextScaningFunction_15; }
inline int32_t* get_address_of_nextScaningFunction_15() { return &___nextScaningFunction_15; }
inline void set_nextScaningFunction_15(int32_t value)
{
___nextScaningFunction_15 = value;
}
inline static int32_t get_offset_of_savedScanningFunction_16() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___savedScanningFunction_16)); }
inline int32_t get_savedScanningFunction_16() const { return ___savedScanningFunction_16; }
inline int32_t* get_address_of_savedScanningFunction_16() { return &___savedScanningFunction_16; }
inline void set_savedScanningFunction_16(int32_t value)
{
___savedScanningFunction_16 = value;
}
inline static int32_t get_offset_of_whitespaceSeen_17() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___whitespaceSeen_17)); }
inline bool get_whitespaceSeen_17() const { return ___whitespaceSeen_17; }
inline bool* get_address_of_whitespaceSeen_17() { return &___whitespaceSeen_17; }
inline void set_whitespaceSeen_17(bool value)
{
___whitespaceSeen_17 = value;
}
inline static int32_t get_offset_of_tokenStartPos_18() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___tokenStartPos_18)); }
inline int32_t get_tokenStartPos_18() const { return ___tokenStartPos_18; }
inline int32_t* get_address_of_tokenStartPos_18() { return &___tokenStartPos_18; }
inline void set_tokenStartPos_18(int32_t value)
{
___tokenStartPos_18 = value;
}
inline static int32_t get_offset_of_colonPos_19() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___colonPos_19)); }
inline int32_t get_colonPos_19() const { return ___colonPos_19; }
inline int32_t* get_address_of_colonPos_19() { return &___colonPos_19; }
inline void set_colonPos_19(int32_t value)
{
___colonPos_19 = value;
}
inline static int32_t get_offset_of_internalSubsetValueSb_20() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___internalSubsetValueSb_20)); }
inline StringBuilder_t * get_internalSubsetValueSb_20() const { return ___internalSubsetValueSb_20; }
inline StringBuilder_t ** get_address_of_internalSubsetValueSb_20() { return &___internalSubsetValueSb_20; }
inline void set_internalSubsetValueSb_20(StringBuilder_t * value)
{
___internalSubsetValueSb_20 = value;
Il2CppCodeGenWriteBarrier((&___internalSubsetValueSb_20), value);
}
inline static int32_t get_offset_of_externalEntitiesDepth_21() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___externalEntitiesDepth_21)); }
inline int32_t get_externalEntitiesDepth_21() const { return ___externalEntitiesDepth_21; }
inline int32_t* get_address_of_externalEntitiesDepth_21() { return &___externalEntitiesDepth_21; }
inline void set_externalEntitiesDepth_21(int32_t value)
{
___externalEntitiesDepth_21 = value;
}
inline static int32_t get_offset_of_currentEntityId_22() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___currentEntityId_22)); }
inline int32_t get_currentEntityId_22() const { return ___currentEntityId_22; }
inline int32_t* get_address_of_currentEntityId_22() { return &___currentEntityId_22; }
inline void set_currentEntityId_22(int32_t value)
{
___currentEntityId_22 = value;
}
inline static int32_t get_offset_of_freeFloatingDtd_23() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___freeFloatingDtd_23)); }
inline bool get_freeFloatingDtd_23() const { return ___freeFloatingDtd_23; }
inline bool* get_address_of_freeFloatingDtd_23() { return &___freeFloatingDtd_23; }
inline void set_freeFloatingDtd_23(bool value)
{
___freeFloatingDtd_23 = value;
}
inline static int32_t get_offset_of_hasFreeFloatingInternalSubset_24() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___hasFreeFloatingInternalSubset_24)); }
inline bool get_hasFreeFloatingInternalSubset_24() const { return ___hasFreeFloatingInternalSubset_24; }
inline bool* get_address_of_hasFreeFloatingInternalSubset_24() { return &___hasFreeFloatingInternalSubset_24; }
inline void set_hasFreeFloatingInternalSubset_24(bool value)
{
___hasFreeFloatingInternalSubset_24 = value;
}
inline static int32_t get_offset_of_stringBuilder_25() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___stringBuilder_25)); }
inline StringBuilder_t * get_stringBuilder_25() const { return ___stringBuilder_25; }
inline StringBuilder_t ** get_address_of_stringBuilder_25() { return &___stringBuilder_25; }
inline void set_stringBuilder_25(StringBuilder_t * value)
{
___stringBuilder_25 = value;
Il2CppCodeGenWriteBarrier((&___stringBuilder_25), value);
}
inline static int32_t get_offset_of_condSectionDepth_26() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___condSectionDepth_26)); }
inline int32_t get_condSectionDepth_26() const { return ___condSectionDepth_26; }
inline int32_t* get_address_of_condSectionDepth_26() { return &___condSectionDepth_26; }
inline void set_condSectionDepth_26(int32_t value)
{
___condSectionDepth_26 = value;
}
inline static int32_t get_offset_of_literalLineInfo_27() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___literalLineInfo_27)); }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_literalLineInfo_27() const { return ___literalLineInfo_27; }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_literalLineInfo_27() { return &___literalLineInfo_27; }
inline void set_literalLineInfo_27(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value)
{
___literalLineInfo_27 = value;
}
inline static int32_t get_offset_of_literalQuoteChar_28() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___literalQuoteChar_28)); }
inline Il2CppChar get_literalQuoteChar_28() const { return ___literalQuoteChar_28; }
inline Il2CppChar* get_address_of_literalQuoteChar_28() { return &___literalQuoteChar_28; }
inline void set_literalQuoteChar_28(Il2CppChar value)
{
___literalQuoteChar_28 = value;
}
inline static int32_t get_offset_of_documentBaseUri_29() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___documentBaseUri_29)); }
inline String_t* get_documentBaseUri_29() const { return ___documentBaseUri_29; }
inline String_t** get_address_of_documentBaseUri_29() { return &___documentBaseUri_29; }
inline void set_documentBaseUri_29(String_t* value)
{
___documentBaseUri_29 = value;
Il2CppCodeGenWriteBarrier((&___documentBaseUri_29), value);
}
inline static int32_t get_offset_of_externalDtdBaseUri_30() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___externalDtdBaseUri_30)); }
inline String_t* get_externalDtdBaseUri_30() const { return ___externalDtdBaseUri_30; }
inline String_t** get_address_of_externalDtdBaseUri_30() { return &___externalDtdBaseUri_30; }
inline void set_externalDtdBaseUri_30(String_t* value)
{
___externalDtdBaseUri_30 = value;
Il2CppCodeGenWriteBarrier((&___externalDtdBaseUri_30), value);
}
inline static int32_t get_offset_of_undeclaredNotations_31() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___undeclaredNotations_31)); }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * get_undeclaredNotations_31() const { return ___undeclaredNotations_31; }
inline Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 ** get_address_of_undeclaredNotations_31() { return &___undeclaredNotations_31; }
inline void set_undeclaredNotations_31(Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * value)
{
___undeclaredNotations_31 = value;
Il2CppCodeGenWriteBarrier((&___undeclaredNotations_31), value);
}
inline static int32_t get_offset_of_condSectionEntityIds_32() { return static_cast<int32_t>(offsetof(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574, ___condSectionEntityIds_32)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_condSectionEntityIds_32() const { return ___condSectionEntityIds_32; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_condSectionEntityIds_32() { return &___condSectionEntityIds_32; }
inline void set_condSectionEntityIds_32(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___condSectionEntityIds_32 = value;
Il2CppCodeGenWriteBarrier((&___condSectionEntityIds_32), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DTDPARSER_T9C63F125C98379A2AD3996648E8B7C234EA56574_H
#ifndef PARSEELEMENTONLYCONTENT_LOCALFRAME_TFA2A7DFEFC89A6989A1905098254D94C9320A0EC_H
#define PARSEELEMENTONLYCONTENT_LOCALFRAME_TFA2A7DFEFC89A6989A1905098254D94C9320A0EC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.DtdParser_ParseElementOnlyContent_LocalFrame
struct ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC : public RuntimeObject
{
public:
// System.Int32 System.Xml.DtdParser_ParseElementOnlyContent_LocalFrame::startParenEntityId
int32_t ___startParenEntityId_0;
// System.Xml.DtdParser_Token System.Xml.DtdParser_ParseElementOnlyContent_LocalFrame::parsingSchema
int32_t ___parsingSchema_1;
public:
inline static int32_t get_offset_of_startParenEntityId_0() { return static_cast<int32_t>(offsetof(ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC, ___startParenEntityId_0)); }
inline int32_t get_startParenEntityId_0() const { return ___startParenEntityId_0; }
inline int32_t* get_address_of_startParenEntityId_0() { return &___startParenEntityId_0; }
inline void set_startParenEntityId_0(int32_t value)
{
___startParenEntityId_0 = value;
}
inline static int32_t get_offset_of_parsingSchema_1() { return static_cast<int32_t>(offsetof(ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC, ___parsingSchema_1)); }
inline int32_t get_parsingSchema_1() const { return ___parsingSchema_1; }
inline int32_t* get_address_of_parsingSchema_1() { return &___parsingSchema_1; }
inline void set_parsingSchema_1(int32_t value)
{
___parsingSchema_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSEELEMENTONLYCONTENT_LOCALFRAME_TFA2A7DFEFC89A6989A1905098254D94C9320A0EC_H
#ifndef CONTENTVALIDATOR_TF701012C2DEDAD821FACDC630F99D45BFCCC03AA_H
#define CONTENTVALIDATOR_TF701012C2DEDAD821FACDC630F99D45BFCCC03AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ContentValidator
struct ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA : public RuntimeObject
{
public:
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType
int32_t ___contentType_0;
// System.Boolean System.Xml.Schema.ContentValidator::isOpen
bool ___isOpen_1;
// System.Boolean System.Xml.Schema.ContentValidator::isEmptiable
bool ___isEmptiable_2;
public:
inline static int32_t get_offset_of_contentType_0() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA, ___contentType_0)); }
inline int32_t get_contentType_0() const { return ___contentType_0; }
inline int32_t* get_address_of_contentType_0() { return &___contentType_0; }
inline void set_contentType_0(int32_t value)
{
___contentType_0 = value;
}
inline static int32_t get_offset_of_isOpen_1() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA, ___isOpen_1)); }
inline bool get_isOpen_1() const { return ___isOpen_1; }
inline bool* get_address_of_isOpen_1() { return &___isOpen_1; }
inline void set_isOpen_1(bool value)
{
___isOpen_1 = value;
}
inline static int32_t get_offset_of_isEmptiable_2() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA, ___isEmptiable_2)); }
inline bool get_isEmptiable_2() const { return ___isEmptiable_2; }
inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; }
inline void set_isEmptiable_2(bool value)
{
___isEmptiable_2 = value;
}
};
struct ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields
{
public:
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___Empty_3;
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___TextOnly_4;
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___Mixed_5;
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___Any_6;
public:
inline static int32_t get_offset_of_Empty_3() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields, ___Empty_3)); }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_Empty_3() const { return ___Empty_3; }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_Empty_3() { return &___Empty_3; }
inline void set_Empty_3(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value)
{
___Empty_3 = value;
Il2CppCodeGenWriteBarrier((&___Empty_3), value);
}
inline static int32_t get_offset_of_TextOnly_4() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields, ___TextOnly_4)); }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_TextOnly_4() const { return ___TextOnly_4; }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_TextOnly_4() { return &___TextOnly_4; }
inline void set_TextOnly_4(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value)
{
___TextOnly_4 = value;
Il2CppCodeGenWriteBarrier((&___TextOnly_4), value);
}
inline static int32_t get_offset_of_Mixed_5() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields, ___Mixed_5)); }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_Mixed_5() const { return ___Mixed_5; }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_Mixed_5() { return &___Mixed_5; }
inline void set_Mixed_5(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value)
{
___Mixed_5 = value;
Il2CppCodeGenWriteBarrier((&___Mixed_5), value);
}
inline static int32_t get_offset_of_Any_6() { return static_cast<int32_t>(offsetof(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields, ___Any_6)); }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_Any_6() const { return ___Any_6; }
inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_Any_6() { return &___Any_6; }
inline void set_Any_6(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value)
{
___Any_6 = value;
Il2CppCodeGenWriteBarrier((&___Any_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTENTVALIDATOR_TF701012C2DEDAD821FACDC630F99D45BFCCC03AA_H
#ifndef DATATYPEIMPLEMENTATION_TB5894E69998AF6871FDFC14B2A95AE5F07CBB836_H
#define DATATYPEIMPLEMENTATION_TB5894E69998AF6871FDFC14B2A95AE5F07CBB836_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DatatypeImplementation
struct DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 : public XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550
{
public:
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety
int32_t ___variety_0;
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * ___restriction_1;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___baseType_2;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___valueConverter_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___parentSchemaType_4;
public:
inline static int32_t get_offset_of_variety_0() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836, ___variety_0)); }
inline int32_t get_variety_0() const { return ___variety_0; }
inline int32_t* get_address_of_variety_0() { return &___variety_0; }
inline void set_variety_0(int32_t value)
{
___variety_0 = value;
}
inline static int32_t get_offset_of_restriction_1() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836, ___restriction_1)); }
inline RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * get_restriction_1() const { return ___restriction_1; }
inline RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 ** get_address_of_restriction_1() { return &___restriction_1; }
inline void set_restriction_1(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * value)
{
___restriction_1 = value;
Il2CppCodeGenWriteBarrier((&___restriction_1), value);
}
inline static int32_t get_offset_of_baseType_2() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836, ___baseType_2)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_baseType_2() const { return ___baseType_2; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_baseType_2() { return &___baseType_2; }
inline void set_baseType_2(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___baseType_2 = value;
Il2CppCodeGenWriteBarrier((&___baseType_2), value);
}
inline static int32_t get_offset_of_valueConverter_3() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836, ___valueConverter_3)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_valueConverter_3() const { return ___valueConverter_3; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_valueConverter_3() { return &___valueConverter_3; }
inline void set_valueConverter_3(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___valueConverter_3 = value;
Il2CppCodeGenWriteBarrier((&___valueConverter_3), value);
}
inline static int32_t get_offset_of_parentSchemaType_4() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836, ___parentSchemaType_4)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_parentSchemaType_4() const { return ___parentSchemaType_4; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_parentSchemaType_4() { return &___parentSchemaType_4; }
inline void set_parentSchemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___parentSchemaType_4 = value;
Il2CppCodeGenWriteBarrier((&___parentSchemaType_4), value);
}
};
struct DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields
{
public:
// System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___builtinTypes_5;
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* ___enumToTypeCode_6;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___anySimpleType_7;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___anyAtomicType_8;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___untypedAtomicType_9;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___yearMonthDurationType_10;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___dayTimeDurationType_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___QnAnySimpleType_12;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___QnAnyType_13;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___stringFacetsChecker_14;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___miscFacetsChecker_15;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric2FacetsChecker_16;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___binaryFacetsChecker_17;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___dateTimeFacetsChecker_18;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___durationFacetsChecker_19;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___listFacetsChecker_20;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___qnameFacetsChecker_21;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___unionFacetsChecker_22;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_anySimpleType_23;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_anyURI_24;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_base64Binary_25;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_boolean_26;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_byte_27;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_char_28;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_date_29;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_dateTime_30;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_dateTimeNoTz_31;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_dateTimeTz_32;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_day_33;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_decimal_34;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_double_35;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_doubleXdr_36;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_duration_37;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_ENTITY_38;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_ENTITIES_39;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_ENUMERATION_40;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_fixed_41;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_float_42;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_floatXdr_43;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_hexBinary_44;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_ID_45;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_IDREF_46;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_IDREFS_47;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_int_48;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_integer_49;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_language_50;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_long_51;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_month_52;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_monthDay_53;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_Name_54;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_NCName_55;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_negativeInteger_56;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_NMTOKEN_57;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_NMTOKENS_58;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_nonNegativeInteger_59;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_nonPositiveInteger_60;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_normalizedString_61;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_NOTATION_62;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_positiveInteger_63;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_QName_64;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_QNameXdr_65;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_short_66;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_string_67;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_time_68;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_timeNoTz_69;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_timeTz_70;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_token_71;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_unsignedByte_72;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_unsignedInt_73;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_unsignedLong_74;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_unsignedShort_75;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_uuid_76;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_year_77;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_yearMonth_78;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_normalizedStringV1Compat_79;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_tokenV1Compat_80;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_anyAtomicType_81;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_dayTimeDuration_82;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_untypedAtomicType_83;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___c_yearMonthDuration_84;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* ___c_tokenizedTypes_85;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* ___c_tokenizedTypesXsd_86;
// System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* ___c_XdrTypes_87;
// System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* ___c_XsdTypes_88;
public:
inline static int32_t get_offset_of_builtinTypes_5() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___builtinTypes_5)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_builtinTypes_5() const { return ___builtinTypes_5; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_builtinTypes_5() { return &___builtinTypes_5; }
inline void set_builtinTypes_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___builtinTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___builtinTypes_5), value);
}
inline static int32_t get_offset_of_enumToTypeCode_6() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___enumToTypeCode_6)); }
inline XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* get_enumToTypeCode_6() const { return ___enumToTypeCode_6; }
inline XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B** get_address_of_enumToTypeCode_6() { return &___enumToTypeCode_6; }
inline void set_enumToTypeCode_6(XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* value)
{
___enumToTypeCode_6 = value;
Il2CppCodeGenWriteBarrier((&___enumToTypeCode_6), value);
}
inline static int32_t get_offset_of_anySimpleType_7() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___anySimpleType_7)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_anySimpleType_7() const { return ___anySimpleType_7; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_anySimpleType_7() { return &___anySimpleType_7; }
inline void set_anySimpleType_7(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___anySimpleType_7 = value;
Il2CppCodeGenWriteBarrier((&___anySimpleType_7), value);
}
inline static int32_t get_offset_of_anyAtomicType_8() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___anyAtomicType_8)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_anyAtomicType_8() const { return ___anyAtomicType_8; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_anyAtomicType_8() { return &___anyAtomicType_8; }
inline void set_anyAtomicType_8(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___anyAtomicType_8 = value;
Il2CppCodeGenWriteBarrier((&___anyAtomicType_8), value);
}
inline static int32_t get_offset_of_untypedAtomicType_9() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___untypedAtomicType_9)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_untypedAtomicType_9() const { return ___untypedAtomicType_9; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_untypedAtomicType_9() { return &___untypedAtomicType_9; }
inline void set_untypedAtomicType_9(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___untypedAtomicType_9 = value;
Il2CppCodeGenWriteBarrier((&___untypedAtomicType_9), value);
}
inline static int32_t get_offset_of_yearMonthDurationType_10() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___yearMonthDurationType_10)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_yearMonthDurationType_10() const { return ___yearMonthDurationType_10; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_yearMonthDurationType_10() { return &___yearMonthDurationType_10; }
inline void set_yearMonthDurationType_10(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___yearMonthDurationType_10 = value;
Il2CppCodeGenWriteBarrier((&___yearMonthDurationType_10), value);
}
inline static int32_t get_offset_of_dayTimeDurationType_11() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___dayTimeDurationType_11)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_dayTimeDurationType_11() const { return ___dayTimeDurationType_11; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_dayTimeDurationType_11() { return &___dayTimeDurationType_11; }
inline void set_dayTimeDurationType_11(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___dayTimeDurationType_11 = value;
Il2CppCodeGenWriteBarrier((&___dayTimeDurationType_11), value);
}
inline static int32_t get_offset_of_QnAnySimpleType_12() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___QnAnySimpleType_12)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_QnAnySimpleType_12() const { return ___QnAnySimpleType_12; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_QnAnySimpleType_12() { return &___QnAnySimpleType_12; }
inline void set_QnAnySimpleType_12(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___QnAnySimpleType_12 = value;
Il2CppCodeGenWriteBarrier((&___QnAnySimpleType_12), value);
}
inline static int32_t get_offset_of_QnAnyType_13() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___QnAnyType_13)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_QnAnyType_13() const { return ___QnAnyType_13; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_QnAnyType_13() { return &___QnAnyType_13; }
inline void set_QnAnyType_13(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___QnAnyType_13 = value;
Il2CppCodeGenWriteBarrier((&___QnAnyType_13), value);
}
inline static int32_t get_offset_of_stringFacetsChecker_14() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___stringFacetsChecker_14)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_stringFacetsChecker_14() const { return ___stringFacetsChecker_14; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_stringFacetsChecker_14() { return &___stringFacetsChecker_14; }
inline void set_stringFacetsChecker_14(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___stringFacetsChecker_14 = value;
Il2CppCodeGenWriteBarrier((&___stringFacetsChecker_14), value);
}
inline static int32_t get_offset_of_miscFacetsChecker_15() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___miscFacetsChecker_15)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_miscFacetsChecker_15() const { return ___miscFacetsChecker_15; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_miscFacetsChecker_15() { return &___miscFacetsChecker_15; }
inline void set_miscFacetsChecker_15(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___miscFacetsChecker_15 = value;
Il2CppCodeGenWriteBarrier((&___miscFacetsChecker_15), value);
}
inline static int32_t get_offset_of_numeric2FacetsChecker_16() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___numeric2FacetsChecker_16)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric2FacetsChecker_16() const { return ___numeric2FacetsChecker_16; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric2FacetsChecker_16() { return &___numeric2FacetsChecker_16; }
inline void set_numeric2FacetsChecker_16(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric2FacetsChecker_16 = value;
Il2CppCodeGenWriteBarrier((&___numeric2FacetsChecker_16), value);
}
inline static int32_t get_offset_of_binaryFacetsChecker_17() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___binaryFacetsChecker_17)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_binaryFacetsChecker_17() const { return ___binaryFacetsChecker_17; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_binaryFacetsChecker_17() { return &___binaryFacetsChecker_17; }
inline void set_binaryFacetsChecker_17(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___binaryFacetsChecker_17 = value;
Il2CppCodeGenWriteBarrier((&___binaryFacetsChecker_17), value);
}
inline static int32_t get_offset_of_dateTimeFacetsChecker_18() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___dateTimeFacetsChecker_18)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_dateTimeFacetsChecker_18() const { return ___dateTimeFacetsChecker_18; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_dateTimeFacetsChecker_18() { return &___dateTimeFacetsChecker_18; }
inline void set_dateTimeFacetsChecker_18(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___dateTimeFacetsChecker_18 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeFacetsChecker_18), value);
}
inline static int32_t get_offset_of_durationFacetsChecker_19() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___durationFacetsChecker_19)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_durationFacetsChecker_19() const { return ___durationFacetsChecker_19; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_durationFacetsChecker_19() { return &___durationFacetsChecker_19; }
inline void set_durationFacetsChecker_19(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___durationFacetsChecker_19 = value;
Il2CppCodeGenWriteBarrier((&___durationFacetsChecker_19), value);
}
inline static int32_t get_offset_of_listFacetsChecker_20() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___listFacetsChecker_20)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_listFacetsChecker_20() const { return ___listFacetsChecker_20; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_listFacetsChecker_20() { return &___listFacetsChecker_20; }
inline void set_listFacetsChecker_20(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___listFacetsChecker_20 = value;
Il2CppCodeGenWriteBarrier((&___listFacetsChecker_20), value);
}
inline static int32_t get_offset_of_qnameFacetsChecker_21() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___qnameFacetsChecker_21)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_qnameFacetsChecker_21() const { return ___qnameFacetsChecker_21; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_qnameFacetsChecker_21() { return &___qnameFacetsChecker_21; }
inline void set_qnameFacetsChecker_21(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___qnameFacetsChecker_21 = value;
Il2CppCodeGenWriteBarrier((&___qnameFacetsChecker_21), value);
}
inline static int32_t get_offset_of_unionFacetsChecker_22() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___unionFacetsChecker_22)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_unionFacetsChecker_22() const { return ___unionFacetsChecker_22; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_unionFacetsChecker_22() { return &___unionFacetsChecker_22; }
inline void set_unionFacetsChecker_22(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___unionFacetsChecker_22 = value;
Il2CppCodeGenWriteBarrier((&___unionFacetsChecker_22), value);
}
inline static int32_t get_offset_of_c_anySimpleType_23() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_anySimpleType_23)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_anySimpleType_23() const { return ___c_anySimpleType_23; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_anySimpleType_23() { return &___c_anySimpleType_23; }
inline void set_c_anySimpleType_23(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_anySimpleType_23 = value;
Il2CppCodeGenWriteBarrier((&___c_anySimpleType_23), value);
}
inline static int32_t get_offset_of_c_anyURI_24() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_anyURI_24)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_anyURI_24() const { return ___c_anyURI_24; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_anyURI_24() { return &___c_anyURI_24; }
inline void set_c_anyURI_24(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_anyURI_24 = value;
Il2CppCodeGenWriteBarrier((&___c_anyURI_24), value);
}
inline static int32_t get_offset_of_c_base64Binary_25() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_base64Binary_25)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_base64Binary_25() const { return ___c_base64Binary_25; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_base64Binary_25() { return &___c_base64Binary_25; }
inline void set_c_base64Binary_25(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_base64Binary_25 = value;
Il2CppCodeGenWriteBarrier((&___c_base64Binary_25), value);
}
inline static int32_t get_offset_of_c_boolean_26() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_boolean_26)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_boolean_26() const { return ___c_boolean_26; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_boolean_26() { return &___c_boolean_26; }
inline void set_c_boolean_26(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_boolean_26 = value;
Il2CppCodeGenWriteBarrier((&___c_boolean_26), value);
}
inline static int32_t get_offset_of_c_byte_27() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_byte_27)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_byte_27() const { return ___c_byte_27; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_byte_27() { return &___c_byte_27; }
inline void set_c_byte_27(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_byte_27 = value;
Il2CppCodeGenWriteBarrier((&___c_byte_27), value);
}
inline static int32_t get_offset_of_c_char_28() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_char_28)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_char_28() const { return ___c_char_28; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_char_28() { return &___c_char_28; }
inline void set_c_char_28(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_char_28 = value;
Il2CppCodeGenWriteBarrier((&___c_char_28), value);
}
inline static int32_t get_offset_of_c_date_29() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_date_29)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_date_29() const { return ___c_date_29; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_date_29() { return &___c_date_29; }
inline void set_c_date_29(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_date_29 = value;
Il2CppCodeGenWriteBarrier((&___c_date_29), value);
}
inline static int32_t get_offset_of_c_dateTime_30() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_dateTime_30)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_dateTime_30() const { return ___c_dateTime_30; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_dateTime_30() { return &___c_dateTime_30; }
inline void set_c_dateTime_30(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_dateTime_30 = value;
Il2CppCodeGenWriteBarrier((&___c_dateTime_30), value);
}
inline static int32_t get_offset_of_c_dateTimeNoTz_31() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_dateTimeNoTz_31)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_dateTimeNoTz_31() const { return ___c_dateTimeNoTz_31; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_dateTimeNoTz_31() { return &___c_dateTimeNoTz_31; }
inline void set_c_dateTimeNoTz_31(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_dateTimeNoTz_31 = value;
Il2CppCodeGenWriteBarrier((&___c_dateTimeNoTz_31), value);
}
inline static int32_t get_offset_of_c_dateTimeTz_32() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_dateTimeTz_32)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_dateTimeTz_32() const { return ___c_dateTimeTz_32; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_dateTimeTz_32() { return &___c_dateTimeTz_32; }
inline void set_c_dateTimeTz_32(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_dateTimeTz_32 = value;
Il2CppCodeGenWriteBarrier((&___c_dateTimeTz_32), value);
}
inline static int32_t get_offset_of_c_day_33() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_day_33)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_day_33() const { return ___c_day_33; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_day_33() { return &___c_day_33; }
inline void set_c_day_33(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_day_33 = value;
Il2CppCodeGenWriteBarrier((&___c_day_33), value);
}
inline static int32_t get_offset_of_c_decimal_34() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_decimal_34)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_decimal_34() const { return ___c_decimal_34; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_decimal_34() { return &___c_decimal_34; }
inline void set_c_decimal_34(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_decimal_34 = value;
Il2CppCodeGenWriteBarrier((&___c_decimal_34), value);
}
inline static int32_t get_offset_of_c_double_35() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_double_35)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_double_35() const { return ___c_double_35; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_double_35() { return &___c_double_35; }
inline void set_c_double_35(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_double_35 = value;
Il2CppCodeGenWriteBarrier((&___c_double_35), value);
}
inline static int32_t get_offset_of_c_doubleXdr_36() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_doubleXdr_36)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_doubleXdr_36() const { return ___c_doubleXdr_36; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_doubleXdr_36() { return &___c_doubleXdr_36; }
inline void set_c_doubleXdr_36(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_doubleXdr_36 = value;
Il2CppCodeGenWriteBarrier((&___c_doubleXdr_36), value);
}
inline static int32_t get_offset_of_c_duration_37() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_duration_37)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_duration_37() const { return ___c_duration_37; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_duration_37() { return &___c_duration_37; }
inline void set_c_duration_37(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_duration_37 = value;
Il2CppCodeGenWriteBarrier((&___c_duration_37), value);
}
inline static int32_t get_offset_of_c_ENTITY_38() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_ENTITY_38)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_ENTITY_38() const { return ___c_ENTITY_38; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_ENTITY_38() { return &___c_ENTITY_38; }
inline void set_c_ENTITY_38(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_ENTITY_38 = value;
Il2CppCodeGenWriteBarrier((&___c_ENTITY_38), value);
}
inline static int32_t get_offset_of_c_ENTITIES_39() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_ENTITIES_39)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_ENTITIES_39() const { return ___c_ENTITIES_39; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_ENTITIES_39() { return &___c_ENTITIES_39; }
inline void set_c_ENTITIES_39(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_ENTITIES_39 = value;
Il2CppCodeGenWriteBarrier((&___c_ENTITIES_39), value);
}
inline static int32_t get_offset_of_c_ENUMERATION_40() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_ENUMERATION_40)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_ENUMERATION_40() const { return ___c_ENUMERATION_40; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_ENUMERATION_40() { return &___c_ENUMERATION_40; }
inline void set_c_ENUMERATION_40(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_ENUMERATION_40 = value;
Il2CppCodeGenWriteBarrier((&___c_ENUMERATION_40), value);
}
inline static int32_t get_offset_of_c_fixed_41() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_fixed_41)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_fixed_41() const { return ___c_fixed_41; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_fixed_41() { return &___c_fixed_41; }
inline void set_c_fixed_41(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_fixed_41 = value;
Il2CppCodeGenWriteBarrier((&___c_fixed_41), value);
}
inline static int32_t get_offset_of_c_float_42() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_float_42)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_float_42() const { return ___c_float_42; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_float_42() { return &___c_float_42; }
inline void set_c_float_42(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_float_42 = value;
Il2CppCodeGenWriteBarrier((&___c_float_42), value);
}
inline static int32_t get_offset_of_c_floatXdr_43() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_floatXdr_43)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_floatXdr_43() const { return ___c_floatXdr_43; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_floatXdr_43() { return &___c_floatXdr_43; }
inline void set_c_floatXdr_43(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_floatXdr_43 = value;
Il2CppCodeGenWriteBarrier((&___c_floatXdr_43), value);
}
inline static int32_t get_offset_of_c_hexBinary_44() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_hexBinary_44)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_hexBinary_44() const { return ___c_hexBinary_44; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_hexBinary_44() { return &___c_hexBinary_44; }
inline void set_c_hexBinary_44(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_hexBinary_44 = value;
Il2CppCodeGenWriteBarrier((&___c_hexBinary_44), value);
}
inline static int32_t get_offset_of_c_ID_45() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_ID_45)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_ID_45() const { return ___c_ID_45; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_ID_45() { return &___c_ID_45; }
inline void set_c_ID_45(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_ID_45 = value;
Il2CppCodeGenWriteBarrier((&___c_ID_45), value);
}
inline static int32_t get_offset_of_c_IDREF_46() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_IDREF_46)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_IDREF_46() const { return ___c_IDREF_46; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_IDREF_46() { return &___c_IDREF_46; }
inline void set_c_IDREF_46(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_IDREF_46 = value;
Il2CppCodeGenWriteBarrier((&___c_IDREF_46), value);
}
inline static int32_t get_offset_of_c_IDREFS_47() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_IDREFS_47)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_IDREFS_47() const { return ___c_IDREFS_47; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_IDREFS_47() { return &___c_IDREFS_47; }
inline void set_c_IDREFS_47(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_IDREFS_47 = value;
Il2CppCodeGenWriteBarrier((&___c_IDREFS_47), value);
}
inline static int32_t get_offset_of_c_int_48() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_int_48)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_int_48() const { return ___c_int_48; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_int_48() { return &___c_int_48; }
inline void set_c_int_48(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_int_48 = value;
Il2CppCodeGenWriteBarrier((&___c_int_48), value);
}
inline static int32_t get_offset_of_c_integer_49() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_integer_49)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_integer_49() const { return ___c_integer_49; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_integer_49() { return &___c_integer_49; }
inline void set_c_integer_49(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_integer_49 = value;
Il2CppCodeGenWriteBarrier((&___c_integer_49), value);
}
inline static int32_t get_offset_of_c_language_50() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_language_50)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_language_50() const { return ___c_language_50; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_language_50() { return &___c_language_50; }
inline void set_c_language_50(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_language_50 = value;
Il2CppCodeGenWriteBarrier((&___c_language_50), value);
}
inline static int32_t get_offset_of_c_long_51() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_long_51)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_long_51() const { return ___c_long_51; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_long_51() { return &___c_long_51; }
inline void set_c_long_51(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_long_51 = value;
Il2CppCodeGenWriteBarrier((&___c_long_51), value);
}
inline static int32_t get_offset_of_c_month_52() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_month_52)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_month_52() const { return ___c_month_52; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_month_52() { return &___c_month_52; }
inline void set_c_month_52(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_month_52 = value;
Il2CppCodeGenWriteBarrier((&___c_month_52), value);
}
inline static int32_t get_offset_of_c_monthDay_53() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_monthDay_53)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_monthDay_53() const { return ___c_monthDay_53; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_monthDay_53() { return &___c_monthDay_53; }
inline void set_c_monthDay_53(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_monthDay_53 = value;
Il2CppCodeGenWriteBarrier((&___c_monthDay_53), value);
}
inline static int32_t get_offset_of_c_Name_54() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_Name_54)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_Name_54() const { return ___c_Name_54; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_Name_54() { return &___c_Name_54; }
inline void set_c_Name_54(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_Name_54 = value;
Il2CppCodeGenWriteBarrier((&___c_Name_54), value);
}
inline static int32_t get_offset_of_c_NCName_55() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_NCName_55)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_NCName_55() const { return ___c_NCName_55; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_NCName_55() { return &___c_NCName_55; }
inline void set_c_NCName_55(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_NCName_55 = value;
Il2CppCodeGenWriteBarrier((&___c_NCName_55), value);
}
inline static int32_t get_offset_of_c_negativeInteger_56() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_negativeInteger_56)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_negativeInteger_56() const { return ___c_negativeInteger_56; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_negativeInteger_56() { return &___c_negativeInteger_56; }
inline void set_c_negativeInteger_56(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_negativeInteger_56 = value;
Il2CppCodeGenWriteBarrier((&___c_negativeInteger_56), value);
}
inline static int32_t get_offset_of_c_NMTOKEN_57() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_NMTOKEN_57)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_NMTOKEN_57() const { return ___c_NMTOKEN_57; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_NMTOKEN_57() { return &___c_NMTOKEN_57; }
inline void set_c_NMTOKEN_57(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_NMTOKEN_57 = value;
Il2CppCodeGenWriteBarrier((&___c_NMTOKEN_57), value);
}
inline static int32_t get_offset_of_c_NMTOKENS_58() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_NMTOKENS_58)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_NMTOKENS_58() const { return ___c_NMTOKENS_58; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_NMTOKENS_58() { return &___c_NMTOKENS_58; }
inline void set_c_NMTOKENS_58(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_NMTOKENS_58 = value;
Il2CppCodeGenWriteBarrier((&___c_NMTOKENS_58), value);
}
inline static int32_t get_offset_of_c_nonNegativeInteger_59() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_nonNegativeInteger_59)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_nonNegativeInteger_59() const { return ___c_nonNegativeInteger_59; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_nonNegativeInteger_59() { return &___c_nonNegativeInteger_59; }
inline void set_c_nonNegativeInteger_59(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_nonNegativeInteger_59 = value;
Il2CppCodeGenWriteBarrier((&___c_nonNegativeInteger_59), value);
}
inline static int32_t get_offset_of_c_nonPositiveInteger_60() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_nonPositiveInteger_60)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_nonPositiveInteger_60() const { return ___c_nonPositiveInteger_60; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_nonPositiveInteger_60() { return &___c_nonPositiveInteger_60; }
inline void set_c_nonPositiveInteger_60(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_nonPositiveInteger_60 = value;
Il2CppCodeGenWriteBarrier((&___c_nonPositiveInteger_60), value);
}
inline static int32_t get_offset_of_c_normalizedString_61() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_normalizedString_61)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_normalizedString_61() const { return ___c_normalizedString_61; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_normalizedString_61() { return &___c_normalizedString_61; }
inline void set_c_normalizedString_61(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_normalizedString_61 = value;
Il2CppCodeGenWriteBarrier((&___c_normalizedString_61), value);
}
inline static int32_t get_offset_of_c_NOTATION_62() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_NOTATION_62)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_NOTATION_62() const { return ___c_NOTATION_62; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_NOTATION_62() { return &___c_NOTATION_62; }
inline void set_c_NOTATION_62(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_NOTATION_62 = value;
Il2CppCodeGenWriteBarrier((&___c_NOTATION_62), value);
}
inline static int32_t get_offset_of_c_positiveInteger_63() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_positiveInteger_63)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_positiveInteger_63() const { return ___c_positiveInteger_63; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_positiveInteger_63() { return &___c_positiveInteger_63; }
inline void set_c_positiveInteger_63(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_positiveInteger_63 = value;
Il2CppCodeGenWriteBarrier((&___c_positiveInteger_63), value);
}
inline static int32_t get_offset_of_c_QName_64() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_QName_64)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_QName_64() const { return ___c_QName_64; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_QName_64() { return &___c_QName_64; }
inline void set_c_QName_64(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_QName_64 = value;
Il2CppCodeGenWriteBarrier((&___c_QName_64), value);
}
inline static int32_t get_offset_of_c_QNameXdr_65() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_QNameXdr_65)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_QNameXdr_65() const { return ___c_QNameXdr_65; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_QNameXdr_65() { return &___c_QNameXdr_65; }
inline void set_c_QNameXdr_65(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_QNameXdr_65 = value;
Il2CppCodeGenWriteBarrier((&___c_QNameXdr_65), value);
}
inline static int32_t get_offset_of_c_short_66() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_short_66)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_short_66() const { return ___c_short_66; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_short_66() { return &___c_short_66; }
inline void set_c_short_66(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_short_66 = value;
Il2CppCodeGenWriteBarrier((&___c_short_66), value);
}
inline static int32_t get_offset_of_c_string_67() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_string_67)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_string_67() const { return ___c_string_67; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_string_67() { return &___c_string_67; }
inline void set_c_string_67(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_string_67 = value;
Il2CppCodeGenWriteBarrier((&___c_string_67), value);
}
inline static int32_t get_offset_of_c_time_68() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_time_68)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_time_68() const { return ___c_time_68; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_time_68() { return &___c_time_68; }
inline void set_c_time_68(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_time_68 = value;
Il2CppCodeGenWriteBarrier((&___c_time_68), value);
}
inline static int32_t get_offset_of_c_timeNoTz_69() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_timeNoTz_69)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_timeNoTz_69() const { return ___c_timeNoTz_69; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_timeNoTz_69() { return &___c_timeNoTz_69; }
inline void set_c_timeNoTz_69(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_timeNoTz_69 = value;
Il2CppCodeGenWriteBarrier((&___c_timeNoTz_69), value);
}
inline static int32_t get_offset_of_c_timeTz_70() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_timeTz_70)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_timeTz_70() const { return ___c_timeTz_70; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_timeTz_70() { return &___c_timeTz_70; }
inline void set_c_timeTz_70(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_timeTz_70 = value;
Il2CppCodeGenWriteBarrier((&___c_timeTz_70), value);
}
inline static int32_t get_offset_of_c_token_71() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_token_71)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_token_71() const { return ___c_token_71; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_token_71() { return &___c_token_71; }
inline void set_c_token_71(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_token_71 = value;
Il2CppCodeGenWriteBarrier((&___c_token_71), value);
}
inline static int32_t get_offset_of_c_unsignedByte_72() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_unsignedByte_72)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_unsignedByte_72() const { return ___c_unsignedByte_72; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_unsignedByte_72() { return &___c_unsignedByte_72; }
inline void set_c_unsignedByte_72(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_unsignedByte_72 = value;
Il2CppCodeGenWriteBarrier((&___c_unsignedByte_72), value);
}
inline static int32_t get_offset_of_c_unsignedInt_73() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_unsignedInt_73)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_unsignedInt_73() const { return ___c_unsignedInt_73; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_unsignedInt_73() { return &___c_unsignedInt_73; }
inline void set_c_unsignedInt_73(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_unsignedInt_73 = value;
Il2CppCodeGenWriteBarrier((&___c_unsignedInt_73), value);
}
inline static int32_t get_offset_of_c_unsignedLong_74() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_unsignedLong_74)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_unsignedLong_74() const { return ___c_unsignedLong_74; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_unsignedLong_74() { return &___c_unsignedLong_74; }
inline void set_c_unsignedLong_74(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_unsignedLong_74 = value;
Il2CppCodeGenWriteBarrier((&___c_unsignedLong_74), value);
}
inline static int32_t get_offset_of_c_unsignedShort_75() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_unsignedShort_75)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_unsignedShort_75() const { return ___c_unsignedShort_75; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_unsignedShort_75() { return &___c_unsignedShort_75; }
inline void set_c_unsignedShort_75(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_unsignedShort_75 = value;
Il2CppCodeGenWriteBarrier((&___c_unsignedShort_75), value);
}
inline static int32_t get_offset_of_c_uuid_76() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_uuid_76)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_uuid_76() const { return ___c_uuid_76; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_uuid_76() { return &___c_uuid_76; }
inline void set_c_uuid_76(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_uuid_76 = value;
Il2CppCodeGenWriteBarrier((&___c_uuid_76), value);
}
inline static int32_t get_offset_of_c_year_77() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_year_77)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_year_77() const { return ___c_year_77; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_year_77() { return &___c_year_77; }
inline void set_c_year_77(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_year_77 = value;
Il2CppCodeGenWriteBarrier((&___c_year_77), value);
}
inline static int32_t get_offset_of_c_yearMonth_78() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_yearMonth_78)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_yearMonth_78() const { return ___c_yearMonth_78; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_yearMonth_78() { return &___c_yearMonth_78; }
inline void set_c_yearMonth_78(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_yearMonth_78 = value;
Il2CppCodeGenWriteBarrier((&___c_yearMonth_78), value);
}
inline static int32_t get_offset_of_c_normalizedStringV1Compat_79() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_normalizedStringV1Compat_79)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_normalizedStringV1Compat_79() const { return ___c_normalizedStringV1Compat_79; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_normalizedStringV1Compat_79() { return &___c_normalizedStringV1Compat_79; }
inline void set_c_normalizedStringV1Compat_79(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_normalizedStringV1Compat_79 = value;
Il2CppCodeGenWriteBarrier((&___c_normalizedStringV1Compat_79), value);
}
inline static int32_t get_offset_of_c_tokenV1Compat_80() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_tokenV1Compat_80)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_tokenV1Compat_80() const { return ___c_tokenV1Compat_80; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_tokenV1Compat_80() { return &___c_tokenV1Compat_80; }
inline void set_c_tokenV1Compat_80(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_tokenV1Compat_80 = value;
Il2CppCodeGenWriteBarrier((&___c_tokenV1Compat_80), value);
}
inline static int32_t get_offset_of_c_anyAtomicType_81() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_anyAtomicType_81)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_anyAtomicType_81() const { return ___c_anyAtomicType_81; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_anyAtomicType_81() { return &___c_anyAtomicType_81; }
inline void set_c_anyAtomicType_81(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_anyAtomicType_81 = value;
Il2CppCodeGenWriteBarrier((&___c_anyAtomicType_81), value);
}
inline static int32_t get_offset_of_c_dayTimeDuration_82() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_dayTimeDuration_82)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_dayTimeDuration_82() const { return ___c_dayTimeDuration_82; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_dayTimeDuration_82() { return &___c_dayTimeDuration_82; }
inline void set_c_dayTimeDuration_82(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_dayTimeDuration_82 = value;
Il2CppCodeGenWriteBarrier((&___c_dayTimeDuration_82), value);
}
inline static int32_t get_offset_of_c_untypedAtomicType_83() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_untypedAtomicType_83)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_untypedAtomicType_83() const { return ___c_untypedAtomicType_83; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_untypedAtomicType_83() { return &___c_untypedAtomicType_83; }
inline void set_c_untypedAtomicType_83(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_untypedAtomicType_83 = value;
Il2CppCodeGenWriteBarrier((&___c_untypedAtomicType_83), value);
}
inline static int32_t get_offset_of_c_yearMonthDuration_84() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_yearMonthDuration_84)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_c_yearMonthDuration_84() const { return ___c_yearMonthDuration_84; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_c_yearMonthDuration_84() { return &___c_yearMonthDuration_84; }
inline void set_c_yearMonthDuration_84(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___c_yearMonthDuration_84 = value;
Il2CppCodeGenWriteBarrier((&___c_yearMonthDuration_84), value);
}
inline static int32_t get_offset_of_c_tokenizedTypes_85() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_tokenizedTypes_85)); }
inline DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* get_c_tokenizedTypes_85() const { return ___c_tokenizedTypes_85; }
inline DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36** get_address_of_c_tokenizedTypes_85() { return &___c_tokenizedTypes_85; }
inline void set_c_tokenizedTypes_85(DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* value)
{
___c_tokenizedTypes_85 = value;
Il2CppCodeGenWriteBarrier((&___c_tokenizedTypes_85), value);
}
inline static int32_t get_offset_of_c_tokenizedTypesXsd_86() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_tokenizedTypesXsd_86)); }
inline DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* get_c_tokenizedTypesXsd_86() const { return ___c_tokenizedTypesXsd_86; }
inline DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36** get_address_of_c_tokenizedTypesXsd_86() { return &___c_tokenizedTypesXsd_86; }
inline void set_c_tokenizedTypesXsd_86(DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* value)
{
___c_tokenizedTypesXsd_86 = value;
Il2CppCodeGenWriteBarrier((&___c_tokenizedTypesXsd_86), value);
}
inline static int32_t get_offset_of_c_XdrTypes_87() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_XdrTypes_87)); }
inline SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* get_c_XdrTypes_87() const { return ___c_XdrTypes_87; }
inline SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7** get_address_of_c_XdrTypes_87() { return &___c_XdrTypes_87; }
inline void set_c_XdrTypes_87(SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* value)
{
___c_XdrTypes_87 = value;
Il2CppCodeGenWriteBarrier((&___c_XdrTypes_87), value);
}
inline static int32_t get_offset_of_c_XsdTypes_88() { return static_cast<int32_t>(offsetof(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields, ___c_XsdTypes_88)); }
inline SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* get_c_XsdTypes_88() const { return ___c_XsdTypes_88; }
inline SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7** get_address_of_c_XsdTypes_88() { return &___c_XsdTypes_88; }
inline void set_c_XsdTypes_88(SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* value)
{
___c_XsdTypes_88 = value;
Il2CppCodeGenWriteBarrier((&___c_XsdTypes_88), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPEIMPLEMENTATION_TB5894E69998AF6871FDFC14B2A95AE5F07CBB836_H
#ifndef RESTRICTIONFACETS_TB440DD7CAE146E138972858A02C18D3D13282AB4_H
#define RESTRICTIONFACETS_TB440DD7CAE146E138972858A02C18D3D13282AB4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.RestrictionFacets
struct RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 : public RuntimeObject
{
public:
// System.Int32 System.Xml.Schema.RestrictionFacets::Length
int32_t ___Length_0;
// System.Int32 System.Xml.Schema.RestrictionFacets::MinLength
int32_t ___MinLength_1;
// System.Int32 System.Xml.Schema.RestrictionFacets::MaxLength
int32_t ___MaxLength_2;
// System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Patterns
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___Patterns_3;
// System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Enumeration
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___Enumeration_4;
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.RestrictionFacets::WhiteSpace
int32_t ___WhiteSpace_5;
// System.Object System.Xml.Schema.RestrictionFacets::MaxInclusive
RuntimeObject * ___MaxInclusive_6;
// System.Object System.Xml.Schema.RestrictionFacets::MaxExclusive
RuntimeObject * ___MaxExclusive_7;
// System.Object System.Xml.Schema.RestrictionFacets::MinInclusive
RuntimeObject * ___MinInclusive_8;
// System.Object System.Xml.Schema.RestrictionFacets::MinExclusive
RuntimeObject * ___MinExclusive_9;
// System.Int32 System.Xml.Schema.RestrictionFacets::TotalDigits
int32_t ___TotalDigits_10;
// System.Int32 System.Xml.Schema.RestrictionFacets::FractionDigits
int32_t ___FractionDigits_11;
// System.Xml.Schema.RestrictionFlags System.Xml.Schema.RestrictionFacets::Flags
int32_t ___Flags_12;
public:
inline static int32_t get_offset_of_Length_0() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___Length_0)); }
inline int32_t get_Length_0() const { return ___Length_0; }
inline int32_t* get_address_of_Length_0() { return &___Length_0; }
inline void set_Length_0(int32_t value)
{
___Length_0 = value;
}
inline static int32_t get_offset_of_MinLength_1() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MinLength_1)); }
inline int32_t get_MinLength_1() const { return ___MinLength_1; }
inline int32_t* get_address_of_MinLength_1() { return &___MinLength_1; }
inline void set_MinLength_1(int32_t value)
{
___MinLength_1 = value;
}
inline static int32_t get_offset_of_MaxLength_2() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MaxLength_2)); }
inline int32_t get_MaxLength_2() const { return ___MaxLength_2; }
inline int32_t* get_address_of_MaxLength_2() { return &___MaxLength_2; }
inline void set_MaxLength_2(int32_t value)
{
___MaxLength_2 = value;
}
inline static int32_t get_offset_of_Patterns_3() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___Patterns_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_Patterns_3() const { return ___Patterns_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_Patterns_3() { return &___Patterns_3; }
inline void set_Patterns_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___Patterns_3 = value;
Il2CppCodeGenWriteBarrier((&___Patterns_3), value);
}
inline static int32_t get_offset_of_Enumeration_4() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___Enumeration_4)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_Enumeration_4() const { return ___Enumeration_4; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_Enumeration_4() { return &___Enumeration_4; }
inline void set_Enumeration_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___Enumeration_4 = value;
Il2CppCodeGenWriteBarrier((&___Enumeration_4), value);
}
inline static int32_t get_offset_of_WhiteSpace_5() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___WhiteSpace_5)); }
inline int32_t get_WhiteSpace_5() const { return ___WhiteSpace_5; }
inline int32_t* get_address_of_WhiteSpace_5() { return &___WhiteSpace_5; }
inline void set_WhiteSpace_5(int32_t value)
{
___WhiteSpace_5 = value;
}
inline static int32_t get_offset_of_MaxInclusive_6() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MaxInclusive_6)); }
inline RuntimeObject * get_MaxInclusive_6() const { return ___MaxInclusive_6; }
inline RuntimeObject ** get_address_of_MaxInclusive_6() { return &___MaxInclusive_6; }
inline void set_MaxInclusive_6(RuntimeObject * value)
{
___MaxInclusive_6 = value;
Il2CppCodeGenWriteBarrier((&___MaxInclusive_6), value);
}
inline static int32_t get_offset_of_MaxExclusive_7() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MaxExclusive_7)); }
inline RuntimeObject * get_MaxExclusive_7() const { return ___MaxExclusive_7; }
inline RuntimeObject ** get_address_of_MaxExclusive_7() { return &___MaxExclusive_7; }
inline void set_MaxExclusive_7(RuntimeObject * value)
{
___MaxExclusive_7 = value;
Il2CppCodeGenWriteBarrier((&___MaxExclusive_7), value);
}
inline static int32_t get_offset_of_MinInclusive_8() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MinInclusive_8)); }
inline RuntimeObject * get_MinInclusive_8() const { return ___MinInclusive_8; }
inline RuntimeObject ** get_address_of_MinInclusive_8() { return &___MinInclusive_8; }
inline void set_MinInclusive_8(RuntimeObject * value)
{
___MinInclusive_8 = value;
Il2CppCodeGenWriteBarrier((&___MinInclusive_8), value);
}
inline static int32_t get_offset_of_MinExclusive_9() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___MinExclusive_9)); }
inline RuntimeObject * get_MinExclusive_9() const { return ___MinExclusive_9; }
inline RuntimeObject ** get_address_of_MinExclusive_9() { return &___MinExclusive_9; }
inline void set_MinExclusive_9(RuntimeObject * value)
{
___MinExclusive_9 = value;
Il2CppCodeGenWriteBarrier((&___MinExclusive_9), value);
}
inline static int32_t get_offset_of_TotalDigits_10() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___TotalDigits_10)); }
inline int32_t get_TotalDigits_10() const { return ___TotalDigits_10; }
inline int32_t* get_address_of_TotalDigits_10() { return &___TotalDigits_10; }
inline void set_TotalDigits_10(int32_t value)
{
___TotalDigits_10 = value;
}
inline static int32_t get_offset_of_FractionDigits_11() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___FractionDigits_11)); }
inline int32_t get_FractionDigits_11() const { return ___FractionDigits_11; }
inline int32_t* get_address_of_FractionDigits_11() { return &___FractionDigits_11; }
inline void set_FractionDigits_11(int32_t value)
{
___FractionDigits_11 = value;
}
inline static int32_t get_offset_of_Flags_12() { return static_cast<int32_t>(offsetof(RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4, ___Flags_12)); }
inline int32_t get_Flags_12() const { return ___Flags_12; }
inline int32_t* get_address_of_Flags_12() { return &___Flags_12; }
inline void set_Flags_12(int32_t value)
{
___Flags_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RESTRICTIONFACETS_TB440DD7CAE146E138972858A02C18D3D13282AB4_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 XMLATOMICVALUE_TD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_H
#define XMLATOMICVALUE_TD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 : public XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98
{
public:
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType_0;
// System.Object System.Xml.Schema.XmlAtomicValue::objVal
RuntimeObject * ___objVal_1;
// System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType
int32_t ___clrType_2;
// System.Xml.Schema.XmlAtomicValue_Union System.Xml.Schema.XmlAtomicValue::unionVal
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 ___unionVal_3;
// System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix
NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * ___nsPrefix_4;
public:
inline static int32_t get_offset_of_xmlType_0() { return static_cast<int32_t>(offsetof(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0, ___xmlType_0)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_xmlType_0() const { return ___xmlType_0; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_xmlType_0() { return &___xmlType_0; }
inline void set_xmlType_0(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___xmlType_0 = value;
Il2CppCodeGenWriteBarrier((&___xmlType_0), value);
}
inline static int32_t get_offset_of_objVal_1() { return static_cast<int32_t>(offsetof(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0, ___objVal_1)); }
inline RuntimeObject * get_objVal_1() const { return ___objVal_1; }
inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; }
inline void set_objVal_1(RuntimeObject * value)
{
___objVal_1 = value;
Il2CppCodeGenWriteBarrier((&___objVal_1), value);
}
inline static int32_t get_offset_of_clrType_2() { return static_cast<int32_t>(offsetof(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0, ___clrType_2)); }
inline int32_t get_clrType_2() const { return ___clrType_2; }
inline int32_t* get_address_of_clrType_2() { return &___clrType_2; }
inline void set_clrType_2(int32_t value)
{
___clrType_2 = value;
}
inline static int32_t get_offset_of_unionVal_3() { return static_cast<int32_t>(offsetof(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0, ___unionVal_3)); }
inline Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 get_unionVal_3() const { return ___unionVal_3; }
inline Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * get_address_of_unionVal_3() { return &___unionVal_3; }
inline void set_unionVal_3(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 value)
{
___unionVal_3 = value;
}
inline static int32_t get_offset_of_nsPrefix_4() { return static_cast<int32_t>(offsetof(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0, ___nsPrefix_4)); }
inline NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * get_nsPrefix_4() const { return ___nsPrefix_4; }
inline NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; }
inline void set_nsPrefix_4(NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * value)
{
___nsPrefix_4 = value;
Il2CppCodeGenWriteBarrier((&___nsPrefix_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLATOMICVALUE_TD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_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 XMLSCHEMASIMPLETYPELIST_TE5804144CB4035DE27AA3C43233579A075469403_H
#define XMLSCHEMASIMPLETYPELIST_TE5804144CB4035DE27AA3C43233579A075469403_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaSimpleTypeList
struct XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 : public XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E
{
public:
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___itemTypeName_0;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___itemType_1;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::baseItemType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___baseItemType_2;
public:
inline static int32_t get_offset_of_itemTypeName_0() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403, ___itemTypeName_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_itemTypeName_0() const { return ___itemTypeName_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_itemTypeName_0() { return &___itemTypeName_0; }
inline void set_itemTypeName_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___itemTypeName_0 = value;
Il2CppCodeGenWriteBarrier((&___itemTypeName_0), value);
}
inline static int32_t get_offset_of_itemType_1() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403, ___itemType_1)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_itemType_1() const { return ___itemType_1; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_itemType_1() { return &___itemType_1; }
inline void set_itemType_1(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___itemType_1 = value;
Il2CppCodeGenWriteBarrier((&___itemType_1), value);
}
inline static int32_t get_offset_of_baseItemType_2() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403, ___baseItemType_2)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_baseItemType_2() const { return ___baseItemType_2; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_baseItemType_2() { return &___baseItemType_2; }
inline void set_baseItemType_2(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___baseItemType_2 = value;
Il2CppCodeGenWriteBarrier((&___baseItemType_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMASIMPLETYPELIST_TE5804144CB4035DE27AA3C43233579A075469403_H
#ifndef XMLSCHEMASIMPLETYPERESTRICTION_T948C7680F4D262DA9DA7590CCA8E2F96078E490C_H
#define XMLSCHEMASIMPLETYPERESTRICTION_T948C7680F4D262DA9DA7590CCA8E2F96078E490C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
struct XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C : public XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E
{
public:
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___baseTypeName_0;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets
XmlSchemaObjectCollection_t6DCC2B614786CE467B1572B384A163DEE72F1280 * ___facets_1;
public:
inline static int32_t get_offset_of_baseTypeName_0() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C, ___baseTypeName_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_baseTypeName_0() const { return ___baseTypeName_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_baseTypeName_0() { return &___baseTypeName_0; }
inline void set_baseTypeName_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___baseTypeName_0 = value;
Il2CppCodeGenWriteBarrier((&___baseTypeName_0), value);
}
inline static int32_t get_offset_of_facets_1() { return static_cast<int32_t>(offsetof(XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C, ___facets_1)); }
inline XmlSchemaObjectCollection_t6DCC2B614786CE467B1572B384A163DEE72F1280 * get_facets_1() const { return ___facets_1; }
inline XmlSchemaObjectCollection_t6DCC2B614786CE467B1572B384A163DEE72F1280 ** get_address_of_facets_1() { return &___facets_1; }
inline void set_facets_1(XmlSchemaObjectCollection_t6DCC2B614786CE467B1572B384A163DEE72F1280 * value)
{
___facets_1 = value;
Il2CppCodeGenWriteBarrier((&___facets_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMASIMPLETYPERESTRICTION_T948C7680F4D262DA9DA7590CCA8E2F96078E490C_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 TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#define TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.TypeInfo
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPEINFO_T9D6F65801A41B97F36138B15FD270A1550DBB3FC_H
#ifndef DATATYPE_ANYSIMPLETYPE_TA6075F2CC91D824A74FCEEBA33F595BA46A8C232_H
#define DATATYPE_ANYSIMPLETYPE_TA6075F2CC91D824A74FCEEBA33F595BA46A8C232_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_anySimpleType
struct Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 : public DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836
{
public:
public:
};
struct Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_anySimpleType::atomicValueType
Type_t * ___atomicValueType_89;
// System.Type System.Xml.Schema.Datatype_anySimpleType::listValueType
Type_t * ___listValueType_90;
public:
inline static int32_t get_offset_of_atomicValueType_89() { return static_cast<int32_t>(offsetof(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields, ___atomicValueType_89)); }
inline Type_t * get_atomicValueType_89() const { return ___atomicValueType_89; }
inline Type_t ** get_address_of_atomicValueType_89() { return &___atomicValueType_89; }
inline void set_atomicValueType_89(Type_t * value)
{
___atomicValueType_89 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_89), value);
}
inline static int32_t get_offset_of_listValueType_90() { return static_cast<int32_t>(offsetof(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields, ___listValueType_90)); }
inline Type_t * get_listValueType_90() const { return ___listValueType_90; }
inline Type_t ** get_address_of_listValueType_90() { return &___listValueType_90; }
inline void set_listValueType_90(Type_t * value)
{
___listValueType_90 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_90), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ANYSIMPLETYPE_TA6075F2CC91D824A74FCEEBA33F595BA46A8C232_H
#ifndef PARTICLECONTENTVALIDATOR_TFF273453F5523E636B8BE9C446AEE1F4090B8D1D_H
#define PARTICLECONTENTVALIDATOR_TFF273453F5523E636B8BE9C446AEE1F4090B8D1D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ParticleContentValidator
struct ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D : public ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA
{
public:
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols_7;
// System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions_8;
// System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_9;
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___contentNode_10;
// System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial
bool ___isPartial_11;
// System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount
int32_t ___minMaxNodesCount_12;
// System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck
bool ___enableUpaCheck_13;
public:
inline static int32_t get_offset_of_symbols_7() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___symbols_7)); }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * get_symbols_7() const { return ___symbols_7; }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 ** get_address_of_symbols_7() { return &___symbols_7; }
inline void set_symbols_7(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * value)
{
___symbols_7 = value;
Il2CppCodeGenWriteBarrier((&___symbols_7), value);
}
inline static int32_t get_offset_of_positions_8() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___positions_8)); }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * get_positions_8() const { return ___positions_8; }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D ** get_address_of_positions_8() { return &___positions_8; }
inline void set_positions_8(Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * value)
{
___positions_8 = value;
Il2CppCodeGenWriteBarrier((&___positions_8), value);
}
inline static int32_t get_offset_of_stack_9() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___stack_9)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_9() const { return ___stack_9; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_9() { return &___stack_9; }
inline void set_stack_9(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___stack_9 = value;
Il2CppCodeGenWriteBarrier((&___stack_9), value);
}
inline static int32_t get_offset_of_contentNode_10() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___contentNode_10)); }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * get_contentNode_10() const { return ___contentNode_10; }
inline SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C ** get_address_of_contentNode_10() { return &___contentNode_10; }
inline void set_contentNode_10(SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * value)
{
___contentNode_10 = value;
Il2CppCodeGenWriteBarrier((&___contentNode_10), value);
}
inline static int32_t get_offset_of_isPartial_11() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___isPartial_11)); }
inline bool get_isPartial_11() const { return ___isPartial_11; }
inline bool* get_address_of_isPartial_11() { return &___isPartial_11; }
inline void set_isPartial_11(bool value)
{
___isPartial_11 = value;
}
inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___minMaxNodesCount_12)); }
inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; }
inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; }
inline void set_minMaxNodesCount_12(int32_t value)
{
___minMaxNodesCount_12 = value;
}
inline static int32_t get_offset_of_enableUpaCheck_13() { return static_cast<int32_t>(offsetof(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D, ___enableUpaCheck_13)); }
inline bool get_enableUpaCheck_13() const { return ___enableUpaCheck_13; }
inline bool* get_address_of_enableUpaCheck_13() { return &___enableUpaCheck_13; }
inline void set_enableUpaCheck_13(bool value)
{
___enableUpaCheck_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARTICLECONTENTVALIDATOR_TFF273453F5523E636B8BE9C446AEE1F4090B8D1D_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 XMLANYCONVERTER_T4D431617E0BF65D3436F651CFC9024F17ACEB8D6_H
#define XMLANYCONVERTER_T4D431617E0BF65D3436F651CFC9024F17ACEB8D6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlAnyConverter
struct XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 : public XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8
{
public:
public:
};
struct XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields
{
public:
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___Item_32;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___AnyAtomic_33;
public:
inline static int32_t get_offset_of_Item_32() { return static_cast<int32_t>(offsetof(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields, ___Item_32)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_Item_32() const { return ___Item_32; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_Item_32() { return &___Item_32; }
inline void set_Item_32(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___Item_32 = value;
Il2CppCodeGenWriteBarrier((&___Item_32), value);
}
inline static int32_t get_offset_of_AnyAtomic_33() { return static_cast<int32_t>(offsetof(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields, ___AnyAtomic_33)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_AnyAtomic_33() const { return ___AnyAtomic_33; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_AnyAtomic_33() { return &___AnyAtomic_33; }
inline void set_AnyAtomic_33(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___AnyAtomic_33 = value;
Il2CppCodeGenWriteBarrier((&___AnyAtomic_33), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLANYCONVERTER_T4D431617E0BF65D3436F651CFC9024F17ACEB8D6_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 XMLSCHEMACOMPLEXTYPE_TFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_H
#define XMLSCHEMACOMPLEXTYPE_TFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaComplexType
struct XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 : public XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9
{
public:
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block
int32_t ___block_7;
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle
XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * ___contentTypeParticle_8;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard
XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * ___attributeWildcard_9;
// System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags
uint8_t ___pvFlags_13;
public:
inline static int32_t get_offset_of_block_7() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9, ___block_7)); }
inline int32_t get_block_7() const { return ___block_7; }
inline int32_t* get_address_of_block_7() { return &___block_7; }
inline void set_block_7(int32_t value)
{
___block_7 = value;
}
inline static int32_t get_offset_of_contentTypeParticle_8() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9, ___contentTypeParticle_8)); }
inline XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * get_contentTypeParticle_8() const { return ___contentTypeParticle_8; }
inline XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 ** get_address_of_contentTypeParticle_8() { return &___contentTypeParticle_8; }
inline void set_contentTypeParticle_8(XmlSchemaParticle_tB790C2363C7041009BE94F64F031BDDA1E389671 * value)
{
___contentTypeParticle_8 = value;
Il2CppCodeGenWriteBarrier((&___contentTypeParticle_8), value);
}
inline static int32_t get_offset_of_attributeWildcard_9() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9, ___attributeWildcard_9)); }
inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * get_attributeWildcard_9() const { return ___attributeWildcard_9; }
inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 ** get_address_of_attributeWildcard_9() { return &___attributeWildcard_9; }
inline void set_attributeWildcard_9(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * value)
{
___attributeWildcard_9 = value;
Il2CppCodeGenWriteBarrier((&___attributeWildcard_9), value);
}
inline static int32_t get_offset_of_pvFlags_13() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9, ___pvFlags_13)); }
inline uint8_t get_pvFlags_13() const { return ___pvFlags_13; }
inline uint8_t* get_address_of_pvFlags_13() { return &___pvFlags_13; }
inline void set_pvFlags_13(uint8_t value)
{
___pvFlags_13 = value;
}
};
struct XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_StaticFields
{
public:
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * ___anyTypeLax_10;
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * ___anyTypeSkip_11;
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * ___untypedAnyType_12;
public:
inline static int32_t get_offset_of_anyTypeLax_10() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_StaticFields, ___anyTypeLax_10)); }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * get_anyTypeLax_10() const { return ___anyTypeLax_10; }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 ** get_address_of_anyTypeLax_10() { return &___anyTypeLax_10; }
inline void set_anyTypeLax_10(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * value)
{
___anyTypeLax_10 = value;
Il2CppCodeGenWriteBarrier((&___anyTypeLax_10), value);
}
inline static int32_t get_offset_of_anyTypeSkip_11() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_StaticFields, ___anyTypeSkip_11)); }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * get_anyTypeSkip_11() const { return ___anyTypeSkip_11; }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 ** get_address_of_anyTypeSkip_11() { return &___anyTypeSkip_11; }
inline void set_anyTypeSkip_11(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * value)
{
___anyTypeSkip_11 = value;
Il2CppCodeGenWriteBarrier((&___anyTypeSkip_11), value);
}
inline static int32_t get_offset_of_untypedAnyType_12() { return static_cast<int32_t>(offsetof(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_StaticFields, ___untypedAnyType_12)); }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * get_untypedAnyType_12() const { return ___untypedAnyType_12; }
inline XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 ** get_address_of_untypedAnyType_12() { return &___untypedAnyType_12; }
inline void set_untypedAnyType_12(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * value)
{
___untypedAnyType_12 = value;
Il2CppCodeGenWriteBarrier((&___untypedAnyType_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMACOMPLEXTYPE_TFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_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 DATATYPE_LIST_TD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF_H
#define DATATYPE_LIST_TD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_List
struct Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.Datatype_List::itemType
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___itemType_91;
// System.Int32 System.Xml.Schema.Datatype_List::minListSize
int32_t ___minListSize_92;
public:
inline static int32_t get_offset_of_itemType_91() { return static_cast<int32_t>(offsetof(Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF, ___itemType_91)); }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * get_itemType_91() const { return ___itemType_91; }
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** get_address_of_itemType_91() { return &___itemType_91; }
inline void set_itemType_91(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
___itemType_91 = value;
Il2CppCodeGenWriteBarrier((&___itemType_91), value);
}
inline static int32_t get_offset_of_minListSize_92() { return static_cast<int32_t>(offsetof(Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF, ___minListSize_92)); }
inline int32_t get_minListSize_92() const { return ___minListSize_92; }
inline int32_t* get_address_of_minListSize_92() { return &___minListSize_92; }
inline void set_minListSize_92(int32_t value)
{
___minListSize_92 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_LIST_TD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF_H
#ifndef DATATYPE_NOTATION_T1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_H
#define DATATYPE_NOTATION_T1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_NOTATION
struct Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_NOTATION::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_NOTATION::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NOTATION_T1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_H
#ifndef DATATYPE_QNAME_T7993EC0C620D893BBAC71AB236FD7F188E2A5715_H
#define DATATYPE_QNAME_T7993EC0C620D893BBAC71AB236FD7F188E2A5715_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_QName
struct Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_QName::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_QName::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_QNAME_T7993EC0C620D893BBAC71AB236FD7F188E2A5715_H
#ifndef DATATYPE_QNAMEXDR_TAA5A0F0CF528CA3E589104F18440F96E6A662D7D_H
#define DATATYPE_QNAMEXDR_TAA5A0F0CF528CA3E589104F18440F96E6A662D7D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_QNameXdr
struct Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_QNameXdr::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_QNameXdr::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_QNAMEXDR_TAA5A0F0CF528CA3E589104F18440F96E6A662D7D_H
#ifndef DATATYPE_ANYATOMICTYPE_TD9993791C08ACD9B7F9AB91F05DBFF2B47C08142_H
#define DATATYPE_ANYATOMICTYPE_TD9993791C08ACD9B7F9AB91F05DBFF2B47C08142_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_anyAtomicType
struct Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ANYATOMICTYPE_TD9993791C08ACD9B7F9AB91F05DBFF2B47C08142_H
#ifndef DATATYPE_ANYURI_T0B785E29DB189700A3F0269E9822DDEA573F1313_H
#define DATATYPE_ANYURI_T0B785E29DB189700A3F0269E9822DDEA573F1313_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_anyURI
struct Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_anyURI::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_anyURI::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ANYURI_T0B785E29DB189700A3F0269E9822DDEA573F1313_H
#ifndef DATATYPE_BASE64BINARY_T9C6376D24073500D6657172197597F85F475F185_H
#define DATATYPE_BASE64BINARY_T9C6376D24073500D6657172197597F85F475F185_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_base64Binary
struct Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_base64Binary::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_base64Binary::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_BASE64BINARY_T9C6376D24073500D6657172197597F85F475F185_H
#ifndef DATATYPE_BOOLEAN_TB1805FB62F6452B8D69E9840D65139869BF76B62_H
#define DATATYPE_BOOLEAN_TB1805FB62F6452B8D69E9840D65139869BF76B62_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_boolean
struct Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_boolean::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_boolean::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_BOOLEAN_TB1805FB62F6452B8D69E9840D65139869BF76B62_H
#ifndef DATATYPE_CHAR_TBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_H
#define DATATYPE_CHAR_TBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_char
struct Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_char::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_char::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_CHAR_TBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_H
#ifndef DATATYPE_DATETIMEBASE_T573E0786DE1269B42D9217F634B1226B41712353_H
#define DATATYPE_DATETIMEBASE_T573E0786DE1269B42D9217F634B1226B41712353_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_dateTimeBase
struct Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
// System.Xml.Schema.XsdDateTimeFlags System.Xml.Schema.Datatype_dateTimeBase::dateTimeFlags
int32_t ___dateTimeFlags_93;
public:
inline static int32_t get_offset_of_dateTimeFlags_93() { return static_cast<int32_t>(offsetof(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353, ___dateTimeFlags_93)); }
inline int32_t get_dateTimeFlags_93() const { return ___dateTimeFlags_93; }
inline int32_t* get_address_of_dateTimeFlags_93() { return &___dateTimeFlags_93; }
inline void set_dateTimeFlags_93(int32_t value)
{
___dateTimeFlags_93 = value;
}
};
struct Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_dateTimeBase::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_dateTimeBase::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DATETIMEBASE_T573E0786DE1269B42D9217F634B1226B41712353_H
#ifndef DATATYPE_DECIMAL_T3943079EC38B2D86AB31D0141D563FE2EC063F60_H
#define DATATYPE_DECIMAL_T3943079EC38B2D86AB31D0141D563FE2EC063F60_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_decimal
struct Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_decimal::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_decimal::listValueType
Type_t * ___listValueType_92;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_93;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_93() { return static_cast<int32_t>(offsetof(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields, ___numeric10FacetsChecker_93)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_93() const { return ___numeric10FacetsChecker_93; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_93() { return &___numeric10FacetsChecker_93; }
inline void set_numeric10FacetsChecker_93(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_93 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_93), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DECIMAL_T3943079EC38B2D86AB31D0141D563FE2EC063F60_H
#ifndef DATATYPE_DOUBLE_TD5564072018557D0CCFA5E2BFC9902E197F221F1_H
#define DATATYPE_DOUBLE_TD5564072018557D0CCFA5E2BFC9902E197F221F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_double
struct Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_double::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_double::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DOUBLE_TD5564072018557D0CCFA5E2BFC9902E197F221F1_H
#ifndef DATATYPE_DURATION_T48CF7AD2DBEE484788997789311EACD432CCAC55_H
#define DATATYPE_DURATION_T48CF7AD2DBEE484788997789311EACD432CCAC55_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_duration
struct Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_duration::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_duration::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DURATION_T48CF7AD2DBEE484788997789311EACD432CCAC55_H
#ifndef DATATYPE_FLOAT_T368DEB66F38BC7C4420BEFD96E4E4396C690DC09_H
#define DATATYPE_FLOAT_T368DEB66F38BC7C4420BEFD96E4E4396C690DC09_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_float
struct Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_float::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_float::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_FLOAT_T368DEB66F38BC7C4420BEFD96E4E4396C690DC09_H
#ifndef DATATYPE_HEXBINARY_T07DC59FE97A13F127E33761B615DAA27E05538C5_H
#define DATATYPE_HEXBINARY_T07DC59FE97A13F127E33761B615DAA27E05538C5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_hexBinary
struct Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_hexBinary::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_hexBinary::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_HEXBINARY_T07DC59FE97A13F127E33761B615DAA27E05538C5_H
#ifndef DATATYPE_STRING_T99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2_H
#define DATATYPE_STRING_T99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_string
struct Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_STRING_T99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2_H
#ifndef DATATYPE_UNION_TE2A2CBDE037535DC3CCE37411750AC4EF2009F40_H
#define DATATYPE_UNION_TE2A2CBDE037535DC3CCE37411750AC4EF2009F40_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_union
struct Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.Datatype_union::types
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* ___types_93;
public:
inline static int32_t get_offset_of_types_93() { return static_cast<int32_t>(offsetof(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40, ___types_93)); }
inline XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* get_types_93() const { return ___types_93; }
inline XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B** get_address_of_types_93() { return &___types_93; }
inline void set_types_93(XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* value)
{
___types_93 = value;
Il2CppCodeGenWriteBarrier((&___types_93), value);
}
};
struct Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_union::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_union::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNION_TE2A2CBDE037535DC3CCE37411750AC4EF2009F40_H
#ifndef DATATYPE_UUID_T41832714DB16CAE4B2A752471268FEA913BA9261_H
#define DATATYPE_UUID_T41832714DB16CAE4B2A752471268FEA913BA9261_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_uuid
struct Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 : public Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232
{
public:
public:
};
struct Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_uuid::atomicValueType
Type_t * ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_uuid::listValueType
Type_t * ___listValueType_92;
public:
inline static int32_t get_offset_of_atomicValueType_91() { return static_cast<int32_t>(offsetof(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields, ___atomicValueType_91)); }
inline Type_t * get_atomicValueType_91() const { return ___atomicValueType_91; }
inline Type_t ** get_address_of_atomicValueType_91() { return &___atomicValueType_91; }
inline void set_atomicValueType_91(Type_t * value)
{
___atomicValueType_91 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_91), value);
}
inline static int32_t get_offset_of_listValueType_92() { return static_cast<int32_t>(offsetof(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields, ___listValueType_92)); }
inline Type_t * get_listValueType_92() const { return ___listValueType_92; }
inline Type_t ** get_address_of_listValueType_92() { return &___listValueType_92; }
inline void set_listValueType_92(Type_t * value)
{
___listValueType_92 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_92), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UUID_T41832714DB16CAE4B2A752471268FEA913BA9261_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
#ifndef DATATYPE_DATE_TE8038D91441496FA0536248368640C6610494FC9_H
#define DATATYPE_DATE_TE8038D91441496FA0536248368640C6610494FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_date
struct Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DATE_TE8038D91441496FA0536248368640C6610494FC9_H
#ifndef DATATYPE_DATETIME_T3B7EE99C29490E1897711256E01E7A9C2EC5D7C1_H
#define DATATYPE_DATETIME_T3B7EE99C29490E1897711256E01E7A9C2EC5D7C1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_dateTime
struct Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DATETIME_T3B7EE99C29490E1897711256E01E7A9C2EC5D7C1_H
#ifndef DATATYPE_DATETIMENOTIMEZONE_TB38A3869FCE26CA891E346F278A75DD53C3C9E8A_H
#define DATATYPE_DATETIMENOTIMEZONE_TB38A3869FCE26CA891E346F278A75DD53C3C9E8A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
struct Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DATETIMENOTIMEZONE_TB38A3869FCE26CA891E346F278A75DD53C3C9E8A_H
#ifndef DATATYPE_DATETIMETIMEZONE_T26637A58A0AEA601E60B74A13E84AF0B462AEC30_H
#define DATATYPE_DATETIMETIMEZONE_T26637A58A0AEA601E60B74A13E84AF0B462AEC30_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_dateTimeTimeZone
struct Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DATETIMETIMEZONE_T26637A58A0AEA601E60B74A13E84AF0B462AEC30_H
#ifndef DATATYPE_DAY_T9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA_H
#define DATATYPE_DAY_T9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_day
struct Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DAY_T9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA_H
#ifndef DATATYPE_DAYTIMEDURATION_TEFDAA51793B8ECAC56F6A769E15660728A220BAB_H
#define DATATYPE_DAYTIMEDURATION_TEFDAA51793B8ECAC56F6A769E15660728A220BAB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_dayTimeDuration
struct Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB : public Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DAYTIMEDURATION_TEFDAA51793B8ECAC56F6A769E15660728A220BAB_H
#ifndef DATATYPE_DOUBLEXDR_T89272978D99AEE1C60486AB5A10A8E6512DB46CB_H
#define DATATYPE_DOUBLEXDR_T89272978D99AEE1C60486AB5A10A8E6512DB46CB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_doubleXdr
struct Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB : public Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_DOUBLEXDR_T89272978D99AEE1C60486AB5A10A8E6512DB46CB_H
#ifndef DATATYPE_FIXED_TC72574BB46878C56DCC8A72863E769293C98329E_H
#define DATATYPE_FIXED_TC72574BB46878C56DCC8A72863E769293C98329E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_fixed
struct Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E : public Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_FIXED_TC72574BB46878C56DCC8A72863E769293C98329E_H
#ifndef DATATYPE_FLOATXDR_TB3D28790025F870EA84415F04A0C11D55254CAD7_H
#define DATATYPE_FLOATXDR_TB3D28790025F870EA84415F04A0C11D55254CAD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_floatXdr
struct Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7 : public Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_FLOATXDR_TB3D28790025F870EA84415F04A0C11D55254CAD7_H
#ifndef DATATYPE_INTEGER_T99C6B7493447CD4FE190F3A43C5C5619290AC5CC_H
#define DATATYPE_INTEGER_T99C6B7493447CD4FE190F3A43C5C5619290AC5CC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_integer
struct Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC : public Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_INTEGER_T99C6B7493447CD4FE190F3A43C5C5619290AC5CC_H
#ifndef DATATYPE_MONTH_TF9243E5E20EDEA28EBC203BED75465E4038F2414_H
#define DATATYPE_MONTH_TF9243E5E20EDEA28EBC203BED75465E4038F2414_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_month
struct Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_MONTH_TF9243E5E20EDEA28EBC203BED75465E4038F2414_H
#ifndef DATATYPE_MONTHDAY_T6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1_H
#define DATATYPE_MONTHDAY_T6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_monthDay
struct Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_MONTHDAY_T6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1_H
#ifndef DATATYPE_NORMALIZEDSTRING_T652AF623259AD1E631D5525B2D455ECAF1CC08C7_H
#define DATATYPE_NORMALIZEDSTRING_T652AF623259AD1E631D5525B2D455ECAF1CC08C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_normalizedString
struct Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 : public Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NORMALIZEDSTRING_T652AF623259AD1E631D5525B2D455ECAF1CC08C7_H
#ifndef DATATYPE_NORMALIZEDSTRINGV1COMPAT_TF65D96870C161D4FB7A281B1D4249F2744AD0CDA_H
#define DATATYPE_NORMALIZEDSTRINGV1COMPAT_TF65D96870C161D4FB7A281B1D4249F2744AD0CDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_normalizedStringV1Compat
struct Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA : public Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NORMALIZEDSTRINGV1COMPAT_TF65D96870C161D4FB7A281B1D4249F2744AD0CDA_H
#ifndef DATATYPE_TIME_TDC35793051A0FD77D955370F825F6F64E205201F_H
#define DATATYPE_TIME_TDC35793051A0FD77D955370F825F6F64E205201F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_time
struct Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_TIME_TDC35793051A0FD77D955370F825F6F64E205201F_H
#ifndef DATATYPE_TIMENOTIMEZONE_TF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4_H
#define DATATYPE_TIMENOTIMEZONE_TF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_timeNoTimeZone
struct Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_TIMENOTIMEZONE_TF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4_H
#ifndef DATATYPE_TIMETIMEZONE_TE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41_H
#define DATATYPE_TIMETIMEZONE_TE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_timeTimeZone
struct Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_TIMETIMEZONE_TE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41_H
#ifndef DATATYPE_UNTYPEDATOMICTYPE_TFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD_H
#define DATATYPE_UNTYPEDATOMICTYPE_TFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_untypedAtomicType
struct Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD : public Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNTYPEDATOMICTYPE_TFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD_H
#ifndef DATATYPE_YEAR_TAE9A96772EEFF0FD02512C8B526E60196A19D443_H
#define DATATYPE_YEAR_TAE9A96772EEFF0FD02512C8B526E60196A19D443_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_year
struct Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443 : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_YEAR_TAE9A96772EEFF0FD02512C8B526E60196A19D443_H
#ifndef DATATYPE_YEARMONTH_T0CFBFE4C46B80B357E2F88FA99F1F008B50745DC_H
#define DATATYPE_YEARMONTH_T0CFBFE4C46B80B357E2F88FA99F1F008B50745DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_yearMonth
struct Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC : public Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_YEARMONTH_T0CFBFE4C46B80B357E2F88FA99F1F008B50745DC_H
#ifndef DATATYPE_YEARMONTHDURATION_T48DB455A054A48BA0C8F4E3553B567F6DC599F3E_H
#define DATATYPE_YEARMONTHDURATION_T48DB455A054A48BA0C8F4E3553B567F6DC599F3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_yearMonthDuration
struct Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E : public Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_YEARMONTHDURATION_T48DB455A054A48BA0C8F4E3553B567F6DC599F3E_H
#ifndef DATATYPE_LONG_T8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_H
#define DATATYPE_LONG_T8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_long
struct Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 : public Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC
{
public:
public:
};
struct Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_long::atomicValueType
Type_t * ___atomicValueType_94;
// System.Type System.Xml.Schema.Datatype_long::listValueType
Type_t * ___listValueType_95;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_long::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_96;
public:
inline static int32_t get_offset_of_atomicValueType_94() { return static_cast<int32_t>(offsetof(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields, ___atomicValueType_94)); }
inline Type_t * get_atomicValueType_94() const { return ___atomicValueType_94; }
inline Type_t ** get_address_of_atomicValueType_94() { return &___atomicValueType_94; }
inline void set_atomicValueType_94(Type_t * value)
{
___atomicValueType_94 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_94), value);
}
inline static int32_t get_offset_of_listValueType_95() { return static_cast<int32_t>(offsetof(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields, ___listValueType_95)); }
inline Type_t * get_listValueType_95() const { return ___listValueType_95; }
inline Type_t ** get_address_of_listValueType_95() { return &___listValueType_95; }
inline void set_listValueType_95(Type_t * value)
{
___listValueType_95 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_95), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_96() { return static_cast<int32_t>(offsetof(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields, ___numeric10FacetsChecker_96)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_96() const { return ___numeric10FacetsChecker_96; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_96() { return &___numeric10FacetsChecker_96; }
inline void set_numeric10FacetsChecker_96(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_96 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_96), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_LONG_T8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_H
#ifndef DATATYPE_NONNEGATIVEINTEGER_T3D6BD75D9836160B5C0586D5F8B178962001BF62_H
#define DATATYPE_NONNEGATIVEINTEGER_T3D6BD75D9836160B5C0586D5F8B178962001BF62_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_nonNegativeInteger
struct Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 : public Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC
{
public:
public:
};
struct Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_StaticFields
{
public:
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_94;
public:
inline static int32_t get_offset_of_numeric10FacetsChecker_94() { return static_cast<int32_t>(offsetof(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_StaticFields, ___numeric10FacetsChecker_94)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_94() const { return ___numeric10FacetsChecker_94; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_94() { return &___numeric10FacetsChecker_94; }
inline void set_numeric10FacetsChecker_94(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_94 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_94), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NONNEGATIVEINTEGER_T3D6BD75D9836160B5C0586D5F8B178962001BF62_H
#ifndef DATATYPE_NONPOSITIVEINTEGER_T67540C91F10AD69AEE929F1142250F4E8DB9BA07_H
#define DATATYPE_NONPOSITIVEINTEGER_T67540C91F10AD69AEE929F1142250F4E8DB9BA07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_nonPositiveInteger
struct Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 : public Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC
{
public:
public:
};
struct Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_StaticFields
{
public:
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_94;
public:
inline static int32_t get_offset_of_numeric10FacetsChecker_94() { return static_cast<int32_t>(offsetof(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_StaticFields, ___numeric10FacetsChecker_94)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_94() const { return ___numeric10FacetsChecker_94; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_94() { return &___numeric10FacetsChecker_94; }
inline void set_numeric10FacetsChecker_94(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_94 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_94), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NONPOSITIVEINTEGER_T67540C91F10AD69AEE929F1142250F4E8DB9BA07_H
#ifndef DATATYPE_TOKEN_T811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC_H
#define DATATYPE_TOKEN_T811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_token
struct Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC : public Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_TOKEN_T811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC_H
#ifndef DATATYPE_TOKENV1COMPAT_TF00A4DCE11FEE53DB7508812500DF04C8F1A739C_H
#define DATATYPE_TOKENV1COMPAT_TF00A4DCE11FEE53DB7508812500DF04C8F1A739C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_tokenV1Compat
struct Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C : public Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_TOKENV1COMPAT_TF00A4DCE11FEE53DB7508812500DF04C8F1A739C_H
#ifndef DATATYPE_NMTOKEN_T17CFFC978FEA1E66BA90F057792B6BFFB6BB9915_H
#define DATATYPE_NMTOKEN_T17CFFC978FEA1E66BA90F057792B6BFFB6BB9915_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_NMTOKEN
struct Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 : public Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NMTOKEN_T17CFFC978FEA1E66BA90F057792B6BFFB6BB9915_H
#ifndef DATATYPE_NAME_T3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46_H
#define DATATYPE_NAME_T3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_Name
struct Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 : public Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NAME_T3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46_H
#ifndef DATATYPE_INT_T32A2DAF1AF10277D4C6055090D6BA6FE6748C755_H
#define DATATYPE_INT_T32A2DAF1AF10277D4C6055090D6BA6FE6748C755_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_int
struct Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 : public Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3
{
public:
public:
};
struct Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_int::atomicValueType
Type_t * ___atomicValueType_97;
// System.Type System.Xml.Schema.Datatype_int::listValueType
Type_t * ___listValueType_98;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_int::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_99;
public:
inline static int32_t get_offset_of_atomicValueType_97() { return static_cast<int32_t>(offsetof(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields, ___atomicValueType_97)); }
inline Type_t * get_atomicValueType_97() const { return ___atomicValueType_97; }
inline Type_t ** get_address_of_atomicValueType_97() { return &___atomicValueType_97; }
inline void set_atomicValueType_97(Type_t * value)
{
___atomicValueType_97 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_97), value);
}
inline static int32_t get_offset_of_listValueType_98() { return static_cast<int32_t>(offsetof(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields, ___listValueType_98)); }
inline Type_t * get_listValueType_98() const { return ___listValueType_98; }
inline Type_t ** get_address_of_listValueType_98() { return &___listValueType_98; }
inline void set_listValueType_98(Type_t * value)
{
___listValueType_98 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_98), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_99() { return static_cast<int32_t>(offsetof(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields, ___numeric10FacetsChecker_99)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_99() const { return ___numeric10FacetsChecker_99; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_99() { return &___numeric10FacetsChecker_99; }
inline void set_numeric10FacetsChecker_99(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_99 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_99), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_INT_T32A2DAF1AF10277D4C6055090D6BA6FE6748C755_H
#ifndef DATATYPE_LANGUAGE_TCB5B7114F22C3831097890784CD7F624EFE9BEFE_H
#define DATATYPE_LANGUAGE_TCB5B7114F22C3831097890784CD7F624EFE9BEFE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_language
struct Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE : public Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_LANGUAGE_TCB5B7114F22C3831097890784CD7F624EFE9BEFE_H
#ifndef DATATYPE_NEGATIVEINTEGER_T028C1FA914A7D0A02A14925D5DF4784E1FF216D4_H
#define DATATYPE_NEGATIVEINTEGER_T028C1FA914A7D0A02A14925D5DF4784E1FF216D4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_negativeInteger
struct Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 : public Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07
{
public:
public:
};
struct Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_StaticFields
{
public:
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_95;
public:
inline static int32_t get_offset_of_numeric10FacetsChecker_95() { return static_cast<int32_t>(offsetof(Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_StaticFields, ___numeric10FacetsChecker_95)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_95() const { return ___numeric10FacetsChecker_95; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_95() { return &___numeric10FacetsChecker_95; }
inline void set_numeric10FacetsChecker_95(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_95 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_95), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NEGATIVEINTEGER_T028C1FA914A7D0A02A14925D5DF4784E1FF216D4_H
#ifndef DATATYPE_POSITIVEINTEGER_TBE8D810061BBF173E842CA699CA740F7541BF0AD_H
#define DATATYPE_POSITIVEINTEGER_TBE8D810061BBF173E842CA699CA740F7541BF0AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_positiveInteger
struct Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD : public Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62
{
public:
public:
};
struct Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_StaticFields
{
public:
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_95;
public:
inline static int32_t get_offset_of_numeric10FacetsChecker_95() { return static_cast<int32_t>(offsetof(Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_StaticFields, ___numeric10FacetsChecker_95)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_95() const { return ___numeric10FacetsChecker_95; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_95() { return &___numeric10FacetsChecker_95; }
inline void set_numeric10FacetsChecker_95(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_95 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_95), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_POSITIVEINTEGER_TBE8D810061BBF173E842CA699CA740F7541BF0AD_H
#ifndef DATATYPE_UNSIGNEDLONG_T82ADC913311BA0E255C03E8283D25F555D528C37_H
#define DATATYPE_UNSIGNEDLONG_T82ADC913311BA0E255C03E8283D25F555D528C37_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_unsignedLong
struct Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 : public Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62
{
public:
public:
};
struct Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_unsignedLong::atomicValueType
Type_t * ___atomicValueType_95;
// System.Type System.Xml.Schema.Datatype_unsignedLong::listValueType
Type_t * ___listValueType_96;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedLong::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_97;
public:
inline static int32_t get_offset_of_atomicValueType_95() { return static_cast<int32_t>(offsetof(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields, ___atomicValueType_95)); }
inline Type_t * get_atomicValueType_95() const { return ___atomicValueType_95; }
inline Type_t ** get_address_of_atomicValueType_95() { return &___atomicValueType_95; }
inline void set_atomicValueType_95(Type_t * value)
{
___atomicValueType_95 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_95), value);
}
inline static int32_t get_offset_of_listValueType_96() { return static_cast<int32_t>(offsetof(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields, ___listValueType_96)); }
inline Type_t * get_listValueType_96() const { return ___listValueType_96; }
inline Type_t ** get_address_of_listValueType_96() { return &___listValueType_96; }
inline void set_listValueType_96(Type_t * value)
{
___listValueType_96 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_96), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_97() { return static_cast<int32_t>(offsetof(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields, ___numeric10FacetsChecker_97)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_97() const { return ___numeric10FacetsChecker_97; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_97() { return &___numeric10FacetsChecker_97; }
inline void set_numeric10FacetsChecker_97(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_97 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_97), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNSIGNEDLONG_T82ADC913311BA0E255C03E8283D25F555D528C37_H
#ifndef DATATYPE_ENUMERATION_T8B137DDFC65E256AEC6C7EAC2167EBE020B392E9_H
#define DATATYPE_ENUMERATION_T8B137DDFC65E256AEC6C7EAC2167EBE020B392E9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_ENUMERATION
struct Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 : public Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ENUMERATION_T8B137DDFC65E256AEC6C7EAC2167EBE020B392E9_H
#ifndef DATATYPE_NCNAME_T29EA53C078ECAD7F3C9EC236F7A4CB936BF62970_H
#define DATATYPE_NCNAME_T29EA53C078ECAD7F3C9EC236F7A4CB936BF62970_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_NCName
struct Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 : public Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_NCNAME_T29EA53C078ECAD7F3C9EC236F7A4CB936BF62970_H
#ifndef DATATYPE_SHORT_TD4B40037681531AE3395FC60B16FA87582D7E36C_H
#define DATATYPE_SHORT_TD4B40037681531AE3395FC60B16FA87582D7E36C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_short
struct Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C : public Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755
{
public:
public:
};
struct Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_short::atomicValueType
Type_t * ___atomicValueType_100;
// System.Type System.Xml.Schema.Datatype_short::listValueType
Type_t * ___listValueType_101;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_102;
public:
inline static int32_t get_offset_of_atomicValueType_100() { return static_cast<int32_t>(offsetof(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields, ___atomicValueType_100)); }
inline Type_t * get_atomicValueType_100() const { return ___atomicValueType_100; }
inline Type_t ** get_address_of_atomicValueType_100() { return &___atomicValueType_100; }
inline void set_atomicValueType_100(Type_t * value)
{
___atomicValueType_100 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_100), value);
}
inline static int32_t get_offset_of_listValueType_101() { return static_cast<int32_t>(offsetof(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields, ___listValueType_101)); }
inline Type_t * get_listValueType_101() const { return ___listValueType_101; }
inline Type_t ** get_address_of_listValueType_101() { return &___listValueType_101; }
inline void set_listValueType_101(Type_t * value)
{
___listValueType_101 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_101), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_102() { return static_cast<int32_t>(offsetof(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields, ___numeric10FacetsChecker_102)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_102() const { return ___numeric10FacetsChecker_102; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_102() { return &___numeric10FacetsChecker_102; }
inline void set_numeric10FacetsChecker_102(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_102 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_102), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_SHORT_TD4B40037681531AE3395FC60B16FA87582D7E36C_H
#ifndef DATATYPE_UNSIGNEDINT_T443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_H
#define DATATYPE_UNSIGNEDINT_T443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_unsignedInt
struct Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 : public Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37
{
public:
public:
};
struct Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_unsignedInt::atomicValueType
Type_t * ___atomicValueType_98;
// System.Type System.Xml.Schema.Datatype_unsignedInt::listValueType
Type_t * ___listValueType_99;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_100;
public:
inline static int32_t get_offset_of_atomicValueType_98() { return static_cast<int32_t>(offsetof(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields, ___atomicValueType_98)); }
inline Type_t * get_atomicValueType_98() const { return ___atomicValueType_98; }
inline Type_t ** get_address_of_atomicValueType_98() { return &___atomicValueType_98; }
inline void set_atomicValueType_98(Type_t * value)
{
___atomicValueType_98 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_98), value);
}
inline static int32_t get_offset_of_listValueType_99() { return static_cast<int32_t>(offsetof(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields, ___listValueType_99)); }
inline Type_t * get_listValueType_99() const { return ___listValueType_99; }
inline Type_t ** get_address_of_listValueType_99() { return &___listValueType_99; }
inline void set_listValueType_99(Type_t * value)
{
___listValueType_99 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_99), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_100() { return static_cast<int32_t>(offsetof(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields, ___numeric10FacetsChecker_100)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_100() const { return ___numeric10FacetsChecker_100; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_100() { return &___numeric10FacetsChecker_100; }
inline void set_numeric10FacetsChecker_100(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_100 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_100), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNSIGNEDINT_T443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_H
#ifndef DATATYPE_ENTITY_T112F5B77BEAC25907AC28E7D04CF827676C4F612_H
#define DATATYPE_ENTITY_T112F5B77BEAC25907AC28E7D04CF827676C4F612_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_ENTITY
struct Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 : public Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ENTITY_T112F5B77BEAC25907AC28E7D04CF827676C4F612_H
#ifndef DATATYPE_ID_TACB9F9897ACC40D940F97D48E9F469B83A695811_H
#define DATATYPE_ID_TACB9F9897ACC40D940F97D48E9F469B83A695811_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_ID
struct Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 : public Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_ID_TACB9F9897ACC40D940F97D48E9F469B83A695811_H
#ifndef DATATYPE_IDREF_TDFF85C859704CB4F8130291105A7126C236BCA30_H
#define DATATYPE_IDREF_TDFF85C859704CB4F8130291105A7126C236BCA30_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_IDREF
struct Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 : public Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_IDREF_TDFF85C859704CB4F8130291105A7126C236BCA30_H
#ifndef DATATYPE_BYTE_TF416F50457EA9E7E545A3D882CB4C3014C881583_H
#define DATATYPE_BYTE_TF416F50457EA9E7E545A3D882CB4C3014C881583_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_byte
struct Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 : public Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C
{
public:
public:
};
struct Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_byte::atomicValueType
Type_t * ___atomicValueType_103;
// System.Type System.Xml.Schema.Datatype_byte::listValueType
Type_t * ___listValueType_104;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_105;
public:
inline static int32_t get_offset_of_atomicValueType_103() { return static_cast<int32_t>(offsetof(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields, ___atomicValueType_103)); }
inline Type_t * get_atomicValueType_103() const { return ___atomicValueType_103; }
inline Type_t ** get_address_of_atomicValueType_103() { return &___atomicValueType_103; }
inline void set_atomicValueType_103(Type_t * value)
{
___atomicValueType_103 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_103), value);
}
inline static int32_t get_offset_of_listValueType_104() { return static_cast<int32_t>(offsetof(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields, ___listValueType_104)); }
inline Type_t * get_listValueType_104() const { return ___listValueType_104; }
inline Type_t ** get_address_of_listValueType_104() { return &___listValueType_104; }
inline void set_listValueType_104(Type_t * value)
{
___listValueType_104 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_104), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_105() { return static_cast<int32_t>(offsetof(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields, ___numeric10FacetsChecker_105)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_105() const { return ___numeric10FacetsChecker_105; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_105() { return &___numeric10FacetsChecker_105; }
inline void set_numeric10FacetsChecker_105(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_105 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_105), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_BYTE_TF416F50457EA9E7E545A3D882CB4C3014C881583_H
#ifndef DATATYPE_UNSIGNEDSHORT_TE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_H
#define DATATYPE_UNSIGNEDSHORT_TE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_unsignedShort
struct Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E : public Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3
{
public:
public:
};
struct Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_unsignedShort::atomicValueType
Type_t * ___atomicValueType_101;
// System.Type System.Xml.Schema.Datatype_unsignedShort::listValueType
Type_t * ___listValueType_102;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_103;
public:
inline static int32_t get_offset_of_atomicValueType_101() { return static_cast<int32_t>(offsetof(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields, ___atomicValueType_101)); }
inline Type_t * get_atomicValueType_101() const { return ___atomicValueType_101; }
inline Type_t ** get_address_of_atomicValueType_101() { return &___atomicValueType_101; }
inline void set_atomicValueType_101(Type_t * value)
{
___atomicValueType_101 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_101), value);
}
inline static int32_t get_offset_of_listValueType_102() { return static_cast<int32_t>(offsetof(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields, ___listValueType_102)); }
inline Type_t * get_listValueType_102() const { return ___listValueType_102; }
inline Type_t ** get_address_of_listValueType_102() { return &___listValueType_102; }
inline void set_listValueType_102(Type_t * value)
{
___listValueType_102 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_102), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_103() { return static_cast<int32_t>(offsetof(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields, ___numeric10FacetsChecker_103)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_103() const { return ___numeric10FacetsChecker_103; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_103() { return &___numeric10FacetsChecker_103; }
inline void set_numeric10FacetsChecker_103(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_103 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_103), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNSIGNEDSHORT_TE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_H
#ifndef DATATYPE_UNSIGNEDBYTE_T485C5C1E2E309581DC97D926A22A8FAC573F7457_H
#define DATATYPE_UNSIGNEDBYTE_T485C5C1E2E309581DC97D926A22A8FAC573F7457_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Datatype_unsignedByte
struct Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 : public Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E
{
public:
public:
};
struct Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields
{
public:
// System.Type System.Xml.Schema.Datatype_unsignedByte::atomicValueType
Type_t * ___atomicValueType_104;
// System.Type System.Xml.Schema.Datatype_unsignedByte::listValueType
Type_t * ___listValueType_105;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::numeric10FacetsChecker
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * ___numeric10FacetsChecker_106;
public:
inline static int32_t get_offset_of_atomicValueType_104() { return static_cast<int32_t>(offsetof(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields, ___atomicValueType_104)); }
inline Type_t * get_atomicValueType_104() const { return ___atomicValueType_104; }
inline Type_t ** get_address_of_atomicValueType_104() { return &___atomicValueType_104; }
inline void set_atomicValueType_104(Type_t * value)
{
___atomicValueType_104 = value;
Il2CppCodeGenWriteBarrier((&___atomicValueType_104), value);
}
inline static int32_t get_offset_of_listValueType_105() { return static_cast<int32_t>(offsetof(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields, ___listValueType_105)); }
inline Type_t * get_listValueType_105() const { return ___listValueType_105; }
inline Type_t ** get_address_of_listValueType_105() { return &___listValueType_105; }
inline void set_listValueType_105(Type_t * value)
{
___listValueType_105 = value;
Il2CppCodeGenWriteBarrier((&___listValueType_105), value);
}
inline static int32_t get_offset_of_numeric10FacetsChecker_106() { return static_cast<int32_t>(offsetof(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields, ___numeric10FacetsChecker_106)); }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * get_numeric10FacetsChecker_106() const { return ___numeric10FacetsChecker_106; }
inline FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 ** get_address_of_numeric10FacetsChecker_106() { return &___numeric10FacetsChecker_106; }
inline void set_numeric10FacetsChecker_106(FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * value)
{
___numeric10FacetsChecker_106 = value;
Il2CppCodeGenWriteBarrier((&___numeric10FacetsChecker_106), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATATYPE_UNSIGNEDBYTE_T485C5C1E2E309581DC97D926A22A8FAC573F7457_H
// 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.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.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.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.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Xml.XmlName[]
struct XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * m_Items[1];
public:
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** 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, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(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.NameTable_Entry[]
struct EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Entry_tF2506228AAB202078CB7A755668744901B207977 * m_Items[1];
public:
inline Entry_tF2506228AAB202078CB7A755668744901B207977 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Entry_tF2506228AAB202078CB7A755668744901B207977 ** 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, Entry_tF2506228AAB202078CB7A755668744901B207977 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Entry_tF2506228AAB202078CB7A755668744901B207977 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Entry_tF2506228AAB202078CB7A755668744901B207977 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tF2506228AAB202078CB7A755668744901B207977 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint32_t m_Items[1];
public:
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.Xml.Schema.BitSet[]
struct BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69 : public RuntimeArray
{
public:
ALIGN_FIELD (8) BitSet_t0E4C53EC600670A4B74C5671553596978880138C * m_Items[1];
public:
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** 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, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Xml.Schema.XmlSchemaSimpleType[]
struct XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B : public RuntimeArray
{
public:
ALIGN_FIELD (8) XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * m_Items[1];
public:
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** 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, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Xml.Schema.DatatypeImplementation[]
struct DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36 : public RuntimeArray
{
public:
ALIGN_FIELD (8) DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * m_Items[1];
public:
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** 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, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap[]
struct SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7 : public RuntimeArray
{
public:
ALIGN_FIELD (8) SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * m_Items[1];
public:
inline SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E ** 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, SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Xml.Schema.XmlAtomicValue[]
struct XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB : public RuntimeArray
{
public:
ALIGN_FIELD (8) XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * m_Items[1];
public:
inline XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled);
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke_back(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled);
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke_cleanup(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled);
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled);
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com_back(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled);
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com_cleanup(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled);
// 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.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.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(!0)
extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m54114F5D347F44F2C0FD45AF09974A5B55EC5373_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(!0)
extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_mB892D933D8982A0702F4E09E2F0D7B0C33E2A4E1_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Object>::Pop()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_mD632EB4DA13E5CAEC62EECFAD1C88818F1223E20_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m8803B4178385D39338A1EDDC39FE6D8152F01A1D_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Object>::Peek()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Peek_mC61EBA30FB5C38A2AA2DBCBA68BED91953C8EE57_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Xml.XPath.XPathNavigator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m0F44939B65ECF8967080E128CC688644D12774B4 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNode::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNonDescendant(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNonDescendant_m9C7C98E98EF22E978854D90DA5B6041B8EE6660A (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, int32_t* ___idxNode1, 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.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, 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.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetTextFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetTextFollowing_m8E62E36AC53551C7B416B825FC0F0AB7BA95ED45 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageEnd2, int32_t ___idxEnd3, const RuntimeMethod* method);
// System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m8D5569591D0010F918BDDC1FF8AEC91E21CFB2D6 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageCurrent0, int32_t ___idxCurrent1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent2, int32_t ___idxParent3, const RuntimeMethod* method);
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathNode::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNode::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNode::get_NamespaceUri()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_NamespaceUri_mF843B8BD06C8CC7C9837CFDD1374BA3AC949DDD1 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNode::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNode::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNode::get_Document()
extern "C" IL2CPP_METHOD_ATTR XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// 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);
// System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocalNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocalNamespaces_m6B30266F8610BEE8414288AC63E405C01AB63405 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetInScopeNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetInScopeNamespaces_mCDA7C7192456CEA5477386208F22700DBA39058A (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsXmlNamespaceNode()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSibling(MS.Internal.Xml.Cache.XPathNode[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNode::GetParent(MS.Internal.Xml.Cache.XPathNode[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetParent(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetParent_mE644F4554F1BD84C1E0E650FE299297F5F9C308B (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_Prefix_mC960D986273D2C927426247AF28A490EBA60F00E (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_LocalName_mD0F8CC76D6408ACE97D62CD3AA6507916438EADD (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __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.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_NamespaceUri()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_NamespaceUri_mD08D47D5CC7223265AAE87C7D6EC4AEEF491A096 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Document()
extern "C" IL2CPP_METHOD_ATTR XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * XPathNodeInfoAtom_get_Document_mBCFB930EBC2DD4FEB5A4445AA5880BAE1D71F2C2 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_PageInfo()
extern "C" IL2CPP_METHOD_ATTR XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * XPathNodeInfoAtom_get_PageInfo_mAFB6A66C944433E0D161FCD6A2C97DC013E205B9 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNode::get_PageInfo()
extern "C" IL2CPP_METHOD_ATTR XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_ParentPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeInfoAtom_get_ParentPage_mC845ED07C10315AF6DDBC975CF2B08030C5E3A8B (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SiblingPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeInfoAtom_get_SiblingPage_m6AF6F0843CEEA3F3F5326CD45AB2074724104397 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasSibling()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasSibling_mFE75E733D609ED9A01C96C54AA8ACE3F77518F20 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasCollapsedText()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// 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);
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsText()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasNamespaceDecls()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&)
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);
// System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_mC479B2116AEE33D0EE4027AF4881F149236E4492 (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageXmlNmsp0, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_PageNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_NodeCount()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_NodeCount_m30DBB80222513A6647E02CDBA315D25604C189CC (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method);
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::get_NextPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodePageInfo_get_NextPage_m3DA625627DE6516F949790C2C102422114AD44FC (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (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.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);
// 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.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocation(MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocation_m3016EE46048D41DCB257B9A6070BB38BE13231D2 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageNode0, int32_t ___idxNode1, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeRef_GetHashCode_mF3970B921172D33947722A0B2858CDF6FE7A26B2 (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __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 SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m7D86468A7BD047EB88A26F75A073C46A51B827E3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p2, 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.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.BinHexDecoder::Decode(System.Char*,System.Char*,System.Byte*,System.Byte*,System.Boolean&,System.Byte&,System.Int32&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128 (Il2CppChar* ___pChars0, Il2CppChar* ___pCharsEndPos1, uint8_t* ___pBytes2, uint8_t* ___pBytesEndPos3, bool* ___hasHalfByteCached4, uint8_t* ___cachedHalfByte5, int32_t* ___charsDecoded6, int32_t* ___bytesDecoded7, 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.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.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.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
extern "C" IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Int32 System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.Char[])
extern "C" IL2CPP_METHOD_ATTR int32_t BinHexEncoder_Encode_mB728BABCF19E56E3F57591C3BF3BDC9D7B6E11DF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___outArray3, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method);
// System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions::GetTypeInfo(System.Type)
extern "C" IL2CPP_METHOD_ATTR TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09 (Type_t * p0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * p0, Type_t * p1, const RuntimeMethod* method);
// System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags)
extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m724FAA955DCE10E0C46A9485BCEA32C1CE608130 (Type_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
extern "C" IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED (PropertyInfo_t * p0, PropertyInfo_t * p1, const RuntimeMethod* method);
// System.Object System.Reflection.PropertyInfo::GetValue(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_mDA5AD1BFDA163D25CC9CC706625C8A0D45B4FAE9 (PropertyInfo_t * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Boolean System.Xml.BinaryCompatibility::RunningOnCheck(System.String)
extern "C" IL2CPP_METHOD_ATTR bool BinaryCompatibility_RunningOnCheck_m095CFF39A9C82317B838D600E2288F27D943783E (String_t* ___propertyName0, const RuntimeMethod* method);
// System.Int32 System.Xml.Bits::Count(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int32_t Bits_Count_mF93A1C15139825CDAC46EF2D1E5FD57B923D0018 (uint32_t ___num0, const RuntimeMethod* method);
// System.Void System.Xml.DebuggerDisplayXmlNodeProxy::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6 (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::EscapeValueForDebuggerDisplay(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449 (String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method);
// System.String System.Xml.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_PublicId()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B (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.String System.Xml.DebuggerDisplayXmlNodeProxy::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82 (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __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.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.XmlName::GetHashCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mF24562E63338A74276371FAA82BA8B697A4C3059 (String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlName::get_HashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_m846DB8FE407CF5DFD88C3DEB47B05AE8875624D2 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, 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.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.String System.Xml.XmlName::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF (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.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);
// System.Void System.Xml.DomNameTable::Grow()
extern "C" IL2CPP_METHOD_ATTR void DomNameTable_Grow_m7A6E6A2251313677D16C889707C72B9931A02D7F (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, const RuntimeMethod* method);
// System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DtdParser__ctor_m82CFAE626BE77B6BEABCB115C354C5BBE1C931F7 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo__ctor_mAE19D8874E7867F754C409EB9249CDF0505E7D9B (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaInfo::set_SchemaType(System.Xml.Schema.SchemaType)
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo_set_SchemaType_m7915E3370821C104BE8D36E46A68721692C5524C (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p1, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::Initialize(System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, RuntimeObject* ___readerAdapter0, const RuntimeMethod* method);
// 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);
// System.String System.Xml.XmlConvert::VerifyName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489 (String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaInfo::set_DocTypeName(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo_set_DocTypeName_m8E526D73979BC8ADBFBC45282A53643161A68B2F (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, 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.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.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.Void System.Xml.DtdParser::ThrowInvalidChar(System.Int32,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___data1, int32_t ___invCharPos2, 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.DtdParser::Parse(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::InitializeFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseFreeFloatingDtd()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseFreeFloatingDtd_mDA9E1A42292138318EFA29EBD03FB1E5C80D108B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseInDocumentDtd(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaInfo::Finish()
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo_Finish_m06C270AA3B7012BA2D45DB8C0D7E3E0A0A2126C6 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Values()
inline ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * Dictionary_2_get_Values_m32BC91AE4F42088FC79341AAF41D2A90A9CC2A46 (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * (*) (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *, 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.DtdParser/UndeclaredNotation>::GetEnumerator()
inline Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 ValueCollection_GetEnumerator_m5BFD928516DFEDBCD4A7A45187EF8904C7731B62 (ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 (*) (ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Current()
inline UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * Enumerator_get_Current_m67C7A49B255A87FCD245D5068AB75D6B45E4126E (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 * __this, const RuntimeMethod* method)
{
return (( UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * (*) (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared)(__this, method);
}
// System.String System.Xml.DtdParser::get_BaseUriStr()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___e1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::MoveNext()
inline bool Enumerator_MoveNext_m4CECE77F6F241872742FB044C707A8F3403418F6 (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::Dispose()
inline void Enumerator_Dispose_m8773A1CA195FB0B78F7B3C24AA2D0F17C288F460 (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *, const RuntimeMethod*))Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared)(__this, method);
}
// System.Void System.Xml.DtdParser::LoadParsingBuffer()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::GetToken(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___needWhiteSpace0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::OnUnexpectedError()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.DtdParser::GetNameQualified(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___canHavePrefix0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseExternalId(System.Xml.DtdParser/Token,System.Xml.DtdParser/Token,System.String&,System.String&)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___idTokenType0, int32_t ___declType1, String_t** ___publicId2, String_t** ___systemId3, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::SaveParsingBuffer()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseInternalSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseInternalSubset_m381057B44DAFB8E1846AB67082CCC642DED4EFE1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseExternalSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseAttlistDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDecl_m1171EF0293BF5391FD46EA1F35565CD05CAE8799 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseElementDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementDecl_m8FC95A1795F0EC3E7926222744B0524402A9A459 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseEntityDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseEntityDecl_mD8A29F3509F28290783C6FEE821A70481382D374 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseNotationDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseNotationDecl_mA82DC33021A00AC12435F09FF8F3FE29285E9F80 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseComment()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParsePI()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParsePI_m1DA90B633D6CE373789CF924614C796FEF464B64 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::get_ParsingInternalSubset()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseCondSection()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseCondSection_m611A39F052739D0CA3EEB07003B6E9113EAD66F8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Int32,System.Xml.Schema.XmlSeverityType,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, int32_t ___severity1, String_t* ___code2, String_t* ___arg3, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::SaveParsingBuffer(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___internalSubsetValueEndPos0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaInfo::set_InternalDtdSubset(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo_set_InternalDtdSubset_m49BC9A9D448538D456C9474532DD5254E889B832 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___expectedToken1, 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.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::get_UndeclaredElementDecls()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * SchemaInfo_get_UndeclaredElementDecls_m26EECD81D06A2240D792A619F911C2B4C78A5EFE (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.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.XmlQualifiedName,System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m104A563CE85AD1F9DE6C8249CD80A3EAC14A70C3 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, String_t* ___prefix1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Add(!0,!1)
inline void Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4 (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Void System.Xml.Schema.SchemaAttDef::.ctor(System.Xml.XmlQualifiedName,System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m2F5F82C2B499AC07FBA17CEB8CAD32A971A88E71 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, String_t* ___prefix1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::set_IsDeclaredInExternal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_IsDeclaredInExternal_m9131D610F447AC43DD58DC4200F65B49C01038DC (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 System.Xml.DtdParser::get_LineNo()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_LineNumber(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_LineNumber_m7772EAF662410D3615163461427143533DD4B2B3 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 System.Xml.DtdParser::get_LinePos()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_LinePosition(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_LinePosition_m2B4CCECCC342C89553EAE8F1428B146C83219E27 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, 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.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.Void System.Xml.Schema.SchemaAttDef::set_Reserved(System.Xml.Schema.SchemaAttDef/Reserve)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_Reserved_mA2A77498866999FF940E3FE6F3AB37824A65EFDE (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, const RuntimeMethod* 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.Int32 System.Xml.Schema.SchemaAttDef::get_LineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m50BA9816599088AFBA2ECA6113D0BBA6FD0A66B2 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SchemaAttDef::get_LinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m2B0C6E50CD95FC43C4E6AEBA17E7426B72ABCDAF (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::Throw(System.String,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::CheckXmlSpace(System.Xml.IValidationEventHandling)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_CheckXmlSpace_m755BB6DB40A5989800C9FCD9A00D4CAA8DC46953 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, RuntimeObject* ___validationEventHandling0, const RuntimeMethod* method);
// System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaElementDecl::GetAttDef(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * SchemaElementDecl_GetAttDef_m26FA444E65857079A579E7D52F01A7B812C7B90A (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseAttlistType(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaElementDecl,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistType_m60F332D8778D47148D562B63F1B3D068F8E9A710 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attrDef0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___elementDecl1, bool ___ignoreErrors2, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseAttlistDefault(System.Xml.Schema.SchemaAttDef,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDefault_mD88F891E9FA07BF422B91892A2B476BD743D6AF8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attrDef0, bool ___ignoreErrors1, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.String System.String::Trim()
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.Xml.XmlTokenizedType System.Xml.Schema.SchemaAttDef::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_TokenizedType_m830E2437498008C5E8137BC7252265898B794A05 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaElementDecl::AddAttDef(System.Xml.Schema.SchemaAttDef)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_AddAttDef_mF53507A68A48CAFFEAF1DB5AE537A1B2440B3897 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaElementDecl::set_HasNonCDataAttribute(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_set_HasNonCDataAttribute_mDAC1EBE17CB3516668D9E0FD12F1FFD2406ECFAF (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::IsAttributeValueType(System.Xml.DtdParser/Token)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_IsAttributeValueType_m2F32639A1C7A816231C2A336FF940F406A89DCF7 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___token0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_TokenizedType(System.Xml.XmlTokenizedType)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_TokenizedType_m0DDCDCB5B66B299CD3ABA08A256465D95B681F0A (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6 (int32_t ___typeCode0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_mBDA1764BF8601FB6D5A73143069307FC5E549BDC (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsIdDeclared()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsIdDeclared_m6AEB8635661D4428D81B7C21685231D67BBF6E4E (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaElementDecl::set_IsIdDeclared(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsIdDeclared_m6888845132942FA3B276EC19A56632CAC691E47B (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsNotationDeclared()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsNotationDeclared_m8038FB716B15967CBD380EB17D4E2D0487CEAEC9 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator()
extern "C" IL2CPP_METHOD_ATTR ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * SchemaElementDecl_get_ContentValidator_mF8E56F7B62691F5D266C43CD6FDB6378DB19EFA9 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType()
extern "C" IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaElementDecl::set_IsNotationDeclared(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsNotationDeclared_m555C4EC42D6437DAB1C63EDD2ACF3A9C1F351927 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, bool ___value0, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::GetNameString()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, 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.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6 (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, p0, method);
}
// System.Void System.Xml.DtdParser::AddUndeclaredNotation(System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___notationName0, const RuntimeMethod* method);
// System.Collections.Generic.List`1<System.String> System.Xml.Schema.SchemaDeclBase::get_Values()
extern "C" IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * SchemaDeclBase_get_Values_m1E8A3BE50EC26C0E53EC3F72EE67964225FC64A5 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.String>::Contains(!0)
inline bool List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.SchemaDeclBase::AddValue(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::GetNmtokenString()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetNmtokenString_m108F823C4D1CA667E0BE169C37885DF4E5857A32 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::set_Presence(System.Xml.Schema.SchemaDeclBase/Use)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Presence_m754BDB068B03799D6C55D71BD7A9BC1D5FD10456 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, int32_t ___value0, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::GetValueWithStrippedSpaces()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetValueWithStrippedSpaces_m28950C1AA1F86044C14EC556B28D8435CC962C35 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_DefaultValueExpanded(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_DefaultValueExpanded_mEC7681E3745D2C87F15B6CC8F4637AAD6C817316 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::GetValue()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_ValueLineNumber(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLineNumber_mE31EA6ACB87A6AA1491E6A7C8613600FD8412F84 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaAttDef::set_ValueLinePosition(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLinePosition_m6A60525E1A17EB8E6121CEFDA4524B371F616372 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DtdValidator::SetDefaultTypedValue(System.Xml.Schema.SchemaAttDef,System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR void DtdValidator_SetDefaultTypedValue_mABD6EE054550DD657689D2CF13F791AD691CC3AE (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, RuntimeObject* ___readerAdapter1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Remove(!0)
inline bool Dictionary_2_Remove_mD809CCF13D954F8B06E6803D52C5E029874DF11F (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.SchemaElementDecl::set_ContentValidator(System.Xml.Schema.ContentValidator)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_mD3CF10A37D8FF2F56F91438547941140118B6CB0 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mEF805653CD1D867B631D9A8B6683288A078965A3 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, int32_t ___contentType0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::Start()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m87FD5852F5F158F52718414E3CFA43F91008E427 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseElementMixedContent(System.Xml.Schema.ParticleContentValidator,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementMixedContent_m2F8BF3777C457BBDF5292F8D180C29BC765E4E15 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method);
// System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ParticleContentValidator_Finish_mA5CFDE8F5DC0DC0E02DB9C63B43B61590C049674 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, bool ___useDFA0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementOnlyContent_m080E713F3F7F2EE7E3FCE38FB266E3DBEF9EF9BD (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::.ctor()
inline void Stack_1__ctor_m8FDD0CDAA3BFD9DA2301DE8F713B51D33A9D3926 (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *, const RuntimeMethod*))Stack_1__ctor_m54114F5D347F44F2C0FD45AF09974A5B55EC5373_gshared)(__this, method);
}
// System.Void System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ParseElementOnlyContent_LocalFrame__ctor_m22C08578B99C3A4BBFD444E48E76A660FEE1E43E (ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * __this, int32_t ___startParentEntityIdParam0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Push(!0)
inline void Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5 (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * __this, ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * p0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *, ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC *, const RuntimeMethod*))Stack_1_Push_mB892D933D8982A0702F4E09E2F0D7B0C33E2A4E1_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddName(System.Xml.XmlQualifiedName,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddName_m686F7DF06077E8A25C03A08A8771BE2C564175E1 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ParseHowMany(System.Xml.Schema.ParticleContentValidator)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseHowMany_m25C1BFF73148703F0EE80650EA39C65444BFFA68 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::AddSequence()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddSequence_mE668DA4A2B46D0B99AC72312A423AA3A7D96771B (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::AddChoice()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Pop()
inline ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * Stack_1_Pop_m65E59E40EEDC11F4163F559B369D321183EB85B7 (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * __this, const RuntimeMethod* method)
{
return (( ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * (*) (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *, const RuntimeMethod*))Stack_1_Pop_mD632EB4DA13E5CAEC62EECFAD1C88818F1223E20_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::get_Count()
inline int32_t Stack_1_get_Count_m81802A96E30F7E6B7A3C5AA2D1BD059248629A63 (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *, const RuntimeMethod*))Stack_1_get_Count_m8803B4178385D39338A1EDDC39FE6D8152F01A1D_gshared)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Peek()
inline ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * Stack_1_Peek_m3D82334F1B00E860DE88DF59C274E8135A264135 (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * __this, const RuntimeMethod* method)
{
return (( ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * (*) (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *, const RuntimeMethod*))Stack_1_Peek_mC61EBA30FB5C38A2AA2DBCBA68BED91953C8EE57_gshared)(__this, method);
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddStar()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::AddQMark()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddQMark_m88ED51BDF44D43B8F1357E4EE397F56306106045 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::AddPlus()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddPlus_m0B2E5F844C77D4D419F0A6C2F85CF04198BA3343 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.ParticleContentValidator::Exists(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool ParticleContentValidator_Exists_m63EE5AD4FE98E2FDD64F22047B99A3E9E80979CF (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, bool ___isParameter1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_BaseURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_BaseURI_m3C8B37A6A2BFF016445B757F2302F2BBC6CF5F59 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_DeclaredURI(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredURI_m74B77524039F4CF59DE7FE14A5B6C9B5627C82C3 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* 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.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1 (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::Add(!0,!1)
inline void Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160 (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, 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.Void System.Xml.Schema.SchemaEntity::set_DeclaredInExternal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredInExternal_m00DC3F50D1A524F8489870DFAE84E2F519A8236B (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_ParsingInProgress(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_ParsingInProgress_m5D84A6423966BBCDC390E3AA676CCBD99A88252A (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_IsExternal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_IsExternal_m35CFBDE60DE7C051B675C3448336A28449F1E96E (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_Url(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Url_m93621C25015DA0E9176FD756569F8C8AE8D8F101 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_Pubid(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Pubid_m5DB004346F41ACA916B09E0287E523661C2E92FB (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_NData(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_NData_mFA94872E05091897122607B0B2FB489ECB307B40 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, 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.Void System.Xml.Schema.SchemaEntity::set_Text(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_Line(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Line_m9529EB636E1E1529CA1559FDAAAC4F5B45C31E3B (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_Pos(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaEntity_set_Pos_m09CECD6A58F5178B5DD849DB5CC72D7EDAC44767 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Remove(!0)
inline bool Dictionary_2_Remove_m7D92E5AB3A5F2D22B23A8089F675392110889D33 (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.SchemaNotation::.ctor(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR void SchemaNotation__ctor_m96BE10B09C82D14184EC72581AF83B7550F0FA0C (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, 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.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::Add(!0,!1)
inline void Dictionary_2_Add_mB447A1158A473DF5D3367A7F20D97B827B4ADC1B (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * __this, String_t* p0, SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 *, String_t*, SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Void System.Xml.Schema.SchemaNotation::set_SystemLiteral(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaNotation_set_SystemLiteral_m27526ABCCEC392689CF789E7B73E927115795AAE (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaNotation::set_Pubid(System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaNotation_set_Pubid_m75111B52D85004E08DC95996F817B7365399391D (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::.ctor()
inline void Dictionary_2__ctor_m258195495D7C17C55E726C65048CCAABB3A6E811 (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Xml.DtdParser/UndeclaredNotation::.ctor(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void UndeclaredNotation__ctor_mCD932757278CED58FFB76CCFA002655B1F5F3E3C (UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * __this, String_t* ___name0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mC59763A6FC48A2EE0C0BD0D8650816BE411A4D08 (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * __this, String_t* p0, UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *, String_t*, UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Add(!0,!1)
inline void Dictionary_2_Add_m26D6C0FD91316B46400F8C38FC49FFDD82815553 (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * __this, String_t* p0, UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *, String_t*, UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Boolean System.Xml.DtdParser::get_SaveInternalSubsetValue()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlException::get_ResString()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String[])
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::get_Normalize()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, 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.DtdParser::get_IgnoreEntityReferences()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_IgnoreEntityReferences_m9D378AFF7A0D326C61A8E55DF2F4A2A61F8CBCC5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m3349E8236FE5C94BD3676C9EE3FB7C33AFDB68CD (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___paramEntity0, bool ___inLiteral1, bool ___inAttribute2, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::ParseUnexpectedToken(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_ParseUnexpectedToken_m8EF8BEF81071240C0099AAE5F42F74688156B6B9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___startPos0, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNameExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNameExpected_m85CD7D9438A2075768C97462DEE814CA6BBC6179 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanQNameExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanQNameExpected_m53B6810ABDE5E05ACB689CD700C1CDF2CD5C52A0 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNmtokenExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNmtokenExpected_m4D23CBA8196FF70E7EB1FEF84C080F05D6E7421B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSubsetContent()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSubsetContent_m495D52E3E539998A1E0E955D84F7F25DDA61336F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype1_m35E68F18F8DDB5635A317EB3A2C00D066612D7F6 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanDoctype2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype2_mD7A0A91005235722E097AD49140B5A0D7AF88192 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement1_m0FCEF3BC51F47A2B2F11F424ECC47DCB952A90D9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement2_m7042A2FABD1A17F70772F957A348499567328E63 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement3_mD342275148CA1D9063D7A3347294C47B1A30995C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement4()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement4_mC88D3543A1D6437AC2D84110FE52DC56121A7157 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement5()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement5_m48D984575C9CC4FEE6635E933040F0237282904B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement6()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement6_m5137F18EEF476B742DC6691D2E3E2386077A1EB9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanElement7()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement7_m07B0CB5F7FBB3A92BF817BFCDB62A26B4736AF0E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist1_m5DB58031AB8B89CEDE71A547A8CAA870F88E53DE (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist2_m4BDF97AD3BD532E29207254B2AA38429498E9E5A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist3_m05A951D15769AB5DD8C7313FBFF5FA2B05BB4D3C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist4()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist4_m0579AB3F3CCA5403013B87948097EFECC9198B9D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist5()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist5_mDA8DCC0E1A5F0B617724A40B1A2274B8A9CBD457 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist6()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist6_m0A17CC4D2E47E3FBD784C3F64FFD1DE179C5AB00 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanAttlist7()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist7_m68A94AB30CC946BB5E2C94269B9BF3A07358E1D4 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanNotation1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNotation1_m17552A90F5C825000DB678D9F58E1BBED1B5A263 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanSystemId()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSystemId_m3DFBCF952182DA4889B35EB5E7C449BA1168115E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId1_mC65DA2C11843D3DC41C9110AC525DF1D37A4367D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanPublicId2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId2_m969C4260F8868E4808D907830FFD3598380E21A5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity1_mFB75FFC1D2294418241734127448FE6FCFA9551D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity2_m63C9E0FEF4094DAFF31A1E297764F8A97C9EC950 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanEntity3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity3_mA8AE13FF69674719FA647564F2B94E7E33382D0A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection1_mC0D43B3548FD1135147202581B90BEC8EDFDC7A4 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection2_mF559E864A20EE8F4C207F28CEFC42FD7062CE5D2 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanCondSection3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection3_m26BB00F56F5D241DEB6625537AE1B5AB4905CA90 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanClosingTag()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanClosingTag_mB33B63788D51BA159601B8F642E365F493875A60 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.DtdParser::ReadData()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::HandleEntityEnd(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___inLiteral0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ScanName()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanName_m4216FD1FE046AA1A6D8E7C45CDD38C26C7AEB5F5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ScanQName()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m87AA8C292EF760D5AF3FEBBDAB7C53703F89719F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ScanNmtoken()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanNmtoken_m471EC88C27039ACAB1640EE57E7B6AC8A129EC77 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::EatPublicKeyword()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_EatPublicKeyword_mB552B75B5730ADD2FF86EDF4FCAE5859F84C17E1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::EatSystemKeyword()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_EatSystemKeyword_m88EC37EB8D19CF1CB6BA5A17441163A1231FCA6F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.DtdParser/Token System.Xml.DtdParser::ScanLiteral(System.Xml.DtdParser/LiteralType)
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___literalType0, const RuntimeMethod* method);
// System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, int32_t p1, int32_t p2, const RuntimeMethod* method);
// System.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.Xml.XmlQualifiedName System.Xml.DtdParser::ScanEntityName()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Xml.Schema.SchemaEntity System.Xml.DtdParser::VerifyEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___entityName0, bool ___paramEntity1, bool ___mustBeDeclared2, bool ___inAttribute3, 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.XmlException::get_LineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlException::get_LinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Xml.DtdParser::ScanQName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___isQName0, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::get_SupportNamespaces()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_SupportNamespaces_m01BBE6FC46B195BD9D0934EA7A120FD9E2FAF62F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::ReadDataInName()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_ReadDataInName_m94A9C7BA8E47C722F5C9633EBAC01C24B95BEC48 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method);
// System.String System.Xml.DtdParser::StripSpaces(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_StripSpaces_m60E28A4FA8A3F0F9ADA3F1533072D8AA34CCFF1A (String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m63B10725497749FAA09E17FF425101AA82B07BE1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___entityName0, bool ___paramEntity1, bool ___inLiteral2, bool ___inAttribute3, const RuntimeMethod* method);
// System.Boolean System.Xml.DtdParser::get_ParsingTopLevelMarkup()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingTopLevelMarkup_mAE711DF4A54C61A3B055E30FCAC2F4BD5303E38D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaEntity::get_ParsingInProgress()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_mFCBCC8C7E3119649CE3710AA36624083FCEB4C65 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D (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.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727 (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, 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.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * p1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method);
// System.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.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.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.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.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.IncrementalReadDecoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_m7D9D00863F149002BAA9C9E47D59769853CBDD27 (IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlNameTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNameTable__ctor_m1A44F63BE7B9DA44E126DFD71EEEB09491D73750 (XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * __this, const RuntimeMethod* method);
// System.Int32 System.Environment::get_TickCount()
extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method);
// System.String System.Xml.NameTable::AddEntry(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1 (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method);
// System.Boolean System.Xml.NameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool NameTable_TextEquals_m53F012490D70DED664E31C37CCE5617664761284 (String_t* ___str10, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method);
// System.Void System.Xml.NameTable/Entry::.ctor(System.String,System.Int32,System.Xml.NameTable/Entry)
extern "C" IL2CPP_METHOD_ATTR void Entry__ctor_m20FE5ABCA35F11D8536C8F30143F64246225327D (Entry_tF2506228AAB202078CB7A755668744901B207977 * __this, String_t* ___str0, int32_t ___hashCode1, Entry_tF2506228AAB202078CB7A755668744901B207977 * ___next2, const RuntimeMethod* method);
// System.Void System.Xml.NameTable::Grow()
extern "C" IL2CPP_METHOD_ATTR void NameTable_Grow_mF8B770342A11322A854D2C8F8030C20E409F146A (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m4356FFC0B1BA9CB3F26E73B41B74BC39FE4E8A96 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.Text.Decoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, 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.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57 (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.FacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FacetsChecker__ctor_m40CC2F1D10B45F0EE1859BB3A0746B8BEB712F2B (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___bitIndex0, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.BitSet::Get(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool BitSet_Get_m6ED065CD32081D117B63C9414BB4CF73985184BE (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___nRequiredLength0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BitSet::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BitSet__ctor_mBDABF7C10D5EDC673E3B15D3197208B4A4C4167C (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method);
// System.Object System.Array::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.BitSet::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BitSet::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___count0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___other0, const RuntimeMethod* method);
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild()
extern "C" IL2CPP_METHOD_ATTR SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_mA81C68EDBE406B7A1B8002A700B052B559EAED08 (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___child0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos2, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos3, const RuntimeMethod* method);
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild()
extern "C" IL2CPP_METHOD_ATTR SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.InteriorNode::ExpandTreeNoRecursive(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_ExpandTreeNoRecursive_mD9DFDA7A53BC8E0C800C51E8277807C5475521C1 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.InteriorNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InteriorNode__ctor_m7770049C92AE80745BA366CD08DF565D489BE187 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
extern "C" IL2CPP_METHOD_ATTR void ContentValidator__ctor_m540DE113EB456E1B7EECA9CE762445ACFBF1B8E4 (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, int32_t ___contentType0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, int32_t ___contentType0, bool ___isOpen1, bool ___isEmptiable2, 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.Void System.Xml.Schema.StringFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_m57E06B67603CAE5C20D190641F87D36BEF46FB3D (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.MiscFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_mA2666FA6796AE8C40B1B6B0C699966641D54B315 (MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Numeric2FacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_m64263F9F076CB4929625E465060F63635378AF71 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m066B419503320FF59E84FAECB543610D8E95F4E7 (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_m0B6F9CD694E919D030450AA6E2F0F69BEF5E7D22 (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DurationFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_m4562B7F1C06BC0E14BDE820F805CF670ED448A9D (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ListFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_m3F3DC0BBE710FB58957A7EC85A6D39B103B05550 (ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.QNameFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_mA5485DA051EB9FA510904E606618A08E0D9A8824 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.UnionFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m239914137B9A8D77173437662CAB1F0FE18A2758 (UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_anyURI::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_mDF663893E0F8283FD5E28A8873BBEF316217A83C (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_base64Binary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_m6A71AD345718BEF0602F0DE8AA597D9E7D849947 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_boolean::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_m5D4901F7B16295CCC71CAAF0EE78278C52B2A296 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_byte::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m3D654B25E7475AFB98CD4D4939960F55C34303C1 (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_char::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_char__ctor_mFBF59DCC05CAC3C736BF63BD2A9D4BED927DD1C9 (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_date::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_date__ctor_mCB69FCE6023DD06ECD17680E7B0984EB548F49FE (Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_dateTime::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_m7DD5907B8868201E18BB9C2FD6D9487E70195BD4 (Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_dateTimeNoTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_m25CFCC474D58D7BFF5F998C768013D58D72BB3CC (Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_mB41A897630478ADDDA23A52200C6C9C353537EAC (Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_day::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_day__ctor_m178D5DAC89469AA313928524F52C86FC0F0A89AA (Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_decimal::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_double::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_doubleXdr::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_doubleXdr__ctor_mA2BA4EFACC183FC03512168D990488E81F0C3C13 (Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_duration::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_duration__ctor_m5BF0200774FFF36AEB5D889C9A3FCED808069C15 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_ENTITY::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_m66102C22B3D889A9A39447116BA7E538D82624C9 (Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, int32_t ___minSize0, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_m90D96904A04D787A9306B449E6BB2F4C41DF2157 (Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_fixed::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_fixed__ctor_m3B0DAEF02AD1FB93DBE05A9519F05ACC150B41AD (Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_float::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_floatXdr::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_floatXdr__ctor_mD13DA0477303FB974228E0138D726F49856C73F9 (Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_hexBinary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_hexBinary__ctor_mC1485792901465E7B1927F016801A5D53DDDE2BB (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_ID::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ID__ctor_m6091E11A06901A16884CE7968D88B578D1BDFDAB (Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_IDREF::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_m9C051C04AA620DB006D3C53905BDE370A8042D97 (Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_int::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_integer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC (Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_language::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_language__ctor_mCD2869B6A2642448EA8322864C8F2E7C47A98E10 (Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_long::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_long__ctor_m93C635F018CB00F424993DAA3A2823D8E880364B (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_month::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_month__ctor_mF373E65E6686F9707020A49B698A1A76F9CA1319 (Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_monthDay::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_monthDay__ctor_m0572ED3BD11D04375B93A8F43D16F843418CC0A7 (Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_Name::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_Name__ctor_mF35D41F7600F424B81DE6368A26EC35C5122AB52 (Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_NCName::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA (Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_negativeInteger::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_negativeInteger__ctor_m431DC9755EB3F6BEE650463E94497EC2B724B327 (Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m2C6A75255A3B446DD089672595AB9ED63D284A01 (Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_mE535962E59972C73B42BCDB5CBE4BA27691D4739 (Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__ctor_mD13D694F5BA3648130EA6398BD3A907D8CA87616 (Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_normalizedString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_normalizedString__ctor_m37E335A1990BD3644D52F021550E968A6B559A86 (Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_NOTATION::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_m6D3A6DB187E10309B2E73B2F7F54146791546CE7 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_positiveInteger::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_positiveInteger__ctor_mC7B8DFA50961A138853804CE79E04231759C9250 (Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_QName::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m95BFA7CE65AC8E2B4BB2B67D5EC7B7D7E48B9BFD (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_m4B19FCD766F5C2B443B5C522BDF7AB07CB0F0EF0 (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_short::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_string::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_time::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_time__ctor_m1E2C5D2DD6677A79F11094EF3BEE2622357F2D6E (Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_timeNoTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_m8F75754130FAB2BA6F857BD7ADE216F0B30A7151 (Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_timeTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_m2E4523A3E74577A5AD0875327055B4A9DDF9E3A6 (Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_token::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_token__ctor_m46E0978CC1707D6609421F58B6D83F289F215305 (Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_unsignedByte::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_m4A682353FB8F63CC2215EC49D78AA40C6EA41A9D (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_m94FB631C85AACA6BC98C8CE0ED1BB2973A64157C (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_unsignedLong::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedLong__ctor_mAF555A2265F480A235AC5A53A0C219124F2CD27D (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_uuid::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_mA38D64ED5528A9C3B808C503D4CFB0F22FFE92AC (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_year::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_year__ctor_m6AE44D9AE2FD47F29E723FEF81F2E7CF64AF718F (Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_yearMonth::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_yearMonth__ctor_mDAFFD13B3D66A126F512F72842B7BBFE7DE1D82D (Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_normalizedStringV1Compat::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_m56484871D4027224FCDC72505A8AF6ECEB334A26 (Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_tokenV1Compat::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_tokenV1Compat__ctor_mB7507941AC0A0AFACEE3E05779CEB76DE288052E (Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_m08AA284DEB52874EC10040B8AE7E5B7A4BAA8468 (Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_untypedAtomicType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_untypedAtomicType__ctor_m5AC4D6726AB8BF07853145C98A6FF9E6C7E346F0 (Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_yearMonthDuration::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_yearMonthDuration__ctor_m3BDA670EDA63808ECE01070C8CAC35A434272E12 (Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation)
extern "C" IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7 (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, String_t* ___name0, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, String_t* ___name0, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type1, int32_t ___parentIndex2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes()
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_m70EE7A4E664949D70A7C90857BB45A05CA4632FA (const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch(System.Array,System.Object,System.Collections.IComparer)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m1C4BF209146D7DF552578B0CFBFB641DDD8A90B7 (RuntimeArray * p0, RuntimeObject * p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::op_Explicit(System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap)
extern "C" IL2CPP_METHOD_ATTR DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * SchemaDatatypeMap_op_Explicit_mFBE264B75627C38B256A1F06C5C4332D863A8F16 (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * ___sdm0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m97D2F306B2265F0BECE5917AC04188AE61C8ED02 (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_mDB0C271D96C9C4C6B57DC4AD6C84F373852C2653 (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaType::SetDatatype(System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_mA090C937F75EE7B7C7199B0094D5FDE8C7F8D6E1 (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m0DEBB1C6E34CD4DED881B9FAF541202035071E68 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___dtype0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m39CA56E8266C64D3FC4016021DE75DB03DCC99FF (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___value0, const RuntimeMethod* method);
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl()
extern "C" IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * XmlSchemaType_get_ElementDecl_m49798CEC0FA713C40ED9576DD7719A97687FAA2D (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaType::SetBaseSchemaType(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_m06E9A44C61FF432F849C8AF6D26F5FE1CD079FFA (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaType::SetDerivedBy(System.Xml.Schema.XmlSchemaDerivationMethod)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_mE0DF2C9AAD65C22B13F6F4929152015A8D0DF048 (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, int32_t ___value0, 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.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_m7E3ACC527A0D075BF9C866E0BCF53906CB3C9AC4 (XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::set_BaseTypeName(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mF05EF6BBCA3CA845AA728EEB7DF09EE35EE9988C (XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m7517F796A3528BC682609373F46D62732176E0A9 (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * __this, XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m0501F1905336A01611FFC5D9FF521ADB196E177D (XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_BaseItemType(System.Xml.Schema.XmlSchemaSimpleType)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_m75BA4C1A203A9B87113ED9CF38AAB0FF8D6EE21B (XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * __this, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_mFB68A6B23A2C046E1D8236CF0800557A7627062E (XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * __this, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___value0, const RuntimeMethod* method);
// System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, const RuntimeMethod* method);
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String)
extern "C" IL2CPP_METHOD_ATTR DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096 (String_t* ___name0, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___dataType1, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_ParentIndex()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_mFF5A976D8FE81B7B2709CFF4E63816F93B84668E (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType)
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4 (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___derivedType0, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___baseType1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.Datatype_union::HasAtomicMembers()
extern "C" IL2CPP_METHOD_ATTR bool Datatype_union_HasAtomicMembers_mB8AD3BAE454DC8E04E381E21F0FEC8FEC20B4DF8 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Datatype_List__ctor_m5424C291654CC1A55806F764C56F91493066430B (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type0, int32_t ___minListSize1, const RuntimeMethod* method);
// System.String System.Xml.Schema.DatatypeImplementation::GetTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mF5123D6073F565DE95C505B193F638919F45588A (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mEB2B271A8C69A0AE6211132F89FA051EA045D021 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * ___source6, const RuntimeMethod* method);
// System.Object System.Xml.Schema.XsdSimpleValue::get_TypedValue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E (XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_m2B7AC9A37B89D920FDBE45770BFA8E7799734731 (XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_mF7AC0CE30D15C8116EAC8A594126DE93A0FF8D2D (XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * __this, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * XmlSchemaComplexType_get_AnyType_m3138BE7B6E5C3E6F63C4745A3DC79316715D9962 (const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * XmlSchemaSimpleType_get_Content_mDFA105462778A47E287B39BCA24825E5FC2458B6 (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_BaseItemType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * XmlSchemaSimpleTypeList_get_BaseItemType_mE12C4954BD8D10F9A2D028D55FC3A0EAD186717F (XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E (const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_GetSimpleTypeFromTypeCode_m39342A49F9405E3F39DBFB480DC4F55ED347CC91 (int32_t ___typeCode0, 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.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlListConverter_Create_mC67229C1CE3A5A1ED5CF18E02B8704F6637ACF54 (XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___atomicConverter0, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t p0, 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.String[] System.Xml.XmlConvert::SplitString(System.String)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924 (String_t* ___value0, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::get_XmlType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * XsdSimpleValue_get_XmlType_mC9C406C54EE65BE67CB6F0B03E8BE0D619515A97 (XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, RuntimeObject * ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlMiscConverter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlMiscConverter_Create_mD6AC05CF88042A6B187B443897AC9F5FCB6F1B8B (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&)
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, 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.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43 (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DatatypeImplementation::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_mEC92E74A723A532DA1C322A92CB2B240AC377738 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E (String_t* ___s0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result1, const RuntimeMethod* method);
// System.String System.Uri::get_OriginalString()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, bool ___verifyUri2, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_m648EAA3405C8CC4680BDEF9FA415AE1D31FAF1C9 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value21, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64String(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* p0, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlBooleanConverter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlBooleanConverter_Create_mF023B3A5EA9E8B156FF313FC4F3E053C53AC8DEC (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method);
// System.Int32 System.Boolean::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m0EAC2794983417EAB0C9D8A09209BEEB26F4FC68 (bool* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method);
// System.Int32 System.SByte::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D (int8_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method);
// System.Void System.Decimal::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562 (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___minVal0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___maxVal1, const RuntimeMethod* method);
// System.Int32 System.Char::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_mDEA952E088BA3A94E70BA1F05E373D69248A9087 (Il2CppChar* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Char System.Xml.XmlConvert::ToChar(System.String)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D (String_t* ___s0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags)
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, int32_t ___dateTimeFlags0, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlDateTimeConverter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlDateTimeConverter_Create_mE5C732BCB16611604C792C870B2BEE3D5F26AD3A (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method);
// System.DateTimeKind System.DateTime::get_Kind()
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Int32 System.DateTime::CompareTo(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToUniversalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.XsdDateTime::TryParse(System.String,System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTime&)
extern "C" IL2CPP_METHOD_ATTR bool XsdDateTime_TryParse_mF969FBC9171884C32F8E92EADEABD44EB0D6369E (String_t* ___text0, int32_t ___kinds1, XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * ___result2, 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.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 ___xdt0, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration/DurationType,System.Xml.Schema.XsdDuration&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_mA6FCA6B927DB37AA93968FD15AB255498B8DADF2 (String_t* ___s0, int32_t ___durationType1, XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * ___result2, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.Xml.Schema.XsdDuration/DurationType,System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_mDDC5F0E71F84094E49CDD0A5993D48FA302D5054 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, int32_t ___durationType0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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 MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m8D5569591D0010F918BDDC1FF8AEC91E21CFB2D6 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageCurrent0, int32_t ___idxCurrent1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent2, int32_t ___idxParent3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathDocumentNavigator__ctor_m8D5569591D0010F918BDDC1FF8AEC91E21CFB2D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var);
XPathNavigator__ctor_m0F44939B65ECF8967080E128CC688644D12774B4(__this, /*hidden argument*/NULL);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageCurrent0;
__this->set_pageCurrent_4(L_0);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = ___pageParent2;
__this->set_pageParent_5(L_1);
int32_t L_2 = ___idxCurrent1;
__this->set_idxCurrent_6(L_2);
int32_t L_3 = ___idxParent3;
__this->set_idxParent_7(L_3);
return;
}
}
// System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Value_mAE90AD036C43A0E1B67BA0F120FE6688604D654D (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathDocumentNavigator_get_Value_mAE90AD036C43A0E1B67BA0F120FE6688604D654D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_1 = NULL;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
StringBuilder_t * V_6 = NULL;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
String_t* L_2 = XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_001c;
}
}
{
String_t* L_4 = V_0;
return L_4;
}
IL_001c:
{
int32_t L_5 = __this->get_idxParent_7();
if (!L_5)
{
goto IL_003b;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_6 = __this->get_pageParent_5();
int32_t L_7 = __this->get_idxParent_7();
NullCheck(L_6);
String_t* L_8 = XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), /*hidden argument*/NULL);
return L_8;
}
IL_003b:
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_5 = L_9;
V_6 = (StringBuilder_t *)NULL;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_10 = __this->get_pageCurrent_4();
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = L_10;
V_2 = L_11;
V_1 = L_11;
int32_t L_12 = __this->get_idxCurrent_6();
int32_t L_13 = L_12;
V_4 = L_13;
V_3 = L_13;
bool L_14 = XPathNodeHelper_GetNonDescendant_m9C7C98E98EF22E978854D90DA5B6041B8EE6660A((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_2), (int32_t*)(&V_4), /*hidden argument*/NULL);
if (L_14)
{
goto IL_00ac;
}
}
{
V_2 = (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)NULL;
V_4 = 0;
goto IL_00ac;
}
IL_006a:
{
String_t* L_15 = V_5;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0083;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_17 = V_1;
int32_t L_18 = V_3;
NullCheck(L_17);
String_t* L_19 = XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18))), /*hidden argument*/NULL);
V_5 = L_19;
goto IL_00ac;
}
IL_0083:
{
StringBuilder_t * L_20 = V_6;
if (L_20)
{
goto IL_0098;
}
}
{
StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_21, /*hidden argument*/NULL);
V_6 = L_21;
StringBuilder_t * L_22 = V_6;
String_t* L_23 = V_5;
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, L_23, /*hidden argument*/NULL);
}
IL_0098:
{
StringBuilder_t * L_24 = V_6;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_25 = V_1;
int32_t L_26 = V_3;
NullCheck(L_25);
String_t* L_27 = XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26))), /*hidden argument*/NULL);
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_27, /*hidden argument*/NULL);
}
IL_00ac:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_28 = V_2;
int32_t L_29 = V_4;
bool L_30 = XPathNodeHelper_GetTextFollowing_m8E62E36AC53551C7B416B825FC0F0AB7BA95ED45((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_1), (int32_t*)(&V_3), L_28, L_29, /*hidden argument*/NULL);
if (L_30)
{
goto IL_006a;
}
}
{
StringBuilder_t * L_31 = V_6;
if (L_31)
{
goto IL_00c1;
}
}
{
String_t* L_32 = V_5;
return L_32;
}
IL_00c1:
{
StringBuilder_t * L_33 = V_6;
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
return L_34;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.Cache.XPathDocumentNavigator::Clone()
extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * XPathDocumentNavigator_Clone_m616F90804D4B14A6900E9CA6E840EE64BB698E22 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathDocumentNavigator_Clone_m616F90804D4B14A6900E9CA6E840EE64BB698E22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_2 = __this->get_pageParent_5();
int32_t L_3 = __this->get_idxParent_7();
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_4 = (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 *)il2cpp_codegen_object_new(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var);
XPathDocumentNavigator__ctor_m8D5569591D0010F918BDDC1FF8AEC91E21CFB2D6(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_get_NodeType_mF42271EDD50DFCC8B0C095CF3B2CF66A041A621D (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
int32_t L_2 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
return L_2;
}
}
// System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_LocalName_mD721F9C80214406969FB96F99B71C27DC98D5231 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
String_t* L_2 = XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
return L_2;
}
}
// System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NamespaceURI()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_NamespaceURI_m01EFDA090125CAC458E266B4C433026E876C3E9C (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
String_t* L_2 = XPathNode_get_NamespaceUri_mF843B8BD06C8CC7C9837CFDD1374BA3AC949DDD1((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
return L_2;
}
}
// System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Name_mA5B23AA975E9C0B6E7C8E3CBC1121FBD16E7EFD3 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
String_t* L_2 = XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
return L_2;
}
}
// System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Prefix_mE97E1B0E4B4A1C36589A9882137B25D51621F0F4 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
String_t* L_2 = XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
return L_2;
}
}
// System.Xml.XmlNameTable MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NameTable()
extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XPathDocumentNavigator_get_NameTable_m71ABD5FB02D1796AD25D81FADAD4CAAECBD5FBE1 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
int32_t L_1 = __this->get_idxCurrent_6();
NullCheck(L_0);
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_2 = XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
NullCheck(L_2);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = XPathDocument_get_NameTable_m8A7151EDABAC2508AAB47C6C91971E36D50241C8(L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)
extern "C" IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFirstNamespace_m6ADBE8895AFDEF2F9594622632E3CE1F6654CBB2 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, int32_t ___namespaceScope0, const RuntimeMethod* method)
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = ___namespaceScope0;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = __this->get_pageCurrent_4();
int32_t L_2 = __this->get_idxCurrent_6();
int32_t L_3 = XPathNodeHelper_GetLocalNamespaces_m6B30266F8610BEE8414288AC63E405C01AB63405(L_1, L_2, (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_1 = L_3;
goto IL_0079;
}
IL_001a:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_4 = __this->get_pageCurrent_4();
int32_t L_5 = __this->get_idxCurrent_6();
int32_t L_6 = XPathNodeHelper_GetInScopeNamespaces_mCDA7C7192456CEA5477386208F22700DBA39058A(L_4, L_5, (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_1 = L_6;
goto IL_0079;
}
IL_0030:
{
int32_t L_7 = ___namespaceScope0;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0042;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_8 = V_0;
int32_t L_9 = V_1;
NullCheck(L_8);
bool L_10 = XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), /*hidden argument*/NULL);
if (L_10)
{
goto IL_006a;
}
}
IL_0042:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = __this->get_pageCurrent_4();
__this->set_pageParent_5(L_11);
int32_t L_12 = __this->get_idxCurrent_6();
__this->set_idxParent_7(L_12);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_13 = V_0;
__this->set_pageCurrent_4(L_13);
int32_t L_14 = V_1;
__this->set_idxCurrent_6(L_14);
return (bool)1;
}
IL_006a:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_15 = V_0;
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_1 = L_17;
}
IL_0079:
{
int32_t L_18 = V_1;
if (L_18)
{
goto IL_0030;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope)
extern "C" IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNextNamespace_mA0A8B477B5DEA57839529134591CA166FC9394FF (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, int32_t ___scope0, const RuntimeMethod* method)
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_0 = NULL;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_1 = NULL;
int32_t V_2 = 0;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageCurrent_4();
V_0 = L_0;
int32_t L_1 = __this->get_idxCurrent_6();
V_2 = L_1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_2 = V_0;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)3)))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_5 = V_0;
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_2 = L_7;
int32_t L_8 = V_2;
if (L_8)
{
goto IL_0033;
}
}
{
return (bool)0;
}
IL_0033:
{
int32_t L_9 = ___scope0;
if ((((int32_t)L_9) == ((int32_t)1)))
{
goto IL_005c;
}
}
{
int32_t L_10 = ___scope0;
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_006a;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = V_0;
int32_t L_12 = V_2;
NullCheck(L_11);
int32_t L_13 = XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_1), /*hidden argument*/NULL);
int32_t L_14 = __this->get_idxParent_7();
if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
{
goto IL_005a;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_15 = V_1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_16 = __this->get_pageParent_5();
if ((((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_15) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_16)))
{
goto IL_006a;
}
}
IL_005a:
{
return (bool)0;
}
IL_005c:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_17 = V_0;
int32_t L_18 = V_2;
NullCheck(L_17);
bool L_19 = XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18))), /*hidden argument*/NULL);
if (L_19)
{
goto IL_001f;
}
}
IL_006a:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_20 = V_0;
__this->set_pageCurrent_4(L_20);
int32_t L_21 = V_2;
__this->set_idxCurrent_6(L_21);
return (bool)1;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToParent()
extern "C" IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToParent_mC5B26B4CE3FFAD8014AD67DCE2DF111034356A7E (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_idxParent_7();
if (!L_0)
{
goto IL_0030;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = __this->get_pageParent_5();
__this->set_pageCurrent_4(L_1);
int32_t L_2 = __this->get_idxParent_7();
__this->set_idxCurrent_6(L_2);
__this->set_pageParent_5((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)NULL);
__this->set_idxParent_7(0);
return (bool)1;
}
IL_0030:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_3 = __this->get_address_of_pageCurrent_4();
int32_t* L_4 = __this->get_address_of_idxCurrent_6();
bool L_5 = XPathNodeHelper_GetParent_mE644F4554F1BD84C1E0E650FE299297F5F9C308B((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_3, (int32_t*)L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator)
extern "C" IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsSamePosition_m33104C898DADB1365BB2AE64E79604677B60F2BB (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathDocumentNavigator_IsSamePosition_m33104C898DADB1365BB2AE64E79604677B60F2BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * V_0 = NULL;
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = ___other0;
V_0 = ((XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var));
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_1 = V_0;
if (!L_1)
{
goto IL_0045;
}
}
{
int32_t L_2 = __this->get_idxCurrent_6();
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_idxCurrent_6();
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_0043;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_5 = __this->get_pageCurrent_4();
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_6 = V_0;
NullCheck(L_6);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_7 = L_6->get_pageCurrent_4();
if ((!(((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_5) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_7))))
{
goto IL_0043;
}
}
{
int32_t L_8 = __this->get_idxParent_7();
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = L_9->get_idxParent_7();
if ((!(((uint32_t)L_8) == ((uint32_t)L_10))))
{
goto IL_0043;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = __this->get_pageParent_5();
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_12 = V_0;
NullCheck(L_12);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_13 = L_12->get_pageParent_5();
return (bool)((((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_11) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_13))? 1 : 0);
}
IL_0043:
{
return (bool)0;
}
IL_0045:
{
return (bool)0;
}
}
// System.Object MS.Internal.Xml.Cache.XPathDocumentNavigator::get_UnderlyingObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathDocumentNavigator_get_UnderlyingObject_m79CC414FA1C4EF614371C864903442A63F9834C5 (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __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.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_idxCurrent_6();
int32_t L_1 = __this->get_idxParent_7();
return ((int32_t)((int32_t)L_0^(int32_t)L_1));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNode
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled)
{
Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL, NULL);
}
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke_back(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled)
{
Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNode
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_pinvoke_cleanup(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNode
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled)
{
Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL, NULL);
}
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com_back(const XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0& unmarshaled)
{
Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNode
extern "C" void XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshal_com_cleanup(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com& marshaled)
{
}
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathNode::get_NodeType()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_props_5();
return (int32_t)(((int32_t)((int32_t)L_0&(int32_t)((int32_t)15))));
}
}
extern "C" int32_t XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.Cache.XPathNode::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
String_t* L_1 = XPathNodeInfoAtom_get_Prefix_mC960D986273D2C927426247AF28A490EBA60F00E(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.Cache.XPathNode::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
String_t* L_1 = XPathNodeInfoAtom_get_LocalName_mD0F8CC76D6408ACE97D62CD3AA6507916438EADD(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.Cache.XPathNode::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
String_t* L_3 = XPathNode_get_Prefix_m250E8640EF57DBB6FC931639089524767F7492E3((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
String_t* L_4 = XPathNode_get_LocalName_m1D6B585C1D38CC20BC5279BD54AD035C4661521D((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_3, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_4, /*hidden argument*/NULL);
return L_5;
}
}
extern "C" String_t* XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_Name_m762202135C1EBF947E364DC25000F3DC5CB2E6D8(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.Cache.XPathNode::get_NamespaceUri()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_NamespaceUri_mF843B8BD06C8CC7C9837CFDD1374BA3AC949DDD1 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
String_t* L_1 = XPathNodeInfoAtom_get_NamespaceUri_mD08D47D5CC7223265AAE87C7D6EC4AEEF491A096(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" String_t* XPathNode_get_NamespaceUri_mF843B8BD06C8CC7C9837CFDD1374BA3AC949DDD1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_NamespaceUri_mF843B8BD06C8CC7C9837CFDD1374BA3AC949DDD1(_thisAdjusted, method);
}
// System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNode::get_Document()
extern "C" IL2CPP_METHOD_ATTR XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_1 = XPathNodeInfoAtom_get_Document_mBCFB930EBC2DD4FEB5A4445AA5880BAE1D71F2C2(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961(_thisAdjusted, method);
}
// MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNode::get_PageInfo()
extern "C" IL2CPP_METHOD_ATTR XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_1 = XPathNodeInfoAtom_get_PageInfo_mAFB6A66C944433E0D161FCD6A2C97DC013E205B9(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059(_thisAdjusted, method);
}
// System.Int32 MS.Internal.Xml.Cache.XPathNode::GetParent(MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageNode0;
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_1 = __this->get_info_0();
NullCheck(L_1);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_2 = XPathNodeInfoAtom_get_ParentPage_mC845ED07C10315AF6DDBC975CF2B08030C5E3A8B(L_1, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_2);
uint16_t L_3 = __this->get_idxParent_2();
return L_3;
}
}
extern "C" int32_t XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347(_thisAdjusted, ___pageNode0, method);
}
// System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSibling(MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageNode0;
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_1 = __this->get_info_0();
NullCheck(L_1);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_2 = XPathNodeInfoAtom_get_SiblingPage_m6AF6F0843CEEA3F3F5326CD45AB2074724104397(L_1, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_2);
uint16_t L_3 = __this->get_idxSibling_1();
return L_3;
}
}
extern "C" int32_t XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074(_thisAdjusted, ___pageNode0, method);
}
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsXmlNamespaceNode()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_0 = __this->get_info_0();
NullCheck(L_0);
String_t* L_1 = XPathNodeInfoAtom_get_LocalName_mD0F8CC76D6408ACE97D62CD3AA6507916438EADD(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_002a;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
{
goto IL_002a;
}
}
{
String_t* L_5 = V_0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
return L_6;
}
IL_002a:
{
return (bool)0;
}
}
extern "C" bool XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_IsXmlNamespaceNode_mF37740FCBE97780665700EDFF23634E9E91FF723(_thisAdjusted, method);
}
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasSibling()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasSibling_mFE75E733D609ED9A01C96C54AA8ACE3F77518F20 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_idxSibling_1();
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XPathNode_get_HasSibling_mFE75E733D609ED9A01C96C54AA8ACE3F77518F20_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_HasSibling_mFE75E733D609ED9A01C96C54AA8ACE3F77518F20(_thisAdjusted, method);
}
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasCollapsedText()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_props_5();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4(_thisAdjusted, method);
}
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsText()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var);
bool L_1 = XPathNavigator_IsText_mC17565CD0E726CE9F6C4918B9140FE11B735156B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
extern "C" bool XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F(_thisAdjusted, method);
}
// System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasNamespaceDecls()
extern "C" IL2CPP_METHOD_ATTR bool XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_props_5();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
}
}
extern "C" bool XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.Cache.XPathNode::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74 (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_value_6();
return L_0;
}
}
extern "C" String_t* XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * _thisAdjusted = reinterpret_cast<XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *>(__this + 1);
return XPathNode_get_Value_m9CFB607D4D2B87D9A3F10681AC8868F1B05F1B74(_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.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocalNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocalNamespaces_m6B30266F8610BEE8414288AC63E405C01AB63405 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageElem0;
int32_t L_1 = ___idxElem1;
NullCheck(L_0);
bool L_2 = XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_3 = ___pageElem0;
int32_t L_4 = ___idxElem1;
NullCheck(L_3);
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_5 = XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), /*hidden argument*/NULL);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_6 = ___pageElem0;
int32_t L_7 = ___idxElem1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_8 = ___pageNmsp2;
NullCheck(L_5);
int32_t L_9 = XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F(L_5, L_6, L_7, (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0023:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_10 = ___pageNmsp2;
*((RuntimeObject **)L_10) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)NULL);
return 0;
}
}
// System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetInScopeNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetInScopeNamespaces_mCDA7C7192456CEA5477386208F22700DBA39058A (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method)
{
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * V_0 = NULL;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageElem0;
int32_t L_1 = ___idxElem1;
NullCheck(L_0);
int32_t L_2 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0051;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_3 = ___pageElem0;
int32_t L_4 = ___idxElem1;
NullCheck(L_3);
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_5 = XPathNode_get_Document_mCACA4DD93988D097FA41AFCB2AA5DBF362F71961((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0039;
}
IL_001e:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_6 = ___pageElem0;
int32_t L_7 = ___idxElem1;
NullCheck(L_6);
int32_t L_8 = XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&___pageElem0), /*hidden argument*/NULL);
___idxElem1 = L_8;
int32_t L_9 = ___idxElem1;
if (L_9)
{
goto IL_0039;
}
}
{
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_10 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_11 = ___pageNmsp2;
NullCheck(L_10);
int32_t L_12 = XPathDocument_GetXmlNamespaceNode_mC479B2116AEE33D0EE4027AF4881F149236E4492(L_10, (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0039:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_13 = ___pageElem0;
int32_t L_14 = ___idxElem1;
NullCheck(L_13);
bool L_15 = XPathNode_get_HasNamespaceDecls_m469B54433AEE114987E83592FF43B3F2BCF28FD9((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14))), /*hidden argument*/NULL);
if (!L_15)
{
goto IL_001e;
}
}
{
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_16 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_17 = ___pageElem0;
int32_t L_18 = ___idxElem1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_19 = ___pageNmsp2;
NullCheck(L_16);
int32_t L_20 = XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F(L_16, L_17, L_18, (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0051:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_21 = ___pageNmsp2;
*((RuntimeObject **)L_21) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_21, (RuntimeObject *)NULL);
return 0;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetParent(MS.Internal.Xml.Cache.XPathNode[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetParent_mE644F4554F1BD84C1E0E650FE299297F5F9C308B (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method)
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageNode0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = *((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_0);
V_0 = L_1;
int32_t* L_2 = ___idxNode1;
int32_t L_3 = *((int32_t*)L_2);
V_1 = L_3;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_1 = L_6;
int32_t L_7 = V_1;
if (!L_7)
{
goto IL_0020;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_8 = ___pageNode0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_9 = V_0;
*((RuntimeObject **)L_8) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_9);
int32_t* L_10 = ___idxNode1;
int32_t L_11 = V_1;
*((int32_t*)L_10) = (int32_t)L_11;
return (bool)1;
}
IL_0020:
{
return (bool)0;
}
}
// System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocation(MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocation_m3016EE46048D41DCB257B9A6070BB38BE13231D2 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageNode0, int32_t ___idxNode1, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageNode0;
NullCheck(L_0);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_1 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___idxNode1;
return ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)16)))|(int32_t)L_3));
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetTextFollowing(MS.Internal.Xml.Cache.XPathNode[]U26,System.Int32U26,MS.Internal.Xml.Cache.XPathNode[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetTextFollowing_m8E62E36AC53551C7B416B825FC0F0AB7BA95ED45 (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageEnd2, int32_t ___idxEnd3, const RuntimeMethod* method)
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageCurrent0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = *((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_0);
V_0 = L_1;
int32_t* L_2 = ___idxCurrent1;
int32_t L_3 = *((int32_t*)L_2);
V_1 = L_3;
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_000a:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_5 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_6 = ___pageEnd2;
if ((!(((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_5) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_6))))
{
goto IL_007b;
}
}
{
int32_t L_7 = V_1;
int32_t L_8 = ___idxEnd3;
if ((((int32_t)L_7) > ((int32_t)L_8)))
{
goto IL_007b;
}
}
{
goto IL_0046;
}
IL_0014:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_9 = V_0;
int32_t L_10 = V_1;
NullCheck(L_9);
bool L_11 = XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10))), /*hidden argument*/NULL);
if (L_11)
{
goto IL_00ab;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_12 = V_0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_13))), /*hidden argument*/NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0042;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_15 = V_0;
int32_t L_16 = V_1;
NullCheck(L_15);
bool L_17 = XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16))), /*hidden argument*/NULL);
if (L_17)
{
goto IL_00ab;
}
}
IL_0042:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0046:
{
int32_t L_19 = V_1;
int32_t L_20 = ___idxEnd3;
if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
{
goto IL_0014;
}
}
{
goto IL_00a9;
}
IL_004c:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_21 = V_0;
int32_t L_22 = V_1;
NullCheck(L_21);
bool L_23 = XPathNode_get_IsText_m587C91B4239CFA4402CAB96A7735A151F5B5527F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22))), /*hidden argument*/NULL);
if (L_23)
{
goto IL_00ab;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_24 = V_0;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = XPathNode_get_NodeType_m5A8C5DC0FA401F6258283DF5A04F947099B4649F((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25))), /*hidden argument*/NULL);
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
{
goto IL_0077;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_27 = V_0;
int32_t L_28 = V_1;
NullCheck(L_27);
bool L_29 = XPathNode_get_HasCollapsedText_m5B555D8CBC30D879349F45FA717FF1A815E879F4((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28))), /*hidden argument*/NULL);
if (L_29)
{
goto IL_00ab;
}
}
IL_0077:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_007b:
{
int32_t L_31 = V_1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_32 = V_0;
NullCheck(L_32);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_33 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_33);
int32_t L_34 = XPathNodePageInfo_get_NodeCount_m30DBB80222513A6647E02CDBA315D25604C189CC(L_33, /*hidden argument*/NULL);
if ((((int32_t)L_31) < ((int32_t)L_34)))
{
goto IL_004c;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_35 = V_0;
NullCheck(L_35);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_36 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_35)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_36);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_37 = XPathNodePageInfo_get_NextPage_m3DA625627DE6516F949790C2C102422114AD44FC(L_36, /*hidden argument*/NULL);
V_0 = L_37;
V_1 = 1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_38 = V_0;
if (L_38)
{
goto IL_000a;
}
}
IL_00a9:
{
return (bool)0;
}
IL_00ab:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_39 = ___pageCurrent0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_40 = V_0;
*((RuntimeObject **)L_39) = (RuntimeObject *)L_40;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_39, (RuntimeObject *)L_40);
int32_t* L_41 = ___idxCurrent1;
int32_t L_42 = V_1;
*((int32_t*)L_41) = (int32_t)L_42;
return (bool)1;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNonDescendant(MS.Internal.Xml.Cache.XPathNode[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNonDescendant_m9C7C98E98EF22E978854D90DA5B6041B8EE6660A (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method)
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageNode0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = *((XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_0);
V_0 = L_1;
int32_t* L_2 = ___idxNode1;
int32_t L_3 = *((int32_t*)L_2);
V_1 = L_3;
}
IL_0006:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
bool L_6 = XPathNode_get_HasSibling_mFE75E733D609ED9A01C96C54AA8ACE3F77518F20((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0028;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_7 = ___pageNode0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_8 = V_0;
*((RuntimeObject **)L_7) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_8);
int32_t* L_9 = ___idxNode1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_10 = V_0;
int32_t L_11 = V_1;
NullCheck(L_10);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_12 = ___pageNode0;
int32_t L_13 = XPathNode_GetSibling_mC36A3697F29B0274B497CE44A3715435486DD074((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)L_12, /*hidden argument*/NULL);
*((int32_t*)L_9) = (int32_t)L_13;
return (bool)1;
}
IL_0028:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_14 = V_0;
int32_t L_15 = V_1;
NullCheck(L_14);
int32_t L_16 = XPathNode_GetParent_mCA9C38F7E0231321CA5FBA87E0F2BE171427B347((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15))), (XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B**)(&V_0), /*hidden argument*/NULL);
V_1 = L_16;
int32_t L_17 = V_1;
if (L_17)
{
goto IL_0006;
}
}
{
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
// MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_PageInfo()
extern "C" IL2CPP_METHOD_ATTR XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * XPathNodeInfoAtom_get_PageInfo_mAFB6A66C944433E0D161FCD6A2C97DC013E205B9 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_0 = __this->get_pageInfo_12();
return L_0;
}
}
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_LocalName_mD0F8CC76D6408ACE97D62CD3AA6507916438EADD (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_localName_0();
return L_0;
}
}
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_NamespaceUri()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_NamespaceUri_mD08D47D5CC7223265AAE87C7D6EC4AEEF491A096 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_namespaceUri_1();
return L_0;
}
}
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_Prefix_mC960D986273D2C927426247AF28A490EBA60F00E (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_prefix_2();
return L_0;
}
}
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SiblingPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeInfoAtom_get_SiblingPage_m6AF6F0843CEEA3F3F5326CD45AB2074724104397 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageSibling_5();
return L_0;
}
}
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_ParentPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeInfoAtom_get_ParentPage_mC845ED07C10315AF6DDBC975CF2B08030C5E3A8B (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageParent_4();
return L_0;
}
}
// System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Document()
extern "C" IL2CPP_METHOD_ATTR XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * XPathNodeInfoAtom_get_Document_mBCFB930EBC2DD4FEB5A4445AA5880BAE1D71F2C2 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
{
XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * L_0 = __this->get_doc_7();
return L_0;
}
}
// System.Int32 MS.Internal.Xml.Cache.XPathNodeInfoAtom::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeInfoAtom_GetHashCode_mDE5E56EB237AE7E840109EC1EE10F970F4A86658 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * G_B9_0 = NULL;
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * G_B8_0 = NULL;
int32_t G_B10_0 = 0;
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * G_B10_1 = NULL;
{
int32_t L_0 = __this->get_hashCode_10();
if (L_0)
{
goto IL_008e;
}
}
{
int32_t L_1 = __this->get_localNameHash_11();
V_0 = L_1;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_2 = __this->get_pageSibling_5();
if (!L_2)
{
goto IL_0037;
}
}
{
int32_t L_3 = V_0;
int32_t L_4 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_5 = __this->get_pageSibling_5();
NullCheck(L_5);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_6 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_6, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)7))^(int32_t)L_7))));
}
IL_0037:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_8 = __this->get_pageParent_4();
if (!L_8)
{
goto IL_005c;
}
}
{
int32_t L_9 = V_0;
int32_t L_10 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = __this->get_pageParent_4();
NullCheck(L_11);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_12 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_12, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)7))^(int32_t)L_13))));
}
IL_005c:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_14 = __this->get_pageSimilar_6();
if (!L_14)
{
goto IL_0081;
}
}
{
int32_t L_15 = V_0;
int32_t L_16 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_17 = __this->get_pageSimilar_6();
NullCheck(L_17);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_18 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_18);
int32_t L_19 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_18, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16<<(int32_t)7))^(int32_t)L_19))));
}
IL_0081:
{
int32_t L_20 = V_0;
G_B8_0 = __this;
if (!L_20)
{
G_B9_0 = __this;
goto IL_0088;
}
}
{
int32_t L_21 = V_0;
G_B10_0 = L_21;
G_B10_1 = G_B8_0;
goto IL_0089;
}
IL_0088:
{
G_B10_0 = 1;
G_B10_1 = G_B9_0;
}
IL_0089:
{
NullCheck(G_B10_1);
G_B10_1->set_hashCode_10(G_B10_0);
}
IL_008e:
{
int32_t L_22 = __this->get_hashCode_10();
return L_22;
}
}
// System.Boolean MS.Internal.Xml.Cache.XPathNodeInfoAtom::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool XPathNodeInfoAtom_Equals_mF48D709C97DE709CE542FA577507CCDF498A32A9 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNodeInfoAtom_Equals_mF48D709C97DE709CE542FA577507CCDF498A32A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * V_0 = NULL;
{
RuntimeObject * L_0 = ___other0;
V_0 = ((XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 *)IsInstSealed((RuntimeObject*)L_0, XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7_il2cpp_TypeInfo_var));
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, __this);
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0098;
}
}
{
String_t* L_4 = __this->get_localName_0();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = L_5->get_localName_0();
if ((!(((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_6))))
{
goto IL_0098;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_7 = __this->get_pageSibling_5();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_8 = V_0;
NullCheck(L_8);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_9 = L_8->get_pageSibling_5();
if ((!(((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_7) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_9))))
{
goto IL_0098;
}
}
{
String_t* L_10 = __this->get_namespaceUri_1();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = L_11->get_namespaceUri_1();
if ((!(((RuntimeObject*)(String_t*)L_10) == ((RuntimeObject*)(String_t*)L_12))))
{
goto IL_0098;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_13 = __this->get_pageParent_4();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_14 = V_0;
NullCheck(L_14);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_15 = L_14->get_pageParent_4();
if ((!(((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_13) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_15))))
{
goto IL_0098;
}
}
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_16 = __this->get_pageSimilar_6();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_17 = V_0;
NullCheck(L_17);
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_18 = L_17->get_pageSimilar_6();
if ((!(((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_16) == ((RuntimeObject*)(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B*)L_18))))
{
goto IL_0098;
}
}
{
String_t* L_19 = __this->get_prefix_2();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_20 = V_0;
NullCheck(L_20);
String_t* L_21 = L_20->get_prefix_2();
if ((!(((RuntimeObject*)(String_t*)L_19) == ((RuntimeObject*)(String_t*)L_21))))
{
goto IL_0098;
}
}
{
String_t* L_22 = __this->get_baseUri_3();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_23 = V_0;
NullCheck(L_23);
String_t* L_24 = L_23->get_baseUri_3();
if ((!(((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(String_t*)L_24))))
{
goto IL_0098;
}
}
{
int32_t L_25 = __this->get_lineNumBase_8();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = L_26->get_lineNumBase_8();
if ((!(((uint32_t)L_25) == ((uint32_t)L_27))))
{
goto IL_0098;
}
}
{
int32_t L_28 = __this->get_linePosBase_9();
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * L_29 = V_0;
NullCheck(L_29);
int32_t L_30 = L_29->get_linePosBase_9();
if ((!(((uint32_t)L_28) == ((uint32_t)L_30))))
{
goto IL_0098;
}
}
{
return (bool)1;
}
IL_0098:
{
return (bool)0;
}
}
// System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_ToString_m7B290924D79784AB2E71139C5945964B602C63D2 (XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNodeInfoAtom_ToString_m7B290924D79784AB2E71139C5945964B602C63D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteral49A0CF6C49DCDE83B70AA6CD79192AD8000DC7EB, /*hidden argument*/NULL);
StringBuilder_t * L_2 = V_0;
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, __this);
NullCheck(L_2);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_2, L_3, /*hidden argument*/NULL);
StringBuilder_t * L_4 = V_0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
String_t* L_5 = __this->get_localName_0();
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0093;
}
}
{
StringBuilder_t * L_7 = V_0;
NullCheck(L_7);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, ((int32_t)123), /*hidden argument*/NULL);
StringBuilder_t * L_8 = V_0;
String_t* L_9 = __this->get_namespaceUri_1();
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_0;
NullCheck(L_10);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)125), /*hidden argument*/NULL);
String_t* L_11 = __this->get_prefix_2();
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_007a;
}
}
{
StringBuilder_t * L_13 = V_0;
String_t* L_14 = __this->get_prefix_2();
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, L_14, /*hidden argument*/NULL);
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, ((int32_t)58), /*hidden argument*/NULL);
}
IL_007a:
{
StringBuilder_t * L_16 = V_0;
String_t* L_17 = __this->get_localName_0();
NullCheck(L_16);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_17, /*hidden argument*/NULL);
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0093:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_19 = __this->get_pageParent_4();
if (!L_19)
{
goto IL_00d0;
}
}
{
StringBuilder_t * L_20 = V_0;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral59677F42550565E6434F79F83564D4B0F57F3AC1, /*hidden argument*/NULL);
StringBuilder_t * L_21 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_22 = __this->get_pageParent_4();
NullCheck(L_22);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_23 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_23);
int32_t L_24 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_23, /*hidden argument*/NULL);
NullCheck(L_21);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_21, L_24, /*hidden argument*/NULL);
StringBuilder_t * L_25 = V_0;
NullCheck(L_25);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00d0:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_26 = __this->get_pageSibling_5();
if (!L_26)
{
goto IL_010d;
}
}
{
StringBuilder_t * L_27 = V_0;
NullCheck(L_27);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, _stringLiteralE2FF35356276F67A0A90B5E651CA70B1BDFE70E5, /*hidden argument*/NULL);
StringBuilder_t * L_28 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_29 = __this->get_pageSibling_5();
NullCheck(L_29);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_30 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_30);
int32_t L_31 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_30, /*hidden argument*/NULL);
NullCheck(L_28);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_28, L_31, /*hidden argument*/NULL);
StringBuilder_t * L_32 = V_0;
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_010d:
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_33 = __this->get_pageSimilar_6();
if (!L_33)
{
goto IL_014a;
}
}
{
StringBuilder_t * L_34 = V_0;
NullCheck(L_34);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_34, _stringLiteral3ED0F3A1AF2FCDFA8A137116F79BB7FE86868FC9, /*hidden argument*/NULL);
StringBuilder_t * L_35 = V_0;
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_36 = __this->get_pageSimilar_6();
NullCheck(L_36);
XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * L_37 = XPathNode_get_PageInfo_mD40EC7A16803779E419CB563B7BFE247679A6059((XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), /*hidden argument*/NULL);
NullCheck(L_37);
int32_t L_38 = XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF(L_37, /*hidden argument*/NULL);
NullCheck(L_35);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_35, L_38, /*hidden argument*/NULL);
StringBuilder_t * L_39 = V_0;
NullCheck(L_39);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_39, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_014a:
{
StringBuilder_t * L_40 = V_0;
NullCheck(L_40);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, _stringLiteral0D7F9DBBBC415E48622529A5E32E8246EFBE8765, /*hidden argument*/NULL);
StringBuilder_t * L_41 = V_0;
int32_t L_42 = __this->get_lineNumBase_8();
NullCheck(L_41);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_41, L_42, /*hidden argument*/NULL);
StringBuilder_t * L_43 = V_0;
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
StringBuilder_t * L_44 = V_0;
NullCheck(L_44);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, _stringLiteralEFE6BCC26D81FB8947D8FCEFD903EA55CC1926EC, /*hidden argument*/NULL);
StringBuilder_t * L_45 = V_0;
int32_t L_46 = __this->get_linePosBase_9();
NullCheck(L_45);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_45, L_46, /*hidden argument*/NULL);
StringBuilder_t * L_47 = V_0;
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
return L_48;
}
}
#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 MS.Internal.Xml.Cache.XPathNodePageInfo::get_PageNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_PageNumber_mE3220C87BC180342D8A9ECF5E0BF3F53BB336ECF (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_pageNum_0();
return L_0;
}
}
// System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_NodeCount()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_NodeCount_m30DBB80222513A6647E02CDBA315D25604C189CC (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nodeCount_1();
return L_0;
}
}
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::get_NextPage()
extern "C" IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodePageInfo_get_NextPage_m3DA625627DE6516F949790C2C102422114AD44FC (XPathNodePageInfo_t116B772208F6DB8CCD46DE1F15A18344F0AFC05B * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_pageNext_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNodeRef
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_pinvoke(const XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14& unmarshaled, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke& marshaled)
{
Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL, NULL);
}
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_pinvoke_back(const XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke& marshaled, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14& unmarshaled)
{
Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNodeRef
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_pinvoke_cleanup(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNodeRef
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_com(const XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14& unmarshaled, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com& marshaled)
{
Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL, NULL);
}
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_com_back(const XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com& marshaled, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14& unmarshaled)
{
Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNodeRef
extern "C" void XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshal_com_cleanup(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com& marshaled)
{
}
// 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)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___page0;
__this->set_page_0(L_0);
int32_t L_1 = ___idx1;
__this->set_idx_1(L_1);
return;
}
}
extern "C" void XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page0, int32_t ___idx1, const RuntimeMethod* method)
{
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * _thisAdjusted = reinterpret_cast<XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *>(__this + 1);
XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846(_thisAdjusted, ___page0, ___idx1, 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)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_page_0();
return L_0;
}
}
extern "C" XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * _thisAdjusted = reinterpret_cast<XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *>(__this + 1);
return XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC(_thisAdjusted, 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)
{
{
int32_t L_0 = __this->get_idx_1();
return L_0;
}
}
extern "C" int32_t XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * _thisAdjusted = reinterpret_cast<XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *>(__this + 1);
return XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816(_thisAdjusted, method);
}
// System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XPathNodeRef_GetHashCode_mF3970B921172D33947722A0B2858CDF6FE7A26B2 (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method)
{
{
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_page_0();
int32_t L_1 = __this->get_idx_1();
int32_t L_2 = XPathNodeHelper_GetLocation_m3016EE46048D41DCB257B9A6070BB38BE13231D2(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
extern "C" int32_t XPathNodeRef_GetHashCode_mF3970B921172D33947722A0B2858CDF6FE7A26B2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * _thisAdjusted = reinterpret_cast<XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *>(__this + 1);
return XPathNodeRef_GetHashCode_mF3970B921172D33947722A0B2858CDF6FE7A26B2(_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.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m4356FFC0B1BA9CB3F26E73B41B74BC39FE4E8A96 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SR_GetString_m4356FFC0B1BA9CB3F26E73B41B74BC39FE4E8A96_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 = ___name0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args1;
String_t* L_3 = SR_GetString_m7D86468A7BD047EB88A26F75A073C46A51B827E3(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m7D86468A7BD047EB88A26F75A073C46A51B827E3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___name1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method)
{
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
String_t* L_1 = ___name1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args2;
String_t* L_3 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Xml.BinHexDecoder::get_IsFull()
extern "C" IL2CPP_METHOD_ATTR bool BinHexDecoder_get_IsFull_mD525D51FB507BDF8844072CE532E90FADCD7035D (BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_curIndex_1();
int32_t L_1 = __this->get_endIndex_2();
return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
}
}
// System.Int32 System.Xml.BinHexDecoder::Decode(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A (BinHexDecoder_t2CCB202E9FC5A9055FB0B5945E193EA98E6C3EBB * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar* V_2 = NULL;
uint8_t* V_3 = NULL;
uint8_t* V_4 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
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, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___len2;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralA573B540D2DDE90BA6DA3B9D6286C8EC60C10044, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = ___startPos1;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_002c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteral3715373A1479D6E160ECD96ADE58B70AD1ADE8F1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_RuntimeMethod_var);
}
IL_002c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___chars0;
NullCheck(L_6);
int32_t L_7 = ___startPos1;
int32_t L_8 = ___len2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)L_7))) >= ((int32_t)L_8)))
{
goto IL_003f;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteralA573B540D2DDE90BA6DA3B9D6286C8EC60C10044, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, BinHexDecoder_Decode_mC4FE5ADF502A7BEB8BF74B8074AF4FEA67636F2A_RuntimeMethod_var);
}
IL_003f:
{
int32_t L_10 = ___len2;
if (L_10)
{
goto IL_0044;
}
}
{
return 0;
}
IL_0044:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___chars0;
int32_t L_12 = ___startPos1;
NullCheck(L_11);
V_2 = (Il2CppChar*)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)));
Il2CppChar* L_13 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buffer_0();
int32_t L_15 = __this->get_curIndex_1();
NullCheck(L_14);
V_4 = (uint8_t*)((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15)));
uint8_t* L_16 = V_4;
V_3 = (uint8_t*)(((uintptr_t)L_16));
uintptr_t L_17 = (((uintptr_t)L_13));
int32_t L_18 = ___len2;
uint8_t* L_19 = V_3;
uint8_t* L_20 = V_3;
int32_t L_21 = __this->get_endIndex_2();
int32_t L_22 = __this->get_curIndex_1();
bool* L_23 = __this->get_address_of_hasHalfByteCached_3();
uint8_t* L_24 = __this->get_address_of_cachedHalfByte_4();
BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128((Il2CppChar*)(Il2CppChar*)L_17, (Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)2)))), (uint8_t*)(uint8_t*)L_19, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)))), (bool*)L_23, (uint8_t*)L_24, (int32_t*)(&V_1), (int32_t*)(&V_0), /*hidden argument*/NULL);
V_4 = (uint8_t*)(((uintptr_t)0));
V_2 = (Il2CppChar*)(((uintptr_t)0));
int32_t L_25 = __this->get_curIndex_1();
int32_t L_26 = V_0;
__this->set_curIndex_1(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)));
int32_t L_27 = V_1;
return L_27;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
uint8_t V_5 = 0x0;
Il2CppChar* V_6 = NULL;
uint8_t* V_7 = NULL;
uint8_t* V_8 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
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, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A_RuntimeMethod_var);
}
IL_000e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0;
NullCheck(L_2);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
int32_t L_3 = V_0;
if (L_3)
{
goto IL_001c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
return L_4;
}
IL_001c:
{
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))/(int32_t)2)));
V_1 = L_6;
V_4 = (bool)0;
V_5 = (uint8_t)0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = ___chars0;
NullCheck(L_7);
V_6 = (Il2CppChar*)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
Il2CppChar* L_8 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
NullCheck(L_9);
V_8 = (uint8_t*)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
uint8_t* L_10 = V_8;
V_7 = (uint8_t*)(((uintptr_t)L_10));
uintptr_t L_11 = (((uintptr_t)L_8));
int32_t L_12 = V_0;
uint8_t* L_13 = V_7;
uint8_t* L_14 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1;
NullCheck(L_15);
BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128((Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_12)), (int32_t)2)))), (uint8_t*)(uint8_t*)L_13, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))), (bool*)(&V_4), (uint8_t*)(&V_5), (int32_t*)(&V_3), (int32_t*)(&V_2), /*hidden argument*/NULL);
V_8 = (uint8_t*)(((uintptr_t)0));
V_6 = (Il2CppChar*)(((uintptr_t)0));
bool L_16 = V_4;
if (!L_16)
{
goto IL_0082;
}
}
{
bool L_17 = ___allowOddChars1;
if (L_17)
{
goto IL_0082;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = ___chars0;
String_t* L_19 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_18, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_20 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_20, _stringLiteral80198B766E2B9B8ED277C23C20CAD0FC7E4E523A, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A_RuntimeMethod_var);
}
IL_0082:
{
int32_t L_21 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_1;
NullCheck(L_22);
if ((((int32_t)L_21) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))))))
{
goto IL_009e;
}
}
{
int32_t L_23 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_23);
V_9 = L_24;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_9;
int32_t L_27 = V_2;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_25, 0, (RuntimeArray *)(RuntimeArray *)L_26, 0, L_27, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_9;
V_1 = L_28;
}
IL_009e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1;
return L_29;
}
}
// System.Void System.Xml.BinHexDecoder::Decode(System.Char*,System.Char*,System.Byte*,System.Byte*,System.BooleanU26,System.ByteU26,System.Int32U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128 (Il2CppChar* ___pChars0, Il2CppChar* ___pCharsEndPos1, uint8_t* ___pBytes2, uint8_t* ___pBytesEndPos3, bool* ___hasHalfByteCached4, uint8_t* ___cachedHalfByte5, int32_t* ___charsDecoded6, int32_t* ___bytesDecoded7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
uint8_t* V_1 = NULL;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_2;
memset(&V_2, 0, sizeof(V_2));
uint8_t V_3 = 0x0;
Il2CppChar V_4 = 0x0;
{
Il2CppChar* L_0 = ___pChars0;
V_0 = (Il2CppChar*)L_0;
uint8_t* L_1 = ___pBytes2;
V_1 = (uint8_t*)L_1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_2 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
V_2 = L_2;
goto IL_00a3;
}
IL_000f:
{
Il2CppChar* L_3 = V_0;
Il2CppChar* L_4 = (Il2CppChar*)L_3;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)2));
int32_t L_5 = *((uint16_t*)L_4);
V_4 = L_5;
Il2CppChar L_6 = V_4;
if ((((int32_t)L_6) < ((int32_t)((int32_t)97))))
{
goto IL_002f;
}
}
{
Il2CppChar L_7 = V_4;
if ((((int32_t)L_7) > ((int32_t)((int32_t)102))))
{
goto IL_002f;
}
}
{
Il2CppChar L_8 = V_4;
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))));
goto IL_0082;
}
IL_002f:
{
Il2CppChar L_9 = V_4;
if ((((int32_t)L_9) < ((int32_t)((int32_t)65))))
{
goto IL_0047;
}
}
{
Il2CppChar L_10 = V_4;
if ((((int32_t)L_10) > ((int32_t)((int32_t)70))))
{
goto IL_0047;
}
}
{
Il2CppChar L_11 = V_4;
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))))));
goto IL_0082;
}
IL_0047:
{
Il2CppChar L_12 = V_4;
if ((((int32_t)L_12) < ((int32_t)((int32_t)48))))
{
goto IL_005c;
}
}
{
Il2CppChar L_13 = V_4;
if ((((int32_t)L_13) > ((int32_t)((int32_t)57))))
{
goto IL_005c;
}
}
{
Il2CppChar L_14 = V_4;
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)48))))));
goto IL_0082;
}
IL_005c:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_15 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15.get_charProperties_2();
Il2CppChar L_17 = V_4;
NullCheck(L_16);
Il2CppChar L_18 = L_17;
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if (((int32_t)((int32_t)L_19&(int32_t)1)))
{
goto IL_00a3;
}
}
{
Il2CppChar* L_20 = ___pChars0;
Il2CppChar* L_21 = ___pCharsEndPos1;
Il2CppChar* L_22 = ___pChars0;
String_t* L_23 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_20, 0, (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, (intptr_t)L_22))/(int32_t)2)))))))), /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_24 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_24, _stringLiteral6EA667FE0288881EB9CD133F197CE8E334C57623, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, BinHexDecoder_Decode_mBE8600B5E83C9AD27A08835EECC42D08F4D72128_RuntimeMethod_var);
}
IL_0082:
{
bool* L_25 = ___hasHalfByteCached4;
int32_t L_26 = *((uint8_t*)L_25);
if (!L_26)
{
goto IL_009b;
}
}
{
uint8_t* L_27 = V_1;
uint8_t* L_28 = (uint8_t*)L_27;
V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)1));
uint8_t* L_29 = ___cachedHalfByte5;
int32_t L_30 = *((uint8_t*)L_29);
uint8_t L_31 = V_3;
*((int8_t*)L_28) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_30<<(int32_t)4)), (int32_t)L_31)))));
bool* L_32 = ___hasHalfByteCached4;
*((int8_t*)L_32) = (int8_t)0;
goto IL_00a3;
}
IL_009b:
{
uint8_t* L_33 = ___cachedHalfByte5;
uint8_t L_34 = V_3;
*((int8_t*)L_33) = (int8_t)L_34;
bool* L_35 = ___hasHalfByteCached4;
*((int8_t*)L_35) = (int8_t)1;
}
IL_00a3:
{
Il2CppChar* L_36 = V_0;
Il2CppChar* L_37 = ___pCharsEndPos1;
if ((!(((uintptr_t)L_36) < ((uintptr_t)L_37))))
{
goto IL_00ae;
}
}
{
uint8_t* L_38 = V_1;
uint8_t* L_39 = ___pBytesEndPos3;
if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39))))
{
goto IL_000f;
}
}
IL_00ae:
{
int32_t* L_40 = ___bytesDecoded7;
uint8_t* L_41 = V_1;
uint8_t* L_42 = ___pBytes2;
*((int32_t*)L_40) = (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_41, (intptr_t)L_42))/(int32_t)1))))))));
int32_t* L_43 = ___charsDecoded6;
Il2CppChar* L_44 = V_0;
Il2CppChar* L_45 = ___pChars0;
*((int32_t*)L_43) = (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_44, (intptr_t)L_45))/(int32_t)2))))))));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
{
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, BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offsetIn1;
if ((((int32_t)0) <= ((int32_t)L_2)))
{
goto IL_001d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteral8E9009906A91712DF614B16A2923E550F2D8608C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = ___count2;
if ((((int32_t)0) <= ((int32_t)L_4)))
{
goto IL_002c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_RuntimeMethod_var);
}
IL_002c:
{
int32_t L_6 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inArray0;
NullCheck(L_7);
int32_t L_8 = ___offsetIn1;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8)))))
{
goto IL_003f;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7_RuntimeMethod_var);
}
IL_003f:
{
int32_t L_10 = ___count2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_10)));
V_0 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___inArray0;
int32_t L_13 = ___offsetIn1;
int32_t L_14 = ___count2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = V_0;
int32_t L_16 = BinHexEncoder_Encode_mB728BABCF19E56E3F57591C3BF3BDC9D7B6E11DF(L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
V_1 = L_16;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_0;
int32_t L_18 = V_1;
String_t* L_19 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_17, 0, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.Int32 System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.Char[])
extern "C" IL2CPP_METHOD_ATTR int32_t BinHexEncoder_Encode_mB728BABCF19E56E3F57591C3BF3BDC9D7B6E11DF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___outArray3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinHexEncoder_Encode_mB728BABCF19E56E3F57591C3BF3BDC9D7B6E11DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
V_0 = 0;
V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___outArray3;
NullCheck(L_0);
V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
V_4 = 0;
goto IL_004d;
}
IL_000d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___inArray0;
int32_t L_2 = ___offsetIn1;
int32_t L_3 = L_2;
___offsetIn1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
NullCheck(L_1);
int32_t L_4 = L_3;
uint8_t L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___outArray3;
int32_t L_7 = V_0;
int32_t L_8 = L_7;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint8_t L_9 = V_2;
NullCheck(_stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71, ((int32_t)((int32_t)L_9>>(int32_t)4)), /*hidden argument*/NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Il2CppChar)L_10);
int32_t L_11 = V_0;
int32_t L_12 = V_3;
if ((((int32_t)L_11) == ((int32_t)L_12)))
{
goto IL_0052;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___outArray3;
int32_t L_14 = V_0;
int32_t L_15 = L_14;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
uint8_t L_16 = V_2;
NullCheck(_stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71, ((int32_t)((int32_t)L_16&(int32_t)((int32_t)15))), /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (Il2CppChar)L_17);
int32_t L_18 = V_0;
int32_t L_19 = V_3;
if ((((int32_t)L_18) == ((int32_t)L_19)))
{
goto IL_0052;
}
}
{
int32_t L_20 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_004d:
{
int32_t L_21 = V_4;
int32_t L_22 = ___count2;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_000d;
}
}
IL_0052:
{
int32_t L_23 = V_0;
int32_t L_24 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24));
}
}
#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.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2()
extern "C" IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mB7A5C52DBD5570B6E9EBAD4FA36914CECDDD4968 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mB7A5C52DBD5570B6E9EBAD4FA36914CECDDD4968_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var);
bool L_0 = ((BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var))->get__targetsAtLeast_Desktop_V4_5_2_0();
return L_0;
}
}
// System.Boolean System.Xml.BinaryCompatibility::RunningOnCheck(System.String)
extern "C" IL2CPP_METHOD_ATTR bool BinaryCompatibility_RunningOnCheck_m095CFF39A9C82317B838D600E2288F27D943783E (String_t* ___propertyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryCompatibility_RunningOnCheck_m095CFF39A9C82317B838D600E2288F27D943783E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
PropertyInfo_t * 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);
IL_0000:
try
{ // begin try (depth: 1)
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * L_2 = IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Assembly_t * L_3 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_2);
NullCheck(L_3);
Type_t * L_4 = VirtFuncInvoker2< Type_t *, String_t*, bool >::Invoke(14 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) */, L_3, _stringLiteralFC0DB13E29AF24DE714EBA3ECB2C32ADFE28278F, (bool)0);
V_0 = L_4;
goto IL_0027;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0022;
throw e;
}
CATCH_0022:
{ // begin catch(System.TypeLoadException)
V_2 = (bool)0;
goto IL_0054;
} // end catch (depth: 1)
IL_0027:
{
Type_t * L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_6 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0032;
}
}
{
return (bool)0;
}
IL_0032:
{
Type_t * L_7 = V_0;
String_t* L_8 = ___propertyName0;
NullCheck(L_7);
PropertyInfo_t * L_9 = Type_GetProperty_m724FAA955DCE10E0C46A9485BCEA32C1CE608130(L_7, L_8, ((int32_t)56), /*hidden argument*/NULL);
V_1 = L_9;
PropertyInfo_t * L_10 = V_1;
bool L_11 = PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED(L_10, (PropertyInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
return (bool)0;
}
IL_0047:
{
PropertyInfo_t * L_12 = V_1;
NullCheck(L_12);
RuntimeObject * L_13 = PropertyInfo_GetValue_mDA5AD1BFDA163D25CC9CC706625C8A0D45B4FAE9(L_12, NULL, /*hidden argument*/NULL);
return ((*(bool*)((bool*)UnBox(L_13, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
IL_0054:
{
bool L_14 = V_2;
return L_14;
}
}
// System.Void System.Xml.BinaryCompatibility::.cctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryCompatibility__cctor_m75E41730D6889E1E3B7C11BFFD35848C661D30D6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryCompatibility__cctor_m75E41730D6889E1E3B7C11BFFD35848C661D30D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = BinaryCompatibility_RunningOnCheck_m095CFF39A9C82317B838D600E2288F27D943783E(_stringLiteral34F93B7B91DE92385105BF2D2C6FBD02FD2F3279, /*hidden argument*/NULL);
((BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t12E05D85EDA182BE84FFFDDBE58545DC7B43AD72_il2cpp_TypeInfo_var))->set__targetsAtLeast_Desktop_V4_5_2_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.Int32 System.Xml.Bits::Count(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int32_t Bits_Count_mF93A1C15139825CDAC46EF2D1E5FD57B923D0018 (uint32_t ___num0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Bits_Count_mF93A1C15139825CDAC46EF2D1E5FD57B923D0018_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___num0;
IL2CPP_RUNTIME_CLASS_INIT(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var);
uint32_t L_1 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0101010101010101_0();
uint32_t L_2 = ___num0;
uint32_t L_3 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0101010101010101_0();
___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>1))&(int32_t)L_3))));
uint32_t L_4 = ___num0;
uint32_t L_5 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0011001100110011_1();
uint32_t L_6 = ___num0;
uint32_t L_7 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0011001100110011_1();
___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_6>>2))&(int32_t)L_7))));
uint32_t L_8 = ___num0;
uint32_t L_9 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0000111100001111_2();
uint32_t L_10 = ___num0;
uint32_t L_11 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0000111100001111_2();
___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8&(int32_t)L_9)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_10>>4))&(int32_t)L_11))));
uint32_t L_12 = ___num0;
uint32_t L_13 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0000000011111111_3();
uint32_t L_14 = ___num0;
uint32_t L_15 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_0000000011111111_3();
___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12&(int32_t)L_13)), (int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>8))&(int32_t)L_15))));
uint32_t L_16 = ___num0;
uint32_t L_17 = ((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->get_MASK_1111111111111111_4();
uint32_t L_18 = ___num0;
___num0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_16&(int32_t)L_17)), (int32_t)((int32_t)((uint32_t)L_18>>((int32_t)16)))));
uint32_t L_19 = ___num0;
return L_19;
}
}
// System.Int32 System.Xml.Bits::LeastPosition(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR int32_t Bits_LeastPosition_m8BC92921EE928B180C4E53B10316595398EE64DD (uint32_t ___num0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Bits_LeastPosition_m8BC92921EE928B180C4E53B10316595398EE64DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint32_t L_0 = ___num0;
if (L_0)
{
goto IL_0005;
}
}
{
return 0;
}
IL_0005:
{
uint32_t L_1 = ___num0;
uint32_t L_2 = ___num0;
IL2CPP_RUNTIME_CLASS_INIT(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var);
int32_t L_3 = Bits_Count_mF93A1C15139825CDAC46EF2D1E5FD57B923D0018(((int32_t)((int32_t)L_1^(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))), /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Xml.Bits::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Bits__cctor_m3660C7A65D186D5438708AE80BD0864B1B9D5168 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Bits__cctor_m3660C7A65D186D5438708AE80BD0864B1B9D5168_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->set_MASK_0101010101010101_0(((int32_t)1431655765));
((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->set_MASK_0011001100110011_1(((int32_t)858993459));
((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->set_MASK_0000111100001111_2(((int32_t)252645135));
((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->set_MASK_0000000011111111_3(((int32_t)16711935));
((Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_StaticFields*)il2cpp_codegen_static_fields_for(Bits_t6CCF20605799DC40E70BCBC72EF872899C211658_il2cpp_TypeInfo_var))->set_MASK_1111111111111111_4(((int32_t)65535));
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
// Conversion methods for marshalling of: System.Xml.DebuggerDisplayXmlNodeProxy
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_pinvoke(const DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0& unmarshaled, DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke& marshaled)
{
Exception_t* ___node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'node' of type 'DebuggerDisplayXmlNodeProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___node_0Exception, NULL, NULL);
}
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_pinvoke_back(const DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke& marshaled, DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0& unmarshaled)
{
Exception_t* ___node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'node' of type 'DebuggerDisplayXmlNodeProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___node_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.DebuggerDisplayXmlNodeProxy
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_pinvoke_cleanup(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.DebuggerDisplayXmlNodeProxy
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_com(const DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0& unmarshaled, DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com& marshaled)
{
Exception_t* ___node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'node' of type 'DebuggerDisplayXmlNodeProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___node_0Exception, NULL, NULL);
}
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_com_back(const DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com& marshaled, DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0& unmarshaled)
{
Exception_t* ___node_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'node' of type 'DebuggerDisplayXmlNodeProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___node_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.DebuggerDisplayXmlNodeProxy
extern "C" void DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshal_com_cleanup(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com& marshaled)
{
}
// System.Void System.Xml.DebuggerDisplayXmlNodeProxy::.ctor(System.Xml.XmlNode)
extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6 (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
__this->set_node_0(L_0);
return;
}
}
extern "C" void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6_AdjustorThunk (RuntimeObject * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * _thisAdjusted = reinterpret_cast<DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 *>(__this + 1);
DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6(_thisAdjusted, ___node0, method);
}
// System.String System.Xml.DebuggerDisplayXmlNodeProxy::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82 (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_2 = NULL;
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_node_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;
RuntimeObject * L_2 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
V_0 = *(int32_t*)UnBox(L_2);
V_1 = L_3;
int32_t L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))
{
case 0:
{
goto IL_006b;
}
case 1:
{
goto IL_008c;
}
case 2:
{
goto IL_00da;
}
case 3:
{
goto IL_00da;
}
case 4:
{
goto IL_006b;
}
case 5:
{
goto IL_016c;
}
case 6:
{
goto IL_008c;
}
case 7:
{
goto IL_00da;
}
case 8:
{
goto IL_016c;
}
case 9:
{
goto IL_00fd;
}
case 10:
{
goto IL_016c;
}
case 11:
{
goto IL_016c;
}
case 12:
{
goto IL_00da;
}
case 13:
{
goto IL_00da;
}
case 14:
{
goto IL_016c;
}
case 15:
{
goto IL_016c;
}
case 16:
{
goto IL_00da;
}
}
}
{
goto IL_016c;
}
IL_006b:
{
String_t* L_5 = V_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = __this->get_node_0();
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_6);
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_5, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_7, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_016c;
}
IL_008c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
String_t* L_11 = V_1;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_11);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_10;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = __this->get_node_0();
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_14);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_13;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_18 = __this->get_node_0();
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_18);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_20 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_19, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_20);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_17;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
String_t* L_22 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_21, /*hidden argument*/NULL);
V_1 = L_22;
goto IL_016c;
}
IL_00da:
{
String_t* L_23 = V_1;
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_24 = __this->get_node_0();
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_26 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_25, /*hidden argument*/NULL);
String_t* L_27 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_23, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_26, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_27;
goto IL_016c;
}
IL_00fd:
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = __this->get_node_0();
V_2 = ((XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)CastclassClass((RuntimeObject*)L_28, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_29;
String_t* L_31 = V_1;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_31);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_31);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = L_30;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_32;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_34 = V_2;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_34);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_35);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_35);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_33;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, _stringLiteral2AB8AA6F8B2F4F85B5F3A6C5310E19758643A012);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral2AB8AA6F8B2F4F85B5F3A6C5310E19758643A012);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_38 = V_2;
NullCheck(L_38);
String_t* L_39 = XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
ArrayElementTypeCheck (L_37, L_39);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_39);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = L_37;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, _stringLiteral4DBECE0B36C629599F77CB54B3D05C830DB093E9);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral4DBECE0B36C629599F77CB54B3D05C830DB093E9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_42 = V_2;
NullCheck(L_42);
String_t* L_43 = XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B(L_42, /*hidden argument*/NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)L_43);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = L_41;
NullCheck(L_44);
ArrayElementTypeCheck (L_44, _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = L_44;
XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_46 = V_2;
NullCheck(L_46);
String_t* L_47 = XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177(L_46, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_48 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_47, /*hidden argument*/NULL);
NullCheck(L_45);
ArrayElementTypeCheck (L_45, L_48);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)L_48);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = L_45;
NullCheck(L_49);
ArrayElementTypeCheck (L_49, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
String_t* L_50 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_49, /*hidden argument*/NULL);
V_1 = L_50;
}
IL_016c:
{
String_t* L_51 = V_1;
return L_51;
}
}
extern "C" String_t* DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * _thisAdjusted = reinterpret_cast<DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 *>(__this + 1);
return DebuggerDisplayXmlNodeProxy_ToString_m7E1DD26BBDE4FD8BB63D9BFB36139D145E020F82(_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.DomNameTable::.ctor(System.Xml.XmlDocument)
extern "C" IL2CPP_METHOD_ATTR void DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3 (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___document0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___document0;
__this->set_ownerDocument_3(L_0);
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___document0;
NullCheck(L_1);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(L_1, /*hidden argument*/NULL);
__this->set_nameTable_4(L_2);
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_3 = (XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4*)SZArrayNew(XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set_entries_0(L_3);
__this->set_mask_2(((int32_t)63));
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL;
{
String_t* L_0 = ___prefix0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___prefix0 = L_1;
}
IL_000a:
{
String_t* L_2 = ___ns2;
if (L_2)
{
goto IL_0014;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___ns2 = L_3;
}
IL_0014:
{
String_t* L_4 = ___localName1;
int32_t L_5 = XmlName_GetHashCode_mF24562E63338A74276371FAA82BA8B697A4C3059(L_4, /*hidden argument*/NULL);
V_0 = L_5;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_6 = __this->get_entries_0();
int32_t L_7 = V_0;
int32_t L_8 = __this->get_mask_2();
NullCheck(L_6);
int32_t L_9 = ((int32_t)((int32_t)L_7&(int32_t)L_8));
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_1 = L_10;
goto IL_008e;
}
IL_002d:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_11 = V_1;
NullCheck(L_11);
int32_t L_12 = XmlName_get_HashCode_m846DB8FE407CF5DFD88C3DEB47B05AE8875624D2(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_0;
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0087;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_14 = V_1;
NullCheck(L_14);
String_t* L_15 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_14, /*hidden argument*/NULL);
String_t* L_16 = ___localName1;
if ((((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))
{
goto IL_004d;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_17, /*hidden argument*/NULL);
String_t* L_19 = ___localName1;
NullCheck(L_18);
bool L_20 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0087;
}
}
IL_004d:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_21 = V_1;
NullCheck(L_21);
String_t* L_22 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_21, /*hidden argument*/NULL);
String_t* L_23 = ___prefix0;
if ((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(String_t*)L_23)))
{
goto IL_0064;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_24 = V_1;
NullCheck(L_24);
String_t* L_25 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_24, /*hidden argument*/NULL);
String_t* L_26 = ___prefix0;
NullCheck(L_25);
bool L_27 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_25, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0087;
}
}
IL_0064:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_28 = V_1;
NullCheck(L_28);
String_t* L_29 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_28, /*hidden argument*/NULL);
String_t* L_30 = ___ns2;
if ((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(String_t*)L_30)))
{
goto IL_007b;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_31 = V_1;
NullCheck(L_31);
String_t* L_32 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_31, /*hidden argument*/NULL);
String_t* L_33 = ___ns2;
NullCheck(L_32);
bool L_34 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0087;
}
}
IL_007b:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_35 = V_1;
RuntimeObject* L_36 = ___schemaInfo3;
NullCheck(L_35);
bool L_37 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(18 /* System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) */, L_35, L_36);
if (!L_37)
{
goto IL_0087;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_38 = V_1;
return L_38;
}
IL_0087:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_39 = V_1;
NullCheck(L_39);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_40 = L_39->get_next_6();
V_1 = L_40;
}
IL_008e:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_41 = V_1;
if (L_41)
{
goto IL_002d;
}
}
{
return (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)NULL;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_2 = NULL;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_3 = NULL;
int32_t V_4 = 0;
{
String_t* L_0 = ___prefix0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___prefix0 = L_1;
}
IL_000a:
{
String_t* L_2 = ___ns2;
if (L_2)
{
goto IL_0014;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___ns2 = L_3;
}
IL_0014:
{
String_t* L_4 = ___localName1;
int32_t L_5 = XmlName_GetHashCode_mF24562E63338A74276371FAA82BA8B697A4C3059(L_4, /*hidden argument*/NULL);
V_0 = L_5;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_6 = __this->get_entries_0();
int32_t L_7 = V_0;
int32_t L_8 = __this->get_mask_2();
NullCheck(L_6);
int32_t L_9 = ((int32_t)((int32_t)L_7&(int32_t)L_8));
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_3 = L_10;
goto IL_008e;
}
IL_002d:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = XmlName_get_HashCode_m846DB8FE407CF5DFD88C3DEB47B05AE8875624D2(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_0;
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0087;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_14 = V_3;
NullCheck(L_14);
String_t* L_15 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_14, /*hidden argument*/NULL);
String_t* L_16 = ___localName1;
if ((((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))
{
goto IL_004d;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_17 = V_3;
NullCheck(L_17);
String_t* L_18 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117(L_17, /*hidden argument*/NULL);
String_t* L_19 = ___localName1;
NullCheck(L_18);
bool L_20 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0087;
}
}
IL_004d:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_21 = V_3;
NullCheck(L_21);
String_t* L_22 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_21, /*hidden argument*/NULL);
String_t* L_23 = ___prefix0;
if ((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(String_t*)L_23)))
{
goto IL_0064;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_24 = V_3;
NullCheck(L_24);
String_t* L_25 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF(L_24, /*hidden argument*/NULL);
String_t* L_26 = ___prefix0;
NullCheck(L_25);
bool L_27 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_25, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0087;
}
}
IL_0064:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_28 = V_3;
NullCheck(L_28);
String_t* L_29 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_28, /*hidden argument*/NULL);
String_t* L_30 = ___ns2;
if ((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(String_t*)L_30)))
{
goto IL_007b;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_31 = V_3;
NullCheck(L_31);
String_t* L_32 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209(L_31, /*hidden argument*/NULL);
String_t* L_33 = ___ns2;
NullCheck(L_32);
bool L_34 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0087;
}
}
IL_007b:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_35 = V_3;
RuntimeObject* L_36 = ___schemaInfo3;
NullCheck(L_35);
bool L_37 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(18 /* System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) */, L_35, L_36);
if (!L_37)
{
goto IL_0087;
}
}
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_38 = V_3;
return L_38;
}
IL_0087:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_39 = V_3;
NullCheck(L_39);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_40 = L_39->get_next_6();
V_3 = L_40;
}
IL_008e:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_41 = V_3;
if (L_41)
{
goto IL_002d;
}
}
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_42 = __this->get_nameTable_4();
String_t* L_43 = ___prefix0;
NullCheck(L_42);
String_t* L_44 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_42, L_43);
___prefix0 = L_44;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_45 = __this->get_nameTable_4();
String_t* L_46 = ___localName1;
NullCheck(L_45);
String_t* L_47 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_45, L_46);
___localName1 = L_47;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_48 = __this->get_nameTable_4();
String_t* L_49 = ___ns2;
NullCheck(L_48);
String_t* L_50 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_48, L_49);
___ns2 = L_50;
int32_t L_51 = V_0;
int32_t L_52 = __this->get_mask_2();
V_1 = ((int32_t)((int32_t)L_51&(int32_t)L_52));
String_t* L_53 = ___prefix0;
String_t* L_54 = ___localName1;
String_t* L_55 = ___ns2;
int32_t L_56 = V_0;
XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_57 = __this->get_ownerDocument_3();
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_58 = __this->get_entries_0();
int32_t L_59 = V_1;
NullCheck(L_58);
int32_t L_60 = L_59;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_61 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
RuntimeObject* L_62 = ___schemaInfo3;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_63 = XmlName_Create_m3F0CC673488258F994FCC3C1E7F00E5F42821E56(L_53, L_54, L_55, L_56, L_57, L_61, L_62, /*hidden argument*/NULL);
V_2 = L_63;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_64 = __this->get_entries_0();
int32_t L_65 = V_1;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_66 = V_2;
NullCheck(L_64);
ArrayElementTypeCheck (L_64, L_66);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)L_66);
int32_t L_67 = __this->get_count_1();
V_4 = L_67;
int32_t L_68 = V_4;
__this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)));
int32_t L_69 = V_4;
int32_t L_70 = __this->get_mask_2();
if ((!(((uint32_t)L_69) == ((uint32_t)L_70))))
{
goto IL_0109;
}
}
{
DomNameTable_Grow_m7A6E6A2251313677D16C889707C72B9931A02D7F(__this, /*hidden argument*/NULL);
}
IL_0109:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_71 = V_2;
return L_71;
}
}
// System.Void System.Xml.DomNameTable::Grow()
extern "C" IL2CPP_METHOD_ATTR void DomNameTable_Grow_m7A6E6A2251313677D16C889707C72B9931A02D7F (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DomNameTable_Grow_m7A6E6A2251313677D16C889707C72B9931A02D7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* V_1 = NULL;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* V_2 = NULL;
int32_t V_3 = 0;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_4 = NULL;
int32_t V_5 = 0;
{
int32_t L_0 = __this->get_mask_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)1));
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_1 = __this->get_entries_0();
V_1 = L_1;
int32_t L_2 = V_0;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_3 = (XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4*)SZArrayNew(XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
V_2 = L_3;
V_3 = 0;
goto IL_0053;
}
IL_001f:
{
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_4 = V_1;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = L_7;
goto IL_004b;
}
IL_0026:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = V_4;
NullCheck(L_8);
int32_t L_9 = XmlName_get_HashCode_m846DB8FE407CF5DFD88C3DEB47B05AE8875624D2(L_8, /*hidden argument*/NULL);
int32_t L_10 = V_0;
V_5 = ((int32_t)((int32_t)L_9&(int32_t)L_10));
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_11 = V_4;
NullCheck(L_11);
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_12 = L_11->get_next_6();
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = V_4;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_14 = V_2;
int32_t L_15 = V_5;
NullCheck(L_14);
int32_t L_16 = L_15;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
L_13->set_next_6(L_17);
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_18 = V_2;
int32_t L_19 = V_5;
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_20 = V_4;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)L_20);
V_4 = L_12;
}
IL_004b:
{
XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_21 = V_4;
if (L_21)
{
goto IL_0026;
}
}
{
int32_t L_22 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0053:
{
int32_t L_23 = V_3;
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_24 = V_1;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))))))
{
goto IL_001f;
}
}
{
XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* L_25 = V_2;
__this->set_entries_0(L_25);
int32_t L_26 = V_0;
__this->set_mask_2(L_26);
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.DtdParser::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DtdParser__cctor_m8DFA642926A24B3ED5DA38B50A356ACBE5557E21 (const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Xml.DtdParser::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DtdParser__ctor_m82CFAE626BE77B6BEABCB115C354C5BBE1C931F7 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser__ctor_m82CFAE626BE77B6BEABCB115C354C5BBE1C931F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
__this->set_xmlCharType_4(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_systemId_5(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_publicId_6(L_2);
__this->set_normalize_7((bool)1);
__this->set_supportNamespaces_9((bool)1);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_3;
memset(&L_3, 0, sizeof(L_3));
LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8((&L_3), 0, 0, /*hidden argument*/NULL);
__this->set_literalLineInfo_27(L_3);
__this->set_literalQuoteChar_28(((int32_t)34));
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_documentBaseUri_29(L_4);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_externalDtdBaseUri_30(L_5);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Xml.IDtdParser System.Xml.DtdParser::Create()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * L_0 = (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 *)il2cpp_codegen_object_new(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var);
DtdParser__ctor_m82CFAE626BE77B6BEABCB115C354C5BBE1C931F7(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Xml.DtdParser::Initialize(System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, RuntimeObject* ___readerAdapter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL;
{
RuntimeObject* L_0 = ___readerAdapter0;
__this->set_readerAdapter_0(L_0);
RuntimeObject* L_1 = ___readerAdapter0;
__this->set_readerAdapterWithValidation_1(((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var)));
RuntimeObject* L_2 = ___readerAdapter0;
NullCheck(L_2);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = InterfaceFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_2);
__this->set_nameTable_2(L_3);
RuntimeObject* L_4 = ___readerAdapter0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_0;
if (!L_5)
{
goto IL_0035;
}
}
{
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdParserAdapterWithValidation::get_DtdValidation() */, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var, L_6);
__this->set_validate_8(L_7);
}
IL_0035:
{
RuntimeObject* L_8 = ___readerAdapter0;
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDtdParserAdapterV1_t13CA89E2AAAFE12B3570D02CCC2BEB8EB97AD823_il2cpp_TypeInfo_var));
RuntimeObject* L_9 = V_1;
if (!L_9)
{
goto IL_0063;
}
}
{
RuntimeObject* L_10 = V_1;
NullCheck(L_10);
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_V1CompatibilityMode() */, IDtdParserAdapterV1_t13CA89E2AAAFE12B3570D02CCC2BEB8EB97AD823_il2cpp_TypeInfo_var, L_10);
__this->set_v1Compat_10(L_11);
RuntimeObject* L_12 = V_1;
NullCheck(L_12);
bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_Normalization() */, IDtdParserAdapterV1_t13CA89E2AAAFE12B3570D02CCC2BEB8EB97AD823_il2cpp_TypeInfo_var, L_12);
__this->set_normalize_7(L_13);
RuntimeObject* L_14 = V_1;
NullCheck(L_14);
bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdParserAdapterV1::get_Namespaces() */, IDtdParserAdapterV1_t13CA89E2AAAFE12B3570D02CCC2BEB8EB97AD823_il2cpp_TypeInfo_var, L_14);
__this->set_supportNamespaces_9(L_15);
}
IL_0063:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_16 = (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 *)il2cpp_codegen_object_new(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41_il2cpp_TypeInfo_var);
SchemaInfo__ctor_mAE19D8874E7867F754C409EB9249CDF0505E7D9B(L_16, /*hidden argument*/NULL);
__this->set_schemaInfo_3(L_16);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_17 = __this->get_schemaInfo_3();
NullCheck(L_17);
SchemaInfo_set_SchemaType_m7915E3370821C104BE8D36E46A68721692C5524C(L_17, 1, /*hidden argument*/NULL);
StringBuilder_t * L_18 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_18, /*hidden argument*/NULL);
__this->set_stringBuilder_25(L_18);
RuntimeObject* L_19 = ___readerAdapter0;
NullCheck(L_19);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_19);
V_2 = L_20;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_22 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_21, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00a1;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = V_2;
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
__this->set_documentBaseUri_29(L_24);
}
IL_00a1:
{
__this->set_freeFloatingDtd_23((bool)0);
return;
}
}
// System.Void System.Xml.DtdParser::InitializeFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL;
{
RuntimeObject* L_0 = ___adapter5;
DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___docTypeName1;
if (!L_1)
{
goto IL_0013;
}
}
{
String_t* L_2 = ___docTypeName1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
IL_0013:
{
String_t* L_4 = ___docTypeName1;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B(L_4, _stringLiteral741DDA3D3A4B692655420BB3FAAD212E9A1D4A17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296_RuntimeMethod_var);
}
IL_001f:
{
String_t* L_6 = ___docTypeName1;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489(L_6, /*hidden argument*/NULL);
String_t* L_7 = ___docTypeName1;
NullCheck(L_7);
int32_t L_8 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_7, ((int32_t)58), /*hidden argument*/NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
{
goto IL_0051;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_10 = __this->get_schemaInfo_3();
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_11 = __this->get_nameTable_2();
String_t* L_12 = ___docTypeName1;
NullCheck(L_11);
String_t* L_13 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_11, L_12);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_14, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
SchemaInfo_set_DocTypeName_m8E526D73979BC8ADBFBC45282A53643161A68B2F(L_10, L_14, /*hidden argument*/NULL);
goto IL_0088;
}
IL_0051:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_15 = __this->get_schemaInfo_3();
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_16 = __this->get_nameTable_2();
String_t* L_17 = ___docTypeName1;
int32_t L_18 = V_0;
NullCheck(L_17);
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, 0, L_18, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_16, L_19);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_21 = __this->get_nameTable_2();
String_t* L_22 = ___docTypeName1;
int32_t L_23 = V_0;
NullCheck(L_22);
String_t* L_24 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_21);
String_t* L_25 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_21, L_24);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_26 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_26, L_20, L_25, /*hidden argument*/NULL);
NullCheck(L_15);
SchemaInfo_set_DocTypeName_m8E526D73979BC8ADBFBC45282A53643161A68B2F(L_15, L_26, /*hidden argument*/NULL);
}
IL_0088:
{
String_t* L_27 = ___systemId3;
if (!L_27)
{
goto IL_00bf;
}
}
{
String_t* L_28 = ___systemId3;
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_28, /*hidden argument*/NULL);
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_00bf;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_30 = __this->get_address_of_xmlCharType_4();
String_t* L_31 = ___systemId3;
int32_t L_32 = XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_30, L_31, /*hidden argument*/NULL);
int32_t L_33 = L_32;
V_1 = L_33;
if ((((int32_t)L_33) < ((int32_t)0)))
{
goto IL_00b7;
}
}
{
int32_t L_34 = __this->get_curPos_13();
String_t* L_35 = ___systemId3;
int32_t L_36 = V_1;
DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF(__this, L_34, L_35, L_36, /*hidden argument*/NULL);
}
IL_00b7:
{
String_t* L_37 = ___systemId3;
__this->set_systemId_5(L_37);
}
IL_00bf:
{
String_t* L_38 = ___publicId2;
if (!L_38)
{
goto IL_00f1;
}
}
{
String_t* L_39 = ___publicId2;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_39, /*hidden argument*/NULL);
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_00f1;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_41 = __this->get_address_of_xmlCharType_4();
String_t* L_42 = ___publicId2;
int32_t L_43 = XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_41, L_42, /*hidden argument*/NULL);
int32_t L_44 = L_43;
V_1 = L_44;
if ((((int32_t)L_44) < ((int32_t)0)))
{
goto IL_00ea;
}
}
{
int32_t L_45 = __this->get_curPos_13();
String_t* L_46 = ___publicId2;
int32_t L_47 = V_1;
DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF(__this, L_45, L_46, L_47, /*hidden argument*/NULL);
}
IL_00ea:
{
String_t* L_48 = ___publicId2;
__this->set_publicId_6(L_48);
}
IL_00f1:
{
String_t* L_49 = ___internalSubset4;
if (!L_49)
{
goto IL_0114;
}
}
{
String_t* L_50 = ___internalSubset4;
NullCheck(L_50);
int32_t L_51 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_0114;
}
}
{
RuntimeObject* L_52 = __this->get_readerAdapter_0();
String_t* L_53 = ___baseUri0;
String_t* L_54 = ___internalSubset4;
NullCheck(L_52);
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(21 /* System.Void System.Xml.IDtdParserAdapter::PushInternalDtd(System.String,System.String) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_52, L_53, L_54);
__this->set_hasFreeFloatingInternalSubset_24((bool)1);
}
IL_0114:
{
RuntimeObject* L_55 = __this->get_readerAdapter_0();
NullCheck(L_55);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_56 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_55);
V_2 = L_56;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_57 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_58 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_57, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_0135;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_59 = V_2;
NullCheck(L_59);
String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_59);
__this->set_documentBaseUri_29(L_60);
}
IL_0135:
{
__this->set_freeFloatingDtd_23((bool)1);
return;
}
}
// System.Xml.IDtdInfo System.Xml.DtdParser::System.Xml.IDtdParser.ParseInternalDtd(System.Xml.IDtdParserAdapter,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_System_Xml_IDtdParser_ParseInternalDtd_m6591370BB15B37951840B7F3268CEE045E97AF22 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, RuntimeObject* ___adapter0, bool ___saveInternalSubset1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___adapter0;
DtdParser_Initialize_m87343995F9534B2F161F03081B51511562974B97(__this, L_0, /*hidden argument*/NULL);
bool L_1 = ___saveInternalSubset1;
DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C(__this, L_1, /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_2 = __this->get_schemaInfo_3();
return L_2;
}
}
// System.Xml.IDtdInfo System.Xml.DtdParser::System.Xml.IDtdParser.ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_System_Xml_IDtdParser_ParseFreeFloatingDtd_mC285E67D800ED826AC1DD90144E2EAD545D2EA2F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___baseUri0, String_t* ___docTypeName1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___internalSubset4, RuntimeObject* ___adapter5, const RuntimeMethod* method)
{
{
String_t* L_0 = ___baseUri0;
String_t* L_1 = ___docTypeName1;
String_t* L_2 = ___publicId2;
String_t* L_3 = ___systemId3;
String_t* L_4 = ___internalSubset4;
RuntimeObject* L_5 = ___adapter5;
DtdParser_InitializeFreeFloatingDtd_m06B80F2A1025FB5AE2420C9639011314019E3296(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C(__this, (bool)0, /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_6 = __this->get_schemaInfo_3();
return L_6;
}
}
// System.Boolean System.Xml.DtdParser::get_ParsingInternalSubset()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_externalEntitiesDepth_21();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Xml.DtdParser::get_IgnoreEntityReferences()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_IgnoreEntityReferences_m9D378AFF7A0D326C61A8E55DF2F4A2A61F8CBCC5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_scanningFunction_14();
return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)26)))? 1 : 0);
}
}
// System.Boolean System.Xml.DtdParser::get_SaveInternalSubsetValue()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.IDtdParserAdapter::get_EntityStackLength() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
if (L_1)
{
goto IL_0017;
}
}
{
StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20();
return (bool)((!(((RuntimeObject*)(StringBuilder_t *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0017:
{
return (bool)0;
}
}
// System.Boolean System.Xml.DtdParser::get_ParsingTopLevelMarkup()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingTopLevelMarkup_mAE711DF4A54C61A3B055E30FCAC2F4BD5303E38D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_scanningFunction_14();
if (!L_0)
{
goto IL_001e;
}
}
{
int32_t L_1 = __this->get_scanningFunction_14();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)32)))))
{
goto IL_001c;
}
}
{
int32_t L_2 = __this->get_savedScanningFunction_16();
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
IL_001c:
{
return (bool)0;
}
IL_001e:
{
return (bool)1;
}
}
// System.Boolean System.Xml.DtdParser::get_SupportNamespaces()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_SupportNamespaces_m01BBE6FC46B195BD9D0934EA7A120FD9E2FAF62F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_supportNamespaces_9();
return L_0;
}
}
// System.Boolean System.Xml.DtdParser::get_Normalize()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_normalize_7();
return L_0;
}
}
// System.Void System.Xml.DtdParser::Parse(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Parse_m5DDA60710240E4077EB3001768411887D12EB25C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 V_0;
memset(&V_0, 0, sizeof(V_0));
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * V_1 = NULL;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = __this->get_freeFloatingDtd_23();
if (!L_0)
{
goto IL_0010;
}
}
{
DtdParser_ParseFreeFloatingDtd_mDA9E1A42292138318EFA29EBD03FB1E5C80D108B(__this, /*hidden argument*/NULL);
goto IL_0017;
}
IL_0010:
{
bool L_1 = ___saveInternalSubset0;
DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E(__this, L_1, /*hidden argument*/NULL);
}
IL_0017:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_2 = __this->get_schemaInfo_3();
NullCheck(L_2);
SchemaInfo_Finish_m06C270AA3B7012BA2D45DB8C0D7E3E0A0A2126C6(L_2, /*hidden argument*/NULL);
bool L_3 = __this->get_validate_8();
if (!L_3)
{
goto IL_009d;
}
}
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_4 = __this->get_undeclaredNotations_31();
if (!L_4)
{
goto IL_009d;
}
}
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_5 = __this->get_undeclaredNotations_31();
NullCheck(L_5);
ValueCollection_t361BFFE094B7F7CCBC8D86B54C0F5A26ECAB5944 * L_6 = Dictionary_2_get_Values_m32BC91AE4F42088FC79341AAF41D2A90A9CC2A46(L_5, /*hidden argument*/Dictionary_2_get_Values_m32BC91AE4F42088FC79341AAF41D2A90A9CC2A46_RuntimeMethod_var);
NullCheck(L_6);
Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 L_7 = ValueCollection_GetEnumerator_m5BFD928516DFEDBCD4A7A45187EF8904C7731B62(L_6, /*hidden argument*/ValueCollection_GetEnumerator_m5BFD928516DFEDBCD4A7A45187EF8904C7731B62_RuntimeMethod_var);
V_0 = L_7;
}
IL_0043:
try
{ // begin try (depth: 1)
{
goto IL_0084;
}
IL_0045:
{
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_8 = Enumerator_get_Current_m67C7A49B255A87FCD245D5068AB75D6B45E4126E((Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m67C7A49B255A87FCD245D5068AB75D6B45E4126E_RuntimeMethod_var);
V_1 = L_8;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_9 = V_1;
V_2 = L_9;
goto IL_0081;
}
IL_0051:
{
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = L_10->get_name_0();
String_t* L_12 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = L_13->get_lineNo_1();
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_15 = V_1;
NullCheck(L_15);
int32_t L_16 = L_15->get_linePos_2();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_17 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_17, _stringLiteral0A47BC68555C4FD1F7131D466389CA70C9405BD9, L_11, L_12, L_14, L_16, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C(__this, 0, L_17, /*hidden argument*/NULL);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_18 = V_2;
NullCheck(L_18);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_19 = L_18->get_next_3();
V_2 = L_19;
}
IL_0081:
{
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_20 = V_2;
if (L_20)
{
goto IL_0051;
}
}
IL_0084:
{
bool L_21 = Enumerator_MoveNext_m4CECE77F6F241872742FB044C707A8F3403418F6((Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m4CECE77F6F241872742FB044C707A8F3403418F6_RuntimeMethod_var);
if (L_21)
{
goto IL_0045;
}
}
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_m8773A1CA195FB0B78F7B3C24AA2D0F17C288F460((Enumerator_t814E0273083FE3F5F6C8189F6E544CADDFDAE6F0 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m8773A1CA195FB0B78F7B3C24AA2D0F17C288F460_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:
{
return;
}
}
// System.Void System.Xml.DtdParser::ParseInDocumentDtd(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___saveInternalSubset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseInDocumentDtd_mBFDD7D00C91384248C8F4C9B5EF2FF6F3E5F274E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
__this->set_scanningFunction_14(2);
__this->set_nextScaningFunction_15(4);
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)23))))
{
goto IL_0025;
}
}
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_0025:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = __this->get_schemaInfo_3();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
NullCheck(L_1);
SchemaInfo_set_DocTypeName_m8E526D73979BC8ADBFBC45282A53643161A68B2F(L_1, L_2, /*hidden argument*/NULL);
int32_t L_3 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)34))))
{
goto IL_0049;
}
}
{
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)33)))))
{
goto IL_0066;
}
}
IL_0049:
{
int32_t L_6 = V_0;
String_t** L_7 = __this->get_address_of_publicId_6();
String_t** L_8 = __this->get_address_of_systemId_5();
DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52(__this, L_6, ((int32_t)36), (String_t**)L_7, (String_t**)L_8, /*hidden argument*/NULL);
int32_t L_9 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_9;
}
IL_0066:
{
int32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)29))))
{
goto IL_0092;
}
}
{
int32_t L_11 = V_0;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)31)))))
{
goto IL_008c;
}
}
{
bool L_12 = ___saveInternalSubset0;
if (!L_12)
{
goto IL_0084;
}
}
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_13, /*hidden argument*/NULL);
__this->set_internalSubsetValueSb_20(L_13);
}
IL_0084:
{
DtdParser_ParseInternalSubset_m381057B44DAFB8E1846AB67082CCC642DED4EFE1(__this, /*hidden argument*/NULL);
goto IL_0092;
}
IL_008c:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_0092:
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
String_t* L_14 = __this->get_systemId_5();
if (!L_14)
{
goto IL_00b4;
}
}
{
String_t* L_15 = __this->get_systemId_5();
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_00b4;
}
}
{
DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8(__this, /*hidden argument*/NULL);
}
IL_00b4:
{
return;
}
}
// System.Void System.Xml.DtdParser::ParseFreeFloatingDtd()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseFreeFloatingDtd_mDA9E1A42292138318EFA29EBD03FB1E5C80D108B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasFreeFloatingInternalSubset_24();
if (!L_0)
{
goto IL_001a;
}
}
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
DtdParser_ParseInternalSubset_m381057B44DAFB8E1846AB67082CCC642DED4EFE1(__this, /*hidden argument*/NULL);
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
}
IL_001a:
{
String_t* L_1 = __this->get_systemId_5();
if (!L_1)
{
goto IL_0036;
}
}
{
String_t* L_2 = __this->get_systemId_5();
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_0036;
}
}
{
DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8(__this, /*hidden argument*/NULL);
}
IL_0036:
{
return;
}
}
// System.Void System.Xml.DtdParser::ParseInternalSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseInternalSubset_m381057B44DAFB8E1846AB67082CCC642DED4EFE1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseExternalSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseExternalSubset_mAFFBFFF815F85F4CF8F1F8106E3D5ABAE9E3A2E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
String_t* L_1 = __this->get_systemId_5();
String_t* L_2 = __this->get_publicId_6();
NullCheck(L_0);
bool L_3 = InterfaceFuncInvoker2< bool, String_t*, String_t* >::Invoke(20 /* System.Boolean System.Xml.IDtdParserAdapter::PushExternalSubset(System.String,System.String) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0, L_1, L_2);
if (L_3)
{
goto IL_001a;
}
}
{
return;
}
IL_001a:
{
RuntimeObject* L_4 = __this->get_readerAdapter_0();
NullCheck(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_4);
V_0 = L_5;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_7 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_6, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003b;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = V_0;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
__this->set_externalDtdBaseUri_30(L_9);
}
IL_003b:
{
int32_t L_10 = __this->get_externalEntitiesDepth_21();
__this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseSubset()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseSubset_mA1CA0E6C216BF22DD832BE670DFB4312D4DB02B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IL_0000:
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_1 = L_0;
int32_t L_1 = __this->get_currentEntityId_22();
V_0 = L_1;
int32_t L_2 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)11))))
{
case 0:
{
goto IL_0049;
}
case 1:
{
goto IL_0054;
}
case 2:
{
goto IL_005f;
}
case 3:
{
goto IL_006a;
}
case 4:
{
goto IL_0075;
}
case 5:
{
goto IL_0080;
}
case 6:
{
goto IL_008b;
}
case 7:
{
goto IL_00b8;
}
case 8:
{
goto IL_01a9;
}
}
}
{
int32_t L_3 = V_1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)32))))
{
goto IL_0126;
}
}
{
goto IL_01e4;
}
IL_0049:
{
DtdParser_ParseAttlistDecl_m1171EF0293BF5391FD46EA1F35565CD05CAE8799(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_0054:
{
DtdParser_ParseElementDecl_m8FC95A1795F0EC3E7926222744B0524402A9A459(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_005f:
{
DtdParser_ParseEntityDecl_mD8A29F3509F28290783C6FEE821A70481382D374(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_006a:
{
DtdParser_ParseNotationDecl_mA82DC33021A00AC12435F09FF8F3FE29285E9F80(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_0075:
{
DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_0080:
{
DtdParser_ParsePI_m1DA90B633D6CE373789CF924614C796FEF464B64(__this, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_008b:
{
bool L_4 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_00a6;
}
}
{
int32_t L_5 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)3)), _stringLiteral06886A4B332D52CA52665A07ED8551EBB8303382, /*hidden argument*/NULL);
}
IL_00a6:
{
DtdParser_ParseCondSection_m611A39F052739D0CA3EEB07003B6E9113EAD66F8(__this, /*hidden argument*/NULL);
int32_t L_6 = __this->get_currentEntityId_22();
V_0 = L_6;
goto IL_01e4;
}
IL_00b8:
{
int32_t L_7 = __this->get_condSectionDepth_26();
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_010e;
}
}
{
int32_t L_8 = __this->get_condSectionDepth_26();
__this->set_condSectionDepth_26(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)));
bool L_9 = __this->get_validate_8();
if (!L_9)
{
goto IL_01e4;
}
}
{
int32_t L_10 = __this->get_currentEntityId_22();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = __this->get_condSectionEntityIds_32();
int32_t L_12 = __this->get_condSectionDepth_26();
NullCheck(L_11);
int32_t L_13 = L_12;
int32_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((((int32_t)L_10) == ((int32_t)L_14)))
{
goto IL_01e4;
}
}
{
int32_t L_15 = __this->get_curPos_13();
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_15, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_16, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_010e:
{
int32_t L_17 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)3)), _stringLiteralDA0FE98AAAE17B2DA65F67EAE98D61A374BE6475, /*hidden argument*/NULL);
goto IL_01e4;
}
IL_0126:
{
bool L_18 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0197;
}
}
{
int32_t L_19 = __this->get_condSectionDepth_26();
if (!L_19)
{
goto IL_0147;
}
}
{
int32_t L_20 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_20, _stringLiteral5B7F07DCBC0C69C6591EA6A0CB2082119630CFFB, /*hidden argument*/NULL);
}
IL_0147:
{
StringBuilder_t * L_21 = __this->get_internalSubsetValueSb_20();
if (!L_21)
{
goto IL_017a;
}
}
{
int32_t L_22 = __this->get_curPos_13();
DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL);
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_23 = __this->get_schemaInfo_3();
StringBuilder_t * L_24 = __this->get_internalSubsetValueSb_20();
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24);
NullCheck(L_23);
SchemaInfo_set_InternalDtdSubset_m49BC9A9D448538D456C9474532DD5254E889B832(L_23, L_25, /*hidden argument*/NULL);
__this->set_internalSubsetValueSb_20((StringBuilder_t *)NULL);
}
IL_017a:
{
int32_t L_26 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((((int32_t)L_26) == ((int32_t)((int32_t)29))))
{
goto IL_01a8;
}
}
{
int32_t L_27 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_27, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
return;
}
IL_0197:
{
int32_t L_28 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_28, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_01a8:
{
return;
}
IL_01a9:
{
bool L_29 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_01ca;
}
}
{
bool L_30 = __this->get_freeFloatingDtd_23();
if (L_30)
{
goto IL_01ca;
}
}
{
int32_t L_31 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_31, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
}
IL_01ca:
{
int32_t L_32 = __this->get_condSectionDepth_26();
if (!L_32)
{
goto IL_01e3;
}
}
{
int32_t L_33 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_33, _stringLiteral5B7F07DCBC0C69C6591EA6A0CB2082119630CFFB, /*hidden argument*/NULL);
}
IL_01e3:
{
return;
}
IL_01e4:
{
int32_t L_34 = __this->get_currentEntityId_22();
int32_t L_35 = V_0;
if ((((int32_t)L_34) == ((int32_t)L_35)))
{
goto IL_0000;
}
}
{
bool L_36 = __this->get_validate_8();
if (!L_36)
{
goto IL_0214;
}
}
{
int32_t L_37 = __this->get_curPos_13();
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_37, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_38, /*hidden argument*/NULL);
goto IL_0000;
}
IL_0214:
{
bool L_39 = __this->get_v1Compat_10();
if (L_39)
{
goto IL_0000;
}
}
{
int32_t L_40 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_40, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, /*hidden argument*/NULL);
goto IL_0000;
}
}
// System.Void System.Xml.DtdParser::ParseAttlistDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDecl_m1171EF0293BF5391FD46EA1F35565CD05CAE8799 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseAttlistDecl_m1171EF0293BF5391FD46EA1F35565CD05CAE8799_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_026f;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_1;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_2 = __this->get_schemaInfo_3();
NullCheck(L_2);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_3 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C(L_2, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = V_0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_3, L_4, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
if (L_5)
{
goto IL_005f;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_6 = __this->get_schemaInfo_3();
NullCheck(L_6);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_7 = SchemaInfo_get_UndeclaredElementDecls_m26EECD81D06A2240D792A619F911C2B4C78A5EFE(L_6, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = V_0;
NullCheck(L_7);
bool L_9 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_7, L_8, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
if (L_9)
{
goto IL_005f;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = V_0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_11, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_13 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)il2cpp_codegen_object_new(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var);
SchemaElementDecl__ctor_m104A563CE85AD1F9DE6C8249CD80A3EAC14A70C3(L_13, L_10, L_12, /*hidden argument*/NULL);
V_1 = L_13;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_14 = __this->get_schemaInfo_3();
NullCheck(L_14);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_15 = SchemaInfo_get_UndeclaredElementDecls_m26EECD81D06A2240D792A619F911C2B4C78A5EFE(L_14, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = V_0;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_17 = V_1;
NullCheck(L_15);
Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4_RuntimeMethod_var);
}
IL_005f:
{
V_2 = (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)NULL;
}
IL_0061:
{
int32_t L_18 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_4 = L_18;
int32_t L_19 = V_4;
if ((((int32_t)L_19) == ((int32_t)((int32_t)23))))
{
goto IL_007b;
}
}
{
int32_t L_20 = V_4;
if ((((int32_t)L_20) == ((int32_t)((int32_t)29))))
{
goto IL_00c8;
}
}
{
goto IL_026f;
}
IL_007b:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_22 = L_21;
NullCheck(L_22);
String_t* L_23 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_22, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_24 = (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)il2cpp_codegen_object_new(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var);
SchemaAttDef__ctor_m2F5F82C2B499AC07FBA17CEB8CAD32A971A88E71(L_24, L_22, L_23, /*hidden argument*/NULL);
V_2 = L_24;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_25 = V_2;
bool L_26 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
NullCheck(L_25);
SchemaDeclBase_set_IsDeclaredInExternal_m9131D610F447AC43DD58DC4200F65B49C01038DC(L_25, (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_27 = V_2;
int32_t L_28 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
NullCheck(L_27);
SchemaAttDef_set_LineNumber_m7772EAF662410D3615163461427143533DD4B2B3(L_27, L_28, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_29 = V_2;
int32_t L_30 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
int32_t L_31 = __this->get_curPos_13();
int32_t L_32 = __this->get_tokenStartPos_18();
NullCheck(L_29);
SchemaAttDef_set_LinePosition_m2B4CCECCC342C89553EAE8F1428B146C83219E27(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)))), /*hidden argument*/NULL);
goto IL_015c;
}
IL_00c8:
{
bool L_33 = __this->get_v1Compat_10();
if (!L_33)
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_34 = V_2;
if (!L_34)
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_35 = V_2;
NullCheck(L_35);
String_t* L_36 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_36, /*hidden argument*/NULL);
if ((((int32_t)L_37) <= ((int32_t)0)))
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_38 = V_2;
NullCheck(L_38);
String_t* L_39 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_38, /*hidden argument*/NULL);
NullCheck(L_39);
bool L_40 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_39, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_41 = V_2;
NullCheck(L_41);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_42 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_41, /*hidden argument*/NULL);
NullCheck(L_42);
String_t* L_43 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_42, /*hidden argument*/NULL);
bool L_44 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_43, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252, /*hidden argument*/NULL);
if (!L_44)
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_45 = V_2;
NullCheck(L_45);
SchemaAttDef_set_Reserved_mA2A77498866999FF940E3FE6F3AB37824A65EFDE(L_45, 1, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_46 = V_2;
NullCheck(L_46);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_47 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_46, /*hidden argument*/NULL);
NullCheck(L_47);
int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_47);
if ((((int32_t)L_48) == ((int32_t)((int32_t)9))))
{
goto IL_0142;
}
}
{
String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_50 = V_2;
NullCheck(L_50);
int32_t L_51 = SchemaAttDef_get_LineNumber_m50BA9816599088AFBA2ECA6113D0BBA6FD0A66B2(L_50, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_52 = V_2;
NullCheck(L_52);
int32_t L_53 = SchemaAttDef_get_LinePosition_m2B0C6E50CD95FC43C4E6AEBA17E7426B72ABCDAF(L_52, /*hidden argument*/NULL);
DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1(__this, _stringLiteral0CB80C6249A0DA9D1C3F41A02F81F85FF2BE34CB, L_49, L_51, L_53, /*hidden argument*/NULL);
}
IL_0142:
{
bool L_54 = __this->get_validate_8();
if (!L_54)
{
goto IL_015b;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_55 = V_2;
RuntimeObject* L_56 = __this->get_readerAdapterWithValidation_1();
NullCheck(L_56);
RuntimeObject* L_57 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var, L_56);
NullCheck(L_55);
SchemaAttDef_CheckXmlSpace_m755BB6DB40A5989800C9FCD9A00D4CAA8DC46953(L_55, L_57, /*hidden argument*/NULL);
}
IL_015b:
{
return;
}
IL_015c:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_58 = V_1;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_59 = V_2;
NullCheck(L_59);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_60 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_59, /*hidden argument*/NULL);
NullCheck(L_58);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_61 = SchemaElementDecl_GetAttDef_m26FA444E65857079A579E7D52F01A7B812C7B90A(L_58, L_60, /*hidden argument*/NULL);
V_3 = (bool)((!(((RuntimeObject*)(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)L_61) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_62 = V_2;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_63 = V_1;
bool L_64 = V_3;
DtdParser_ParseAttlistType_m60F332D8778D47148D562B63F1B3D068F8E9A710(__this, L_62, L_63, L_64, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_65 = V_2;
bool L_66 = V_3;
DtdParser_ParseAttlistDefault_mD88F891E9FA07BF422B91892A2B476BD743D6AF8(__this, L_65, L_66, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_67 = V_2;
NullCheck(L_67);
String_t* L_68 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_67, /*hidden argument*/NULL);
NullCheck(L_68);
int32_t L_69 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_68, /*hidden argument*/NULL);
if ((((int32_t)L_69) <= ((int32_t)0)))
{
goto IL_025d;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_70 = V_2;
NullCheck(L_70);
String_t* L_71 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_70, /*hidden argument*/NULL);
NullCheck(L_71);
bool L_72 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_71, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_025d;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_73 = V_2;
NullCheck(L_73);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_74 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_73, /*hidden argument*/NULL);
NullCheck(L_74);
String_t* L_75 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_74, /*hidden argument*/NULL);
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_023f;
}
}
{
bool L_77 = __this->get_v1Compat_10();
if (!L_77)
{
goto IL_01f7;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_78 = V_2;
NullCheck(L_78);
String_t* L_79 = SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83(L_78, /*hidden argument*/NULL);
NullCheck(L_79);
String_t* L_80 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_79, /*hidden argument*/NULL);
V_5 = L_80;
String_t* L_81 = V_5;
NullCheck(L_81);
bool L_82 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_81, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL);
if (L_82)
{
goto IL_01ee;
}
}
{
String_t* L_83 = V_5;
NullCheck(L_83);
bool L_84 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_83, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL);
if (!L_84)
{
goto IL_025d;
}
}
IL_01ee:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_85 = V_2;
NullCheck(L_85);
SchemaAttDef_set_Reserved_mA2A77498866999FF940E3FE6F3AB37824A65EFDE(L_85, 1, /*hidden argument*/NULL);
goto IL_025d;
}
IL_01f7:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_86 = V_2;
NullCheck(L_86);
SchemaAttDef_set_Reserved_mA2A77498866999FF940E3FE6F3AB37824A65EFDE(L_86, 1, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_87 = V_2;
NullCheck(L_87);
int32_t L_88 = SchemaAttDef_get_TokenizedType_m830E2437498008C5E8137BC7252265898B794A05(L_87, /*hidden argument*/NULL);
if ((((int32_t)L_88) == ((int32_t)((int32_t)9))))
{
goto IL_0224;
}
}
{
String_t* L_89 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_90 = V_2;
NullCheck(L_90);
int32_t L_91 = SchemaAttDef_get_LineNumber_m50BA9816599088AFBA2ECA6113D0BBA6FD0A66B2(L_90, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_92 = V_2;
NullCheck(L_92);
int32_t L_93 = SchemaAttDef_get_LinePosition_m2B0C6E50CD95FC43C4E6AEBA17E7426B72ABCDAF(L_92, /*hidden argument*/NULL);
DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1(__this, _stringLiteral0CB80C6249A0DA9D1C3F41A02F81F85FF2BE34CB, L_89, L_91, L_93, /*hidden argument*/NULL);
}
IL_0224:
{
bool L_94 = __this->get_validate_8();
if (!L_94)
{
goto IL_025d;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_95 = V_2;
RuntimeObject* L_96 = __this->get_readerAdapterWithValidation_1();
NullCheck(L_96);
RuntimeObject* L_97 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var, L_96);
NullCheck(L_95);
SchemaAttDef_CheckXmlSpace_m755BB6DB40A5989800C9FCD9A00D4CAA8DC46953(L_95, L_97, /*hidden argument*/NULL);
goto IL_025d;
}
IL_023f:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_98 = V_2;
NullCheck(L_98);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_99 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_98, /*hidden argument*/NULL);
NullCheck(L_99);
String_t* L_100 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_99, /*hidden argument*/NULL);
bool L_101 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_100, _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12, /*hidden argument*/NULL);
if (!L_101)
{
goto IL_025d;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_102 = V_2;
NullCheck(L_102);
SchemaAttDef_set_Reserved_mA2A77498866999FF940E3FE6F3AB37824A65EFDE(L_102, 2, /*hidden argument*/NULL);
}
IL_025d:
{
bool L_103 = V_3;
if (L_103)
{
goto IL_0061;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_104 = V_1;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_105 = V_2;
NullCheck(L_104);
SchemaElementDecl_AddAttDef_mF53507A68A48CAFFEAF1DB5AE537A1B2440B3897(L_104, L_105, /*hidden argument*/NULL);
goto IL_0061;
}
IL_026f:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseAttlistType(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaElementDecl,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistType_m60F332D8778D47148D562B63F1B3D068F8E9A710 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attrDef0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___elementDecl1, bool ___ignoreErrors2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseAttlistType_m60F332D8778D47148D562B63F1B3D068F8E9A710_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_2 = ___elementDecl1;
NullCheck(L_2);
SchemaElementDecl_set_HasNonCDataAttribute_mDAC1EBE17CB3516668D9E0FD12F1FFD2406ECFAF(L_2, (bool)1, /*hidden argument*/NULL);
}
IL_0012:
{
int32_t L_3 = V_0;
bool L_4 = DtdParser_IsAttributeValueType_m2F32639A1C7A816231C2A336FF940F406A89DCF7(__this, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_01c1;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_5 = ___attrDef0;
int32_t L_6 = V_0;
NullCheck(L_5);
SchemaAttDef_set_TokenizedType_m0DDCDCB5B66B299CD3ABA08A256465D95B681F0A(L_5, L_6, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_7 = ___attrDef0;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_8 = ___attrDef0;
NullCheck(L_8);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_9 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_9);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_11 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(L_10, /*hidden argument*/NULL);
NullCheck(L_7);
SchemaDeclBase_set_SchemaType_mBDA1764BF8601FB6D5A73143069307FC5E549BDC(L_7, L_11, /*hidden argument*/NULL);
int32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)1)))
{
goto IL_0044;
}
}
{
int32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)8)))
{
goto IL_0094;
}
}
{
return;
}
IL_0044:
{
bool L_14 = __this->get_validate_8();
if (!L_14)
{
goto IL_008c;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_15 = ___elementDecl1;
NullCheck(L_15);
bool L_16 = SchemaElementDecl_get_IsIdDeclared_m6AEB8635661D4428D81B7C21685231D67BBF6E4E(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_008c;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_17 = ___elementDecl1;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_18 = ___attrDef0;
NullCheck(L_18);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_20 = SchemaElementDecl_GetAttDef_m26FA444E65857079A579E7D52F01A7B812C7B90A(L_17, L_19, /*hidden argument*/NULL);
V_1 = L_20;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_21 = V_1;
if (!L_21)
{
goto IL_0072;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_22 = V_1;
NullCheck(L_22);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_23 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_23);
if ((((int32_t)L_24) == ((int32_t)1)))
{
goto IL_008c;
}
}
IL_0072:
{
bool L_25 = ___ignoreErrors2;
if (L_25)
{
goto IL_008c;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_26 = ___elementDecl1;
NullCheck(L_26);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_27 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27);
DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75(__this, 0, _stringLiteralC9CBEE3CBB6C6871EE41F27F10C1B72EF2AD8B86, L_28, /*hidden argument*/NULL);
}
IL_008c:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_29 = ___elementDecl1;
NullCheck(L_29);
SchemaElementDecl_set_IsIdDeclared_m6888845132942FA3B276EC19A56632CAC691E47B(L_29, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0094:
{
bool L_30 = __this->get_validate_8();
if (!L_30)
{
goto IL_0107;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_31 = ___elementDecl1;
NullCheck(L_31);
bool L_32 = SchemaElementDecl_get_IsNotationDeclared_m8038FB716B15967CBD380EB17D4E2D0487CEAEC9(L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00c8;
}
}
{
bool L_33 = ___ignoreErrors2;
if (L_33)
{
goto IL_00c8;
}
}
{
int32_t L_34 = __this->get_curPos_13();
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_35 = ___elementDecl1;
NullCheck(L_35);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_36 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)8)), 0, _stringLiteral1103F4557AD1B5271CC087D4BCF48F65BC60E400, L_37, /*hidden argument*/NULL);
goto IL_0107;
}
IL_00c8:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_38 = ___elementDecl1;
NullCheck(L_38);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_39 = SchemaElementDecl_get_ContentValidator_mF8E56F7B62691F5D266C43CD6FDB6378DB19EFA9(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_0100;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_40 = ___elementDecl1;
NullCheck(L_40);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_41 = SchemaElementDecl_get_ContentValidator_mF8E56F7B62691F5D266C43CD6FDB6378DB19EFA9(L_40, /*hidden argument*/NULL);
NullCheck(L_41);
int32_t L_42 = ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED(L_41, /*hidden argument*/NULL);
if ((!(((uint32_t)L_42) == ((uint32_t)1))))
{
goto IL_0100;
}
}
{
bool L_43 = ___ignoreErrors2;
if (L_43)
{
goto IL_0100;
}
}
{
int32_t L_44 = __this->get_curPos_13();
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_45 = ___elementDecl1;
NullCheck(L_45);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_46 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_45, /*hidden argument*/NULL);
NullCheck(L_46);
String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)8)), 0, _stringLiteralE4D5BA29BC9EA67CCA884EDF8BA15AC083B00AC2, L_47, /*hidden argument*/NULL);
}
IL_0100:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_48 = ___elementDecl1;
NullCheck(L_48);
SchemaElementDecl_set_IsNotationDeclared_m555C4EC42D6437DAB1C63EDD2ACF3A9C1F351927(L_48, (bool)1, /*hidden argument*/NULL);
}
IL_0107:
{
int32_t L_49 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)27)))))
{
goto IL_0280;
}
}
{
int32_t L_50 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)24)))))
{
goto IL_0280;
}
}
IL_0123:
{
String_t* L_51 = DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3(__this, /*hidden argument*/NULL);
V_2 = L_51;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_52 = __this->get_schemaInfo_3();
NullCheck(L_52);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_53 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_52, /*hidden argument*/NULL);
String_t* L_54 = V_2;
NullCheck(L_53);
bool L_55 = Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6(L_53, L_54, /*hidden argument*/Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6_RuntimeMethod_var);
if (L_55)
{
goto IL_0144;
}
}
{
String_t* L_56 = V_2;
DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910(__this, L_56, /*hidden argument*/NULL);
}
IL_0144:
{
bool L_57 = __this->get_validate_8();
if (!L_57)
{
goto IL_0191;
}
}
{
bool L_58 = __this->get_v1Compat_10();
if (L_58)
{
goto IL_0191;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_59 = ___attrDef0;
NullCheck(L_59);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_60 = SchemaDeclBase_get_Values_m1E8A3BE50EC26C0E53EC3F72EE67964225FC64A5(L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_0191;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_61 = ___attrDef0;
NullCheck(L_61);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_62 = SchemaDeclBase_get_Values_m1E8A3BE50EC26C0E53EC3F72EE67964225FC64A5(L_61, /*hidden argument*/NULL);
String_t* L_63 = V_2;
NullCheck(L_62);
bool L_64 = List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B(L_62, L_63, /*hidden argument*/List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B_RuntimeMethod_var);
if (!L_64)
{
goto IL_0191;
}
}
{
bool L_65 = ___ignoreErrors2;
if (L_65)
{
goto IL_0191;
}
}
{
String_t* L_66 = V_2;
String_t* L_67 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
int32_t L_68 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_69 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_70 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_70, _stringLiteral50302CBA7F80DEC2DEA9D5019D175FBA1E403DA2, L_66, L_67, L_68, L_69, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C(__this, 0, L_70, /*hidden argument*/NULL);
}
IL_0191:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_71 = ___attrDef0;
String_t* L_72 = V_2;
NullCheck(L_71);
SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364(L_71, L_72, /*hidden argument*/NULL);
int32_t L_73 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_3 = L_73;
int32_t L_74 = V_3;
if ((((int32_t)L_74) == ((int32_t)((int32_t)28))))
{
goto IL_01c0;
}
}
{
int32_t L_75 = V_3;
if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)30)))))
{
goto IL_0280;
}
}
{
int32_t L_76 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((((int32_t)L_76) == ((int32_t)((int32_t)24))))
{
goto IL_0123;
}
}
{
goto IL_0280;
}
IL_01c0:
{
return;
}
IL_01c1:
{
int32_t L_77 = V_0;
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)27)))))
{
goto IL_0280;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_78 = ___attrDef0;
NullCheck(L_78);
SchemaAttDef_set_TokenizedType_m0DDCDCB5B66B299CD3ABA08A256465D95B681F0A(L_78, ((int32_t)9), /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_79 = ___attrDef0;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_80 = ___attrDef0;
NullCheck(L_80);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_81 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_80, /*hidden argument*/NULL);
NullCheck(L_81);
int32_t L_82 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_81);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_83 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(L_82, /*hidden argument*/NULL);
NullCheck(L_79);
SchemaDeclBase_set_SchemaType_mBDA1764BF8601FB6D5A73143069307FC5E549BDC(L_79, L_83, /*hidden argument*/NULL);
int32_t L_84 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)25)))))
{
goto IL_0280;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_85 = ___attrDef0;
String_t* L_86 = DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3(__this, /*hidden argument*/NULL);
NullCheck(L_85);
SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364(L_85, L_86, /*hidden argument*/NULL);
}
IL_0201:
{
int32_t L_87 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_3 = L_87;
int32_t L_88 = V_3;
if ((((int32_t)L_88) == ((int32_t)((int32_t)28))))
{
goto IL_027f;
}
}
{
int32_t L_89 = V_3;
if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)30)))))
{
goto IL_0280;
}
}
{
int32_t L_90 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)25)))))
{
goto IL_0280;
}
}
{
String_t* L_91 = DtdParser_GetNmtokenString_m108F823C4D1CA667E0BE169C37885DF4E5857A32(__this, /*hidden argument*/NULL);
V_4 = L_91;
bool L_92 = __this->get_validate_8();
if (!L_92)
{
goto IL_0275;
}
}
{
bool L_93 = __this->get_v1Compat_10();
if (L_93)
{
goto IL_0275;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_94 = ___attrDef0;
NullCheck(L_94);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_95 = SchemaDeclBase_get_Values_m1E8A3BE50EC26C0E53EC3F72EE67964225FC64A5(L_94, /*hidden argument*/NULL);
if (!L_95)
{
goto IL_0275;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_96 = ___attrDef0;
NullCheck(L_96);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_97 = SchemaDeclBase_get_Values_m1E8A3BE50EC26C0E53EC3F72EE67964225FC64A5(L_96, /*hidden argument*/NULL);
String_t* L_98 = V_4;
NullCheck(L_97);
bool L_99 = List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B(L_97, L_98, /*hidden argument*/List_1_Contains_mC1D01A0D94C03E4225EEF9D6506D7D91C6976B7B_RuntimeMethod_var);
if (!L_99)
{
goto IL_0275;
}
}
{
bool L_100 = ___ignoreErrors2;
if (L_100)
{
goto IL_0275;
}
}
{
String_t* L_101 = V_4;
String_t* L_102 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
int32_t L_103 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_104 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_105 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_105, _stringLiteralDA1E73A45F8518928112218EA98BDCB9415AF264, L_101, L_102, L_103, L_104, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C(__this, 0, L_105, /*hidden argument*/NULL);
}
IL_0275:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_106 = ___attrDef0;
String_t* L_107 = V_4;
NullCheck(L_106);
SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364(L_106, L_107, /*hidden argument*/NULL);
goto IL_0201;
}
IL_027f:
{
return;
}
IL_0280:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseAttlistDefault(System.Xml.Schema.SchemaAttDef,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseAttlistDefault_mD88F891E9FA07BF422B91892A2B476BD743D6AF8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attrDef0, bool ___ignoreErrors1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseAttlistDefault_mD88F891E9FA07BF422B91892A2B476BD743D6AF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)20))))
{
case 0:
{
goto IL_0027;
}
case 1:
{
goto IL_002f;
}
case 2:
{
goto IL_0037;
}
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)35))))
{
goto IL_004c;
}
}
{
goto IL_00cf;
}
IL_0027:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_3 = ___attrDef0;
NullCheck(L_3);
SchemaDeclBase_set_Presence_m754BDB068B03799D6C55D71BD7A9BC1D5FD10456(L_3, 1, /*hidden argument*/NULL);
return;
}
IL_002f:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_4 = ___attrDef0;
NullCheck(L_4);
SchemaDeclBase_set_Presence_m754BDB068B03799D6C55D71BD7A9BC1D5FD10456(L_4, 2, /*hidden argument*/NULL);
return;
}
IL_0037:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_5 = ___attrDef0;
NullCheck(L_5);
SchemaDeclBase_set_Presence_m754BDB068B03799D6C55D71BD7A9BC1D5FD10456(L_5, 3, /*hidden argument*/NULL);
int32_t L_6 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35)))))
{
goto IL_00cf;
}
}
IL_004c:
{
bool L_7 = __this->get_validate_8();
if (!L_7)
{
goto IL_007c;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_8 = ___attrDef0;
NullCheck(L_8);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_9 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_9);
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_007c;
}
}
{
bool L_11 = ___ignoreErrors1;
if (L_11)
{
goto IL_007c;
}
}
{
int32_t L_12 = __this->get_curPos_13();
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_12, 0, _stringLiteralFBA7F32DD7379E5BCC4538AFD8FBBC0C4F2468C4, L_13, /*hidden argument*/NULL);
}
IL_007c:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_14 = ___attrDef0;
NullCheck(L_14);
int32_t L_15 = SchemaAttDef_get_TokenizedType_m830E2437498008C5E8137BC7252265898B794A05(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0092;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_16 = ___attrDef0;
String_t* L_17 = DtdParser_GetValueWithStrippedSpaces_m28950C1AA1F86044C14EC556B28D8435CC962C35(__this, /*hidden argument*/NULL);
NullCheck(L_16);
SchemaAttDef_set_DefaultValueExpanded_mEC7681E3745D2C87F15B6CC8F4637AAD6C817316(L_16, L_17, /*hidden argument*/NULL);
goto IL_009e;
}
IL_0092:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_18 = ___attrDef0;
String_t* L_19 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
NullCheck(L_18);
SchemaAttDef_set_DefaultValueExpanded_mEC7681E3745D2C87F15B6CC8F4637AAD6C817316(L_18, L_19, /*hidden argument*/NULL);
}
IL_009e:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_20 = ___attrDef0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_21 = __this->get_address_of_literalLineInfo_27();
int32_t L_22 = L_21->get_lineNo_0();
NullCheck(L_20);
SchemaAttDef_set_ValueLineNumber_mE31EA6ACB87A6AA1491E6A7C8613600FD8412F84(L_20, L_22, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_23 = ___attrDef0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_24 = __this->get_address_of_literalLineInfo_27();
int32_t L_25 = L_24->get_linePos_1();
NullCheck(L_23);
SchemaAttDef_set_ValueLinePosition_m6A60525E1A17EB8E6121CEFDA4524B371F616372(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_26 = ___attrDef0;
RuntimeObject* L_27 = __this->get_readerAdapter_0();
IL2CPP_RUNTIME_CLASS_INIT(DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_il2cpp_TypeInfo_var);
DtdValidator_SetDefaultTypedValue_mABD6EE054550DD657689D2CF13F791AD691CC3AE(L_26, L_27, /*hidden argument*/NULL);
return;
}
IL_00cf:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseElementDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementDecl_m8FC95A1795F0EC3E7926222744B0524402A9A459 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseElementDecl_m8FC95A1795F0EC3E7926222744B0524402A9A459_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * V_4 = NULL;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * V_5 = NULL;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_017e;
}
}
{
V_0 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
V_1 = L_1;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_2 = __this->get_schemaInfo_3();
NullCheck(L_2);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_3 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C(L_2, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = V_1;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_3, L_4, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
if (!L_5)
{
goto IL_005b;
}
}
{
bool L_6 = __this->get_validate_8();
if (!L_6)
{
goto IL_00a3;
}
}
{
int32_t L_7 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = V_1;
NullCheck(L_8);
String_t* L_9 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
String_t* L_11 = DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3(__this, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10)), 0, _stringLiteral4D097CD2734B9170E65DC6089EB340683FF331D3, L_11, /*hidden argument*/NULL);
goto IL_00a3;
}
IL_005b:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_12 = __this->get_schemaInfo_3();
NullCheck(L_12);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_13 = SchemaInfo_get_UndeclaredElementDecls_m26EECD81D06A2240D792A619F911C2B4C78A5EFE(L_12, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = V_1;
NullCheck(L_13);
bool L_15 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_13, L_14, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
if (!L_15)
{
goto IL_0084;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_16 = __this->get_schemaInfo_3();
NullCheck(L_16);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_17 = SchemaInfo_get_UndeclaredElementDecls_m26EECD81D06A2240D792A619F911C2B4C78A5EFE(L_16, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_18 = V_1;
NullCheck(L_17);
Dictionary_2_Remove_mD809CCF13D954F8B06E6803D52C5E029874DF11F(L_17, L_18, /*hidden argument*/Dictionary_2_Remove_mD809CCF13D954F8B06E6803D52C5E029874DF11F_RuntimeMethod_var);
goto IL_0091;
}
IL_0084:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = V_1;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_20 = V_1;
NullCheck(L_20);
String_t* L_21 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_20, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_22 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)il2cpp_codegen_object_new(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var);
SchemaElementDecl__ctor_m104A563CE85AD1F9DE6C8249CD80A3EAC14A70C3(L_22, L_19, L_21, /*hidden argument*/NULL);
V_0 = L_22;
}
IL_0091:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_23 = __this->get_schemaInfo_3();
NullCheck(L_23);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_24 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C(L_23, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = V_1;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_26 = V_0;
NullCheck(L_24);
Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4(L_24, L_25, L_26, /*hidden argument*/Dictionary_2_Add_mA50BA22AB3C0170FF19AF11E81A4F4D4B205C0F4_RuntimeMethod_var);
}
IL_00a3:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_27 = V_0;
bool L_28 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
NullCheck(L_27);
SchemaDeclBase_set_IsDeclaredInExternal_m9131D610F447AC43DD58DC4200F65B49C01038DC(L_27, (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
int32_t L_29 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_2 = L_29;
int32_t L_30 = V_2;
if ((((int32_t)L_30) == ((int32_t)((int32_t)27))))
{
goto IL_00e9;
}
}
{
int32_t L_31 = V_2;
if ((((int32_t)L_31) == ((int32_t)((int32_t)44))))
{
goto IL_00dc;
}
}
{
int32_t L_32 = V_2;
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)45)))))
{
goto IL_017e;
}
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_33 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_34 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_Empty_3();
NullCheck(L_33);
SchemaElementDecl_set_ContentValidator_mD3CF10A37D8FF2F56F91438547941140118B6CB0(L_33, L_34, /*hidden argument*/NULL);
goto IL_0161;
}
IL_00dc:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_35 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_36 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_Any_6();
NullCheck(L_35);
SchemaElementDecl_set_ContentValidator_mD3CF10A37D8FF2F56F91438547941140118B6CB0(L_35, L_36, /*hidden argument*/NULL);
goto IL_0161;
}
IL_00e9:
{
int32_t L_37 = __this->get_currentEntityId_22();
V_3 = L_37;
int32_t L_38 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_2 = L_38;
int32_t L_39 = V_2;
if ((((int32_t)L_39) == ((int32_t)((int32_t)9))))
{
goto IL_0131;
}
}
{
int32_t L_40 = V_2;
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)42)))))
{
goto IL_017e;
}
}
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_41 = (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D *)il2cpp_codegen_object_new(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D_il2cpp_TypeInfo_var);
ParticleContentValidator__ctor_mEF805653CD1D867B631D9A8B6683288A078965A3(L_41, 3, /*hidden argument*/NULL);
V_4 = L_41;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_42 = V_4;
NullCheck(L_42);
ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737(L_42, /*hidden argument*/NULL);
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_43 = V_4;
NullCheck(L_43);
ParticleContentValidator_OpenGroup_m87FD5852F5F158F52718414E3CFA43F91008E427(L_43, /*hidden argument*/NULL);
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_44 = V_4;
int32_t L_45 = V_3;
DtdParser_ParseElementMixedContent_m2F8BF3777C457BBDF5292F8D180C29BC765E4E15(__this, L_44, L_45, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_46 = V_0;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_47 = V_4;
NullCheck(L_47);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_48 = ParticleContentValidator_Finish_mA5CFDE8F5DC0DC0E02DB9C63B43B61590C049674(L_47, (bool)1, /*hidden argument*/NULL);
NullCheck(L_46);
SchemaElementDecl_set_ContentValidator_mD3CF10A37D8FF2F56F91438547941140118B6CB0(L_46, L_48, /*hidden argument*/NULL);
goto IL_0161;
}
IL_0131:
{
V_5 = (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D *)NULL;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_49 = (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D *)il2cpp_codegen_object_new(ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D_il2cpp_TypeInfo_var);
ParticleContentValidator__ctor_mEF805653CD1D867B631D9A8B6683288A078965A3(L_49, 2, /*hidden argument*/NULL);
V_5 = L_49;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_50 = V_5;
NullCheck(L_50);
ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737(L_50, /*hidden argument*/NULL);
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_51 = V_5;
NullCheck(L_51);
ParticleContentValidator_OpenGroup_m87FD5852F5F158F52718414E3CFA43F91008E427(L_51, /*hidden argument*/NULL);
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_52 = V_5;
int32_t L_53 = V_3;
DtdParser_ParseElementOnlyContent_m080E713F3F7F2EE7E3FCE38FB266E3DBEF9EF9BD(__this, L_52, L_53, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_54 = V_0;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_55 = V_5;
NullCheck(L_55);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_56 = ParticleContentValidator_Finish_mA5CFDE8F5DC0DC0E02DB9C63B43B61590C049674(L_55, (bool)1, /*hidden argument*/NULL);
NullCheck(L_54);
SchemaElementDecl_set_ContentValidator_mD3CF10A37D8FF2F56F91438547941140118B6CB0(L_54, L_56, /*hidden argument*/NULL);
}
IL_0161:
{
int32_t L_57 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((((int32_t)L_57) == ((int32_t)((int32_t)29))))
{
goto IL_017d;
}
}
{
int32_t L_58 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_58, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
}
IL_017d:
{
return;
}
IL_017e:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementOnlyContent_m080E713F3F7F2EE7E3FCE38FB266E3DBEF9EF9BD (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseElementOnlyContent_m080E713F3F7F2EE7E3FCE38FB266E3DBEF9EF9BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * V_0 = NULL;
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * V_1 = NULL;
int32_t V_2 = 0;
{
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_0 = (Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 *)il2cpp_codegen_object_new(Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9_il2cpp_TypeInfo_var);
Stack_1__ctor_m8FDD0CDAA3BFD9DA2301DE8F713B51D33A9D3926(L_0, /*hidden argument*/Stack_1__ctor_m8FDD0CDAA3BFD9DA2301DE8F713B51D33A9D3926_RuntimeMethod_var);
V_0 = L_0;
int32_t L_1 = ___startParenEntityId1;
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_2 = (ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC *)il2cpp_codegen_object_new(ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC_il2cpp_TypeInfo_var);
ParseElementOnlyContent_LocalFrame__ctor_m22C08578B99C3A4BBFD444E48E76A660FEE1E43E(L_2, L_1, /*hidden argument*/NULL);
V_1 = L_2;
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_3 = V_0;
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_4 = V_1;
NullCheck(L_3);
Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5(L_3, L_4, /*hidden argument*/Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_5 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_2 = L_5;
int32_t L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)((int32_t)23))))
{
goto IL_0030;
}
}
{
int32_t L_7 = V_2;
if ((((int32_t)L_7) == ((int32_t)((int32_t)27))))
{
goto IL_0047;
}
}
{
int32_t L_8 = V_2;
if ((((int32_t)L_8) == ((int32_t)((int32_t)29))))
{
goto IL_0062;
}
}
{
goto IL_0148;
}
IL_0030:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_9 = ___pcv0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
NullCheck(L_9);
ParticleContentValidator_AddName_m686F7DF06077E8A25C03A08A8771BE2C564175E1(L_9, L_10, NULL, /*hidden argument*/NULL);
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_11 = ___pcv0;
DtdParser_ParseHowMany_m25C1BFF73148703F0EE80650EA39C65444BFFA68(__this, L_11, /*hidden argument*/NULL);
goto IL_0078;
}
IL_0047:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_12 = ___pcv0;
NullCheck(L_12);
ParticleContentValidator_OpenGroup_m87FD5852F5F158F52718414E3CFA43F91008E427(L_12, /*hidden argument*/NULL);
int32_t L_13 = __this->get_currentEntityId_22();
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_14 = (ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC *)il2cpp_codegen_object_new(ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC_il2cpp_TypeInfo_var);
ParseElementOnlyContent_LocalFrame__ctor_m22C08578B99C3A4BBFD444E48E76A660FEE1E43E(L_14, L_13, /*hidden argument*/NULL);
V_1 = L_14;
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_15 = V_0;
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_16 = V_1;
NullCheck(L_15);
Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5(L_15, L_16, /*hidden argument*/Stack_1_Push_m0A61809861EE2353EBAFB8C0E8073612300BD1F5_RuntimeMethod_var);
goto IL_0014;
}
IL_0062:
{
int32_t L_17 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_17, _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC, /*hidden argument*/NULL);
goto IL_014e;
}
IL_0078:
{
int32_t L_18 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_2 = L_18;
int32_t L_19 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)28))))
{
case 0:
{
goto IL_00f9;
}
case 1:
{
goto IL_0135;
}
case 2:
{
goto IL_00cb;
}
}
}
{
int32_t L_20 = V_2;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)43)))))
{
goto IL_0148;
}
}
{
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = L_21->get_parsingSchema_1();
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)30)))))
{
goto IL_00b8;
}
}
{
int32_t L_23 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_23, _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC, /*hidden argument*/NULL);
}
IL_00b8:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_24 = ___pcv0;
NullCheck(L_24);
ParticleContentValidator_AddSequence_mE668DA4A2B46D0B99AC72312A423AA3A7D96771B(L_24, /*hidden argument*/NULL);
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_25 = V_1;
NullCheck(L_25);
L_25->set_parsingSchema_1(((int32_t)43));
goto IL_0014;
}
IL_00cb:
{
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_26 = V_1;
NullCheck(L_26);
int32_t L_27 = L_26->get_parsingSchema_1();
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)43)))))
{
goto IL_00e6;
}
}
{
int32_t L_28 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_28, _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC, /*hidden argument*/NULL);
}
IL_00e6:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_29 = ___pcv0;
NullCheck(L_29);
ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34(L_29, /*hidden argument*/NULL);
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_30 = V_1;
NullCheck(L_30);
L_30->set_parsingSchema_1(((int32_t)30));
goto IL_0014;
}
IL_00f9:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_31 = ___pcv0;
NullCheck(L_31);
ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB(L_31, /*hidden argument*/NULL);
bool L_32 = __this->get_validate_8();
if (!L_32)
{
goto IL_012c;
}
}
{
int32_t L_33 = __this->get_currentEntityId_22();
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_34 = V_1;
NullCheck(L_34);
int32_t L_35 = L_34->get_startParenEntityId_0();
if ((((int32_t)L_33) == ((int32_t)L_35)))
{
goto IL_012c;
}
}
{
int32_t L_36 = __this->get_curPos_13();
String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_36, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_37, /*hidden argument*/NULL);
}
IL_012c:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_38 = ___pcv0;
DtdParser_ParseHowMany_m25C1BFF73148703F0EE80650EA39C65444BFFA68(__this, L_38, /*hidden argument*/NULL);
goto IL_014e;
}
IL_0135:
{
int32_t L_39 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_39, _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC, /*hidden argument*/NULL);
goto IL_014e;
}
IL_0148:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_014e:
{
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_40 = V_0;
NullCheck(L_40);
Stack_1_Pop_m65E59E40EEDC11F4163F559B369D321183EB85B7(L_40, /*hidden argument*/Stack_1_Pop_m65E59E40EEDC11F4163F559B369D321183EB85B7_RuntimeMethod_var);
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_41 = V_0;
NullCheck(L_41);
int32_t L_42 = Stack_1_get_Count_m81802A96E30F7E6B7A3C5AA2D1BD059248629A63(L_41, /*hidden argument*/Stack_1_get_Count_m81802A96E30F7E6B7A3C5AA2D1BD059248629A63_RuntimeMethod_var);
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_016a;
}
}
{
Stack_1_t8A61E635014B2836F81B4E62F2D43BB5210894B9 * L_43 = V_0;
NullCheck(L_43);
ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * L_44 = Stack_1_Peek_m3D82334F1B00E860DE88DF59C274E8135A264135(L_43, /*hidden argument*/Stack_1_Peek_m3D82334F1B00E860DE88DF59C274E8135A264135_RuntimeMethod_var);
V_1 = L_44;
goto IL_0078;
}
IL_016a:
{
return;
}
}
// System.Void System.Xml.DtdParser::ParseHowMany(System.Xml.Schema.ParticleContentValidator)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseHowMany_m25C1BFF73148703F0EE80650EA39C65444BFFA68 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)39))))
{
case 0:
{
goto IL_001e;
}
case 1:
{
goto IL_0025;
}
case 2:
{
goto IL_002c;
}
}
}
{
return;
}
IL_001e:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_2 = ___pcv0;
NullCheck(L_2);
ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056(L_2, /*hidden argument*/NULL);
return;
}
IL_0025:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_3 = ___pcv0;
NullCheck(L_3);
ParticleContentValidator_AddQMark_m88ED51BDF44D43B8F1357E4EE397F56306106045(L_3, /*hidden argument*/NULL);
return;
}
IL_002c:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_4 = ___pcv0;
NullCheck(L_4);
ParticleContentValidator_AddPlus_m0B2E5F844C77D4D419F0A6C2F85CF04198BA3343(L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseElementMixedContent(System.Xml.Schema.ParticleContentValidator,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseElementMixedContent_m2F8BF3777C457BBDF5292F8D180C29BC765E4E15 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * ___pcv0, int32_t ___startParenEntityId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseElementMixedContent_m2F8BF3777C457BBDF5292F8D180C29BC765E4E15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_4 = NULL;
{
V_0 = (bool)0;
V_1 = (-1);
int32_t L_0 = __this->get_currentEntityId_22();
V_2 = L_0;
}
IL_000b:
{
int32_t L_1 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_3 = L_1;
int32_t L_2 = V_3;
if ((((int32_t)L_2) == ((int32_t)((int32_t)28))))
{
goto IL_0022;
}
}
{
int32_t L_3 = V_3;
if ((((int32_t)L_3) == ((int32_t)((int32_t)30))))
{
goto IL_007b;
}
}
{
goto IL_0129;
}
IL_0022:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_4 = ___pcv0;
NullCheck(L_4);
ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB(L_4, /*hidden argument*/NULL);
bool L_5 = __this->get_validate_8();
if (!L_5)
{
goto IL_0050;
}
}
{
int32_t L_6 = __this->get_currentEntityId_22();
int32_t L_7 = ___startParenEntityId1;
if ((((int32_t)L_6) == ((int32_t)L_7)))
{
goto IL_0050;
}
}
{
int32_t L_8 = __this->get_curPos_13();
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_8, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_9, /*hidden argument*/NULL);
}
IL_0050:
{
int32_t L_10 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
bool L_11 = V_0;
if (!((int32_t)((int32_t)((((int32_t)L_10) == ((int32_t)((int32_t)39)))? 1 : 0)&(int32_t)L_11)))
{
goto IL_0066;
}
}
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_12 = ___pcv0;
NullCheck(L_12);
ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056(L_12, /*hidden argument*/NULL);
return;
}
IL_0066:
{
bool L_13 = V_0;
if (!L_13)
{
goto IL_007a;
}
}
{
int32_t L_14 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_14, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
}
IL_007a:
{
return;
}
IL_007b:
{
bool L_15 = V_0;
if (L_15)
{
goto IL_0082;
}
}
{
V_0 = (bool)1;
goto IL_0088;
}
IL_0082:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_16 = ___pcv0;
NullCheck(L_16);
ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34(L_16, /*hidden argument*/NULL);
}
IL_0088:
{
bool L_17 = __this->get_validate_8();
if (!L_17)
{
goto IL_00b2;
}
}
{
int32_t L_18 = __this->get_currentEntityId_22();
V_1 = L_18;
int32_t L_19 = V_2;
int32_t L_20 = V_1;
if ((((int32_t)L_19) >= ((int32_t)L_20)))
{
goto IL_00b2;
}
}
{
int32_t L_21 = __this->get_curPos_13();
String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_21, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_22, /*hidden argument*/NULL);
}
IL_00b2:
{
int32_t L_23 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)23)))))
{
goto IL_0129;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_24 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)1, /*hidden argument*/NULL);
V_4 = L_24;
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_25 = ___pcv0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_26 = V_4;
NullCheck(L_25);
bool L_27 = ParticleContentValidator_Exists_m63EE5AD4FE98E2FDD64F22047B99A3E9E80979CF(L_25, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00eb;
}
}
{
bool L_28 = __this->get_validate_8();
if (!L_28)
{
goto IL_00eb;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_29 = V_4;
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75(__this, 0, _stringLiteral9C406B3E56CEB7A10DE51D3B973DC2D488BE262C, L_30, /*hidden argument*/NULL);
}
IL_00eb:
{
ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * L_31 = ___pcv0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_32 = V_4;
NullCheck(L_31);
ParticleContentValidator_AddName_m686F7DF06077E8A25C03A08A8771BE2C564175E1(L_31, L_32, NULL, /*hidden argument*/NULL);
bool L_33 = __this->get_validate_8();
if (!L_33)
{
goto IL_000b;
}
}
{
int32_t L_34 = __this->get_currentEntityId_22();
V_2 = L_34;
int32_t L_35 = V_2;
int32_t L_36 = V_1;
if ((((int32_t)L_35) >= ((int32_t)L_36)))
{
goto IL_000b;
}
}
{
int32_t L_37 = __this->get_curPos_13();
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_37, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_38, /*hidden argument*/NULL);
goto IL_000b;
}
IL_0129:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
goto IL_000b;
}
}
// System.Void System.Xml.DtdParser::ParseEntityDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseEntityDecl_mD8A29F3509F28290783C6FEE821A70481382D374 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseEntityDecl_mD8A29F3509F28290783C6FEE821A70481382D374_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
String_t* V_7 = NULL;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * G_B5_0 = NULL;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * G_B6_1 = NULL;
{
V_0 = (bool)0;
V_1 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)NULL;
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_3 = L_0;
int32_t L_1 = V_3;
if ((((int32_t)L_1) == ((int32_t)((int32_t)24))))
{
goto IL_0029;
}
}
{
int32_t L_2 = V_3;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)38)))))
{
goto IL_01d9;
}
}
{
V_0 = (bool)1;
int32_t L_3 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)24)))))
{
goto IL_01d9;
}
}
IL_0029:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)0, /*hidden argument*/NULL);
V_4 = L_4;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = V_4;
bool L_6 = V_0;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_7 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)il2cpp_codegen_object_new(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var);
SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E(L_7, L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_8 = V_1;
String_t* L_9 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
NullCheck(L_8);
SchemaEntity_set_BaseURI_m3C8B37A6A2BFF016445B757F2302F2BBC6CF5F59(L_8, L_9, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_10 = V_1;
String_t* L_11 = __this->get_externalDtdBaseUri_30();
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
G_B4_0 = L_10;
if (!L_12)
{
G_B5_0 = L_10;
goto IL_005d;
}
}
{
String_t* L_13 = __this->get_externalDtdBaseUri_30();
G_B6_0 = L_13;
G_B6_1 = G_B4_0;
goto IL_0063;
}
IL_005d:
{
String_t* L_14 = __this->get_documentBaseUri_29();
G_B6_0 = L_14;
G_B6_1 = G_B5_0;
}
IL_0063:
{
NullCheck(G_B6_1);
SchemaEntity_set_DeclaredURI_m74B77524039F4CF59DE7FE14A5B6C9B5627C82C3(G_B6_1, G_B6_0, /*hidden argument*/NULL);
bool L_15 = V_0;
if (!L_15)
{
goto IL_0094;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_16 = __this->get_schemaInfo_3();
NullCheck(L_16);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_17 = SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592(L_16, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_18 = V_4;
NullCheck(L_17);
bool L_19 = Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1(L_17, L_18, /*hidden argument*/Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1_RuntimeMethod_var);
if (L_19)
{
goto IL_00bb;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_20 = __this->get_schemaInfo_3();
NullCheck(L_20);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_21 = SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592(L_20, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_22 = V_4;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_23 = V_1;
NullCheck(L_21);
Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160_RuntimeMethod_var);
goto IL_00bb;
}
IL_0094:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_24 = __this->get_schemaInfo_3();
NullCheck(L_24);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_25 = SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962(L_24, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_26 = V_4;
NullCheck(L_25);
bool L_27 = Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1(L_25, L_26, /*hidden argument*/Dictionary_2_ContainsKey_m5973CA625D5ACD89553DD55B7D3DFCE64EB5BEF1_RuntimeMethod_var);
if (L_27)
{
goto IL_00bb;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_28 = __this->get_schemaInfo_3();
NullCheck(L_28);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_29 = SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962(L_28, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_30 = V_4;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_31 = V_1;
NullCheck(L_29);
Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160(L_29, L_30, L_31, /*hidden argument*/Dictionary_2_Add_mBC0079949C4CB832558B8234174579D216681160_RuntimeMethod_var);
}
IL_00bb:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_32 = V_1;
bool L_33 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
NullCheck(L_32);
SchemaEntity_set_DeclaredInExternal_m00DC3F50D1A524F8489870DFAE84E2F519A8236B(L_32, (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_34 = V_1;
NullCheck(L_34);
SchemaEntity_set_ParsingInProgress_m5D84A6423966BBCDC390E3AA676CCBD99A88252A(L_34, (bool)1, /*hidden argument*/NULL);
int32_t L_35 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_2 = L_35;
int32_t L_36 = V_2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)33)))) > ((uint32_t)1))))
{
goto IL_00ed;
}
}
{
int32_t L_37 = V_2;
if ((((int32_t)L_37) == ((int32_t)((int32_t)35))))
{
goto IL_0198;
}
}
{
goto IL_01d9;
}
IL_00ed:
{
int32_t L_38 = V_2;
DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52(__this, L_38, ((int32_t)13), (String_t**)(&V_6), (String_t**)(&V_5), /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_39 = V_1;
NullCheck(L_39);
SchemaEntity_set_IsExternal_m35CFBDE60DE7C051B675C3448336A28449F1E96E(L_39, (bool)1, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_40 = V_1;
String_t* L_41 = V_5;
NullCheck(L_40);
SchemaEntity_set_Url_m93621C25015DA0E9176FD756569F8C8AE8D8F101(L_40, L_41, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_42 = V_1;
String_t* L_43 = V_6;
NullCheck(L_42);
SchemaEntity_set_Pubid_m5DB004346F41ACA916B09E0287E523661C2E92FB(L_42, L_43, /*hidden argument*/NULL);
int32_t L_44 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)37)))))
{
goto IL_01c6;
}
}
{
bool L_45 = V_0;
if (!L_45)
{
goto IL_0135;
}
}
{
int32_t L_46 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)5)), _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
}
IL_0135:
{
bool L_47 = __this->get_whitespaceSeen_17();
if (L_47)
{
goto IL_0155;
}
}
{
int32_t L_48 = __this->get_curPos_13();
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)5)), _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, _stringLiteral0A7A85BFD103D0705E62CAC65CB2FDC158FA4140, /*hidden argument*/NULL);
}
IL_0155:
{
int32_t L_49 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)24)))))
{
goto IL_01d9;
}
}
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_50 = V_1;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_51 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)0, /*hidden argument*/NULL);
NullCheck(L_50);
SchemaEntity_set_NData_mFA94872E05091897122607B0B2FB489ECB307B40(L_50, L_51, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_52 = V_1;
NullCheck(L_52);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_53 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_52, /*hidden argument*/NULL);
NullCheck(L_53);
String_t* L_54 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_53, /*hidden argument*/NULL);
V_7 = L_54;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_55 = __this->get_schemaInfo_3();
NullCheck(L_55);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_56 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_55, /*hidden argument*/NULL);
String_t* L_57 = V_7;
NullCheck(L_56);
bool L_58 = Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6(L_56, L_57, /*hidden argument*/Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6_RuntimeMethod_var);
if (L_58)
{
goto IL_01c6;
}
}
{
String_t* L_59 = V_7;
DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910(__this, L_59, /*hidden argument*/NULL);
goto IL_01c6;
}
IL_0198:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_60 = V_1;
String_t* L_61 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
NullCheck(L_60);
SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC(L_60, L_61, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_62 = V_1;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_63 = __this->get_address_of_literalLineInfo_27();
int32_t L_64 = L_63->get_lineNo_0();
NullCheck(L_62);
SchemaEntity_set_Line_m9529EB636E1E1529CA1559FDAAAC4F5B45C31E3B(L_62, L_64, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_65 = V_1;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_66 = __this->get_address_of_literalLineInfo_27();
int32_t L_67 = L_66->get_linePos_1();
NullCheck(L_65);
SchemaEntity_set_Pos_m09CECD6A58F5178B5DD849DB5CC72D7EDAC44767(L_65, L_67, /*hidden argument*/NULL);
}
IL_01c6:
{
int32_t L_68 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)29)))))
{
goto IL_01d9;
}
}
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_69 = V_1;
NullCheck(L_69);
SchemaEntity_set_ParsingInProgress_m5D84A6423966BBCDC390E3AA676CCBD99A88252A(L_69, (bool)0, /*hidden argument*/NULL);
return;
}
IL_01d9:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseNotationDecl()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseNotationDecl_mA82DC33021A00AC12435F09FF8F3FE29285E9F80 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseNotationDecl_mA82DC33021A00AC12435F09FF8F3FE29285E9F80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
{
int32_t L_0 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)24))))
{
goto IL_0011;
}
}
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_0011:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
V_1 = (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A *)NULL;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_2 = __this->get_schemaInfo_3();
NullCheck(L_2);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_3 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_2, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_6 = Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6(L_3, L_5, /*hidden argument*/Dictionary_2_ContainsKey_mAB58A056F42704152139519DBE349AE32AF02DB6_RuntimeMethod_var);
if (L_6)
{
goto IL_0072;
}
}
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_7 = __this->get_undeclaredNotations_31();
if (!L_7)
{
goto IL_004d;
}
}
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_8 = __this->get_undeclaredNotations_31();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
Dictionary_2_Remove_m7D92E5AB3A5F2D22B23A8089F675392110889D33(L_8, L_10, /*hidden argument*/Dictionary_2_Remove_m7D92E5AB3A5F2D22B23A8089F675392110889D33_RuntimeMethod_var);
}
IL_004d:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = V_0;
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_12 = (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A *)il2cpp_codegen_object_new(SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A_il2cpp_TypeInfo_var);
SchemaNotation__ctor_m96BE10B09C82D14184EC72581AF83B7550F0FA0C(L_12, L_11, /*hidden argument*/NULL);
V_1 = L_12;
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_13 = __this->get_schemaInfo_3();
NullCheck(L_13);
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_14 = SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6(L_13, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_15 = V_1;
NullCheck(L_15);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = SchemaNotation_get_Name_m4AAE2CABC79F11A57058F7805DE595EDE5D12B2D(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_16, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_18 = V_1;
NullCheck(L_14);
Dictionary_2_Add_mB447A1158A473DF5D3367A7F20D97B827B4ADC1B(L_14, L_17, L_18, /*hidden argument*/Dictionary_2_Add_mB447A1158A473DF5D3367A7F20D97B827B4ADC1B_RuntimeMethod_var);
goto IL_009e;
}
IL_0072:
{
bool L_19 = __this->get_validate_8();
if (!L_19)
{
goto IL_009e;
}
}
{
int32_t L_20 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = V_0;
NullCheck(L_21);
String_t* L_22 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_22, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_24 = V_0;
NullCheck(L_24);
String_t* L_25 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_24, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_23)), 0, _stringLiteralA20707110AD72EDE9E36C4ECEB6C6E90747F0D34, L_25, /*hidden argument*/NULL);
}
IL_009e:
{
int32_t L_26 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
V_2 = L_26;
int32_t L_27 = V_2;
if ((((int32_t)L_27) == ((int32_t)((int32_t)34))))
{
goto IL_00b0;
}
}
{
int32_t L_28 = V_2;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)33)))))
{
goto IL_00d0;
}
}
IL_00b0:
{
int32_t L_29 = V_2;
DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52(__this, L_29, 8, (String_t**)(&V_3), (String_t**)(&V_4), /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_30 = V_1;
if (!L_30)
{
goto IL_00d6;
}
}
{
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_31 = V_1;
String_t* L_32 = V_4;
NullCheck(L_31);
SchemaNotation_set_SystemLiteral_m27526ABCCEC392689CF789E7B73E927115795AAE(L_31, L_32, /*hidden argument*/NULL);
SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * L_33 = V_1;
String_t* L_34 = V_3;
NullCheck(L_33);
SchemaNotation_set_Pubid_m75111B52D85004E08DC95996F817B7365399391D(L_33, L_34, /*hidden argument*/NULL);
goto IL_00d6;
}
IL_00d0:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_00d6:
{
int32_t L_35 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((((int32_t)L_35) == ((int32_t)((int32_t)29))))
{
goto IL_00e7;
}
}
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_00e7:
{
return;
}
}
// System.Void System.Xml.DtdParser::AddUndeclaredNotation(System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___notationName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_AddUndeclaredNotation_mE62A0C360096C4DD052E3A1815462ADE4F491910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * V_0 = NULL;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * V_1 = NULL;
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_0 = __this->get_undeclaredNotations_31();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_1 = (Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 *)il2cpp_codegen_object_new(Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m258195495D7C17C55E726C65048CCAABB3A6E811(L_1, /*hidden argument*/Dictionary_2__ctor_m258195495D7C17C55E726C65048CCAABB3A6E811_RuntimeMethod_var);
__this->set_undeclaredNotations_31(L_1);
}
IL_0013:
{
String_t* L_2 = ___notationName0;
int32_t L_3 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_4 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
String_t* L_5 = ___notationName0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_7 = (UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B *)il2cpp_codegen_object_new(UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B_il2cpp_TypeInfo_var);
UndeclaredNotation__ctor_mCD932757278CED58FFB76CCFA002655B1F5F3E3C(L_7, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_6)), /*hidden argument*/NULL);
V_0 = L_7;
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_8 = __this->get_undeclaredNotations_31();
String_t* L_9 = ___notationName0;
NullCheck(L_8);
bool L_10 = Dictionary_2_TryGetValue_mC59763A6FC48A2EE0C0BD0D8650816BE411A4D08(L_8, L_9, (UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mC59763A6FC48A2EE0C0BD0D8650816BE411A4D08_RuntimeMethod_var);
if (!L_10)
{
goto IL_0051;
}
}
{
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_11 = V_0;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_12 = V_1;
NullCheck(L_12);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_13 = L_12->get_next_3();
NullCheck(L_11);
L_11->set_next_3(L_13);
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_14 = V_1;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_15 = V_0;
NullCheck(L_14);
L_14->set_next_3(L_15);
return;
}
IL_0051:
{
Dictionary_2_t916DC1A8D299E7D1846930151D649D79F4D9D5A2 * L_16 = __this->get_undeclaredNotations_31();
String_t* L_17 = ___notationName0;
UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * L_18 = V_0;
NullCheck(L_16);
Dictionary_2_Add_m26D6C0FD91316B46400F8C38FC49FFDD82815553(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_Add_m26D6C0FD91316B46400F8C38FC49FFDD82815553_RuntimeMethod_var);
return;
}
}
// System.Void System.Xml.DtdParser::ParseComment()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2_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);
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
{
bool L_0 = DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0032;
}
}
IL_000e:
{
RuntimeObject* L_1 = __this->get_readerAdapter_0();
StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20();
NullCheck(L_1);
InterfaceActionInvoker1< StringBuilder_t * >::Invoke(17 /* System.Void System.Xml.IDtdParserAdapter::ParseComment(System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1, L_2);
StringBuilder_t * L_3 = __this->get_internalSubsetValueSb_20();
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteralF58D61BB454E3A553B31ED2AB291EF5AE4937D1B, /*hidden argument*/NULL);
goto IL_003e;
}
IL_0032:
{
RuntimeObject* L_4 = __this->get_readerAdapter_0();
NullCheck(L_4);
InterfaceActionInvoker1< StringBuilder_t * >::Invoke(17 /* System.Void System.Xml.IDtdParserAdapter::ParseComment(System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_4, (StringBuilder_t *)NULL);
}
IL_003e:
{
goto IL_006c;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
throw e;
}
CATCH_0040:
{ // begin catch(System.Xml.XmlException)
{
NullCheck(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
String_t* L_5 = XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local), /*hidden argument*/NULL);
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0068;
}
}
IL_0051:
{
int32_t L_7 = __this->get_currentEntityId_22();
if (!L_7)
{
goto IL_0068;
}
}
IL_0059:
{
DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75(__this, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, (String_t*)NULL, /*hidden argument*/NULL);
goto IL_006a;
}
IL_0068:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, DtdParser_ParseComment_m482418B3726E36ECFDD32882C18B15CF2A40FEE2_RuntimeMethod_var);
}
IL_006a:
{
goto IL_006c;
}
} // end catch (depth: 1)
IL_006c:
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParsePI()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParsePI_m1DA90B633D6CE373789CF924614C796FEF464B64 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParsePI_m1DA90B633D6CE373789CF924614C796FEF464B64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
bool L_0 = DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0032;
}
}
{
RuntimeObject* L_1 = __this->get_readerAdapter_0();
StringBuilder_t * L_2 = __this->get_internalSubsetValueSb_20();
NullCheck(L_1);
InterfaceActionInvoker1< StringBuilder_t * >::Invoke(16 /* System.Void System.Xml.IDtdParserAdapter::ParsePI(System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1, L_2);
StringBuilder_t * L_3 = __this->get_internalSubsetValueSb_20();
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE, /*hidden argument*/NULL);
goto IL_003e;
}
IL_0032:
{
RuntimeObject* L_4 = __this->get_readerAdapter_0();
NullCheck(L_4);
InterfaceActionInvoker1< StringBuilder_t * >::Invoke(16 /* System.Void System.Xml.IDtdParserAdapter::ParsePI(System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_4, (StringBuilder_t *)NULL);
}
IL_003e:
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ParseCondSection()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseCondSection_m611A39F052739D0CA3EEB07003B6E9113EAD66F8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseCondSection_m611A39F052739D0CA3EEB07003B6E9113EAD66F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
{
int32_t L_0 = __this->get_currentEntityId_22();
V_0 = L_0;
int32_t L_1 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
if ((((int32_t)L_2) == ((int32_t)((int32_t)46))))
{
goto IL_00cd;
}
}
{
int32_t L_3 = V_1;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47)))))
{
goto IL_0134;
}
}
{
int32_t L_4 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)31)))))
{
goto IL_0134;
}
}
{
bool L_5 = __this->get_validate_8();
if (!L_5)
{
goto IL_0055;
}
}
{
int32_t L_6 = V_0;
int32_t L_7 = __this->get_currentEntityId_22();
if ((((int32_t)L_6) == ((int32_t)L_7)))
{
goto IL_0055;
}
}
{
int32_t L_8 = __this->get_curPos_13();
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_8, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_9, /*hidden argument*/NULL);
}
IL_0055:
{
bool L_10 = __this->get_validate_8();
if (!L_10)
{
goto IL_00be;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = __this->get_condSectionEntityIds_32();
if (L_11)
{
goto IL_0073;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set_condSectionEntityIds_32(L_12);
goto IL_00b0;
}
IL_0073:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = __this->get_condSectionEntityIds_32();
NullCheck(L_13);
int32_t L_14 = __this->get_condSectionDepth_26();
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) == ((uint32_t)L_14))))
{
goto IL_00b0;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get_condSectionEntityIds_32();
NullCheck(L_15);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)2)));
V_2 = L_16;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_condSectionEntityIds_32();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = __this->get_condSectionEntityIds_32();
NullCheck(L_19);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_2;
__this->set_condSectionEntityIds_32(L_20);
}
IL_00b0:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = __this->get_condSectionEntityIds_32();
int32_t L_22 = __this->get_condSectionDepth_26();
int32_t L_23 = V_0;
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (int32_t)L_23);
}
IL_00be:
{
int32_t L_24 = __this->get_condSectionDepth_26();
__this->set_condSectionDepth_26(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)));
return;
}
IL_00cd:
{
int32_t L_25 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)31)))))
{
goto IL_0134;
}
}
{
bool L_26 = __this->get_validate_8();
if (!L_26)
{
goto IL_0100;
}
}
{
int32_t L_27 = V_0;
int32_t L_28 = __this->get_currentEntityId_22();
if ((((int32_t)L_27) == ((int32_t)L_28)))
{
goto IL_0100;
}
}
{
int32_t L_29 = __this->get_curPos_13();
String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_29, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_30, /*hidden argument*/NULL);
}
IL_0100:
{
int32_t L_31 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)18)))))
{
goto IL_0134;
}
}
{
bool L_32 = __this->get_validate_8();
if (!L_32)
{
goto IL_013a;
}
}
{
int32_t L_33 = V_0;
int32_t L_34 = __this->get_currentEntityId_22();
if ((((int32_t)L_33) == ((int32_t)L_34)))
{
goto IL_013a;
}
}
{
int32_t L_35 = __this->get_curPos_13();
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, L_35, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, L_36, /*hidden argument*/NULL);
return;
}
IL_0134:
{
DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9(__this, /*hidden argument*/NULL);
}
IL_013a:
{
return;
}
}
// System.Void System.Xml.DtdParser::ParseExternalId(System.Xml.DtdParser_Token,System.Xml.DtdParser_Token,System.StringU26,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___idTokenType0, int32_t ___declType1, String_t** ___publicId2, String_t** ___systemId3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ParseExternalId_m7541632055D295C3443A5D39DA8CECD721AB1B52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 V_0;
memset(&V_0, 0, sizeof(V_0));
int32_t V_1 = 0;
{
int32_t L_0 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_1 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)(&V_0), L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)6)), /*hidden argument*/NULL);
String_t** L_2 = ___publicId2;
*((RuntimeObject **)L_2) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)NULL);
String_t** L_3 = ___systemId3;
*((RuntimeObject **)L_3) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (RuntimeObject *)NULL);
int32_t L_4 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)1, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)((int32_t)35))))
{
goto IL_003d;
}
}
{
int32_t L_5 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_5, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
}
IL_003d:
{
int32_t L_6 = ___idTokenType0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34)))))
{
goto IL_00d1;
}
}
{
String_t** L_7 = ___systemId3;
String_t* L_8 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
*((RuntimeObject **)L_7) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_8);
String_t** L_9 = ___systemId3;
String_t* L_10 = *((String_t**)L_9);
NullCheck(L_10);
int32_t L_11 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_10, ((int32_t)35), /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_0098;
}
}
{
int32_t L_12 = __this->get_curPos_13();
String_t** L_13 = ___systemId3;
String_t* L_14 = *((String_t**)L_13);
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
String_t** L_18 = ___systemId3;
String_t* L_19 = *((String_t**)L_18);
String_t** L_20 = ___systemId3;
String_t* L_21 = *((String_t**)L_20);
NullCheck(L_21);
int32_t L_22 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_21, ((int32_t)35), /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_23 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_19, L_22, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_23);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_23);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_17;
String_t** L_25 = ___systemId3;
String_t* L_26 = *((String_t**)L_25);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_26);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_26);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_15)), (int32_t)1)), _stringLiteral02A5BC88B4381F00ABE3FF2D3A56410DC770B286, L_24, /*hidden argument*/NULL);
}
IL_0098:
{
int32_t L_27 = ___declType1;
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)36)))))
{
goto IL_0227;
}
}
{
bool L_28 = __this->get_freeFloatingDtd_23();
if (L_28)
{
goto IL_0227;
}
}
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_29 = __this->get_address_of_literalLineInfo_27();
int32_t* L_30 = L_29->get_address_of_linePos_1();
int32_t* L_31 = L_30;
int32_t L_32 = *((int32_t*)L_31);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
RuntimeObject* L_33 = __this->get_readerAdapter_0();
String_t** L_34 = ___systemId3;
String_t* L_35 = *((String_t**)L_34);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_36 = V_0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_37 = __this->get_literalLineInfo_27();
NullCheck(L_33);
InterfaceActionInvoker3< String_t*, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 , LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 >::Invoke(22 /* System.Void System.Xml.IDtdParserAdapter::OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_33, L_35, L_36, L_37);
return;
}
IL_00d1:
{
String_t** L_38 = ___publicId2;
String_t* L_39 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
*((RuntimeObject **)L_38) = (RuntimeObject *)L_39;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_38, (RuntimeObject *)L_39);
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_40 = __this->get_address_of_xmlCharType_4();
String_t** L_41 = ___publicId2;
String_t* L_42 = *((String_t**)L_41);
int32_t L_43 = XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_40, L_42, /*hidden argument*/NULL);
int32_t L_44 = L_43;
V_1 = L_44;
if ((((int32_t)L_44) < ((int32_t)0)))
{
goto IL_0106;
}
}
{
int32_t L_45 = __this->get_curPos_13();
String_t** L_46 = ___publicId2;
String_t* L_47 = *((String_t**)L_46);
NullCheck(L_47);
int32_t L_48 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_47, /*hidden argument*/NULL);
int32_t L_49 = V_1;
String_t** L_50 = ___publicId2;
String_t* L_51 = *((String_t**)L_50);
int32_t L_52 = V_1;
DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)), (int32_t)L_48)), (int32_t)L_49)), L_51, L_52, /*hidden argument*/NULL);
}
IL_0106:
{
int32_t L_53 = ___declType1;
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)36)))))
{
goto IL_01c3;
}
}
{
bool L_54 = __this->get_freeFloatingDtd_23();
if (L_54)
{
goto IL_01c3;
}
}
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_55 = __this->get_address_of_literalLineInfo_27();
int32_t* L_56 = L_55->get_address_of_linePos_1();
int32_t* L_57 = L_56;
int32_t L_58 = *((int32_t*)L_57);
*((int32_t*)L_57) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
RuntimeObject* L_59 = __this->get_readerAdapter_0();
String_t** L_60 = ___publicId2;
String_t* L_61 = *((String_t**)L_60);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_62 = V_0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_63 = __this->get_literalLineInfo_27();
NullCheck(L_59);
InterfaceActionInvoker3< String_t*, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 , LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 >::Invoke(23 /* System.Void System.Xml.IDtdParserAdapter::OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_59, L_61, L_62, L_63);
int32_t L_64 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)35)))))
{
goto IL_01ac;
}
}
{
bool L_65 = __this->get_whitespaceSeen_17();
if (L_65)
{
goto IL_017d;
}
}
{
Il2CppChar L_66 = __this->get_literalQuoteChar_28();
String_t* L_67 = String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93(NULL, L_66, 1, /*hidden argument*/NULL);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_68 = __this->get_address_of_literalLineInfo_27();
int32_t L_69 = L_68->get_lineNo_0();
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_70 = __this->get_address_of_literalLineInfo_27();
int32_t L_71 = L_70->get_linePos_1();
DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1(__this, _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, L_67, L_69, L_71, /*hidden argument*/NULL);
}
IL_017d:
{
String_t** L_72 = ___systemId3;
String_t* L_73 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
*((RuntimeObject **)L_72) = (RuntimeObject *)L_73;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_72, (RuntimeObject *)L_73);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_74 = __this->get_address_of_literalLineInfo_27();
int32_t* L_75 = L_74->get_address_of_linePos_1();
int32_t* L_76 = L_75;
int32_t L_77 = *((int32_t*)L_76);
*((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
RuntimeObject* L_78 = __this->get_readerAdapter_0();
String_t** L_79 = ___systemId3;
String_t* L_80 = *((String_t**)L_79);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_81 = V_0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_82 = __this->get_literalLineInfo_27();
NullCheck(L_78);
InterfaceActionInvoker3< String_t*, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 , LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 >::Invoke(22 /* System.Void System.Xml.IDtdParserAdapter::OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_78, L_80, L_81, L_82);
return;
}
IL_01ac:
{
int32_t L_83 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_83, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
return;
}
IL_01c3:
{
int32_t L_84 = DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D(__this, (bool)0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)35)))))
{
goto IL_020d;
}
}
{
bool L_85 = __this->get_whitespaceSeen_17();
if (L_85)
{
goto IL_0203;
}
}
{
Il2CppChar L_86 = __this->get_literalQuoteChar_28();
String_t* L_87 = String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93(NULL, L_86, 1, /*hidden argument*/NULL);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_88 = __this->get_address_of_literalLineInfo_27();
int32_t L_89 = L_88->get_lineNo_0();
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_90 = __this->get_address_of_literalLineInfo_27();
int32_t L_91 = L_90->get_linePos_1();
DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1(__this, _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, L_87, L_89, L_91, /*hidden argument*/NULL);
}
IL_0203:
{
String_t** L_92 = ___systemId3;
String_t* L_93 = DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36(__this, /*hidden argument*/NULL);
*((RuntimeObject **)L_92) = (RuntimeObject *)L_93;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_92, (RuntimeObject *)L_93);
return;
}
IL_020d:
{
int32_t L_94 = ___declType1;
if ((((int32_t)L_94) == ((int32_t)8)))
{
goto IL_0227;
}
}
{
int32_t L_95 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_95, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
}
IL_0227:
{
return;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::GetToken(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___needWhiteSpace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_GetToken_m57CA6C04F4215A79811F26C2B0BE10BADE91D38D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
__this->set_whitespaceSeen_17((bool)0);
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)13)))))
{
goto IL_003f;
}
}
{
Il2CppChar L_5 = V_0;
if (!L_5)
{
goto IL_0054;
}
}
{
Il2CppChar L_6 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)9))))
{
case 0:
{
goto IL_014d;
}
case 1:
{
goto IL_0082;
}
case 2:
{
goto IL_01c0;
}
case 3:
{
goto IL_01c0;
}
case 4:
{
goto IL_00ad;
}
}
}
{
goto IL_01c0;
}
IL_003f:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)32))))
{
goto IL_014d;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)37))))
{
goto IL_0167;
}
}
{
goto IL_01c0;
}
IL_0054:
{
int32_t L_9 = __this->get_curPos_13();
int32_t L_10 = __this->get_charsUsed_12();
if ((((int32_t)L_9) == ((int32_t)L_10)))
{
goto IL_0388;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_chars_11();
int32_t L_12 = __this->get_charsUsed_12();
int32_t L_13 = __this->get_curPos_13();
DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9(__this, L_11, L_12, L_13, /*hidden argument*/NULL);
goto IL_0388;
}
IL_0082:
{
__this->set_whitespaceSeen_17((bool)1);
int32_t L_14 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
RuntimeObject* L_15 = __this->get_readerAdapter_0();
int32_t L_16 = __this->get_curPos_13();
NullCheck(L_15);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_15, L_16);
goto IL_0007;
}
IL_00ad:
{
__this->set_whitespaceSeen_17((bool)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = __this->get_chars_11();
int32_t L_18 = __this->get_curPos_13();
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10)))))
{
goto IL_00fa;
}
}
{
bool L_21 = DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F(__this, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00ea;
}
}
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
RuntimeObject* L_22 = __this->get_readerAdapter_0();
RuntimeObject* L_23 = L_22;
NullCheck(L_23);
int32_t L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_23);
V_1 = L_24;
int32_t L_25 = V_1;
NullCheck(L_23);
InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)));
}
IL_00ea:
{
int32_t L_26 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)));
goto IL_0137;
}
IL_00fa:
{
int32_t L_27 = __this->get_curPos_13();
int32_t L_28 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) < ((int32_t)L_28)))
{
goto IL_011a;
}
}
{
RuntimeObject* L_29 = __this->get_readerAdapter_0();
NullCheck(L_29);
bool L_30 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_29);
if (!L_30)
{
goto IL_0388;
}
}
IL_011a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = __this->get_chars_11();
int32_t L_32 = __this->get_curPos_13();
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (Il2CppChar)((int32_t)10));
int32_t L_33 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)));
}
IL_0137:
{
RuntimeObject* L_34 = __this->get_readerAdapter_0();
int32_t L_35 = __this->get_curPos_13();
NullCheck(L_34);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_34, L_35);
goto IL_0007;
}
IL_014d:
{
__this->set_whitespaceSeen_17((bool)1);
int32_t L_36 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)));
goto IL_0007;
}
IL_0167:
{
int32_t L_37 = __this->get_charsUsed_12();
int32_t L_38 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))) < ((int32_t)2)))
{
goto IL_0388;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_39 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = __this->get_chars_11();
int32_t L_41 = __this->get_curPos_13();
NullCheck(L_40);
int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
bool L_44 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_39, L_43, /*hidden argument*/NULL);
if (L_44)
{
goto IL_01c0;
}
}
{
bool L_45 = DtdParser_get_IgnoreEntityReferences_m9D378AFF7A0D326C61A8E55DF2F4A2A61F8CBCC5(__this, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_01b1;
}
}
{
int32_t L_46 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)));
goto IL_0007;
}
IL_01b1:
{
DtdParser_HandleEntityReference_m3349E8236FE5C94BD3676C9EE3FB7C33AFDB68CD(__this, (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
goto IL_0007;
}
IL_01c0:
{
bool L_47 = ___needWhiteSpace0;
if (!L_47)
{
goto IL_01f2;
}
}
{
bool L_48 = __this->get_whitespaceSeen_17();
if (L_48)
{
goto IL_01f2;
}
}
{
int32_t L_49 = __this->get_scanningFunction_14();
if ((((int32_t)L_49) == ((int32_t)((int32_t)32))))
{
goto IL_01f2;
}
}
{
int32_t L_50 = __this->get_curPos_13();
int32_t L_51 = __this->get_curPos_13();
String_t* L_52 = DtdParser_ParseUnexpectedToken_m8EF8BEF81071240C0099AAE5F42F74688156B6B9(__this, L_51, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_50, _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, L_52, /*hidden argument*/NULL);
}
IL_01f2:
{
int32_t L_53 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_53);
}
IL_01fe:
{
int32_t L_54 = __this->get_scanningFunction_14();
V_2 = L_54;
int32_t L_55 = V_2;
switch (L_55)
{
case 0:
{
goto IL_02a9;
}
case 1:
{
goto IL_0294;
}
case 2:
{
goto IL_029b;
}
case 3:
{
goto IL_02a2;
}
case 4:
{
goto IL_02b0;
}
case 5:
{
goto IL_02b7;
}
case 6:
{
goto IL_02be;
}
case 7:
{
goto IL_02c5;
}
case 8:
{
goto IL_02cc;
}
case 9:
{
goto IL_02d3;
}
case 10:
{
goto IL_02da;
}
case 11:
{
goto IL_02e1;
}
case 12:
{
goto IL_02e8;
}
case 13:
{
goto IL_02ef;
}
case 14:
{
goto IL_02f6;
}
case 15:
{
goto IL_02fd;
}
case 16:
{
goto IL_0304;
}
case 17:
{
goto IL_030b;
}
case 18:
{
goto IL_0312;
}
case 19:
{
goto IL_0319;
}
case 20:
{
goto IL_033c;
}
case 21:
{
goto IL_0343;
}
case 22:
{
goto IL_034a;
}
case 23:
{
goto IL_0320;
}
case 24:
{
goto IL_0351;
}
case 25:
{
goto IL_0358;
}
case 26:
{
goto IL_035f;
}
case 27:
{
goto IL_0385;
}
case 28:
{
goto IL_0327;
}
case 29:
{
goto IL_032e;
}
case 30:
{
goto IL_0335;
}
case 31:
{
goto IL_0366;
}
case 32:
{
goto IL_036d;
}
}
}
{
goto IL_0385;
}
IL_0294:
{
int32_t L_56 = DtdParser_ScanNameExpected_m85CD7D9438A2075768C97462DEE814CA6BBC6179(__this, /*hidden argument*/NULL);
return L_56;
}
IL_029b:
{
int32_t L_57 = DtdParser_ScanQNameExpected_m53B6810ABDE5E05ACB689CD700C1CDF2CD5C52A0(__this, /*hidden argument*/NULL);
return L_57;
}
IL_02a2:
{
int32_t L_58 = DtdParser_ScanNmtokenExpected_m4D23CBA8196FF70E7EB1FEF84C080F05D6E7421B(__this, /*hidden argument*/NULL);
return L_58;
}
IL_02a9:
{
int32_t L_59 = DtdParser_ScanSubsetContent_m495D52E3E539998A1E0E955D84F7F25DDA61336F(__this, /*hidden argument*/NULL);
return L_59;
}
IL_02b0:
{
int32_t L_60 = DtdParser_ScanDoctype1_m35E68F18F8DDB5635A317EB3A2C00D066612D7F6(__this, /*hidden argument*/NULL);
return L_60;
}
IL_02b7:
{
int32_t L_61 = DtdParser_ScanDoctype2_mD7A0A91005235722E097AD49140B5A0D7AF88192(__this, /*hidden argument*/NULL);
return L_61;
}
IL_02be:
{
int32_t L_62 = DtdParser_ScanElement1_m0FCEF3BC51F47A2B2F11F424ECC47DCB952A90D9(__this, /*hidden argument*/NULL);
return L_62;
}
IL_02c5:
{
int32_t L_63 = DtdParser_ScanElement2_m7042A2FABD1A17F70772F957A348499567328E63(__this, /*hidden argument*/NULL);
return L_63;
}
IL_02cc:
{
int32_t L_64 = DtdParser_ScanElement3_mD342275148CA1D9063D7A3347294C47B1A30995C(__this, /*hidden argument*/NULL);
return L_64;
}
IL_02d3:
{
int32_t L_65 = DtdParser_ScanElement4_mC88D3543A1D6437AC2D84110FE52DC56121A7157(__this, /*hidden argument*/NULL);
return L_65;
}
IL_02da:
{
int32_t L_66 = DtdParser_ScanElement5_m48D984575C9CC4FEE6635E933040F0237282904B(__this, /*hidden argument*/NULL);
return L_66;
}
IL_02e1:
{
int32_t L_67 = DtdParser_ScanElement6_m5137F18EEF476B742DC6691D2E3E2386077A1EB9(__this, /*hidden argument*/NULL);
return L_67;
}
IL_02e8:
{
int32_t L_68 = DtdParser_ScanElement7_m07B0CB5F7FBB3A92BF817BFCDB62A26B4736AF0E(__this, /*hidden argument*/NULL);
return L_68;
}
IL_02ef:
{
int32_t L_69 = DtdParser_ScanAttlist1_m5DB58031AB8B89CEDE71A547A8CAA870F88E53DE(__this, /*hidden argument*/NULL);
return L_69;
}
IL_02f6:
{
int32_t L_70 = DtdParser_ScanAttlist2_m4BDF97AD3BD532E29207254B2AA38429498E9E5A(__this, /*hidden argument*/NULL);
return L_70;
}
IL_02fd:
{
int32_t L_71 = DtdParser_ScanAttlist3_m05A951D15769AB5DD8C7313FBFF5FA2B05BB4D3C(__this, /*hidden argument*/NULL);
return L_71;
}
IL_0304:
{
int32_t L_72 = DtdParser_ScanAttlist4_m0579AB3F3CCA5403013B87948097EFECC9198B9D(__this, /*hidden argument*/NULL);
return L_72;
}
IL_030b:
{
int32_t L_73 = DtdParser_ScanAttlist5_mDA8DCC0E1A5F0B617724A40B1A2274B8A9CBD457(__this, /*hidden argument*/NULL);
return L_73;
}
IL_0312:
{
int32_t L_74 = DtdParser_ScanAttlist6_m0A17CC4D2E47E3FBD784C3F64FFD1DE179C5AB00(__this, /*hidden argument*/NULL);
return L_74;
}
IL_0319:
{
int32_t L_75 = DtdParser_ScanAttlist7_m68A94AB30CC946BB5E2C94269B9BF3A07358E1D4(__this, /*hidden argument*/NULL);
return L_75;
}
IL_0320:
{
int32_t L_76 = DtdParser_ScanNotation1_m17552A90F5C825000DB678D9F58E1BBED1B5A263(__this, /*hidden argument*/NULL);
return L_76;
}
IL_0327:
{
int32_t L_77 = DtdParser_ScanSystemId_m3DFBCF952182DA4889B35EB5E7C449BA1168115E(__this, /*hidden argument*/NULL);
return L_77;
}
IL_032e:
{
int32_t L_78 = DtdParser_ScanPublicId1_mC65DA2C11843D3DC41C9110AC525DF1D37A4367D(__this, /*hidden argument*/NULL);
return L_78;
}
IL_0335:
{
int32_t L_79 = DtdParser_ScanPublicId2_m969C4260F8868E4808D907830FFD3598380E21A5(__this, /*hidden argument*/NULL);
return L_79;
}
IL_033c:
{
int32_t L_80 = DtdParser_ScanEntity1_mFB75FFC1D2294418241734127448FE6FCFA9551D(__this, /*hidden argument*/NULL);
return L_80;
}
IL_0343:
{
int32_t L_81 = DtdParser_ScanEntity2_m63C9E0FEF4094DAFF31A1E297764F8A97C9EC950(__this, /*hidden argument*/NULL);
return L_81;
}
IL_034a:
{
int32_t L_82 = DtdParser_ScanEntity3_mA8AE13FF69674719FA647564F2B94E7E33382D0A(__this, /*hidden argument*/NULL);
return L_82;
}
IL_0351:
{
int32_t L_83 = DtdParser_ScanCondSection1_mC0D43B3548FD1135147202581B90BEC8EDFDC7A4(__this, /*hidden argument*/NULL);
return L_83;
}
IL_0358:
{
int32_t L_84 = DtdParser_ScanCondSection2_mF559E864A20EE8F4C207F28CEFC42FD7062CE5D2(__this, /*hidden argument*/NULL);
return L_84;
}
IL_035f:
{
int32_t L_85 = DtdParser_ScanCondSection3_m26BB00F56F5D241DEB6625537AE1B5AB4905CA90(__this, /*hidden argument*/NULL);
return L_85;
}
IL_0366:
{
int32_t L_86 = DtdParser_ScanClosingTag_mB33B63788D51BA159601B8F642E365F493875A60(__this, /*hidden argument*/NULL);
return L_86;
}
IL_036d:
{
__this->set_whitespaceSeen_17((bool)1);
int32_t L_87 = __this->get_savedScanningFunction_16();
__this->set_scanningFunction_14(L_87);
goto IL_01fe;
}
IL_0385:
{
return (int32_t)(((int32_t)9));
}
IL_0388:
{
RuntimeObject* L_88 = __this->get_readerAdapter_0();
NullCheck(L_88);
bool L_89 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_88);
if (L_89)
{
goto IL_03a0;
}
}
{
int32_t L_90 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_90)
{
goto IL_0007;
}
}
IL_03a0:
{
bool L_91 = DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907(__this, (bool)0, /*hidden argument*/NULL);
if (L_91)
{
goto IL_0007;
}
}
{
int32_t L_92 = __this->get_scanningFunction_14();
if (L_92)
{
goto IL_03b7;
}
}
{
return (int32_t)(((int32_t)19));
}
IL_03b7:
{
int32_t L_93 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_93, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0007;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanSubsetContent()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSubsetContent_m495D52E3E539998A1E0E955D84F7F25DDA61336F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanSubsetContent_m495D52E3E539998A1E0E955D84F7F25DDA61336F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)60))))
{
goto IL_0020;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)93))))
{
goto IL_0453;
}
}
{
goto IL_04f3;
}
IL_0020:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_chars_11();
int32_t L_7 = __this->get_curPos_13();
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));
V_0 = L_9;
Il2CppChar L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)33))))
{
goto IL_0042;
}
}
{
Il2CppChar L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)63))))
{
goto IL_041b;
}
}
{
goto IL_042c;
}
IL_0042:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = __this->get_chars_11();
int32_t L_13 = __this->get_curPos_13();
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_0 = L_15;
Il2CppChar L_16 = V_0;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)65)))))
{
goto IL_006c;
}
}
{
Il2CppChar L_17 = V_0;
if ((((int32_t)L_17) == ((int32_t)((int32_t)45))))
{
goto IL_03a3;
}
}
{
Il2CppChar L_18 = V_0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)65))))
{
goto IL_0206;
}
}
{
goto IL_03f0;
}
IL_006c:
{
Il2CppChar L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)69))))
{
goto IL_0086;
}
}
{
Il2CppChar L_20 = V_0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)78))))
{
goto IL_02be;
}
}
{
Il2CppChar L_21 = V_0;
if ((((int32_t)L_21) == ((int32_t)((int32_t)91))))
{
goto IL_038a;
}
}
{
goto IL_03f0;
}
IL_0086:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_chars_11();
int32_t L_23 = __this->get_curPos_13();
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3));
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)76)))))
{
goto IL_0140;
}
}
{
int32_t L_26 = __this->get_charsUsed_12();
int32_t L_27 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)((int32_t)9))))
{
goto IL_0513;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = __this->get_chars_11();
int32_t L_29 = __this->get_curPos_13();
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)4));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)69)))))
{
goto IL_010f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = __this->get_chars_11();
int32_t L_33 = __this->get_curPos_13();
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)5));
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)77)))))
{
goto IL_010f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = __this->get_chars_11();
int32_t L_37 = __this->get_curPos_13();
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)6));
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)69)))))
{
goto IL_010f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = __this->get_chars_11();
int32_t L_41 = __this->get_curPos_13();
NullCheck(L_40);
int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7));
uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)78)))))
{
goto IL_010f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = __this->get_chars_11();
int32_t L_45 = __this->get_curPos_13();
NullCheck(L_44);
int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)8));
uint16_t L_47 = (uint16_t)(L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
if ((((int32_t)L_47) == ((int32_t)((int32_t)84))))
{
goto IL_0120;
}
}
IL_010f:
{
int32_t L_48 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_48, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_0120:
{
int32_t L_49 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)9))));
__this->set_scanningFunction_14(2);
__this->set_nextScaningFunction_15(6);
return (int32_t)(((int32_t)12));
}
IL_0140:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = __this->get_chars_11();
int32_t L_51 = __this->get_curPos_13();
NullCheck(L_50);
int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)3));
uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)78)))))
{
goto IL_01df;
}
}
{
int32_t L_54 = __this->get_charsUsed_12();
int32_t L_55 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55))) < ((int32_t)8)))
{
goto IL_0513;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_56 = __this->get_chars_11();
int32_t L_57 = __this->get_curPos_13();
NullCheck(L_56);
int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)4));
uint16_t L_59 = (uint16_t)(L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)84)))))
{
goto IL_01b5;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = __this->get_chars_11();
int32_t L_61 = __this->get_curPos_13();
NullCheck(L_60);
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)5));
uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)73)))))
{
goto IL_01b5;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_64 = __this->get_chars_11();
int32_t L_65 = __this->get_curPos_13();
NullCheck(L_64);
int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)6));
uint16_t L_67 = (uint16_t)(L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)84)))))
{
goto IL_01b5;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = __this->get_chars_11();
int32_t L_69 = __this->get_curPos_13();
NullCheck(L_68);
int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)7));
uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
if ((((int32_t)L_71) == ((int32_t)((int32_t)89))))
{
goto IL_01c6;
}
}
IL_01b5:
{
int32_t L_72 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_72, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_01c6:
{
int32_t L_73 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)8)));
__this->set_scanningFunction_14(((int32_t)20));
return (int32_t)(((int32_t)13));
}
IL_01df:
{
int32_t L_74 = __this->get_charsUsed_12();
int32_t L_75 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75))) < ((int32_t)4)))
{
goto IL_0513;
}
}
{
int32_t L_76 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_76, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
IL_0206:
{
int32_t L_77 = __this->get_charsUsed_12();
int32_t L_78 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78))) < ((int32_t)((int32_t)9))))
{
goto IL_0513;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = __this->get_chars_11();
int32_t L_80 = __this->get_curPos_13();
NullCheck(L_79);
int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)3));
uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)84)))))
{
goto IL_028c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_83 = __this->get_chars_11();
int32_t L_84 = __this->get_curPos_13();
NullCheck(L_83);
int32_t L_85 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)4));
uint16_t L_86 = (uint16_t)(L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)84)))))
{
goto IL_028c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = __this->get_chars_11();
int32_t L_88 = __this->get_curPos_13();
NullCheck(L_87);
int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)5));
uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)76)))))
{
goto IL_028c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = __this->get_chars_11();
int32_t L_92 = __this->get_curPos_13();
NullCheck(L_91);
int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)6));
uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)73)))))
{
goto IL_028c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = __this->get_chars_11();
int32_t L_96 = __this->get_curPos_13();
NullCheck(L_95);
int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)7));
uint16_t L_98 = (uint16_t)(L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)83)))))
{
goto IL_028c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = __this->get_chars_11();
int32_t L_100 = __this->get_curPos_13();
NullCheck(L_99);
int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)8));
uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
if ((((int32_t)L_102) == ((int32_t)((int32_t)84))))
{
goto IL_029d;
}
}
IL_028c:
{
int32_t L_103 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_103, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_029d:
{
int32_t L_104 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)9))));
__this->set_scanningFunction_14(2);
__this->set_nextScaningFunction_15(((int32_t)13));
return (int32_t)(((int32_t)11));
}
IL_02be:
{
int32_t L_105 = __this->get_charsUsed_12();
int32_t L_106 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106))) < ((int32_t)((int32_t)10))))
{
goto IL_0513;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = __this->get_chars_11();
int32_t L_108 = __this->get_curPos_13();
NullCheck(L_107);
int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)3));
uint16_t L_110 = (uint16_t)(L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)79)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_111 = __this->get_chars_11();
int32_t L_112 = __this->get_curPos_13();
NullCheck(L_111);
int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)4));
uint16_t L_114 = (uint16_t)(L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)84)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = __this->get_chars_11();
int32_t L_116 = __this->get_curPos_13();
NullCheck(L_115);
int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)5));
uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)65)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = __this->get_chars_11();
int32_t L_120 = __this->get_curPos_13();
NullCheck(L_119);
int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)6));
uint16_t L_122 = (uint16_t)(L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
if ((!(((uint32_t)L_122) == ((uint32_t)((int32_t)84)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_123 = __this->get_chars_11();
int32_t L_124 = __this->get_curPos_13();
NullCheck(L_123);
int32_t L_125 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)7));
uint16_t L_126 = (uint16_t)(L_123)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
if ((!(((uint32_t)L_126) == ((uint32_t)((int32_t)73)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_127 = __this->get_chars_11();
int32_t L_128 = __this->get_curPos_13();
NullCheck(L_127);
int32_t L_129 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)8));
uint16_t L_130 = (uint16_t)(L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_129));
if ((!(((uint32_t)L_130) == ((uint32_t)((int32_t)79)))))
{
goto IL_0358;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_131 = __this->get_chars_11();
int32_t L_132 = __this->get_curPos_13();
NullCheck(L_131);
int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)((int32_t)9)));
uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
if ((((int32_t)L_134) == ((int32_t)((int32_t)78))))
{
goto IL_0369;
}
}
IL_0358:
{
int32_t L_135 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_135, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_0369:
{
int32_t L_136 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)((int32_t)10))));
__this->set_scanningFunction_14(1);
__this->set_nextScaningFunction_15(((int32_t)23));
return (int32_t)(((int32_t)14));
}
IL_038a:
{
int32_t L_137 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)3)));
__this->set_scanningFunction_14(((int32_t)24));
return (int32_t)(((int32_t)17));
}
IL_03a3:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_138 = __this->get_chars_11();
int32_t L_139 = __this->get_curPos_13();
NullCheck(L_138);
int32_t L_140 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)3));
uint16_t L_141 = (uint16_t)(L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)45)))))
{
goto IL_03c7;
}
}
{
int32_t L_142 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)4)));
return (int32_t)(((int32_t)15));
}
IL_03c7:
{
int32_t L_143 = __this->get_charsUsed_12();
int32_t L_144 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)L_144))) < ((int32_t)4)))
{
goto IL_0513;
}
}
{
int32_t L_145 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_145, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
goto IL_0513;
}
IL_03f0:
{
int32_t L_146 = __this->get_charsUsed_12();
int32_t L_147 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)L_147))) < ((int32_t)3)))
{
goto IL_0513;
}
}
{
int32_t L_148 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)2)), _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
goto IL_0513;
}
IL_041b:
{
int32_t L_149 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)2)));
return (int32_t)(((int32_t)16));
}
IL_042c:
{
int32_t L_150 = __this->get_charsUsed_12();
int32_t L_151 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)L_151))) < ((int32_t)2)))
{
goto IL_0513;
}
}
{
int32_t L_152 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_152, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
IL_0453:
{
int32_t L_153 = __this->get_charsUsed_12();
int32_t L_154 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)L_154))) >= ((int32_t)2)))
{
goto IL_0473;
}
}
{
RuntimeObject* L_155 = __this->get_readerAdapter_0();
NullCheck(L_155);
bool L_156 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_155);
if (!L_156)
{
goto IL_0513;
}
}
IL_0473:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_157 = __this->get_chars_11();
int32_t L_158 = __this->get_curPos_13();
NullCheck(L_157);
int32_t L_159 = ((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1));
uint16_t L_160 = (uint16_t)(L_157)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
if ((((int32_t)L_160) == ((int32_t)((int32_t)93))))
{
goto IL_049f;
}
}
{
int32_t L_161 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)));
__this->set_scanningFunction_14(((int32_t)31));
return (int32_t)(((int32_t)32));
}
IL_049f:
{
int32_t L_162 = __this->get_charsUsed_12();
int32_t L_163 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)L_163))) >= ((int32_t)3)))
{
goto IL_04bc;
}
}
{
RuntimeObject* L_164 = __this->get_readerAdapter_0();
NullCheck(L_164);
bool L_165 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_164);
if (!L_165)
{
goto IL_0513;
}
}
IL_04bc:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_166 = __this->get_chars_11();
int32_t L_167 = __this->get_curPos_13();
NullCheck(L_166);
int32_t L_168 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1));
uint16_t L_169 = (uint16_t)(L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
if ((!(((uint32_t)L_169) == ((uint32_t)((int32_t)93)))))
{
goto IL_04f3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_170 = __this->get_chars_11();
int32_t L_171 = __this->get_curPos_13();
NullCheck(L_170);
int32_t L_172 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)2));
uint16_t L_173 = (uint16_t)(L_170)->GetAt(static_cast<il2cpp_array_size_t>(L_172));
if ((!(((uint32_t)L_173) == ((uint32_t)((int32_t)62)))))
{
goto IL_04f3;
}
}
{
int32_t L_174 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)3)));
return (int32_t)(((int32_t)18));
}
IL_04f3:
{
int32_t L_175 = __this->get_charsUsed_12();
int32_t L_176 = __this->get_curPos_13();
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_175, (int32_t)L_176)))
{
goto IL_0513;
}
}
{
int32_t L_177 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_177, _stringLiteral69DCC8689E0EA0F5A6EA20BE3EC8A28E5FB7642B, /*hidden argument*/NULL);
}
IL_0513:
{
int32_t L_178 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_178)
{
goto IL_0000;
}
}
{
int32_t L_179 = __this->get_charsUsed_12();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_179, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0000;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanNameExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNameExpected_m85CD7D9438A2075768C97462DEE814CA6BBC6179 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
DtdParser_ScanName_m4216FD1FE046AA1A6D8E7C45CDD38C26C7AEB5F5(__this, /*hidden argument*/NULL);
int32_t L_0 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_0);
return (int32_t)(((int32_t)24));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanQNameExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanQNameExpected_m53B6810ABDE5E05ACB689CD700C1CDF2CD5C52A0 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
DtdParser_ScanQName_m87AA8C292EF760D5AF3FEBBDAB7C53703F89719F(__this, /*hidden argument*/NULL);
int32_t L_0 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_0);
return (int32_t)(((int32_t)23));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanNmtokenExpected()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNmtokenExpected_m4D23CBA8196FF70E7EB1FEF84C080F05D6E7421B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
DtdParser_ScanNmtoken_m471EC88C27039ACAB1640EE57E7B6AC8A129EC77(__this, /*hidden argument*/NULL);
int32_t L_0 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_0);
return (int32_t)(((int32_t)25));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanDoctype1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype1_m35E68F18F8DDB5635A317EB3A2C00D066612D7F6 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanDoctype1_m35E68F18F8DDB5635A317EB3A2C00D066612D7F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)80)))))
{
goto IL_0025;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)62))))
{
goto IL_00a2;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)80))))
{
goto IL_0034;
}
}
{
goto IL_00ba;
}
IL_0025:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)83))))
{
goto IL_005f;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)91))))
{
goto IL_008a;
}
}
{
goto IL_00ba;
}
IL_0034:
{
bool L_9 = DtdParser_EatPublicKeyword_mB552B75B5730ADD2FF86EDF4FCAE5859F84C17E1(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_004d;
}
}
{
int32_t L_10 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_10, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_004d:
{
__this->set_nextScaningFunction_15(5);
__this->set_scanningFunction_14(((int32_t)29));
return (int32_t)(((int32_t)33));
}
IL_005f:
{
bool L_11 = DtdParser_EatSystemKeyword_m88EC37EB8D19CF1CB6BA5A17441163A1231FCA6F(__this, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0078;
}
}
{
int32_t L_12 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_12, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_0078:
{
__this->set_nextScaningFunction_15(5);
__this->set_scanningFunction_14(((int32_t)28));
return (int32_t)(((int32_t)34));
}
IL_008a:
{
int32_t L_13 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)31));
}
IL_00a2:
{
int32_t L_14 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
IL_00ba:
{
int32_t L_15 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_15, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanDoctype2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanDoctype2_mD7A0A91005235722E097AD49140B5A0D7AF88192 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanDoctype2_mD7A0A91005235722E097AD49140B5A0D7AF88192_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)62))))
{
goto IL_0030;
}
}
{
Il2CppChar L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)91)))))
{
goto IL_0048;
}
}
{
int32_t L_6 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)31));
}
IL_0030:
{
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
IL_0048:
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_8, _stringLiteralBFC1D4739556BB2E8C6CA6F181CB91549150ED2C, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanClosingTag()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanClosingTag_mB33B63788D51BA159601B8F642E365F493875A60 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanClosingTag_mB33B63788D51BA159601B8F642E365F493875A60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)62))))
{
goto IL_0022;
}
}
{
int32_t L_4 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_4, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
}
IL_0022:
{
int32_t L_5 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement1_m0FCEF3BC51F47A2B2F11F424ECC47DCB952A90D9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanElement1_m0FCEF3BC51F47A2B2F11F424ECC47DCB952A90D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)40))))
{
goto IL_0025;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)65))))
{
goto IL_00bb;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)69))))
{
goto IL_003d;
}
}
{
goto IL_010a;
}
IL_0025:
{
__this->set_scanningFunction_14(7);
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
return (int32_t)(((int32_t)27));
}
IL_003d:
{
int32_t L_8 = __this->get_charsUsed_12();
int32_t L_9 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) < ((int32_t)5)))
{
goto IL_011b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_chars_11();
int32_t L_11 = __this->get_curPos_13();
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)77)))))
{
goto IL_010a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = __this->get_chars_11();
int32_t L_15 = __this->get_curPos_13();
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)2));
uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)80)))))
{
goto IL_010a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = __this->get_chars_11();
int32_t L_19 = __this->get_curPos_13();
NullCheck(L_18);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3));
uint16_t L_21 = (uint16_t)(L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)84)))))
{
goto IL_010a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_chars_11();
int32_t L_23 = __this->get_curPos_13();
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)4));
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)89)))))
{
goto IL_010a;
}
}
{
int32_t L_26 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)5)));
__this->set_scanningFunction_14(((int32_t)31));
return (int32_t)(((int32_t)45));
}
IL_00bb:
{
int32_t L_27 = __this->get_charsUsed_12();
int32_t L_28 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))) < ((int32_t)3)))
{
goto IL_011b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_chars_11();
int32_t L_30 = __this->get_curPos_13();
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)78)))))
{
goto IL_010a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = __this->get_chars_11();
int32_t L_34 = __this->get_curPos_13();
NullCheck(L_33);
int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2));
uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)89)))))
{
goto IL_010a;
}
}
{
int32_t L_37 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)3)));
__this->set_scanningFunction_14(((int32_t)31));
return (int32_t)(((int32_t)44));
}
IL_010a:
{
int32_t L_38 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_38, _stringLiteral606C6EBC44BACBBADDDD9181DE8AEFCC3BECE5AC, /*hidden argument*/NULL);
}
IL_011b:
{
int32_t L_39 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_39)
{
goto IL_0000;
}
}
{
int32_t L_40 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_40, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0000;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement2_m7042A2FABD1A17F70772F957A348499567328E63 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanElement2_m7042A2FABD1A17F70772F957A348499567328E63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)35)))))
{
goto IL_00dd;
}
}
{
goto IL_002f;
}
IL_0016:
{
int32_t L_4 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002f;
}
}
{
int32_t L_5 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_5, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
}
IL_002f:
{
int32_t L_6 = __this->get_charsUsed_12();
int32_t L_7 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) < ((int32_t)7)))
{
goto IL_0016;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_chars_11();
int32_t L_9 = __this->get_curPos_13();
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)80)))))
{
goto IL_00ca;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = __this->get_chars_11();
int32_t L_13 = __this->get_curPos_13();
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)67)))))
{
goto IL_00ca;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_chars_11();
int32_t L_17 = __this->get_curPos_13();
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3));
uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)68)))))
{
goto IL_00ca;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = __this->get_chars_11();
int32_t L_21 = __this->get_curPos_13();
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4));
uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)65)))))
{
goto IL_00ca;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = __this->get_chars_11();
int32_t L_25 = __this->get_curPos_13();
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5));
uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)84)))))
{
goto IL_00ca;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = __this->get_chars_11();
int32_t L_29 = __this->get_curPos_13();
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)65)))))
{
goto IL_00ca;
}
}
{
int32_t L_32 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)7)));
__this->set_scanningFunction_14(((int32_t)11));
return (int32_t)(((int32_t)42));
}
IL_00ca:
{
int32_t L_33 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), _stringLiteral03799F1E3B2A5D9A27B22E4DE3E3BAE2BFDA7393, /*hidden argument*/NULL);
}
IL_00dd:
{
__this->set_scanningFunction_14(8);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement3_mD342275148CA1D9063D7A3347294C47B1A30995C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)40))))
{
goto IL_001a;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)62))))
{
goto IL_002b;
}
}
{
goto IL_0043;
}
IL_001a:
{
int32_t L_6 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
return (int32_t)(((int32_t)27));
}
IL_002b:
{
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
IL_0043:
{
DtdParser_ScanQName_m87AA8C292EF760D5AF3FEBBDAB7C53703F89719F(__this, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)9));
return (int32_t)(((int32_t)23));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement4()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement4_mC88D3543A1D6437AC2D84110FE52DC56121A7157 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanElement4_mC88D3543A1D6437AC2D84110FE52DC56121A7157_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
__this->set_scanningFunction_14(((int32_t)10));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_1 = L_3;
Il2CppChar L_4 = V_1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)42))))
{
goto IL_0027;
}
}
{
Il2CppChar L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)43))))
{
goto IL_0031;
}
}
{
Il2CppChar L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)63))))
{
goto IL_002c;
}
}
{
goto IL_0036;
}
IL_0027:
{
V_0 = ((int32_t)39);
goto IL_0039;
}
IL_002c:
{
V_0 = ((int32_t)40);
goto IL_0039;
}
IL_0031:
{
V_0 = ((int32_t)41);
goto IL_0039;
}
IL_0036:
{
return (int32_t)(((int32_t)9));
}
IL_0039:
{
bool L_7 = __this->get_whitespaceSeen_17();
if (!L_7)
{
goto IL_0052;
}
}
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_8, _stringLiteral8841FABFC6324685CF61B5200E40CB27387E906F, /*hidden argument*/NULL);
}
IL_0052:
{
int32_t L_9 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)));
int32_t L_10 = V_0;
return L_10;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement5()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement5_m48D984575C9CC4FEE6635E933040F0237282904B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanElement5_m48D984575C9CC4FEE6635E933040F0237282904B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)44)))))
{
goto IL_001f;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)41))))
{
goto IL_005b;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)44))))
{
goto IL_002b;
}
}
{
goto IL_008c;
}
IL_001f:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)62))))
{
goto IL_0074;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)124))))
{
goto IL_0043;
}
}
{
goto IL_008c;
}
IL_002b:
{
int32_t L_9 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)));
__this->set_scanningFunction_14(8);
return (int32_t)(((int32_t)43));
}
IL_0043:
{
int32_t L_10 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
__this->set_scanningFunction_14(8);
return (int32_t)(((int32_t)30));
}
IL_005b:
{
int32_t L_11 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
__this->set_scanningFunction_14(((int32_t)9));
return (int32_t)(((int32_t)28));
}
IL_0074:
{
int32_t L_12 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
IL_008c:
{
int32_t L_13 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_13, _stringLiteralC9BF6F5DB6BA644E26AE4E888DFC3CC7D6EDEC7A, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement6()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement6_m5137F18EEF476B742DC6691D2E3E2386077A1EB9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanElement6_m5137F18EEF476B742DC6691D2E3E2386077A1EB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)41))))
{
goto IL_001a;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)124))))
{
goto IL_0033;
}
}
{
goto IL_0053;
}
IL_001a:
{
int32_t L_6 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
__this->set_scanningFunction_14(((int32_t)12));
return (int32_t)(((int32_t)28));
}
IL_0033:
{
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
__this->set_nextScaningFunction_15(((int32_t)11));
__this->set_scanningFunction_14(2);
return (int32_t)(((int32_t)30));
}
IL_0053:
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_8, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, _stringLiteral3EB416223E9E69E6BB8EE19793911AD1AD2027D8, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanElement7()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanElement7_m07B0CB5F7FBB3A92BF817BFCDB62A26B4736AF0E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
__this->set_scanningFunction_14(((int32_t)31));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)42)))))
{
goto IL_0032;
}
}
{
bool L_4 = __this->get_whitespaceSeen_17();
if (L_4)
{
goto IL_0032;
}
}
{
int32_t L_5 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
return (int32_t)(((int32_t)39));
}
IL_0032:
{
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist1_m5DB58031AB8B89CEDE71A547A8CAA870F88E53DE (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist1_m5DB58031AB8B89CEDE71A547A8CAA870F88E53DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)62)))))
{
goto IL_002b;
}
}
{
int32_t L_5 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)29));
}
IL_002b:
{
bool L_6 = __this->get_whitespaceSeen_17();
if (L_6)
{
goto IL_0050;
}
}
{
int32_t L_7 = __this->get_curPos_13();
int32_t L_8 = __this->get_curPos_13();
String_t* L_9 = DtdParser_ParseUnexpectedToken_m8EF8BEF81071240C0099AAE5F42F74688156B6B9(__this, L_8, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_7, _stringLiteralDE07B7BBA6A5AC015241A35207693B0F82CB5579, L_9, /*hidden argument*/NULL);
}
IL_0050:
{
DtdParser_ScanQName_m87AA8C292EF760D5AF3FEBBDAB7C53703F89719F(__this, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)14));
return (int32_t)(((int32_t)23));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist2_m4BDF97AD3BD532E29207254B2AA38429498E9E5A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist2_m4BDF97AD3BD532E29207254B2AA38429498E9E5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)67)))))
{
goto IL_0022;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)40))))
{
goto IL_003f;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)67))))
{
goto IL_005f;
}
}
{
goto IL_044e;
}
IL_0022:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)69))))
{
goto IL_00e7;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)73))))
{
goto IL_01e9;
}
}
{
Il2CppChar L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)78))))
{
goto IL_02b5;
}
}
{
goto IL_044e;
}
IL_003f:
{
int32_t L_10 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
__this->set_scanningFunction_14(3);
__this->set_nextScaningFunction_15(((int32_t)17));
return (int32_t)(((int32_t)27));
}
IL_005f:
{
int32_t L_11 = __this->get_charsUsed_12();
int32_t L_12 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) < ((int32_t)5)))
{
goto IL_045f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = __this->get_chars_11();
int32_t L_14 = __this->get_curPos_13();
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)68)))))
{
goto IL_00be;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = __this->get_chars_11();
int32_t L_18 = __this->get_curPos_13();
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2));
uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)65)))))
{
goto IL_00be;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = __this->get_chars_11();
int32_t L_22 = __this->get_curPos_13();
NullCheck(L_21);
int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)3));
uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)84)))))
{
goto IL_00be;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_chars_11();
int32_t L_26 = __this->get_curPos_13();
NullCheck(L_25);
int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4));
uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
if ((((int32_t)L_28) == ((int32_t)((int32_t)65))))
{
goto IL_00cf;
}
}
IL_00be:
{
int32_t L_29 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_29, _stringLiteralB926BCE652A75D79C54449DD574199F0A85B9535, /*hidden argument*/NULL);
}
IL_00cf:
{
int32_t L_30 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)5)));
__this->set_scanningFunction_14(((int32_t)18));
return (int32_t)(0);
}
IL_00e7:
{
int32_t L_31 = __this->get_charsUsed_12();
int32_t L_32 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))) < ((int32_t)((int32_t)9))))
{
goto IL_045f;
}
}
{
__this->set_scanningFunction_14(((int32_t)18));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = __this->get_chars_11();
int32_t L_34 = __this->get_curPos_13();
NullCheck(L_33);
int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)78)))))
{
goto IL_014f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = __this->get_chars_11();
int32_t L_38 = __this->get_curPos_13();
NullCheck(L_37);
int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2));
uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)84)))))
{
goto IL_014f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = __this->get_chars_11();
int32_t L_42 = __this->get_curPos_13();
NullCheck(L_41);
int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3));
uint16_t L_44 = (uint16_t)(L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)73)))))
{
goto IL_014f;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = __this->get_chars_11();
int32_t L_46 = __this->get_curPos_13();
NullCheck(L_45);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)4));
uint16_t L_48 = (uint16_t)(L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
if ((((int32_t)L_48) == ((int32_t)((int32_t)84))))
{
goto IL_0160;
}
}
IL_014f:
{
int32_t L_49 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_49, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_0160:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = __this->get_chars_11();
int32_t L_51 = __this->get_curPos_13();
NullCheck(L_50);
int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)5));
uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
V_0 = L_53;
Il2CppChar L_54 = V_0;
if ((((int32_t)L_54) == ((int32_t)((int32_t)73))))
{
goto IL_017c;
}
}
{
Il2CppChar L_55 = V_0;
if ((((int32_t)L_55) == ((int32_t)((int32_t)89))))
{
goto IL_01c3;
}
}
{
goto IL_01d3;
}
IL_017c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_56 = __this->get_chars_11();
int32_t L_57 = __this->get_curPos_13();
NullCheck(L_56);
int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)6));
uint16_t L_59 = (uint16_t)(L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)69)))))
{
goto IL_01a2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = __this->get_chars_11();
int32_t L_61 = __this->get_curPos_13();
NullCheck(L_60);
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)7));
uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
if ((((int32_t)L_63) == ((int32_t)((int32_t)83))))
{
goto IL_01b3;
}
}
IL_01a2:
{
int32_t L_64 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_64, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_01b3:
{
int32_t L_65 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)8)));
return (int32_t)(5);
}
IL_01c3:
{
int32_t L_66 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)6)));
return (int32_t)(4);
}
IL_01d3:
{
int32_t L_67 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_67, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
goto IL_045f;
}
IL_01e9:
{
int32_t L_68 = __this->get_charsUsed_12();
int32_t L_69 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69))) < ((int32_t)6)))
{
goto IL_045f;
}
}
{
__this->set_scanningFunction_14(((int32_t)18));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = __this->get_chars_11();
int32_t L_71 = __this->get_curPos_13();
NullCheck(L_70);
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
if ((((int32_t)L_73) == ((int32_t)((int32_t)68))))
{
goto IL_0228;
}
}
{
int32_t L_74 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_74, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_0228:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_75 = __this->get_chars_11();
int32_t L_76 = __this->get_curPos_13();
NullCheck(L_75);
int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)2));
uint16_t L_78 = (uint16_t)(L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
if ((((int32_t)L_78) == ((int32_t)((int32_t)82))))
{
goto IL_024b;
}
}
{
int32_t L_79 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)2)));
return (int32_t)(1);
}
IL_024b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = __this->get_chars_11();
int32_t L_81 = __this->get_curPos_13();
NullCheck(L_80);
int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3));
uint16_t L_83 = (uint16_t)(L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)69)))))
{
goto IL_0271;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_84 = __this->get_chars_11();
int32_t L_85 = __this->get_curPos_13();
NullCheck(L_84);
int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)4));
uint16_t L_87 = (uint16_t)(L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
if ((((int32_t)L_87) == ((int32_t)((int32_t)70))))
{
goto IL_0282;
}
}
IL_0271:
{
int32_t L_88 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_88, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_0282:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = __this->get_chars_11();
int32_t L_90 = __this->get_curPos_13();
NullCheck(L_89);
int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)5));
uint16_t L_92 = (uint16_t)(L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
if ((((int32_t)L_92) == ((int32_t)((int32_t)83))))
{
goto IL_02a5;
}
}
{
int32_t L_93 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)5)));
return (int32_t)(2);
}
IL_02a5:
{
int32_t L_94 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)6)));
return (int32_t)(3);
}
IL_02b5:
{
int32_t L_95 = __this->get_charsUsed_12();
int32_t L_96 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96))) >= ((int32_t)8)))
{
goto IL_02d5;
}
}
{
RuntimeObject* L_97 = __this->get_readerAdapter_0();
NullCheck(L_97);
bool L_98 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_97);
if (!L_98)
{
goto IL_045f;
}
}
IL_02d5:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = __this->get_chars_11();
int32_t L_100 = __this->get_curPos_13();
NullCheck(L_99);
int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
V_0 = L_102;
Il2CppChar L_103 = V_0;
if ((((int32_t)L_103) == ((int32_t)((int32_t)77))))
{
goto IL_0390;
}
}
{
Il2CppChar L_104 = V_0;
if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)79)))))
{
goto IL_043b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = __this->get_chars_11();
int32_t L_106 = __this->get_curPos_13();
NullCheck(L_105);
int32_t L_107 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2));
uint16_t L_108 = (uint16_t)(L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)84)))))
{
goto IL_0367;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = __this->get_chars_11();
int32_t L_110 = __this->get_curPos_13();
NullCheck(L_109);
int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)3));
uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)65)))))
{
goto IL_0367;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_113 = __this->get_chars_11();
int32_t L_114 = __this->get_curPos_13();
NullCheck(L_113);
int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)4));
uint16_t L_116 = (uint16_t)(L_113)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
if ((!(((uint32_t)L_116) == ((uint32_t)((int32_t)84)))))
{
goto IL_0367;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = __this->get_chars_11();
int32_t L_118 = __this->get_curPos_13();
NullCheck(L_117);
int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)5));
uint16_t L_120 = (uint16_t)(L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_119));
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)73)))))
{
goto IL_0367;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_121 = __this->get_chars_11();
int32_t L_122 = __this->get_curPos_13();
NullCheck(L_121);
int32_t L_123 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)6));
uint16_t L_124 = (uint16_t)(L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)79)))))
{
goto IL_0367;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_125 = __this->get_chars_11();
int32_t L_126 = __this->get_curPos_13();
NullCheck(L_125);
int32_t L_127 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)7));
uint16_t L_128 = (uint16_t)(L_125)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
if ((((int32_t)L_128) == ((int32_t)((int32_t)78))))
{
goto IL_0378;
}
}
IL_0367:
{
int32_t L_129 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_129, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_0378:
{
int32_t L_130 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)8)));
__this->set_scanningFunction_14(((int32_t)15));
return (int32_t)(8);
}
IL_0390:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_131 = __this->get_chars_11();
int32_t L_132 = __this->get_curPos_13();
NullCheck(L_131);
int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)2));
uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
if ((!(((uint32_t)L_134) == ((uint32_t)((int32_t)84)))))
{
goto IL_03ef;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = __this->get_chars_11();
int32_t L_136 = __this->get_curPos_13();
NullCheck(L_135);
int32_t L_137 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)3));
uint16_t L_138 = (uint16_t)(L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)79)))))
{
goto IL_03ef;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_139 = __this->get_chars_11();
int32_t L_140 = __this->get_curPos_13();
NullCheck(L_139);
int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)4));
uint16_t L_142 = (uint16_t)(L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_141));
if ((!(((uint32_t)L_142) == ((uint32_t)((int32_t)75)))))
{
goto IL_03ef;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_143 = __this->get_chars_11();
int32_t L_144 = __this->get_curPos_13();
NullCheck(L_143);
int32_t L_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)5));
uint16_t L_146 = (uint16_t)(L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)69)))))
{
goto IL_03ef;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = __this->get_chars_11();
int32_t L_148 = __this->get_curPos_13();
NullCheck(L_147);
int32_t L_149 = ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)6));
uint16_t L_150 = (uint16_t)(L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_149));
if ((((int32_t)L_150) == ((int32_t)((int32_t)78))))
{
goto IL_0400;
}
}
IL_03ef:
{
int32_t L_151 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_151, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_0400:
{
__this->set_scanningFunction_14(((int32_t)18));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_152 = __this->get_chars_11();
int32_t L_153 = __this->get_curPos_13();
NullCheck(L_152);
int32_t L_154 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)7));
uint16_t L_155 = (uint16_t)(L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
if ((!(((uint32_t)L_155) == ((uint32_t)((int32_t)83)))))
{
goto IL_042b;
}
}
{
int32_t L_156 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)8)));
return (int32_t)(7);
}
IL_042b:
{
int32_t L_157 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)7)));
return (int32_t)(6);
}
IL_043b:
{
int32_t L_158 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_158, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
goto IL_045f;
}
IL_044e:
{
int32_t L_159 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_159, _stringLiteralEF0124FDCA3DE67A7E8BCDE6F54E469D42B46715, /*hidden argument*/NULL);
}
IL_045f:
{
int32_t L_160 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_160)
{
goto IL_0000;
}
}
{
int32_t L_161 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_161, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0000;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist3_m05A951D15769AB5DD8C7313FBFF5FA2B05BB4D3C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist3_m05A951D15769AB5DD8C7313FBFF5FA2B05BB4D3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)40)))))
{
goto IL_0031;
}
}
{
int32_t L_4 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
__this->set_scanningFunction_14(1);
__this->set_nextScaningFunction_15(((int32_t)16));
return (int32_t)(((int32_t)27));
}
IL_0031:
{
int32_t L_5 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_5, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist4()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist4_m0579AB3F3CCA5403013B87948097EFECC9198B9D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist4_m0579AB3F3CCA5403013B87948097EFECC9198B9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)41))))
{
goto IL_001a;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)124))))
{
goto IL_0033;
}
}
{
goto IL_0053;
}
IL_001a:
{
int32_t L_6 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
__this->set_scanningFunction_14(((int32_t)18));
return (int32_t)(((int32_t)28));
}
IL_0033:
{
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
__this->set_scanningFunction_14(1);
__this->set_nextScaningFunction_15(((int32_t)16));
return (int32_t)(((int32_t)30));
}
IL_0053:
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_8, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, _stringLiteral3EB416223E9E69E6BB8EE19793911AD1AD2027D8, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist5()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist5_mDA8DCC0E1A5F0B617724A40B1A2274B8A9CBD457 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist5_mDA8DCC0E1A5F0B617724A40B1A2274B8A9CBD457_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)41))))
{
goto IL_001a;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)124))))
{
goto IL_0033;
}
}
{
goto IL_0053;
}
IL_001a:
{
int32_t L_6 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
__this->set_scanningFunction_14(((int32_t)18));
return (int32_t)(((int32_t)28));
}
IL_0033:
{
int32_t L_7 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
__this->set_scanningFunction_14(3);
__this->set_nextScaningFunction_15(((int32_t)17));
return (int32_t)(((int32_t)30));
}
IL_0053:
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_8, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, _stringLiteral3EB416223E9E69E6BB8EE19793911AD1AD2027D8, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist6()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist6_m0A17CC4D2E47E3FBD784C3F64FFD1DE179C5AB00 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist6_m0A17CC4D2E47E3FBD784C3F64FFD1DE179C5AB00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)34))))
{
goto IL_0020;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)35))))
{
goto IL_0033;
}
}
{
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)39)))))
{
goto IL_026a;
}
}
IL_0020:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 0, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)13));
return (int32_t)(((int32_t)35));
}
IL_0033:
{
int32_t L_7 = __this->get_charsUsed_12();
int32_t L_8 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) < ((int32_t)6)))
{
goto IL_027b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get_chars_11();
int32_t L_10 = __this->get_curPos_13();
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_0 = L_12;
Il2CppChar L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)70))))
{
goto IL_01e1;
}
}
{
Il2CppChar L_14 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)73))))
{
goto IL_0132;
}
}
{
Il2CppChar L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)82)))))
{
goto IL_0257;
}
}
{
int32_t L_16 = __this->get_charsUsed_12();
int32_t L_17 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17))) < ((int32_t)((int32_t)9))))
{
goto IL_027b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = __this->get_chars_11();
int32_t L_19 = __this->get_curPos_13();
NullCheck(L_18);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2));
uint16_t L_21 = (uint16_t)(L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)69)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_chars_11();
int32_t L_23 = __this->get_curPos_13();
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3));
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)81)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = __this->get_chars_11();
int32_t L_27 = __this->get_curPos_13();
NullCheck(L_26);
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)4));
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)85)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = __this->get_chars_11();
int32_t L_31 = __this->get_curPos_13();
NullCheck(L_30);
int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)5));
uint16_t L_33 = (uint16_t)(L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)73)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = __this->get_chars_11();
int32_t L_35 = __this->get_curPos_13();
NullCheck(L_34);
int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)6));
uint16_t L_37 = (uint16_t)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)82)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = __this->get_chars_11();
int32_t L_39 = __this->get_curPos_13();
NullCheck(L_38);
int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)7));
uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)69)))))
{
goto IL_0107;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = __this->get_chars_11();
int32_t L_43 = __this->get_curPos_13();
NullCheck(L_42);
int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)8));
uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((((int32_t)L_45) == ((int32_t)((int32_t)68))))
{
goto IL_0118;
}
}
IL_0107:
{
int32_t L_46 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_46, _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E, /*hidden argument*/NULL);
}
IL_0118:
{
int32_t L_47 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)9))));
__this->set_scanningFunction_14(((int32_t)13));
return (int32_t)(((int32_t)20));
}
IL_0132:
{
int32_t L_48 = __this->get_charsUsed_12();
int32_t L_49 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49))) < ((int32_t)8)))
{
goto IL_027b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = __this->get_chars_11();
int32_t L_51 = __this->get_curPos_13();
NullCheck(L_50);
int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2));
uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)77)))))
{
goto IL_01b7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_54 = __this->get_chars_11();
int32_t L_55 = __this->get_curPos_13();
NullCheck(L_54);
int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)3));
uint16_t L_57 = (uint16_t)(L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)80)))))
{
goto IL_01b7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_58 = __this->get_chars_11();
int32_t L_59 = __this->get_curPos_13();
NullCheck(L_58);
int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)4));
uint16_t L_61 = (uint16_t)(L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)76)))))
{
goto IL_01b7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = __this->get_chars_11();
int32_t L_63 = __this->get_curPos_13();
NullCheck(L_62);
int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)5));
uint16_t L_65 = (uint16_t)(L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)73)))))
{
goto IL_01b7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_66 = __this->get_chars_11();
int32_t L_67 = __this->get_curPos_13();
NullCheck(L_66);
int32_t L_68 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)6));
uint16_t L_69 = (uint16_t)(L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)69)))))
{
goto IL_01b7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = __this->get_chars_11();
int32_t L_71 = __this->get_curPos_13();
NullCheck(L_70);
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)7));
uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
if ((((int32_t)L_73) == ((int32_t)((int32_t)68))))
{
goto IL_01c8;
}
}
IL_01b7:
{
int32_t L_74 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_74, _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E, /*hidden argument*/NULL);
}
IL_01c8:
{
int32_t L_75 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)8)));
__this->set_scanningFunction_14(((int32_t)13));
return (int32_t)(((int32_t)21));
}
IL_01e1:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_76 = __this->get_chars_11();
int32_t L_77 = __this->get_curPos_13();
NullCheck(L_76);
int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)2));
uint16_t L_79 = (uint16_t)(L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)73)))))
{
goto IL_022d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = __this->get_chars_11();
int32_t L_81 = __this->get_curPos_13();
NullCheck(L_80);
int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3));
uint16_t L_83 = (uint16_t)(L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)88)))))
{
goto IL_022d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_84 = __this->get_chars_11();
int32_t L_85 = __this->get_curPos_13();
NullCheck(L_84);
int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)4));
uint16_t L_87 = (uint16_t)(L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
if ((!(((uint32_t)L_87) == ((uint32_t)((int32_t)69)))))
{
goto IL_022d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_88 = __this->get_chars_11();
int32_t L_89 = __this->get_curPos_13();
NullCheck(L_88);
int32_t L_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)5));
uint16_t L_91 = (uint16_t)(L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
if ((((int32_t)L_91) == ((int32_t)((int32_t)68))))
{
goto IL_023e;
}
}
IL_022d:
{
int32_t L_92 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_92, _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E, /*hidden argument*/NULL);
}
IL_023e:
{
int32_t L_93 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)6)));
__this->set_scanningFunction_14(((int32_t)19));
return (int32_t)(((int32_t)22));
}
IL_0257:
{
int32_t L_94 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_94, _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E, /*hidden argument*/NULL);
goto IL_027b;
}
IL_026a:
{
int32_t L_95 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_95, _stringLiteral9CD614DAA3F8C044B5874805DA7ABE940EBD5E1E, /*hidden argument*/NULL);
}
IL_027b:
{
int32_t L_96 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_96)
{
goto IL_0000;
}
}
{
int32_t L_97 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_97, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0000;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanAttlist7()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanAttlist7_m68A94AB30CC946BB5E2C94269B9BF3A07358E1D4 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanAttlist7_m68A94AB30CC946BB5E2C94269B9BF3A07358E1D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)34))))
{
goto IL_0018;
}
}
{
Il2CppChar L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39)))))
{
goto IL_002b;
}
}
IL_0018:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 0, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)13));
return (int32_t)(((int32_t)35));
}
IL_002b:
{
int32_t L_6 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_6, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanLiteral(System.Xml.DtdParser_LiteralType)
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___literalType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_9 = NULL;
int32_t G_B3_0 = 0;
StringBuilder_t * G_B29_0 = NULL;
StringBuilder_t * G_B28_0 = NULL;
String_t* G_B30_0 = NULL;
StringBuilder_t * G_B30_1 = NULL;
StringBuilder_t * G_B33_0 = NULL;
StringBuilder_t * G_B32_0 = NULL;
String_t* G_B34_0 = NULL;
StringBuilder_t * G_B34_1 = NULL;
RuntimeObject* G_B57_0 = NULL;
RuntimeObject* G_B56_0 = NULL;
StringBuilder_t * G_B58_0 = NULL;
RuntimeObject* G_B58_1 = NULL;
int32_t G_B62_0 = 0;
RuntimeObject* G_B62_1 = NULL;
int32_t G_B61_0 = 0;
RuntimeObject* G_B61_1 = NULL;
StringBuilder_t * G_B63_0 = NULL;
int32_t G_B63_1 = 0;
RuntimeObject* G_B63_2 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
int32_t L_4 = ___literalType0;
if (!L_4)
{
goto IL_0015;
}
}
{
G_B3_0 = ((int32_t)10);
goto IL_0017;
}
IL_0015:
{
G_B3_0 = ((int32_t)32);
}
IL_0017:
{
V_1 = G_B3_0;
int32_t L_5 = __this->get_currentEntityId_22();
V_2 = L_5;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_6 = __this->get_address_of_literalLineInfo_27();
int32_t L_7 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_8 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_6, L_7, L_8, /*hidden argument*/NULL);
int32_t L_9 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)));
int32_t L_10 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_10);
StringBuilder_t * L_11 = __this->get_stringBuilder_25();
NullCheck(L_11);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_11, 0, /*hidden argument*/NULL);
goto IL_006c;
}
IL_005e:
{
int32_t L_12 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
}
IL_006c:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_13 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_13->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = __this->get_chars_11();
int32_t L_16 = __this->get_curPos_13();
NullCheck(L_15);
int32_t L_17 = L_16;
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_14);
uint16_t L_19 = L_18;
uint8_t L_20 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)128))))
{
goto IL_009e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = __this->get_chars_11();
int32_t L_22 = __this->get_curPos_13();
NullCheck(L_21);
int32_t L_23 = L_22;
uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)37)))))
{
goto IL_005e;
}
}
IL_009e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_chars_11();
int32_t L_26 = __this->get_curPos_13();
NullCheck(L_25);
int32_t L_27 = L_26;
uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
Il2CppChar L_29 = V_0;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_0102;
}
}
{
int32_t L_30 = __this->get_currentEntityId_22();
int32_t L_31 = V_2;
if ((!(((uint32_t)L_30) == ((uint32_t)L_31))))
{
goto IL_0102;
}
}
{
StringBuilder_t * L_32 = __this->get_stringBuilder_25();
NullCheck(L_32);
int32_t L_33 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_32, /*hidden argument*/NULL);
if ((((int32_t)L_33) <= ((int32_t)0)))
{
goto IL_00ea;
}
}
{
StringBuilder_t * L_34 = __this->get_stringBuilder_25();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = __this->get_chars_11();
int32_t L_36 = __this->get_tokenStartPos_18();
int32_t L_37 = __this->get_curPos_13();
int32_t L_38 = __this->get_tokenStartPos_18();
NullCheck(L_34);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_34, L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL);
}
IL_00ea:
{
int32_t L_39 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)));
Il2CppChar L_40 = V_0;
__this->set_literalQuoteChar_28(L_40);
return (int32_t)(((int32_t)35));
}
IL_0102:
{
int32_t L_41 = __this->get_curPos_13();
int32_t L_42 = __this->get_tokenStartPos_18();
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42));
int32_t L_43 = V_3;
if ((((int32_t)L_43) <= ((int32_t)0)))
{
goto IL_0139;
}
}
{
StringBuilder_t * L_44 = __this->get_stringBuilder_25();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = __this->get_chars_11();
int32_t L_46 = __this->get_tokenStartPos_18();
int32_t L_47 = V_3;
NullCheck(L_44);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_44, L_45, L_46, L_47, /*hidden argument*/NULL);
int32_t L_48 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_48);
}
IL_0139:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = __this->get_chars_11();
int32_t L_50 = __this->get_curPos_13();
NullCheck(L_49);
int32_t L_51 = L_50;
uint16_t L_52 = (uint16_t)(L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
V_4 = L_52;
Il2CppChar L_53 = V_4;
if ((!(((uint32_t)L_53) <= ((uint32_t)((int32_t)39)))))
{
goto IL_0193;
}
}
{
Il2CppChar L_54 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)((int32_t)9))))
{
case 0:
{
goto IL_02fd;
}
case 1:
{
goto IL_01b8;
}
case 2:
{
goto IL_054d;
}
case 3:
{
goto IL_054d;
}
case 4:
{
goto IL_01fd;
}
}
}
{
Il2CppChar L_55 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)((int32_t)34))))
{
case 0:
{
goto IL_01a5;
}
case 1:
{
goto IL_054d;
}
case 2:
{
goto IL_054d;
}
case 3:
{
goto IL_0366;
}
case 4:
{
goto IL_039b;
}
case 5:
{
goto IL_01a5;
}
}
}
{
goto IL_054d;
}
IL_0193:
{
Il2CppChar L_56 = V_4;
if ((((int32_t)L_56) == ((int32_t)((int32_t)60))))
{
goto IL_0337;
}
}
{
Il2CppChar L_57 = V_4;
if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)62)))))
{
goto IL_054d;
}
}
IL_01a5:
{
int32_t L_58 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)));
goto IL_006c;
}
IL_01b8:
{
int32_t L_59 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)));
bool L_60 = DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F(__this, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_01e7;
}
}
{
StringBuilder_t * L_61 = __this->get_stringBuilder_25();
Il2CppChar L_62 = V_1;
NullCheck(L_61);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_61, L_62, /*hidden argument*/NULL);
int32_t L_63 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_63);
}
IL_01e7:
{
RuntimeObject* L_64 = __this->get_readerAdapter_0();
int32_t L_65 = __this->get_curPos_13();
NullCheck(L_64);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_64, L_65);
goto IL_006c;
}
IL_01fd:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_66 = __this->get_chars_11();
int32_t L_67 = __this->get_curPos_13();
NullCheck(L_66);
int32_t L_68 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
uint16_t L_69 = (uint16_t)(L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)10)))))
{
goto IL_02a5;
}
}
{
bool L_70 = DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F(__this, /*hidden argument*/NULL);
if (!L_70)
{
goto IL_0295;
}
}
{
int32_t L_71 = ___literalType0;
if (L_71)
{
goto IL_0245;
}
}
{
StringBuilder_t * L_72 = __this->get_stringBuilder_25();
RuntimeObject* L_73 = __this->get_readerAdapter_0();
NullCheck(L_73);
bool L_74 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEntityEolNormalized() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_73);
G_B28_0 = L_72;
if (L_74)
{
G_B29_0 = L_72;
goto IL_0238;
}
}
{
G_B30_0 = _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
G_B30_1 = G_B28_0;
goto IL_023d;
}
IL_0238:
{
G_B30_0 = _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
G_B30_1 = G_B29_0;
}
IL_023d:
{
NullCheck(G_B30_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B30_1, G_B30_0, /*hidden argument*/NULL);
goto IL_026a;
}
IL_0245:
{
StringBuilder_t * L_75 = __this->get_stringBuilder_25();
RuntimeObject* L_76 = __this->get_readerAdapter_0();
NullCheck(L_76);
bool L_77 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEntityEolNormalized() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_76);
G_B32_0 = L_75;
if (L_77)
{
G_B33_0 = L_75;
goto IL_025f;
}
}
{
G_B34_0 = _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
G_B34_1 = G_B32_0;
goto IL_0264;
}
IL_025f:
{
G_B34_0 = _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
G_B34_1 = G_B33_0;
}
IL_0264:
{
NullCheck(G_B34_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B34_1, G_B34_0, /*hidden argument*/NULL);
}
IL_026a:
{
int32_t L_78 = __this->get_curPos_13();
__this->set_tokenStartPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)2)));
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
RuntimeObject* L_79 = __this->get_readerAdapter_0();
RuntimeObject* L_80 = L_79;
NullCheck(L_80);
int32_t L_81 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_80);
V_5 = L_81;
int32_t L_82 = V_5;
NullCheck(L_80);
InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)));
}
IL_0295:
{
int32_t L_83 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)2)));
goto IL_02e7;
}
IL_02a5:
{
int32_t L_84 = __this->get_curPos_13();
int32_t L_85 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1))) == ((int32_t)L_85)))
{
goto IL_05cf;
}
}
{
int32_t L_86 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)));
bool L_87 = DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F(__this, /*hidden argument*/NULL);
if (!L_87)
{
goto IL_02e7;
}
}
{
StringBuilder_t * L_88 = __this->get_stringBuilder_25();
Il2CppChar L_89 = V_1;
NullCheck(L_88);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_88, L_89, /*hidden argument*/NULL);
int32_t L_90 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_90);
}
IL_02e7:
{
RuntimeObject* L_91 = __this->get_readerAdapter_0();
int32_t L_92 = __this->get_curPos_13();
NullCheck(L_91);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_91, L_92);
goto IL_006c;
}
IL_02fd:
{
int32_t L_93 = ___literalType0;
if (L_93)
{
goto IL_0324;
}
}
{
bool L_94 = DtdParser_get_Normalize_m7018B16161B06EE6DAAB9E891C4489AAF023E12F(__this, /*hidden argument*/NULL);
if (!L_94)
{
goto IL_0324;
}
}
{
StringBuilder_t * L_95 = __this->get_stringBuilder_25();
NullCheck(L_95);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_95, ((int32_t)32), /*hidden argument*/NULL);
int32_t L_96 = __this->get_tokenStartPos_18();
__this->set_tokenStartPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)));
}
IL_0324:
{
int32_t L_97 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)));
goto IL_006c;
}
IL_0337:
{
int32_t L_98 = ___literalType0;
if (L_98)
{
goto IL_0353;
}
}
{
int32_t L_99 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_100 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)60), 0, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_99, _stringLiteralA5DD71B34216A7F77AFE01A40B002C9E275B6967, L_100, /*hidden argument*/NULL);
}
IL_0353:
{
int32_t L_101 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)));
goto IL_006c;
}
IL_0366:
{
int32_t L_102 = ___literalType0;
if ((((int32_t)L_102) == ((int32_t)1)))
{
goto IL_037d;
}
}
{
int32_t L_103 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)));
goto IL_006c;
}
IL_037d:
{
int32_t L_104 = ___literalType0;
DtdParser_HandleEntityReference_m3349E8236FE5C94BD3676C9EE3FB7C33AFDB68CD(__this, (bool)1, (bool)1, (bool)((((int32_t)L_104) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
int32_t L_105 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_105);
goto IL_006c;
}
IL_039b:
{
int32_t L_106 = ___literalType0;
if ((!(((uint32_t)L_106) == ((uint32_t)2))))
{
goto IL_03b2;
}
}
{
int32_t L_107 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)));
goto IL_006c;
}
IL_03b2:
{
int32_t L_108 = __this->get_curPos_13();
int32_t L_109 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1))) == ((int32_t)L_109)))
{
goto IL_05cf;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_110 = __this->get_chars_11();
int32_t L_111 = __this->get_curPos_13();
NullCheck(L_110);
int32_t L_112 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1));
uint16_t L_113 = (uint16_t)(L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_112));
if ((!(((uint32_t)L_113) == ((uint32_t)((int32_t)35)))))
{
goto IL_0445;
}
}
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
RuntimeObject* L_114 = __this->get_readerAdapter_0();
bool L_115 = DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B(__this, /*hidden argument*/NULL);
G_B56_0 = L_114;
if (L_115)
{
G_B57_0 = L_114;
goto IL_03ef;
}
}
{
G_B58_0 = ((StringBuilder_t *)(NULL));
G_B58_1 = G_B56_0;
goto IL_03f5;
}
IL_03ef:
{
StringBuilder_t * L_116 = __this->get_internalSubsetValueSb_20();
G_B58_0 = L_116;
G_B58_1 = G_B57_0;
}
IL_03f5:
{
NullCheck(G_B58_1);
int32_t L_117 = InterfaceFuncInvoker1< int32_t, StringBuilder_t * >::Invoke(14 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNumericCharRef(System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, G_B58_1, G_B58_0);
V_6 = L_117;
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
StringBuilder_t * L_118 = __this->get_stringBuilder_25();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = __this->get_chars_11();
int32_t L_120 = __this->get_curPos_13();
int32_t L_121 = V_6;
int32_t L_122 = __this->get_curPos_13();
NullCheck(L_118);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_118, L_119, L_120, ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)L_122)), /*hidden argument*/NULL);
RuntimeObject* L_123 = __this->get_readerAdapter_0();
int32_t L_124 = V_6;
NullCheck(L_123);
InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_123, L_124);
int32_t L_125 = V_6;
__this->set_tokenStartPos_18(L_125);
int32_t L_126 = V_6;
__this->set_curPos_13(L_126);
goto IL_006c;
}
IL_0445:
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
int32_t L_127 = ___literalType0;
if (L_127)
{
goto IL_04d9;
}
}
{
RuntimeObject* L_128 = __this->get_readerAdapter_0();
bool L_129 = DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B(__this, /*hidden argument*/NULL);
G_B61_0 = 1;
G_B61_1 = L_128;
if (L_129)
{
G_B62_0 = 1;
G_B62_1 = L_128;
goto IL_0463;
}
}
{
G_B63_0 = ((StringBuilder_t *)(NULL));
G_B63_1 = G_B61_0;
G_B63_2 = G_B61_1;
goto IL_0469;
}
IL_0463:
{
StringBuilder_t * L_130 = __this->get_internalSubsetValueSb_20();
G_B63_0 = L_130;
G_B63_1 = G_B62_0;
G_B63_2 = G_B62_1;
}
IL_0469:
{
NullCheck(G_B63_2);
int32_t L_131 = InterfaceFuncInvoker2< int32_t, bool, StringBuilder_t * >::Invoke(15 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, G_B63_2, (bool)G_B63_1, G_B63_0);
V_7 = L_131;
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
int32_t L_132 = V_7;
if ((((int32_t)L_132) < ((int32_t)0)))
{
goto IL_04be;
}
}
{
StringBuilder_t * L_133 = __this->get_stringBuilder_25();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_134 = __this->get_chars_11();
int32_t L_135 = __this->get_curPos_13();
int32_t L_136 = V_7;
int32_t L_137 = __this->get_curPos_13();
NullCheck(L_133);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_133, L_134, L_135, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_137)), /*hidden argument*/NULL);
RuntimeObject* L_138 = __this->get_readerAdapter_0();
int32_t L_139 = V_7;
NullCheck(L_138);
InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_138, L_139);
int32_t L_140 = V_7;
__this->set_tokenStartPos_18(L_140);
int32_t L_141 = V_7;
__this->set_curPos_13(L_141);
goto IL_006c;
}
IL_04be:
{
DtdParser_HandleEntityReference_m3349E8236FE5C94BD3676C9EE3FB7C33AFDB68CD(__this, (bool)0, (bool)1, (bool)1, /*hidden argument*/NULL);
int32_t L_142 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_142);
goto IL_006c;
}
IL_04d9:
{
RuntimeObject* L_143 = __this->get_readerAdapter_0();
NullCheck(L_143);
int32_t L_144 = InterfaceFuncInvoker2< int32_t, bool, StringBuilder_t * >::Invoke(15 /* System.Int32 System.Xml.IDtdParserAdapter::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_143, (bool)0, (StringBuilder_t *)NULL);
V_8 = L_144;
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
int32_t L_145 = V_8;
if ((((int32_t)L_145) < ((int32_t)0)))
{
goto IL_050c;
}
}
{
int32_t L_146 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_146);
int32_t L_147 = V_8;
__this->set_curPos_13(L_147);
goto IL_006c;
}
IL_050c:
{
StringBuilder_t * L_148 = __this->get_stringBuilder_25();
NullCheck(L_148);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_148, ((int32_t)38), /*hidden argument*/NULL);
int32_t L_149 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)));
int32_t L_150 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_150);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_151 = DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11(__this, /*hidden argument*/NULL);
V_9 = L_151;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_152 = V_9;
DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F(__this, L_152, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
goto IL_006c;
}
IL_054d:
{
int32_t L_153 = __this->get_curPos_13();
int32_t L_154 = __this->get_charsUsed_12();
if ((((int32_t)L_153) == ((int32_t)L_154)))
{
goto IL_05cf;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_155 = __this->get_chars_11();
int32_t L_156 = __this->get_curPos_13();
NullCheck(L_155);
int32_t L_157 = L_156;
uint16_t L_158 = (uint16_t)(L_155)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
bool L_159 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_158, /*hidden argument*/NULL);
if (!L_159)
{
goto IL_05b4;
}
}
{
int32_t L_160 = __this->get_curPos_13();
int32_t L_161 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1))) == ((int32_t)L_161)))
{
goto IL_05cf;
}
}
{
int32_t L_162 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_163 = __this->get_chars_11();
int32_t L_164 = __this->get_curPos_13();
NullCheck(L_163);
int32_t L_165 = L_164;
uint16_t L_166 = (uint16_t)(L_163)->GetAt(static_cast<il2cpp_array_size_t>(L_165));
bool L_167 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_166, /*hidden argument*/NULL);
if (!L_167)
{
goto IL_05b4;
}
}
{
int32_t L_168 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)));
goto IL_006c;
}
IL_05b4:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_169 = __this->get_chars_11();
int32_t L_170 = __this->get_charsUsed_12();
int32_t L_171 = __this->get_curPos_13();
DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9(__this, L_169, L_170, L_171, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
IL_05cf:
{
RuntimeObject* L_172 = __this->get_readerAdapter_0();
NullCheck(L_172);
bool L_173 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_172);
if (L_173)
{
goto IL_05e4;
}
}
{
int32_t L_174 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_174)
{
goto IL_0602;
}
}
IL_05e4:
{
int32_t L_175 = ___literalType0;
if ((((int32_t)L_175) == ((int32_t)2)))
{
goto IL_05f1;
}
}
{
bool L_176 = DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907(__this, (bool)1, /*hidden argument*/NULL);
if (L_176)
{
goto IL_0602;
}
}
IL_05f1:
{
int32_t L_177 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_177, _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48, /*hidden argument*/NULL);
}
IL_0602:
{
int32_t L_178 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_178);
goto IL_006c;
}
}
// System.Xml.XmlQualifiedName System.Xml.DtdParser::ScanEntityName()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
DtdParser_ScanName_m4216FD1FE046AA1A6D8E7C45CDD38C26C7AEB5F5(__this, /*hidden argument*/NULL);
goto IL_0027;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0008;
throw e;
}
CATCH_0008:
{ // begin catch(System.Xml.XmlException)
V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local);
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC(L_1, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E(L_3, /*hidden argument*/NULL);
DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1(__this, _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3, L_0, L_2, L_4, /*hidden argument*/NULL);
goto IL_0027;
} // end catch (depth: 1)
IL_0027:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = __this->get_chars_11();
int32_t L_6 = __this->get_curPos_13();
NullCheck(L_5);
int32_t L_7 = L_6;
uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((((int32_t)L_8) == ((int32_t)((int32_t)59))))
{
goto IL_0049;
}
}
{
int32_t L_9 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_9, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312, /*hidden argument*/NULL);
}
IL_0049:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B(__this, (bool)0, /*hidden argument*/NULL);
int32_t L_11 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
return L_10;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanNotation1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanNotation1_m17552A90F5C825000DB678D9F58E1BBED1B5A263 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanNotation1_m17552A90F5C825000DB678D9F58E1BBED1B5A263_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)80))))
{
goto IL_001a;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)83))))
{
goto IL_0046;
}
}
{
goto IL_0072;
}
IL_001a:
{
bool L_6 = DtdParser_EatPublicKeyword_mB552B75B5730ADD2FF86EDF4FCAE5859F84C17E1(__this, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0033;
}
}
{
int32_t L_7 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_7, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_0033:
{
__this->set_nextScaningFunction_15(((int32_t)31));
__this->set_scanningFunction_14(((int32_t)29));
return (int32_t)(((int32_t)33));
}
IL_0046:
{
bool L_8 = DtdParser_EatSystemKeyword_m88EC37EB8D19CF1CB6BA5A17441163A1231FCA6F(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_005f;
}
}
{
int32_t L_9 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_9, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_005f:
{
__this->set_nextScaningFunction_15(((int32_t)31));
__this->set_scanningFunction_14(((int32_t)28));
return (int32_t)(((int32_t)34));
}
IL_0072:
{
int32_t L_10 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_10, _stringLiteral78E7527B50CD327A85790A0D19E2EBF27A164247, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanSystemId()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanSystemId_m3DFBCF952182DA4889B35EB5E7C449BA1168115E (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanSystemId_m3DFBCF952182DA4889B35EB5E7C449BA1168115E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)34))))
{
goto IL_0038;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_chars_11();
int32_t L_5 = __this->get_curPos_13();
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
{
goto IL_0038;
}
}
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_8, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
}
IL_0038:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 2, /*hidden argument*/NULL);
int32_t L_9 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_9);
return (int32_t)(((int32_t)35));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanEntity1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity1_mFB75FFC1D2294418241734127448FE6FCFA9551D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)37)))))
{
goto IL_0031;
}
}
{
int32_t L_4 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
__this->set_nextScaningFunction_15(((int32_t)21));
__this->set_scanningFunction_14(1);
return (int32_t)(((int32_t)38));
}
IL_0031:
{
DtdParser_ScanName_m4216FD1FE046AA1A6D8E7C45CDD38C26C7AEB5F5(__this, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)21));
return (int32_t)(((int32_t)24));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanEntity2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity2_m63C9E0FEF4094DAFF31A1E297764F8A97C9EC950 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanEntity2_m63C9E0FEF4094DAFF31A1E297764F8A97C9EC950_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)39)))))
{
goto IL_001f;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
{
goto IL_0083;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)39))))
{
goto IL_0083;
}
}
{
goto IL_0096;
}
IL_001f:
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)80))))
{
goto IL_002b;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)83))))
{
goto IL_0057;
}
}
{
goto IL_0096;
}
IL_002b:
{
bool L_9 = DtdParser_EatPublicKeyword_mB552B75B5730ADD2FF86EDF4FCAE5859F84C17E1(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0044;
}
}
{
int32_t L_10 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_10, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_0044:
{
__this->set_nextScaningFunction_15(((int32_t)22));
__this->set_scanningFunction_14(((int32_t)29));
return (int32_t)(((int32_t)33));
}
IL_0057:
{
bool L_11 = DtdParser_EatSystemKeyword_m88EC37EB8D19CF1CB6BA5A17441163A1231FCA6F(__this, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0070;
}
}
{
int32_t L_12 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_12, _stringLiteralE1DF2D1AE32C176AF6CF7F675BC4C84728828635, /*hidden argument*/NULL);
}
IL_0070:
{
__this->set_nextScaningFunction_15(((int32_t)22));
__this->set_scanningFunction_14(((int32_t)28));
return (int32_t)(((int32_t)34));
}
IL_0083:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 1, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)31));
return (int32_t)(((int32_t)35));
}
IL_0096:
{
int32_t L_13 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_13, _stringLiteral2969ED2E35E9796C00811A45D4F69B48C0445138, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanEntity3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanEntity3_mA8AE13FF69674719FA647564F2B94E7E33382D0A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)78)))))
{
goto IL_009a;
}
}
{
goto IL_001e;
}
IL_0016:
{
int32_t L_4 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_009a;
}
}
IL_001e:
{
int32_t L_5 = __this->get_charsUsed_12();
int32_t L_6 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))) < ((int32_t)5)))
{
goto IL_0016;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = __this->get_chars_11();
int32_t L_8 = __this->get_curPos_13();
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)68)))))
{
goto IL_009a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_chars_11();
int32_t L_12 = __this->get_curPos_13();
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2));
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)65)))))
{
goto IL_009a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = __this->get_chars_11();
int32_t L_16 = __this->get_curPos_13();
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3));
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)84)))))
{
goto IL_009a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_chars_11();
int32_t L_20 = __this->get_curPos_13();
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4));
uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)65)))))
{
goto IL_009a;
}
}
{
int32_t L_23 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5)));
__this->set_scanningFunction_14(1);
__this->set_nextScaningFunction_15(((int32_t)31));
return (int32_t)(((int32_t)37));
}
IL_009a:
{
__this->set_scanningFunction_14(((int32_t)31));
return (int32_t)(((int32_t)9));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanPublicId1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId1_mC65DA2C11843D3DC41C9110AC525DF1D37A4367D (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanPublicId1_mC65DA2C11843D3DC41C9110AC525DF1D37A4367D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)34))))
{
goto IL_0038;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_chars_11();
int32_t L_5 = __this->get_curPos_13();
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
{
goto IL_0038;
}
}
{
int32_t L_8 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_8, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
}
IL_0038:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 2, /*hidden argument*/NULL);
__this->set_scanningFunction_14(((int32_t)30));
return (int32_t)(((int32_t)35));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanPublicId2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanPublicId2_m969C4260F8868E4808D907830FFD3598380E21A5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)34))))
{
goto IL_0031;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_chars_11();
int32_t L_5 = __this->get_curPos_13();
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
{
goto IL_0031;
}
}
{
int32_t L_8 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_8);
return (int32_t)(((int32_t)9));
}
IL_0031:
{
DtdParser_ScanLiteral_m2E696D634B2EF4F04D0A90B42DB45A76686861B8(__this, 2, /*hidden argument*/NULL);
int32_t L_9 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_9);
return (int32_t)(((int32_t)35));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanCondSection1()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection1_mC0D43B3548FD1135147202581B90BEC8EDFDC7A4 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanCondSection1_mC0D43B3548FD1135147202581B90BEC8EDFDC7A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)73))))
{
goto IL_0022;
}
}
{
int32_t L_4 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_4, _stringLiteral965CBE126C36B07C74E8EC045412512FB416A511, /*hidden argument*/NULL);
}
IL_0022:
{
int32_t L_5 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
}
IL_0030:
{
int32_t L_6 = __this->get_charsUsed_12();
int32_t L_7 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) < ((int32_t)5)))
{
goto IL_01c0;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_chars_11();
int32_t L_9 = __this->get_curPos_13();
NullCheck(L_8);
int32_t L_10 = L_9;
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
Il2CppChar L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)71))))
{
goto IL_0121;
}
}
{
Il2CppChar L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)78)))))
{
goto IL_01aa;
}
}
{
int32_t L_14 = __this->get_charsUsed_12();
int32_t L_15 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) < ((int32_t)6)))
{
goto IL_01c0;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_chars_11();
int32_t L_17 = __this->get_curPos_13();
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)67)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = __this->get_chars_11();
int32_t L_21 = __this->get_curPos_13();
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2));
uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)76)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = __this->get_chars_11();
int32_t L_25 = __this->get_curPos_13();
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3));
uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)85)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = __this->get_chars_11();
int32_t L_29 = __this->get_curPos_13();
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)4));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)68)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = __this->get_chars_11();
int32_t L_33 = __this->get_curPos_13();
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)5));
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)69)))))
{
goto IL_01aa;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_36 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = __this->get_chars_11();
int32_t L_38 = __this->get_curPos_13();
NullCheck(L_37);
int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)6));
uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
bool L_41 = XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_36, L_40, /*hidden argument*/NULL);
if (L_41)
{
goto IL_01aa;
}
}
{
__this->set_nextScaningFunction_15(0);
__this->set_scanningFunction_14(((int32_t)25));
int32_t L_42 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)6)));
return (int32_t)(((int32_t)47));
}
IL_0121:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = __this->get_chars_11();
int32_t L_44 = __this->get_curPos_13();
NullCheck(L_43);
int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
uint16_t L_46 = (uint16_t)(L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)78)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = __this->get_chars_11();
int32_t L_48 = __this->get_curPos_13();
NullCheck(L_47);
int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)2));
uint16_t L_50 = (uint16_t)(L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)79)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_51 = __this->get_chars_11();
int32_t L_52 = __this->get_curPos_13();
NullCheck(L_51);
int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3));
uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)82)))))
{
goto IL_01aa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = __this->get_chars_11();
int32_t L_56 = __this->get_curPos_13();
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)4));
uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)69)))))
{
goto IL_01aa;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_59 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = __this->get_chars_11();
int32_t L_61 = __this->get_curPos_13();
NullCheck(L_60);
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)5));
uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
bool L_64 = XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_59, L_63, /*hidden argument*/NULL);
if (L_64)
{
goto IL_01aa;
}
}
{
__this->set_nextScaningFunction_15(((int32_t)26));
__this->set_scanningFunction_14(((int32_t)25));
int32_t L_65 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)5)));
return (int32_t)(((int32_t)46));
}
IL_01aa:
{
int32_t L_66 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)), _stringLiteral965CBE126C36B07C74E8EC045412512FB416A511, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
IL_01c0:
{
int32_t L_67 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_67)
{
goto IL_0030;
}
}
{
int32_t L_68 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_68, _stringLiteralB9F4129C8E569F6D13D24A8DF81141F3321756D1, /*hidden argument*/NULL);
goto IL_0030;
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanCondSection2()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection2_mF559E864A20EE8F4C207F28CEFC42FD7062CE5D2 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanCondSection2_mF559E864A20EE8F4C207F28CEFC42FD7062CE5D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_curPos_13();
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));
if ((((int32_t)L_3) == ((int32_t)((int32_t)91))))
{
goto IL_0022;
}
}
{
int32_t L_4 = __this->get_curPos_13();
DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C(__this, L_4, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
}
IL_0022:
{
int32_t L_5 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
int32_t L_6 = __this->get_nextScaningFunction_15();
__this->set_scanningFunction_14(L_6);
return (int32_t)(((int32_t)31));
}
}
// System.Xml.DtdParser_Token System.Xml.DtdParser::ScanCondSection3()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ScanCondSection3_m26BB00F56F5D241DEB6625537AE1B5AB4905CA90 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanCondSection3_m26BB00F56F5D241DEB6625537AE1B5AB4905CA90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
V_0 = 0;
goto IL_0012;
}
IL_0004:
{
int32_t L_0 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
}
IL_0012:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_1 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_chars_11();
int32_t L_4 = __this->get_curPos_13();
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_2);
uint16_t L_7 = L_6;
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)64))))
{
goto IL_0041;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get_chars_11();
int32_t L_10 = __this->get_curPos_13();
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)93)))))
{
goto IL_0004;
}
}
IL_0041:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = __this->get_chars_11();
int32_t L_14 = __this->get_curPos_13();
NullCheck(L_13);
int32_t L_15 = L_14;
uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_1 = L_16;
Il2CppChar L_17 = V_1;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)38)))))
{
goto IL_0080;
}
}
{
Il2CppChar L_18 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)9))))
{
case 0:
{
goto IL_009a;
}
case 1:
{
goto IL_00ad;
}
case 2:
{
goto IL_021a;
}
case 3:
{
goto IL_021a;
}
case 4:
{
goto IL_00d1;
}
}
}
{
Il2CppChar L_19 = V_1;
if ((((int32_t)L_19) == ((int32_t)((int32_t)34))))
{
goto IL_009a;
}
}
{
Il2CppChar L_20 = V_1;
if ((((int32_t)L_20) == ((int32_t)((int32_t)38))))
{
goto IL_009a;
}
}
{
goto IL_021a;
}
IL_0080:
{
Il2CppChar L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)((int32_t)39))))
{
goto IL_009a;
}
}
{
Il2CppChar L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)60))))
{
goto IL_0138;
}
}
{
Il2CppChar L_23 = V_1;
if ((((int32_t)L_23) == ((int32_t)((int32_t)93))))
{
goto IL_019b;
}
}
{
goto IL_021a;
}
IL_009a:
{
int32_t L_24 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)));
goto IL_0012;
}
IL_00ad:
{
int32_t L_25 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)));
RuntimeObject* L_26 = __this->get_readerAdapter_0();
int32_t L_27 = __this->get_curPos_13();
NullCheck(L_26);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_26, L_27);
goto IL_0012;
}
IL_00d1:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = __this->get_chars_11();
int32_t L_29 = __this->get_curPos_13();
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)10)))))
{
goto IL_00f4;
}
}
{
int32_t L_32 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2)));
goto IL_0122;
}
IL_00f4:
{
int32_t L_33 = __this->get_curPos_13();
int32_t L_34 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) < ((int32_t)L_34)))
{
goto IL_0114;
}
}
{
RuntimeObject* L_35 = __this->get_readerAdapter_0();
NullCheck(L_35);
bool L_36 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_35);
if (!L_36)
{
goto IL_029c;
}
}
IL_0114:
{
int32_t L_37 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)));
}
IL_0122:
{
RuntimeObject* L_38 = __this->get_readerAdapter_0();
int32_t L_39 = __this->get_curPos_13();
NullCheck(L_38);
InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_38, L_39);
goto IL_0012;
}
IL_0138:
{
int32_t L_40 = __this->get_charsUsed_12();
int32_t L_41 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41))) < ((int32_t)3)))
{
goto IL_029c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = __this->get_chars_11();
int32_t L_43 = __this->get_curPos_13();
NullCheck(L_42);
int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)33)))))
{
goto IL_0171;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = __this->get_chars_11();
int32_t L_47 = __this->get_curPos_13();
NullCheck(L_46);
int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)2));
uint16_t L_49 = (uint16_t)(L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
if ((((int32_t)L_49) == ((int32_t)((int32_t)91))))
{
goto IL_0184;
}
}
IL_0171:
{
int32_t L_50 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)));
goto IL_0012;
}
IL_0184:
{
int32_t L_51 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
int32_t L_52 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3)));
goto IL_0012;
}
IL_019b:
{
int32_t L_53 = __this->get_charsUsed_12();
int32_t L_54 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54))) < ((int32_t)3)))
{
goto IL_029c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = __this->get_chars_11();
int32_t L_56 = __this->get_curPos_13();
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)93)))))
{
goto IL_01d4;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = __this->get_chars_11();
int32_t L_60 = __this->get_curPos_13();
NullCheck(L_59);
int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2));
uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
if ((((int32_t)L_62) == ((int32_t)((int32_t)62))))
{
goto IL_01e7;
}
}
IL_01d4:
{
int32_t L_63 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)));
goto IL_0012;
}
IL_01e7:
{
int32_t L_64 = V_0;
if ((((int32_t)L_64) <= ((int32_t)0)))
{
goto IL_0202;
}
}
{
int32_t L_65 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1));
int32_t L_66 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)3)));
goto IL_0012;
}
IL_0202:
{
int32_t L_67 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)3)));
__this->set_scanningFunction_14(0);
return (int32_t)(((int32_t)18));
}
IL_021a:
{
int32_t L_68 = __this->get_curPos_13();
int32_t L_69 = __this->get_charsUsed_12();
if ((((int32_t)L_68) == ((int32_t)L_69)))
{
goto IL_029c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = __this->get_chars_11();
int32_t L_71 = __this->get_curPos_13();
NullCheck(L_70);
int32_t L_72 = L_71;
uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
bool L_74 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_73, /*hidden argument*/NULL);
if (!L_74)
{
goto IL_0281;
}
}
{
int32_t L_75 = __this->get_curPos_13();
int32_t L_76 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))) == ((int32_t)L_76)))
{
goto IL_029c;
}
}
{
int32_t L_77 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = __this->get_chars_11();
int32_t L_79 = __this->get_curPos_13();
NullCheck(L_78);
int32_t L_80 = L_79;
uint16_t L_81 = (uint16_t)(L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
bool L_82 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_81, /*hidden argument*/NULL);
if (!L_82)
{
goto IL_0281;
}
}
{
int32_t L_83 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)));
goto IL_0012;
}
IL_0281:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_84 = __this->get_chars_11();
int32_t L_85 = __this->get_charsUsed_12();
int32_t L_86 = __this->get_curPos_13();
DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9(__this, L_84, L_85, L_86, /*hidden argument*/NULL);
return (int32_t)(((int32_t)9));
}
IL_029c:
{
RuntimeObject* L_87 = __this->get_readerAdapter_0();
NullCheck(L_87);
bool L_88 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_87);
if (L_88)
{
goto IL_02b1;
}
}
{
int32_t L_89 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_89)
{
goto IL_02ce;
}
}
IL_02b1:
{
bool L_90 = DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907(__this, (bool)0, /*hidden argument*/NULL);
if (L_90)
{
goto IL_0012;
}
}
{
int32_t L_91 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_91, _stringLiteral5B7F07DCBC0C69C6591EA6A0CB2082119630CFFB, /*hidden argument*/NULL);
}
IL_02ce:
{
int32_t L_92 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_92);
goto IL_0012;
}
}
// System.Void System.Xml.DtdParser::ScanName()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanName_m4216FD1FE046AA1A6D8E7C45CDD38C26C7AEB5F5 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ScanQName()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m87AA8C292EF760D5AF3FEBBDAB7C53703F89719F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
bool L_0 = DtdParser_get_SupportNamespaces_m01BBE6FC46B195BD9D0934EA7A120FD9E2FAF62F(__this, /*hidden argument*/NULL);
DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ScanQName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___isQName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanQName_m4836BD5B4EF55CA77EEF173B9B7211DC57E5ED84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B22_0 = NULL;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B21_0 = NULL;
int32_t G_B23_0 = 0;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B23_1 = NULL;
{
int32_t L_0 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_0);
V_0 = (-1);
}
IL_000e:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_1 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_chars_11();
int32_t L_4 = __this->get_curPos_13();
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_2);
uint16_t L_7 = L_6;
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (((int32_t)((int32_t)L_8&(int32_t)4)))
{
goto IL_003c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get_chars_11();
int32_t L_10 = __this->get_curPos_13();
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58)))))
{
goto IL_004c;
}
}
IL_003c:
{
int32_t L_13 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
goto IL_00a4;
}
IL_004c:
{
int32_t L_14 = __this->get_curPos_13();
int32_t L_15 = __this->get_charsUsed_12();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)L_15)))
{
goto IL_007c;
}
}
{
bool L_16 = DtdParser_ReadDataInName_m94A9C7BA8E47C722F5C9633EBAC01C24B95BEC48(__this, /*hidden argument*/NULL);
if (L_16)
{
goto IL_000e;
}
}
{
int32_t L_17 = __this->get_curPos_13();
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_17, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL);
goto IL_00a4;
}
IL_007c:
{
int32_t L_18 = __this->get_curPos_13();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_chars_11();
int32_t L_20 = __this->get_charsUsed_12();
int32_t L_21 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_19, L_20, L_21, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_18, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_22, /*hidden argument*/NULL);
}
IL_00a4:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_23 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_23->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_chars_11();
int32_t L_26 = __this->get_curPos_13();
NullCheck(L_25);
int32_t L_27 = L_26;
uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_24);
uint16_t L_29 = L_28;
uint8_t L_30 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
if (!((int32_t)((int32_t)L_30&(int32_t)8)))
{
goto IL_00d1;
}
}
{
int32_t L_31 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)));
goto IL_00a4;
}
IL_00d1:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = __this->get_chars_11();
int32_t L_33 = __this->get_curPos_13();
NullCheck(L_32);
int32_t L_34 = L_33;
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)58)))))
{
goto IL_0136;
}
}
{
bool L_36 = ___isQName0;
if (!L_36)
{
goto IL_0123;
}
}
{
int32_t L_37 = V_0;
if ((((int32_t)L_37) == ((int32_t)(-1))))
{
goto IL_0102;
}
}
{
int32_t L_38 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)58), 0, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_38, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_39, /*hidden argument*/NULL);
}
IL_0102:
{
int32_t L_40 = __this->get_curPos_13();
int32_t L_41 = __this->get_tokenStartPos_18();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
int32_t L_42 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)));
goto IL_000e;
}
IL_0123:
{
int32_t L_43 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)));
goto IL_00a4;
}
IL_0136:
{
int32_t L_44 = __this->get_curPos_13();
int32_t L_45 = __this->get_charsUsed_12();
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
{
goto IL_0173;
}
}
{
bool L_46 = DtdParser_ReadDataInName_m94A9C7BA8E47C722F5C9633EBAC01C24B95BEC48(__this, /*hidden argument*/NULL);
if (L_46)
{
goto IL_00a4;
}
}
{
int32_t L_47 = __this->get_tokenStartPos_18();
int32_t L_48 = __this->get_curPos_13();
if ((!(((uint32_t)L_47) == ((uint32_t)L_48))))
{
goto IL_0173;
}
}
{
int32_t L_49 = __this->get_curPos_13();
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_49, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL);
}
IL_0173:
{
int32_t L_50 = V_0;
G_B21_0 = __this;
if ((((int32_t)L_50) == ((int32_t)(-1))))
{
G_B22_0 = __this;
goto IL_0182;
}
}
{
int32_t L_51 = __this->get_tokenStartPos_18();
int32_t L_52 = V_0;
G_B23_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52));
G_B23_1 = G_B21_0;
goto IL_0183;
}
IL_0182:
{
G_B23_0 = (-1);
G_B23_1 = G_B22_0;
}
IL_0183:
{
NullCheck(G_B23_1);
G_B23_1->set_colonPos_19(G_B23_0);
return;
}
}
// System.Boolean System.Xml.DtdParser::ReadDataInName()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_ReadDataInName_m94A9C7BA8E47C722F5C9633EBAC01C24B95BEC48 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_curPos_13();
int32_t L_1 = __this->get_tokenStartPos_18();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = __this->get_tokenStartPos_18();
__this->set_curPos_13(L_2);
int32_t L_3 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
int32_t L_4 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_4);
int32_t L_5 = __this->get_curPos_13();
int32_t L_6 = V_0;
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)));
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Xml.DtdParser::ScanNmtoken()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ScanNmtoken_m471EC88C27039ACAB1640EE57E7B6AC8A129EC77 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ScanNmtoken_m471EC88C27039ACAB1640EE57E7B6AC8A129EC77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_0);
}
IL_000c:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_1 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_chars_11();
int32_t L_4 = __this->get_curPos_13();
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_2);
uint16_t L_7 = L_6;
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (((int32_t)((int32_t)L_8&(int32_t)8)))
{
goto IL_003a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get_chars_11();
int32_t L_10 = __this->get_curPos_13();
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58)))))
{
goto IL_004a;
}
}
IL_003a:
{
int32_t L_13 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
goto IL_000c;
}
IL_004a:
{
int32_t L_14 = __this->get_curPos_13();
int32_t L_15 = __this->get_charsUsed_12();
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_0090;
}
}
{
int32_t L_16 = __this->get_curPos_13();
int32_t L_17 = __this->get_tokenStartPos_18();
if (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)))
{
goto IL_008f;
}
}
{
int32_t L_18 = __this->get_curPos_13();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_chars_11();
int32_t L_20 = __this->get_charsUsed_12();
int32_t L_21 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_19, L_20, L_21, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_18, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_22, /*hidden argument*/NULL);
}
IL_008f:
{
return;
}
IL_0090:
{
int32_t L_23 = __this->get_curPos_13();
int32_t L_24 = __this->get_tokenStartPos_18();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24));
int32_t L_25 = __this->get_tokenStartPos_18();
__this->set_curPos_13(L_25);
int32_t L_26 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00e7;
}
}
{
int32_t L_27 = V_0;
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_00d1;
}
}
{
int32_t L_28 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_28);
int32_t L_29 = __this->get_curPos_13();
int32_t L_30 = V_0;
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)));
return;
}
IL_00d1:
{
int32_t L_31 = __this->get_curPos_13();
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_31, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral71DA3887272969BD6A78642A93B263787E9A6431, /*hidden argument*/NULL);
}
IL_00e7:
{
int32_t L_32 = __this->get_curPos_13();
__this->set_tokenStartPos_18(L_32);
int32_t L_33 = __this->get_curPos_13();
int32_t L_34 = V_0;
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)));
goto IL_000c;
}
}
// System.Boolean System.Xml.DtdParser::EatPublicKeyword()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_EatPublicKeyword_mB552B75B5730ADD2FF86EDF4FCAE5859F84C17E1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
goto IL_000c;
}
IL_0002:
{
int32_t L_0 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
int32_t L_1 = __this->get_charsUsed_12();
int32_t L_2 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) < ((int32_t)6)))
{
goto IL_0002;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_chars_11();
int32_t L_4 = __this->get_curPos_13();
NullCheck(L_3);
int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)85)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = __this->get_chars_11();
int32_t L_8 = __this->get_curPos_13();
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2));
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)66)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_chars_11();
int32_t L_12 = __this->get_curPos_13();
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3));
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)76)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = __this->get_chars_11();
int32_t L_16 = __this->get_curPos_13();
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4));
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)73)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_chars_11();
int32_t L_20 = __this->get_curPos_13();
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)5));
uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
if ((((int32_t)L_22) == ((int32_t)((int32_t)67))))
{
goto IL_007d;
}
}
IL_007b:
{
return (bool)0;
}
IL_007d:
{
int32_t L_23 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)6)));
return (bool)1;
}
}
// System.Boolean System.Xml.DtdParser::EatSystemKeyword()
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_EatSystemKeyword_m88EC37EB8D19CF1CB6BA5A17441163A1231FCA6F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
goto IL_000c;
}
IL_0002:
{
int32_t L_0 = DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
int32_t L_1 = __this->get_charsUsed_12();
int32_t L_2 = __this->get_curPos_13();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) < ((int32_t)6)))
{
goto IL_0002;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_chars_11();
int32_t L_4 = __this->get_curPos_13();
NullCheck(L_3);
int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)89)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = __this->get_chars_11();
int32_t L_8 = __this->get_curPos_13();
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2));
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)83)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_chars_11();
int32_t L_12 = __this->get_curPos_13();
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3));
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)84)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = __this->get_chars_11();
int32_t L_16 = __this->get_curPos_13();
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4));
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)69)))))
{
goto IL_007b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_chars_11();
int32_t L_20 = __this->get_curPos_13();
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)5));
uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
if ((((int32_t)L_22) == ((int32_t)((int32_t)77))))
{
goto IL_007d;
}
}
IL_007b:
{
return (bool)0;
}
IL_007d:
{
int32_t L_23 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)6)));
return (bool)1;
}
}
// System.Xml.XmlQualifiedName System.Xml.DtdParser::GetNameQualified(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___canHavePrefix0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_GetNameQualified_m23E47C98BC43BDF5D3B6534AB0DA1BB60D93C67B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_colonPos_19();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0033;
}
}
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = __this->get_nameTable_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_chars_11();
int32_t L_3 = __this->get_tokenStartPos_18();
int32_t L_4 = __this->get_curPos_13();
int32_t L_5 = __this->get_tokenStartPos_18();
NullCheck(L_1);
String_t* L_6 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_1, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_7, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0033:
{
bool L_8 = ___canHavePrefix0;
if (!L_8)
{
goto IL_0088;
}
}
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = __this->get_nameTable_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_chars_11();
int32_t L_11 = __this->get_colonPos_19();
int32_t L_12 = __this->get_curPos_13();
int32_t L_13 = __this->get_colonPos_19();
NullCheck(L_9);
String_t* L_14 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), (int32_t)1)));
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_15 = __this->get_nameTable_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_chars_11();
int32_t L_17 = __this->get_tokenStartPos_18();
int32_t L_18 = __this->get_colonPos_19();
int32_t L_19 = __this->get_tokenStartPos_18();
NullCheck(L_15);
String_t* L_20 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_21, L_14, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0088:
{
int32_t L_22 = __this->get_tokenStartPos_18();
String_t* L_23 = DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3(__this, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_22, _stringLiteral7DA6AFA6AFDF1CFFFF23095E3EE5D606CB0EE95C, L_23, /*hidden argument*/NULL);
return (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL;
}
}
// System.String System.Xml.DtdParser::GetNameString()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_chars_11();
int32_t L_1 = __this->get_tokenStartPos_18();
int32_t L_2 = __this->get_curPos_13();
int32_t L_3 = __this->get_tokenStartPos_18();
String_t* L_4 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Xml.DtdParser::GetNmtokenString()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetNmtokenString_m108F823C4D1CA667E0BE169C37885DF4E5857A32 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = DtdParser_GetNameString_m8FD7CC078A7560F68F1B8B5F260F321E83D12DB3(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.DtdParser::GetValue()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetValue_m4537083ED8DDFDDE0A3CB15416A218867B45CA36 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = __this->get_stringBuilder_25();
NullCheck(L_0);
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_002e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_chars_11();
int32_t L_3 = __this->get_tokenStartPos_18();
int32_t L_4 = __this->get_curPos_13();
int32_t L_5 = __this->get_tokenStartPos_18();
String_t* L_6 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), /*hidden argument*/NULL);
return L_6;
}
IL_002e:
{
StringBuilder_t * L_7 = __this->get_stringBuilder_25();
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
return L_8;
}
}
// System.String System.Xml.DtdParser::GetValueWithStrippedSpaces()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_GetValueWithStrippedSpaces_m28950C1AA1F86044C14EC556B28D8435CC962C35 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_GetValueWithStrippedSpaces_m28950C1AA1F86044C14EC556B28D8435CC962C35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B3_0 = NULL;
{
StringBuilder_t * L_0 = __this->get_stringBuilder_25();
NullCheck(L_0);
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
StringBuilder_t * L_2 = __this->get_stringBuilder_25();
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
G_B3_0 = L_3;
goto IL_003a;
}
IL_001a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_chars_11();
int32_t L_5 = __this->get_tokenStartPos_18();
int32_t L_6 = __this->get_curPos_13();
int32_t L_7 = __this->get_tokenStartPos_18();
String_t* L_8 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL);
G_B3_0 = L_8;
}
IL_003a:
{
IL2CPP_RUNTIME_CLASS_INIT(DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574_il2cpp_TypeInfo_var);
String_t* L_9 = DtdParser_StripSpaces_m60E28A4FA8A3F0F9ADA3F1533072D8AA34CCFF1A(G_B3_0, /*hidden argument*/NULL);
return L_9;
}
}
// System.Int32 System.Xml.DtdParser::ReadData()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ReadData_m41ED0DBEAADC361E11FA45849CA81D1DC4A18BAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.IDtdParserAdapter::ReadData() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Xml.DtdParser::LoadParsingBuffer()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = InterfaceFuncInvoker0< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(3 /* System.Char[] System.Xml.IDtdParserAdapter::get_ParsingBuffer() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
__this->set_chars_11(L_1);
RuntimeObject* L_2 = __this->get_readerAdapter_0();
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Xml.IDtdParserAdapter::get_ParsingBufferLength() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_2);
__this->set_charsUsed_12(L_3);
RuntimeObject* L_4 = __this->get_readerAdapter_0();
NullCheck(L_4);
int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_4);
__this->set_curPos_13(L_5);
return;
}
}
// System.Void System.Xml.DtdParser::SaveParsingBuffer()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_curPos_13();
DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::SaveParsingBuffer(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___internalSubsetValueEndPos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_SaveParsingBuffer_m665EA63F645AC86A6BBB4CC552712AF80D674873_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = DtdParser_get_SaveInternalSubsetValue_mA5A61505C528C9B4021B1BD1DECD899A4A31CF2B(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0030;
}
}
{
RuntimeObject* L_1 = __this->get_readerAdapter_0();
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.IDtdParserAdapter::get_CurrentPosition() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
int32_t L_3 = ___internalSubsetValueEndPos0;
int32_t L_4 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)0)))
{
goto IL_0030;
}
}
{
StringBuilder_t * L_5 = __this->get_internalSubsetValueSb_20();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_chars_11();
int32_t L_7 = V_0;
int32_t L_8 = ___internalSubsetValueEndPos0;
int32_t L_9 = V_0;
NullCheck(L_5);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
}
IL_0030:
{
RuntimeObject* L_10 = __this->get_readerAdapter_0();
int32_t L_11 = __this->get_curPos_13();
NullCheck(L_10);
InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Xml.IDtdParserAdapter::set_CurrentPosition(System.Int32) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_10, L_11);
return;
}
}
// System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m3349E8236FE5C94BD3676C9EE3FB7C33AFDB68CD (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___paramEntity0, bool ___inLiteral1, bool ___inAttribute2, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_curPos_13();
__this->set_curPos_13(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = DtdParser_ScanEntityName_m2B536EEC8A8A24FE53859C9043A0E6683101AA11(__this, /*hidden argument*/NULL);
bool L_2 = ___paramEntity0;
bool L_3 = ___inLiteral1;
bool L_4 = ___inAttribute2;
bool L_5 = DtdParser_HandleEntityReference_m63B10725497749FAA09E17FF425101AA82B07BE1(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Xml.DtdParser::HandleEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityReference_m63B10725497749FAA09E17FF425101AA82B07BE1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___entityName0, bool ___paramEntity1, bool ___inLiteral2, bool ___inAttribute3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_HandleEntityReference_m63B10725497749FAA09E17FF425101AA82B07BE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_0 = NULL;
int32_t V_1 = 0;
int32_t G_B9_0 = 0;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B9_1 = NULL;
int32_t G_B8_0 = 0;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B8_1 = NULL;
String_t* G_B10_0 = NULL;
int32_t G_B10_1 = 0;
DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * G_B10_2 = NULL;
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
bool L_0 = ___paramEntity1;
if (!L_0)
{
goto IL_0038;
}
}
{
bool L_1 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0038;
}
}
{
bool L_2 = DtdParser_get_ParsingTopLevelMarkup_mAE711DF4A54C61A3B055E30FCAC2F4BD5303E38D(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0038;
}
}
{
int32_t L_3 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___entityName0;
NullCheck(L_4);
String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_6)), (int32_t)1)), _stringLiteralC51696E7C3CC4A51A8C1C3FCD341ACD90F2B5E0F, /*hidden argument*/NULL);
}
IL_0038:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = ___entityName0;
bool L_8 = ___paramEntity1;
bool L_9 = ___inAttribute3;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_10 = DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F(__this, L_7, L_8, (bool)1, L_9, /*hidden argument*/NULL);
V_0 = L_10;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_11 = V_0;
if (L_11)
{
goto IL_0049;
}
}
{
return (bool)0;
}
IL_0049:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_12 = V_0;
NullCheck(L_12);
bool L_13 = SchemaEntity_get_ParsingInProgress_mFCBCC8C7E3119649CE3710AA36624083FCEB4C65(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0080;
}
}
{
int32_t L_14 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_15 = ___entityName0;
NullCheck(L_15);
String_t* L_16 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_16, /*hidden argument*/NULL);
bool L_18 = ___paramEntity1;
G_B8_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_17)), (int32_t)1));
G_B8_1 = __this;
if (L_18)
{
G_B9_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_17)), (int32_t)1));
G_B9_1 = __this;
goto IL_0070;
}
}
{
G_B10_0 = _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037;
G_B10_1 = G_B8_0;
G_B10_2 = G_B8_1;
goto IL_0075;
}
IL_0070:
{
G_B10_0 = _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B;
G_B10_1 = G_B9_0;
G_B10_2 = G_B9_1;
}
IL_0075:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = ___entityName0;
NullCheck(L_19);
String_t* L_20 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_19, /*hidden argument*/NULL);
NullCheck(G_B10_2);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(G_B10_2, G_B10_1, G_B10_0, L_20, /*hidden argument*/NULL);
}
IL_0080:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_21 = V_0;
NullCheck(L_21);
bool L_22 = SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00aa;
}
}
{
RuntimeObject* L_23 = __this->get_readerAdapter_0();
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_24 = V_0;
NullCheck(L_23);
bool L_25 = InterfaceFuncInvoker2< bool, RuntimeObject*, int32_t* >::Invoke(18 /* System.Boolean System.Xml.IDtdParserAdapter::PushEntity(System.Xml.IDtdEntityInfo,System.Int32&) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_23, L_24, (int32_t*)(&V_1));
if (L_25)
{
goto IL_009a;
}
}
{
return (bool)0;
}
IL_009a:
{
int32_t L_26 = __this->get_externalEntitiesDepth_21();
__this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)));
goto IL_00cb;
}
IL_00aa:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_28, /*hidden argument*/NULL);
if (L_29)
{
goto IL_00b9;
}
}
{
return (bool)0;
}
IL_00b9:
{
RuntimeObject* L_30 = __this->get_readerAdapter_0();
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_31 = V_0;
NullCheck(L_30);
bool L_32 = InterfaceFuncInvoker2< bool, RuntimeObject*, int32_t* >::Invoke(18 /* System.Boolean System.Xml.IDtdParserAdapter::PushEntity(System.Xml.IDtdEntityInfo,System.Int32&) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_30, L_31, (int32_t*)(&V_1));
if (L_32)
{
goto IL_00cb;
}
}
{
return (bool)0;
}
IL_00cb:
{
int32_t L_33 = V_1;
__this->set_currentEntityId_22(L_33);
bool L_34 = ___paramEntity1;
if (!L_34)
{
goto IL_00f6;
}
}
{
bool L_35 = ___inLiteral2;
if (L_35)
{
goto IL_00f6;
}
}
{
int32_t L_36 = __this->get_scanningFunction_14();
if ((((int32_t)L_36) == ((int32_t)((int32_t)32))))
{
goto IL_00f6;
}
}
{
int32_t L_37 = __this->get_scanningFunction_14();
__this->set_savedScanningFunction_16(L_37);
__this->set_scanningFunction_14(((int32_t)32));
}
IL_00f6:
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
return (bool)1;
}
}
// System.Boolean System.Xml.DtdParser::HandleEntityEnd(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, bool ___inLiteral0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_HandleEntityEnd_mF30D43620A5AC990824F2167F7682C2247B0C907_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
DtdParser_SaveParsingBuffer_m3C8B9C3B236171BAEB1F584ADD7C08D0186668CF(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = __this->get_readerAdapter_0();
int32_t* L_1 = __this->get_address_of_currentEntityId_22();
NullCheck(L_0);
bool L_2 = InterfaceFuncInvoker2< bool, RuntimeObject**, int32_t* >::Invoke(19 /* System.Boolean System.Xml.IDtdParserAdapter::PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0, (RuntimeObject**)(&V_0), (int32_t*)L_1);
if (L_2)
{
goto IL_001d;
}
}
{
return (bool)0;
}
IL_001d:
{
DtdParser_LoadParsingBuffer_mBB53F33C74EC91F2962D04FC7C723769C45648BA(__this, /*hidden argument*/NULL);
RuntimeObject* L_3 = V_0;
if (L_3)
{
goto IL_003e;
}
}
{
int32_t L_4 = __this->get_scanningFunction_14();
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)32)))))
{
goto IL_003c;
}
}
{
int32_t L_5 = __this->get_savedScanningFunction_16();
__this->set_scanningFunction_14(L_5);
}
IL_003c:
{
return (bool)0;
}
IL_003e:
{
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_6);
if (!L_7)
{
goto IL_0054;
}
}
{
int32_t L_8 = __this->get_externalEntitiesDepth_21();
__this->set_externalEntitiesDepth_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)));
}
IL_0054:
{
bool L_9 = ___inLiteral0;
if (L_9)
{
goto IL_0075;
}
}
{
int32_t L_10 = __this->get_scanningFunction_14();
if ((((int32_t)L_10) == ((int32_t)((int32_t)32))))
{
goto IL_0075;
}
}
{
int32_t L_11 = __this->get_scanningFunction_14();
__this->set_savedScanningFunction_16(L_11);
__this->set_scanningFunction_14(((int32_t)32));
}
IL_0075:
{
return (bool)1;
}
}
// System.Xml.Schema.SchemaEntity System.Xml.DtdParser::VerifyEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___entityName0, bool ___paramEntity1, bool ___mustBeDeclared2, bool ___inAttribute3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_VerifyEntityReference_mDADD411D413CFCA88B5041E0D6681627AAB3BA5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_0 = NULL;
{
bool L_0 = ___paramEntity1;
if (!L_0)
{
goto IL_0019;
}
}
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = __this->get_schemaInfo_3();
NullCheck(L_1);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_2 = SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592(L_1, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ___entityName0;
NullCheck(L_2);
Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727(L_2, L_3, (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727_RuntimeMethod_var);
goto IL_002d;
}
IL_0019:
{
SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_4 = __this->get_schemaInfo_3();
NullCheck(L_4);
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_5 = SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962(L_4, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = ___entityName0;
NullCheck(L_5);
Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727(L_5, L_6, (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727_RuntimeMethod_var);
}
IL_002d:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_7 = V_0;
if (L_7)
{
goto IL_00cb;
}
}
{
bool L_8 = ___paramEntity1;
if (!L_8)
{
goto IL_0069;
}
}
{
bool L_9 = __this->get_validate_8();
if (!L_9)
{
goto IL_00c9;
}
}
{
int32_t L_10 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___entityName0;
NullCheck(L_11);
String_t* L_12 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = ___entityName0;
NullCheck(L_14);
String_t* L_15 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_14, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_13)), (int32_t)1)), 0, _stringLiteral877194AD079CE5324FA50E98D5E9149A7DF0DEAE, L_15, /*hidden argument*/NULL);
goto IL_00c9;
}
IL_0069:
{
bool L_16 = ___mustBeDeclared2;
if (!L_16)
{
goto IL_00c9;
}
}
{
bool L_17 = DtdParser_get_ParsingInternalSubset_m7A3847D09E46835B396206D8BCE16CFB58D331E6(__this, /*hidden argument*/NULL);
if (L_17)
{
goto IL_00a4;
}
}
{
bool L_18 = __this->get_validate_8();
if (!L_18)
{
goto IL_00c9;
}
}
{
int32_t L_19 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_20 = ___entityName0;
NullCheck(L_20);
String_t* L_21 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_23 = ___entityName0;
NullCheck(L_23);
String_t* L_24 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_23, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_22)), (int32_t)1)), 0, _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050, L_24, /*hidden argument*/NULL);
goto IL_00c9;
}
IL_00a4:
{
int32_t L_25 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_26 = ___entityName0;
NullCheck(L_26);
String_t* L_27 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_29 = ___entityName0;
NullCheck(L_29);
String_t* L_30 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_29, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_28)), (int32_t)1)), _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050, L_30, /*hidden argument*/NULL);
}
IL_00c9:
{
return (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)NULL;
}
IL_00cb:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_31 = V_0;
NullCheck(L_31);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_32 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(L_31, /*hidden argument*/NULL);
NullCheck(L_32);
bool L_33 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00fd;
}
}
{
int32_t L_34 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_35 = ___entityName0;
NullCheck(L_35);
String_t* L_36 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_36, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_38 = ___entityName0;
NullCheck(L_38);
String_t* L_39 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_38, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_37)), (int32_t)1)), _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354, L_39, /*hidden argument*/NULL);
}
IL_00fd:
{
bool L_40 = ___inAttribute3;
if (!L_40)
{
goto IL_012e;
}
}
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_41 = V_0;
NullCheck(L_41);
bool L_42 = SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D(L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_012e;
}
}
{
int32_t L_43 = __this->get_curPos_13();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_44 = ___entityName0;
NullCheck(L_44);
String_t* L_45 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_44, /*hidden argument*/NULL);
NullCheck(L_45);
int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_45, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_47 = ___entityName0;
NullCheck(L_47);
String_t* L_48 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_47, /*hidden argument*/NULL);
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_46)), (int32_t)1)), _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D, L_48, /*hidden argument*/NULL);
}
IL_012e:
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_49 = V_0;
return L_49;
}
}
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Int32,System.Xml.Schema.XmlSeverityType,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, int32_t ___severity1, String_t* ___code2, String_t* ___arg3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_SendValidationEvent_m3D487DEDB429D9AB2765502756CC7372A8CB5E5C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___severity1;
String_t* L_1 = ___code2;
String_t* L_2 = ___arg3;
String_t* L_3 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
int32_t L_4 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_5 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
int32_t L_6 = ___pos0;
int32_t L_7 = __this->get_curPos_13();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_8 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_8, L_1, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)))), /*hidden argument*/NULL);
DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C(__this, L_0, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_SendValidationEvent_mED22F1A806E2F0DA94CB52F1F3E0616419728D75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___severity0;
String_t* L_1 = ___code1;
String_t* L_2 = ___arg2;
String_t* L_3 = DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C(__this, /*hidden argument*/NULL);
int32_t L_4 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_5 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_6 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_6, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C(__this, L_0, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_SendValidationEvent_mB535961C920D8DDA0D6AC880F9915AF8C101073C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_readerAdapterWithValidation_1();
NullCheck(L_0);
RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
RuntimeObject* L_3 = V_0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_4 = ___e1;
int32_t L_5 = ___severity0;
NullCheck(L_3);
InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var, L_3, L_4, L_5);
}
IL_0017:
{
return;
}
}
// System.Boolean System.Xml.DtdParser::IsAttributeValueType(System.Xml.DtdParser_Token)
extern "C" IL2CPP_METHOD_ATTR bool DtdParser_IsAttributeValueType_m2F32639A1C7A816231C2A336FF940F406A89DCF7 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___token0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___token0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___token0;
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_000c:
{
return (bool)0;
}
}
// System.Int32 System.Xml.DtdParser::get_LineNo()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.IDtdParserAdapter::get_LineNo() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Int32 System.Xml.DtdParser::get_LinePos()
extern "C" IL2CPP_METHOD_ATTR int32_t DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_curPos_13();
RuntimeObject* L_1 = __this->get_readerAdapter_0();
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.IDtdParserAdapter::get_LineStartPosition() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2));
}
}
// System.String System.Xml.DtdParser::get_BaseUriStr()
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_get_BaseUriStr_mAA4094BBA03BD178F6616734C52AF8680434514C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_3 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001b;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_4;
}
IL_001b:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
return L_6;
}
}
// System.Void System.Xml.DtdParser::OnUnexpectedError()
extern "C" IL2CPP_METHOD_ATTR void DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_OnUnexpectedError_m6F92E8E739BD70453A2D01202728FCED0FEEC1A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_curPos_13();
DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9(__this, L_0, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Throw_m62C2C3680A19F61047BBA0D248520DC5EB68BDC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___curPos0;
String_t* L_1 = ___res1;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Throw_mEE8C9BAA241D323E257BEF8E0BA644060BA65818_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
String_t* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
RuntimeObject* G_B2_4 = NULL;
int32_t G_B1_0 = 0;
int32_t G_B1_1 = 0;
String_t* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
RuntimeObject* G_B1_4 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
String_t* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
RuntimeObject* G_B3_5 = NULL;
{
int32_t L_0 = ___curPos0;
__this->set_curPos_13(L_0);
RuntimeObject* L_1 = __this->get_readerAdapter_0();
NullCheck(L_1);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
RuntimeObject* L_3 = __this->get_readerAdapter_0();
String_t* L_4 = ___res1;
String_t* L_5 = ___arg2;
int32_t L_6 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_7 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_9 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
G_B1_0 = L_7;
G_B1_1 = L_6;
G_B1_2 = L_5;
G_B1_3 = L_4;
G_B1_4 = L_3;
if (L_9)
{
G_B2_0 = L_7;
G_B2_1 = L_6;
G_B2_2 = L_5;
G_B2_3 = L_4;
G_B2_4 = L_3;
goto IL_0038;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
G_B3_0 = L_11;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
G_B3_5 = G_B1_4;
goto IL_0039;
}
IL_0038:
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
G_B3_5 = G_B2_4;
}
IL_0039:
{
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_12 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_12, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
NullCheck(G_B3_5);
InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, G_B3_5, L_12);
return;
}
}
// System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String[])
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___curPos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
RuntimeObject* G_B2_4 = NULL;
int32_t G_B1_0 = 0;
int32_t G_B1_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
RuntimeObject* G_B1_4 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
RuntimeObject* G_B3_5 = NULL;
{
int32_t L_0 = ___curPos0;
__this->set_curPos_13(L_0);
RuntimeObject* L_1 = __this->get_readerAdapter_0();
NullCheck(L_1);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
RuntimeObject* L_3 = __this->get_readerAdapter_0();
String_t* L_4 = ___res1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ___args2;
int32_t L_6 = DtdParser_get_LineNo_mDE6BC5CDD2CDA046BD95715BEA0D66E026754F66(__this, /*hidden argument*/NULL);
int32_t L_7 = DtdParser_get_LinePos_m29AB0FCBBAB4DF666661935C378332A2CB86932A(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_9 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
G_B1_0 = L_7;
G_B1_1 = L_6;
G_B1_2 = L_5;
G_B1_3 = L_4;
G_B1_4 = L_3;
if (L_9)
{
G_B2_0 = L_7;
G_B2_1 = L_6;
G_B2_2 = L_5;
G_B2_3 = L_4;
G_B2_4 = L_3;
goto IL_0038;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
G_B3_0 = L_11;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
G_B3_5 = G_B1_4;
goto IL_0039;
}
IL_0038:
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
G_B3_5 = G_B2_4;
}
IL_0039:
{
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_12 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19(L_12, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
NullCheck(G_B3_5);
InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, G_B3_5, L_12);
return;
}
}
// System.Void System.Xml.DtdParser::Throw(System.String,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_Throw_m9F5E789B0821D3DEC8C835C44DE6D1A72A8948A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
String_t* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
RuntimeObject* G_B2_4 = NULL;
int32_t G_B1_0 = 0;
int32_t G_B1_1 = 0;
String_t* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
RuntimeObject* G_B1_4 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
String_t* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
RuntimeObject* G_B3_5 = NULL;
{
RuntimeObject* L_0 = __this->get_readerAdapter_0();
NullCheck(L_0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = InterfaceFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(2 /* System.Uri System.Xml.IDtdParserAdapter::get_BaseUri() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
RuntimeObject* L_2 = __this->get_readerAdapter_0();
String_t* L_3 = ___res0;
String_t* L_4 = ___arg1;
int32_t L_5 = ___lineNo2;
int32_t L_6 = ___linePos3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_8 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_7, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
G_B1_0 = L_6;
G_B1_1 = L_5;
G_B1_2 = L_4;
G_B1_3 = L_3;
G_B1_4 = L_2;
if (L_8)
{
G_B2_0 = L_6;
G_B2_1 = L_5;
G_B2_2 = L_4;
G_B2_3 = L_3;
G_B2_4 = L_2;
goto IL_0028;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
G_B3_0 = L_10;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
G_B3_5 = G_B1_4;
goto IL_0029;
}
IL_0028:
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
G_B3_5 = G_B2_4;
}
IL_0029:
{
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_11 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_11, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
NullCheck(G_B3_5);
InterfaceActionInvoker1< Exception_t * >::Invoke(24 /* System.Void System.Xml.IDtdParserAdapter::Throw(System.Exception) */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, G_B3_5, L_11);
return;
}
}
// System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Int32,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___data1, int32_t ___invCharPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ThrowInvalidChar_m68FB5DBF66E4EC8BB0426C07AEB79BA2356ECDAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___pos0;
String_t* L_1 = ___data1;
int32_t L_2 = ___invCharPos2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_1, L_2, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ThrowInvalidChar_m6D351611EA1DEF1B5CDED9B56DC4018F6D967DF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___invCharPos2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___data0;
int32_t L_2 = ___length1;
int32_t L_3 = ___invCharPos2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_1, L_2, L_3, /*hidden argument*/NULL);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mB931C72EABC7418C0C98261A472C52BB0CE5506C (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos0;
String_t* L_1 = ___expectedToken1;
DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_ThrowUnexpectedToken_mF8C1B68C5CCF7D3C362CE086D0B8322AEFEFFDA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0 = ___pos0;
String_t* L_1 = DtdParser_ParseUnexpectedToken_m8EF8BEF81071240C0099AAE5F42F74688156B6B9(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___expectedToken22;
if (!L_2)
{
goto IL_002f;
}
}
{
int32_t L_3 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
String_t* L_6 = V_0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_5;
String_t* L_8 = ___expectedToken11;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_7;
String_t* L_10 = ___expectedToken22;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_10);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_3, _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4, L_9, /*hidden argument*/NULL);
return;
}
IL_002f:
{
int32_t L_11 = __this->get_curPos_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
String_t* L_14 = V_0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_14);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_13;
String_t* L_16 = ___expectedToken11;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_16);
DtdParser_Throw_m0A95288068E517451316EE62912BA48733966D9B(__this, L_11, _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457, L_15, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.DtdParser::ParseUnexpectedToken(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_ParseUnexpectedToken_m8EF8BEF81071240C0099AAE5F42F74688156B6B9 (DtdParser_t9C63F125C98379A2AD3996648E8B7C234EA56574 * __this, int32_t ___startPos0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B6_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B6_1 = NULL;
int32_t G_B5_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B5_1 = NULL;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B7_2 = NULL;
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_0 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_chars_11();
int32_t L_2 = ___startPos0;
NullCheck(L_1);
int32_t L_3 = L_2;
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
bool L_5 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_0, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004b;
}
}
{
int32_t L_6 = ___startPos0;
V_0 = L_6;
}
IL_0017:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_7 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_chars_11();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
bool L_12 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_7, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0032;
}
}
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
goto IL_0017;
}
IL_0032:
{
int32_t L_14 = V_0;
int32_t L_15 = ___startPos0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_chars_11();
int32_t L_17 = ___startPos0;
int32_t L_18 = V_1;
G_B5_0 = L_17;
G_B5_1 = L_16;
if ((((int32_t)L_18) > ((int32_t)0)))
{
G_B6_0 = L_17;
G_B6_1 = L_16;
goto IL_0044;
}
}
{
G_B7_0 = 1;
G_B7_1 = G_B5_0;
G_B7_2 = G_B5_1;
goto IL_0045;
}
IL_0044:
{
int32_t L_19 = V_1;
G_B7_0 = L_19;
G_B7_1 = G_B6_0;
G_B7_2 = G_B6_1;
}
IL_0045:
{
String_t* L_20 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL);
return L_20;
}
IL_004b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = __this->get_chars_11();
int32_t L_22 = ___startPos0;
String_t* L_23 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_21, L_22, 1, /*hidden argument*/NULL);
return L_23;
}
}
// System.String System.Xml.DtdParser::StripSpaces(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* DtdParser_StripSpaces_m60E28A4FA8A3F0F9ADA3F1533072D8AA34CCFF1A (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdParser_StripSpaces_m60E28A4FA8A3F0F9ADA3F1533072D8AA34CCFF1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)0)))
{
goto IL_0011;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0011:
{
V_1 = 0;
V_2 = (StringBuilder_t *)NULL;
goto IL_0025;
}
IL_0017:
{
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
int32_t L_5 = V_1;
int32_t L_6 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0025;
}
}
{
return _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
}
IL_0025:
{
String_t* L_7 = ___value0;
int32_t L_8 = V_1;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)32))))
{
goto IL_0017;
}
}
{
int32_t L_10 = V_1;
V_3 = L_10;
goto IL_00ae;
}
IL_0034:
{
String_t* L_11 = ___value0;
int32_t L_12 = V_3;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)32)))))
{
goto IL_00aa;
}
}
{
int32_t L_14 = V_3;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
goto IL_004c;
}
IL_0046:
{
int32_t L_15 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_004c:
{
int32_t L_16 = V_4;
int32_t L_17 = V_0;
if ((((int32_t)L_16) >= ((int32_t)L_17)))
{
goto IL_005d;
}
}
{
String_t* L_18 = ___value0;
int32_t L_19 = V_4;
NullCheck(L_18);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_19, /*hidden argument*/NULL);
if ((((int32_t)L_20) == ((int32_t)((int32_t)32))))
{
goto IL_0046;
}
}
IL_005d:
{
int32_t L_21 = V_4;
int32_t L_22 = V_0;
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
{
goto IL_0083;
}
}
{
StringBuilder_t * L_23 = V_2;
if (L_23)
{
goto IL_0070;
}
}
{
String_t* L_24 = ___value0;
int32_t L_25 = V_1;
int32_t L_26 = V_3;
int32_t L_27 = V_1;
NullCheck(L_24);
String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL);
return L_28;
}
IL_0070:
{
StringBuilder_t * L_29 = V_2;
String_t* L_30 = ___value0;
int32_t L_31 = V_1;
int32_t L_32 = V_3;
int32_t L_33 = V_1;
NullCheck(L_29);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL);
StringBuilder_t * L_34 = V_2;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34);
return L_35;
}
IL_0083:
{
int32_t L_36 = V_4;
int32_t L_37 = V_3;
if ((((int32_t)L_36) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)))))
{
goto IL_00aa;
}
}
{
StringBuilder_t * L_38 = V_2;
if (L_38)
{
goto IL_0094;
}
}
{
int32_t L_39 = V_0;
StringBuilder_t * L_40 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_40, L_39, /*hidden argument*/NULL);
V_2 = L_40;
}
IL_0094:
{
StringBuilder_t * L_41 = V_2;
String_t* L_42 = ___value0;
int32_t L_43 = V_1;
int32_t L_44 = V_3;
int32_t L_45 = V_1;
NullCheck(L_41);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_41, L_42, L_43, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), (int32_t)1)), /*hidden argument*/NULL);
int32_t L_46 = V_4;
V_1 = L_46;
int32_t L_47 = V_4;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1));
}
IL_00aa:
{
int32_t L_48 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00ae:
{
int32_t L_49 = V_3;
int32_t L_50 = V_0;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_0034;
}
}
{
StringBuilder_t * L_51 = V_2;
if (L_51)
{
goto IL_00c5;
}
}
{
int32_t L_52 = V_1;
if (!L_52)
{
goto IL_00c3;
}
}
{
String_t* L_53 = ___value0;
int32_t L_54 = V_1;
int32_t L_55 = V_0;
int32_t L_56 = V_1;
NullCheck(L_53);
String_t* L_57 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_53, L_54, ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL);
return L_57;
}
IL_00c3:
{
String_t* L_58 = ___value0;
return L_58;
}
IL_00c5:
{
int32_t L_59 = V_3;
int32_t L_60 = V_1;
if ((((int32_t)L_59) <= ((int32_t)L_60)))
{
goto IL_00d5;
}
}
{
StringBuilder_t * L_61 = V_2;
String_t* L_62 = ___value0;
int32_t L_63 = V_1;
int32_t L_64 = V_3;
int32_t L_65 = V_1;
NullCheck(L_61);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_61, L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)), /*hidden argument*/NULL);
}
IL_00d5:
{
StringBuilder_t * L_66 = V_2;
NullCheck(L_66);
String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_66);
return L_67;
}
}
#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.DtdParser_ParseElementOnlyContent_LocalFrame::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ParseElementOnlyContent_LocalFrame__ctor_m22C08578B99C3A4BBFD444E48E76A660FEE1E43E (ParseElementOnlyContent_LocalFrame_tFA2A7DFEFC89A6989A1905098254D94C9320A0EC * __this, int32_t ___startParentEntityIdParam0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___startParentEntityIdParam0;
__this->set_startParenEntityId_0(L_0);
__this->set_parsingSchema_1(((int32_t)9));
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.Void System.Xml.DtdParser_UndeclaredNotation::.ctor(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void UndeclaredNotation__ctor_mCD932757278CED58FFB76CCFA002655B1F5F3E3C (UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B * __this, String_t* ___name0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
int32_t L_1 = ___lineNo1;
__this->set_lineNo_1(L_1);
int32_t L_2 = ___linePos2;
__this->set_linePos_2(L_2);
__this->set_next_3((UndeclaredNotation_tE981B87EE2B494A5E5A63B83D8EBE8DAA619976B *)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.Boolean System.Xml.EmptyEnumerator::System.Collections.IEnumerator.MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool EmptyEnumerator_System_Collections_IEnumerator_MoveNext_mE8364AD08B615607E28B7EAFFBDD79569A1DF49B (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Xml.EmptyEnumerator::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void EmptyEnumerator_System_Collections_IEnumerator_Reset_m6D53914C4E1D5376C170ED9BC6121E1BF14917FD (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Xml.EmptyEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EmptyEnumerator_System_Collections_IEnumerator_get_Current_m299009FE32FB86AAAE309483EFC8304E0A381D40 (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EmptyEnumerator_System_Collections_IEnumerator_get_Current_m299009FE32FB86AAAE309483EFC8304E0A381D40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58, /*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, EmptyEnumerator_System_Collections_IEnumerator_get_Current_m299009FE32FB86AAAE309483EFC8304E0A381D40_RuntimeMethod_var);
}
}
// System.Void System.Xml.EmptyEnumerator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __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
#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.IncrementalReadDecoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_m7D9D00863F149002BAA9C9E47D59769853CBDD27 (IncrementalReadDecoder_t787BFB5889B01B88DDA030C503A0C2E0525CA723 * __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.Boolean System.Xml.IncrementalReadDummyDecoder::get_IsFull()
extern "C" IL2CPP_METHOD_ATTR bool IncrementalReadDummyDecoder_get_IsFull_m91F125C688FC40E2E17BF0D90F1E5D3FD008D476 (IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int32 System.Xml.IncrementalReadDummyDecoder::Decode(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t IncrementalReadDummyDecoder_Decode_mF25B51DA31D070AF6DD709D555C7E39B5FD7C301 (IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___len2;
return L_0;
}
}
// System.Void System.Xml.IncrementalReadDummyDecoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m677829CAEBAA834D7DD7BEECBE906BDE54E128A3 (IncrementalReadDummyDecoder_t64BDE5CCA28D8D8979B7683C594FC2A85DC70663 * __this, const RuntimeMethod* method)
{
{
IncrementalReadDecoder__ctor_m7D9D00863F149002BAA9C9E47D59769853CBDD27(__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.LineInfo::.ctor(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___lineNo0;
__this->set_lineNo_0(L_0);
int32_t L_1 = ___linePos1;
__this->set_linePos_1(L_1);
return;
}
}
extern "C" void LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8_AdjustorThunk (RuntimeObject * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * _thisAdjusted = reinterpret_cast<LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *>(__this + 1);
LineInfo__ctor_m78A378ACEAEC10E4AFE7DD1C0CA7633200DF0AF8(_thisAdjusted, ___lineNo0, ___linePos1, method);
}
// System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___lineNo0;
__this->set_lineNo_0(L_0);
int32_t L_1 = ___linePos1;
__this->set_linePos_1(L_1);
return;
}
}
extern "C" void LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3_AdjustorThunk (RuntimeObject * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * _thisAdjusted = reinterpret_cast<LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *>(__this + 1);
LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3(_thisAdjusted, ___lineNo0, ___linePos1, 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.NameTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable__ctor_mCE12D72601A2EEB6C63EF040BCE7C5C7839323EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlNameTable__ctor_m1A44F63BE7B9DA44E126DFD71EEEB09491D73750(__this, /*hidden argument*/NULL);
__this->set_mask_2(((int32_t)31));
int32_t L_0 = __this->get_mask_2();
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_1 = (EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525*)SZArrayNew(EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
__this->set_entries_0(L_1);
int32_t L_2 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
__this->set_hashCodeRandomizer_3(L_2);
return;
}
}
// System.String System.Xml.NameTable::Add(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Add_m0E38B5167053650AA1D8FDF22FD5F68F36B643D0 (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable_Add_m0E38B5167053650AA1D8FDF22FD5F68F36B643D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * V_3 = NULL;
{
String_t* L_0 = ___key0;
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, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NameTable_Add_m0E38B5167053650AA1D8FDF22FD5F68F36B643D0_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___key0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001e;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_5;
}
IL_001e:
{
int32_t L_6 = V_0;
int32_t L_7 = __this->get_hashCodeRandomizer_3();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
V_2 = 0;
goto IL_003d;
}
IL_002b:
{
int32_t L_8 = V_1;
int32_t L_9 = V_1;
String_t* L_10 = ___key0;
int32_t L_11 = V_2;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)7))^(int32_t)L_12))));
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_003d:
{
int32_t L_14 = V_2;
String_t* L_15 = ___key0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_002b;
}
}
{
int32_t L_17 = V_1;
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)17)))));
int32_t L_19 = V_1;
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)((int32_t)L_20>>(int32_t)((int32_t)11)))));
int32_t L_21 = V_1;
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)L_22>>(int32_t)5))));
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_23 = __this->get_entries_0();
int32_t L_24 = V_1;
int32_t L_25 = __this->get_mask_2();
NullCheck(L_23);
int32_t L_26 = ((int32_t)((int32_t)L_24&(int32_t)L_25));
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_3 = L_27;
goto IL_0091;
}
IL_006c:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_28 = V_3;
NullCheck(L_28);
int32_t L_29 = L_28->get_hashCode_1();
int32_t L_30 = V_1;
if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
{
goto IL_008a;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_31 = V_3;
NullCheck(L_31);
String_t* L_32 = L_31->get_str_0();
String_t* L_33 = ___key0;
NullCheck(L_32);
bool L_34 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_008a;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_35 = V_3;
NullCheck(L_35);
String_t* L_36 = L_35->get_str_0();
return L_36;
}
IL_008a:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_37 = V_3;
NullCheck(L_37);
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_38 = L_37->get_next_2();
V_3 = L_38;
}
IL_0091:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_39 = V_3;
if (L_39)
{
goto IL_006c;
}
}
{
String_t* L_40 = ___key0;
int32_t L_41 = V_1;
String_t* L_42 = NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1(__this, L_40, L_41, /*hidden argument*/NULL);
return L_42;
}
}
// System.String System.Xml.NameTable::Add(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Add_m9327739A30097535808FBD6702C4E753DA9CCA66 (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___key0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable_Add_m9327739A30097535808FBD6702C4E753DA9CCA66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * V_3 = NULL;
{
int32_t L_0 = ___len2;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
int32_t L_2 = ___len2;
int32_t L_3 = __this->get_hashCodeRandomizer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
int32_t L_4 = V_0;
int32_t L_5 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___key0;
int32_t L_7 = ___start1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))^(int32_t)L_9))));
int32_t L_10 = ___start1;
int32_t L_11 = ___len2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
int32_t L_12 = ___start1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
goto IL_0034;
}
IL_0026:
{
int32_t L_13 = V_0;
int32_t L_14 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___key0;
int32_t L_16 = V_2;
NullCheck(L_15);
int32_t L_17 = L_16;
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)7))^(int32_t)L_18))));
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0034:
{
int32_t L_20 = V_2;
int32_t L_21 = V_1;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0026;
}
}
{
int32_t L_22 = V_0;
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)((int32_t)L_23>>(int32_t)((int32_t)17)))));
int32_t L_24 = V_0;
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)((int32_t)L_25>>(int32_t)((int32_t)11)))));
int32_t L_26 = V_0;
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27>>(int32_t)5))));
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_28 = __this->get_entries_0();
int32_t L_29 = V_0;
int32_t L_30 = __this->get_mask_2();
NullCheck(L_28);
int32_t L_31 = ((int32_t)((int32_t)L_29&(int32_t)L_30));
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_32 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_3 = L_32;
goto IL_0085;
}
IL_005e:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_33 = V_3;
NullCheck(L_33);
int32_t L_34 = L_33->get_hashCode_1();
int32_t L_35 = V_0;
if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
{
goto IL_007e;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_36 = V_3;
NullCheck(L_36);
String_t* L_37 = L_36->get_str_0();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = ___key0;
int32_t L_39 = ___start1;
int32_t L_40 = ___len2;
bool L_41 = NameTable_TextEquals_m53F012490D70DED664E31C37CCE5617664761284(L_37, L_38, L_39, L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_007e;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_42 = V_3;
NullCheck(L_42);
String_t* L_43 = L_42->get_str_0();
return L_43;
}
IL_007e:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_44 = V_3;
NullCheck(L_44);
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_45 = L_44->get_next_2();
V_3 = L_45;
}
IL_0085:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_46 = V_3;
if (L_46)
{
goto IL_005e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = ___key0;
int32_t L_48 = ___start1;
int32_t L_49 = ___len2;
String_t* L_50 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_47, L_48, L_49, /*hidden argument*/NULL);
int32_t L_51 = V_0;
String_t* L_52 = NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1(__this, L_50, L_51, /*hidden argument*/NULL);
return L_52;
}
}
// System.String System.Xml.NameTable::Get(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Get_mAC7FCFB1F9B220CF1835DF32074DB6FB63107675 (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable_Get_mAC7FCFB1F9B220CF1835DF32074DB6FB63107675_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * V_2 = NULL;
{
String_t* L_0 = ___value0;
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, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NameTable_Get_mAC7FCFB1F9B220CF1835DF32074DB6FB63107675_RuntimeMethod_var);
}
IL_000e:
{
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_001c;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_4;
}
IL_001c:
{
String_t* L_5 = ___value0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
int32_t L_7 = __this->get_hashCodeRandomizer_3();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
V_1 = 0;
goto IL_0040;
}
IL_002e:
{
int32_t L_8 = V_0;
int32_t L_9 = V_0;
String_t* L_10 = ___value0;
int32_t L_11 = V_1;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)7))^(int32_t)L_12))));
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0040:
{
int32_t L_14 = V_1;
String_t* L_15 = ___value0;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_002e;
}
}
{
int32_t L_17 = V_0;
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)17)))));
int32_t L_19 = V_0;
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)((int32_t)L_20>>(int32_t)((int32_t)11)))));
int32_t L_21 = V_0;
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)L_22>>(int32_t)5))));
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_23 = __this->get_entries_0();
int32_t L_24 = V_0;
int32_t L_25 = __this->get_mask_2();
NullCheck(L_23);
int32_t L_26 = ((int32_t)((int32_t)L_24&(int32_t)L_25));
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_2 = L_27;
goto IL_0094;
}
IL_006f:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_28 = V_2;
NullCheck(L_28);
int32_t L_29 = L_28->get_hashCode_1();
int32_t L_30 = V_0;
if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
{
goto IL_008d;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_31 = V_2;
NullCheck(L_31);
String_t* L_32 = L_31->get_str_0();
String_t* L_33 = ___value0;
NullCheck(L_32);
bool L_34 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_008d;
}
}
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_35 = V_2;
NullCheck(L_35);
String_t* L_36 = L_35->get_str_0();
return L_36;
}
IL_008d:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_37 = V_2;
NullCheck(L_37);
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_38 = L_37->get_next_2();
V_2 = L_38;
}
IL_0094:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_39 = V_2;
if (L_39)
{
goto IL_006f;
}
}
{
return (String_t*)NULL;
}
}
// System.String System.Xml.NameTable::AddEntry(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1 (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable_AddEntry_mD201487EFA30B1B7DFED8ACEF8C8B7AC1BD519A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = ___hashCode1;
int32_t L_1 = __this->get_mask_2();
V_0 = ((int32_t)((int32_t)L_0&(int32_t)L_1));
String_t* L_2 = ___str0;
int32_t L_3 = ___hashCode1;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_4 = __this->get_entries_0();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_8 = (Entry_tF2506228AAB202078CB7A755668744901B207977 *)il2cpp_codegen_object_new(Entry_tF2506228AAB202078CB7A755668744901B207977_il2cpp_TypeInfo_var);
Entry__ctor_m20FE5ABCA35F11D8536C8F30143F64246225327D(L_8, L_2, L_3, L_7, /*hidden argument*/NULL);
V_1 = L_8;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_9 = __this->get_entries_0();
int32_t L_10 = V_0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_11 = V_1;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Entry_tF2506228AAB202078CB7A755668744901B207977 *)L_11);
int32_t L_12 = __this->get_count_1();
V_2 = L_12;
int32_t L_13 = V_2;
__this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
int32_t L_14 = V_2;
int32_t L_15 = __this->get_mask_2();
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
{
goto IL_0041;
}
}
{
NameTable_Grow_mF8B770342A11322A854D2C8F8030C20E409F146A(__this, /*hidden argument*/NULL);
}
IL_0041:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = L_16->get_str_0();
return L_17;
}
}
// System.Void System.Xml.NameTable::Grow()
extern "C" IL2CPP_METHOD_ATTR void NameTable_Grow_mF8B770342A11322A854D2C8F8030C20E409F146A (NameTable_tB2F4359686539290B81EB39DCB1828BE81B11C8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NameTable_Grow_mF8B770342A11322A854D2C8F8030C20E409F146A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* V_1 = NULL;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* V_2 = NULL;
int32_t V_3 = 0;
Entry_tF2506228AAB202078CB7A755668744901B207977 * V_4 = NULL;
int32_t V_5 = 0;
{
int32_t L_0 = __this->get_mask_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)1));
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_1 = __this->get_entries_0();
V_1 = L_1;
int32_t L_2 = V_0;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_3 = (EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525*)SZArrayNew(EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
V_2 = L_3;
V_3 = 0;
goto IL_0053;
}
IL_001f:
{
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_4 = V_1;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = L_7;
goto IL_004b;
}
IL_0026:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_8 = V_4;
NullCheck(L_8);
int32_t L_9 = L_8->get_hashCode_1();
int32_t L_10 = V_0;
V_5 = ((int32_t)((int32_t)L_9&(int32_t)L_10));
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_11 = V_4;
NullCheck(L_11);
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_12 = L_11->get_next_2();
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_13 = V_4;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_14 = V_2;
int32_t L_15 = V_5;
NullCheck(L_14);
int32_t L_16 = L_15;
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
L_13->set_next_2(L_17);
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_18 = V_2;
int32_t L_19 = V_5;
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_20 = V_4;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (Entry_tF2506228AAB202078CB7A755668744901B207977 *)L_20);
V_4 = L_12;
}
IL_004b:
{
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_21 = V_4;
if (L_21)
{
goto IL_0026;
}
}
{
int32_t L_22 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0053:
{
int32_t L_23 = V_3;
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_24 = V_1;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))))))
{
goto IL_001f;
}
}
{
EntryU5BU5D_t8E2877E1FE7833A2136987F940F926D3F1683525* L_25 = V_2;
__this->set_entries_0(L_25);
int32_t L_26 = V_0;
__this->set_mask_2(L_26);
return;
}
}
// System.Boolean System.Xml.NameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool NameTable_TextEquals_m53F012490D70DED664E31C37CCE5617664761284 (String_t* ___str10, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str10;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
int32_t L_2 = ___str2Length3;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
V_0 = 0;
goto IL_0023;
}
IL_000f:
{
String_t* L_3 = ___str10;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___str21;
int32_t L_7 = ___str2Start2;
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));
if ((((int32_t)L_5) == ((int32_t)L_10)))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0023:
{
int32_t L_12 = V_0;
String_t* L_13 = ___str10;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_000f;
}
}
{
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.NameTable_Entry::.ctor(System.String,System.Int32,System.Xml.NameTable_Entry)
extern "C" IL2CPP_METHOD_ATTR void Entry__ctor_m20FE5ABCA35F11D8536C8F30143F64246225327D (Entry_tF2506228AAB202078CB7A755668744901B207977 * __this, String_t* ___str0, int32_t ___hashCode1, Entry_tF2506228AAB202078CB7A755668744901B207977 * ___next2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___str0;
__this->set_str_0(L_0);
int32_t L_1 = ___hashCode1;
__this->set_hashCode_1(L_1);
Entry_tF2506228AAB202078CB7A755668744901B207977 * L_2 = ___next2;
__this->set_next_2(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.OpenedHost::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OpenedHost__ctor_m3AF9C5577C4805AF5828561C40152FC1F37BB7DA (OpenedHost_t62864738604F31CF86696B0525658DB5B7E06B58 * __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.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)
{
{
String_t* L_0 = ___strA0;
String_t* L_1 = ___strB1;
return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))? 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.String System.Xml.Res::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2 (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
return L_0;
}
}
// 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)
{
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args1;
if (L_0)
{
goto IL_0005;
}
}
{
String_t* L_1 = ___name0;
return L_1;
}
IL_0005:
{
String_t* L_2 = ___name0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args1;
String_t* L_4 = SR_GetString_m4356FFC0B1BA9CB3F26E73B41B74BC39FE4E8A96(L_2, 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.SafeAsciiDecoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_mD59EEEC39855033A9C7EE4E346FEDE812B292605 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Xml.SafeAsciiDecoder::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetCharCount_m101827F83CF69AB208A9473FE1F7910F91E49154 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___count2;
return L_0;
}
}
// System.Int32 System.Xml.SafeAsciiDecoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetChars_mDF141A73A91690CDAE929C993B4892051F997927 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___byteIndex1;
V_0 = L_0;
int32_t L_1 = ___charIndex4;
V_1 = L_1;
goto IL_0016;
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars3;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bytes0;
int32_t L_6 = V_0;
int32_t L_7 = L_6;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
NullCheck(L_5);
int32_t L_8 = L_7;
uint8_t L_9 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (Il2CppChar)L_9);
}
IL_0016:
{
int32_t L_10 = V_0;
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)L_10) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)))))
{
goto IL_0007;
}
}
{
int32_t L_13 = ___byteCount2;
return L_13;
}
}
// System.Void System.Xml.SafeAsciiDecoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32U26,System.Int32U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void SafeAsciiDecoder_Convert_m45C7CF4291082AAF5E7D590A90BE7CC2079CDDB2 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___charCount5;
int32_t L_1 = ___byteCount2;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_000f;
}
}
{
int32_t L_2 = ___charCount5;
___byteCount2 = L_2;
bool* L_3 = ___completed9;
*((int8_t*)L_3) = (int8_t)0;
goto IL_0013;
}
IL_000f:
{
bool* L_4 = ___completed9;
*((int8_t*)L_4) = (int8_t)1;
}
IL_0013:
{
int32_t L_5 = ___byteIndex1;
V_0 = L_5;
int32_t L_6 = ___charIndex4;
V_1 = L_6;
int32_t L_7 = ___byteIndex1;
int32_t L_8 = ___byteCount2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
goto IL_002d;
}
IL_001e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___chars3;
int32_t L_10 = V_1;
int32_t L_11 = L_10;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = V_0;
int32_t L_14 = L_13;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
NullCheck(L_12);
int32_t L_15 = L_14;
uint8_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)L_16);
}
IL_002d:
{
int32_t L_17 = V_0;
int32_t L_18 = V_2;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_001e;
}
}
{
int32_t* L_19 = ___charsUsed8;
int32_t L_20 = ___byteCount2;
*((int32_t*)L_19) = (int32_t)L_20;
int32_t* L_21 = ___bytesUsed7;
int32_t L_22 = ___byteCount2;
*((int32_t*)L_21) = (int32_t)L_22;
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.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * BinaryFacetsChecker_CheckValueFacets_m5CC342F6E88049BBA8D492260770B6504241088D (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFacetsChecker_CheckValueFacets_m5CC342F6E88049BBA8D492260770B6504241088D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype1;
Exception_t * L_3 = VirtFuncInvoker2< Exception_t *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2);
return L_3;
}
}
// System.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * BinaryFacetsChecker_CheckValueFacets_mDBF7ADDF41FC906D7D35AE6F3E23490B33456867 (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFacetsChecker_CheckValueFacets_mDBF7ADDF41FC906D7D35AE6F3E23490B33456867_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_1 = VirtFuncInvoker0< RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck(L_2);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
if (L_3)
{
goto IL_0011;
}
}
{
G_B3_0 = 0;
goto IL_0017;
}
IL_0011:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get_Flags_12();
G_B3_0 = ((int32_t)(L_5));
}
IL_0017:
{
V_2 = G_B3_0;
int32_t L_6 = V_2;
if (!L_6)
{
goto IL_009e;
}
}
{
int32_t L_7 = V_2;
if (!((int32_t)((int32_t)L_7&(int32_t)1)))
{
goto IL_003c;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->get_Length_0();
int32_t L_10 = V_1;
if ((((int32_t)L_9) == ((int32_t)L_10)))
{
goto IL_003c;
}
}
{
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_12 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_12, _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_003c:
{
int32_t L_13 = V_2;
if (!((int32_t)((int32_t)L_13&(int32_t)2)))
{
goto IL_005a;
}
}
{
int32_t L_14 = V_1;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_15 = V_0;
NullCheck(L_15);
int32_t L_16 = L_15->get_MinLength_1();
if ((((int32_t)L_14) >= ((int32_t)L_16)))
{
goto IL_005a;
}
}
{
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_18 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_18, _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED, L_17, /*hidden argument*/NULL);
return L_18;
}
IL_005a:
{
int32_t L_19 = V_2;
if (!((int32_t)((int32_t)L_19&(int32_t)4)))
{
goto IL_0078;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_20 = V_0;
NullCheck(L_20);
int32_t L_21 = L_20->get_MaxLength_2();
int32_t L_22 = V_1;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_0078;
}
}
{
String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_24 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_24, _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1, L_23, /*hidden argument*/NULL);
return L_24;
}
IL_0078:
{
int32_t L_25 = V_2;
if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)16))))
{
goto IL_009e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_27 = V_0;
NullCheck(L_27);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_28 = L_27->get_Enumeration_4();
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_29 = ___datatype1;
bool L_30 = BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57(__this, L_26, L_28, L_29, /*hidden argument*/NULL);
if (L_30)
{
goto IL_009e;
}
}
{
String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_32 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_32, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_31, /*hidden argument*/NULL);
return L_32;
}
IL_009e:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m5EDF978F1A730227103EC1AE9029FA8D392D889B (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFacetsChecker_MatchEnumeration_m5EDF978F1A730227103EC1AE9029FA8D392D889B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___enumeration1;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype2;
bool L_3 = BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57(__this, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57 (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BinaryFacetsChecker_MatchEnumeration_mF9E01ED92AE77C43330B64369772CE262447BC57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = ___enumeration1;
int32_t L_3 = V_0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
NullCheck(L_0);
int32_t L_5 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, (RuntimeObject *)(RuntimeObject *)L_1, (RuntimeObject *)(RuntimeObject *)((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
if (L_5)
{
goto IL_001b;
}
}
{
return (bool)1;
}
IL_001b:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001f:
{
int32_t L_7 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = ___enumeration1;
NullCheck(L_8);
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m066B419503320FF59E84FAECB543610D8E95F4E7 (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * __this, const RuntimeMethod* method)
{
{
FacetsChecker__ctor_m40CC2F1D10B45F0EE1859BB3A0746B8BEB712F2B(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.BitSet::.ctor()
extern "C" IL2CPP_METHOD_ATTR void BitSet__ctor_mBDABF7C10D5EDC673E3B15D3197208B4A4C4167C (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.BitSet::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___count0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___count0;
__this->set_count_0(L_0);
int32_t L_1 = ___count0;
int32_t L_2 = BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)31))), /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->set_bits_1(L_3);
return;
}
}
// System.Int32 System.Xml.Schema.BitSet::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_count_0();
return L_0;
}
}
// System.Boolean System.Xml.Schema.BitSet::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool BitSet_get_Item_m0632BC31F5CB2E4B70E1CD997EE75F7CC57765B9 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
bool L_1 = BitSet_Get_m6ED065CD32081D117B63C9414BB4CF73985184BE(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Xml.Schema.BitSet::Clear()
extern "C" IL2CPP_METHOD_ATTR void BitSet_Clear_m43A47B2B6E9AE7A463DC7895AD9A326AD15AB3CD (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_bits_1();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
goto IL_0014;
}
IL_000b:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_bits_1();
int32_t L_2 = V_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)0);
}
IL_0014:
{
int32_t L_3 = V_0;
int32_t L_4 = L_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
if ((((int32_t)L_4) > ((int32_t)0)))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Void System.Xml.Schema.BitSet::Set(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BitSet_Set_m51DABC787D1B75CE862255B655EF97F8D4535762 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___index0;
int32_t L_1 = BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_bits_1();
int32_t L_4 = V_0;
NullCheck(L_3);
uint32_t* L_5 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
int32_t L_6 = *((uint32_t*)L_5);
int32_t L_7 = ___index0;
*((int32_t*)L_5) = (int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))));
return;
}
}
// System.Boolean System.Xml.Schema.BitSet::Get(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool BitSet_Get_m6ED065CD32081D117B63C9414BB4CF73985184BE (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___index0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
V_0 = (bool)0;
int32_t L_0 = ___index0;
int32_t L_1 = __this->get_count_0();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_002c;
}
}
{
int32_t L_2 = ___index0;
int32_t L_3 = BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05(__this, L_2, /*hidden argument*/NULL);
V_1 = L_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_bits_1();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
int32_t L_8 = ___index0;
V_0 = (bool)((!(((uint64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_7)))&(int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
}
IL_002c:
{
bool L_9 = V_0;
return L_9;
}
}
// System.Int32 System.Xml.Schema.BitSet::NextSet(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___startFrom0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint32_t V_2 = 0;
{
int32_t L_0 = ___startFrom0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
int32_t L_1 = V_0;
int32_t L_2 = __this->get_count_0();
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_000f;
}
}
{
return (-1);
}
IL_000f:
{
int32_t L_3 = V_0;
int32_t L_4 = BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05(__this, L_3, /*hidden argument*/NULL);
V_1 = L_4;
int32_t L_5 = V_0;
V_0 = ((int32_t)((int32_t)L_5&(int32_t)((int32_t)31)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = __this->get_bits_1();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = V_0;
V_2 = ((int32_t)((uint32_t)L_9>>((int32_t)((int32_t)L_10&(int32_t)((int32_t)31)))));
goto IL_0048;
}
IL_002c:
{
int32_t L_11 = V_1;
int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
V_1 = L_12;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_13 = __this->get_bits_1();
NullCheck(L_13);
if ((!(((uint32_t)L_12) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))))
{
goto IL_003d;
}
}
{
return (-1);
}
IL_003d:
{
V_0 = 0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_bits_1();
int32_t L_15 = V_1;
NullCheck(L_14);
int32_t L_16 = L_15;
uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_2 = L_17;
}
IL_0048:
{
uint32_t L_18 = V_2;
if (!L_18)
{
goto IL_002c;
}
}
{
goto IL_0055;
}
IL_004d:
{
uint32_t L_19 = V_2;
V_2 = ((int32_t)((uint32_t)L_19>>1));
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0055:
{
uint32_t L_21 = V_2;
if (!((int32_t)((int32_t)L_21&(int32_t)1)))
{
goto IL_004d;
}
}
{
int32_t L_22 = V_1;
int32_t L_23 = V_0;
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_22<<(int32_t)5)), (int32_t)L_23));
}
}
// System.Void System.Xml.Schema.BitSet::And(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void BitSet_And_mFB5666749E00029FA0E8C8D5D435894155F1741D (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B5_0 = 0;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___other0;
if ((!(((RuntimeObject*)(BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)__this) == ((RuntimeObject*)(BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)L_0))))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_bits_1();
NullCheck(L_1);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___other0;
NullCheck(L_2);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = L_2->get_bits_1();
NullCheck(L_3);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))));
int32_t L_4 = V_0;
int32_t L_5 = V_1;
if ((((int32_t)L_4) > ((int32_t)L_5)))
{
goto IL_001e;
}
}
{
int32_t L_6 = V_0;
G_B5_0 = L_6;
goto IL_001f;
}
IL_001e:
{
int32_t L_7 = V_1;
G_B5_0 = L_7;
}
IL_001f:
{
V_2 = G_B5_0;
int32_t L_8 = V_2;
V_3 = L_8;
goto IL_003c;
}
IL_0024:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = __this->get_bits_1();
int32_t L_10 = V_3;
NullCheck(L_9);
uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)));
int32_t L_12 = *((uint32_t*)L_11);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_13 = ___other0;
NullCheck(L_13);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = L_13->get_bits_1();
int32_t L_15 = V_3;
NullCheck(L_14);
int32_t L_16 = L_15;
uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
*((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_12&(int32_t)L_17));
}
IL_003c:
{
int32_t L_18 = V_3;
int32_t L_19 = L_18;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
if ((((int32_t)L_19) > ((int32_t)0)))
{
goto IL_0024;
}
}
{
goto IL_0053;
}
IL_0046:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_20 = __this->get_bits_1();
int32_t L_21 = V_2;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint32_t)0);
int32_t L_22 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0053:
{
int32_t L_23 = V_2;
int32_t L_24 = V_0;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0046;
}
}
{
return;
}
}
// System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___other0;
if ((!(((RuntimeObject*)(BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)__this) == ((RuntimeObject*)(BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)L_0))))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___other0;
NullCheck(L_1);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = L_1->get_bits_1();
NullCheck(L_2);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
int32_t L_3 = V_0;
BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A(__this, L_3, /*hidden argument*/NULL);
int32_t L_4 = V_0;
V_1 = L_4;
goto IL_0031;
}
IL_0019:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_5 = __this->get_bits_1();
int32_t L_6 = V_1;
NullCheck(L_5);
uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)));
int32_t L_8 = *((uint32_t*)L_7);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = ___other0;
NullCheck(L_9);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_10 = L_9->get_bits_1();
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
uint32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
*((int32_t*)L_7) = (int32_t)((int32_t)((int32_t)L_8|(int32_t)L_13));
}
IL_0031:
{
int32_t L_14 = V_1;
int32_t L_15 = L_14;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
if ((((int32_t)L_15) > ((int32_t)0)))
{
goto IL_0019;
}
}
{
return;
}
}
// System.Int32 System.Xml.Schema.BitSet::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_GetHashCode_mC82A68AD25D66BA1B326FAED4C7B464981AEB7D0 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = ((int32_t)1234);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_bits_1();
NullCheck(L_0);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
goto IL_0020;
}
IL_0011:
{
int32_t L_1 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_bits_1();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
uint32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
int32_t L_6 = V_1;
V_0 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))))));
}
IL_0020:
{
int32_t L_7 = V_1;
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
V_1 = L_8;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0011;
}
}
{
int32_t L_9 = V_0;
int32_t L_10 = V_0;
return ((int32_t)((int32_t)L_9^(int32_t)L_10));
}
}
// System.Boolean System.Xml.Schema.BitSet::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool BitSet_Equals_m17D791E61ADBEAF6737F3F2B8D7BC71EB1D08C53 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitSet_Equals_m17D791E61ADBEAF6737F3F2B8D7BC71EB1D08C53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t G_B6_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
if (!L_0)
{
goto IL_0093;
}
}
{
RuntimeObject * L_1 = ___obj0;
if ((!(((RuntimeObject*)(BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)__this) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_000c;
}
}
{
return (bool)1;
}
IL_000c:
{
RuntimeObject * L_2 = ___obj0;
V_0 = ((BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)CastclassSealed((RuntimeObject*)L_2, BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_bits_1();
NullCheck(L_3);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_4 = V_0;
NullCheck(L_4);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_5 = L_4->get_bits_1();
NullCheck(L_5);
V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))));
int32_t L_6 = V_1;
int32_t L_7 = V_2;
if ((((int32_t)L_6) > ((int32_t)L_7)))
{
goto IL_002c;
}
}
{
int32_t L_8 = V_1;
G_B6_0 = L_8;
goto IL_002d;
}
IL_002c:
{
int32_t L_9 = V_2;
G_B6_0 = L_9;
}
IL_002d:
{
V_3 = G_B6_0;
int32_t L_10 = V_3;
V_4 = L_10;
goto IL_0049;
}
IL_0033:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_11 = __this->get_bits_1();
int32_t L_12 = V_4;
NullCheck(L_11);
int32_t L_13 = L_12;
uint32_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_15 = V_0;
NullCheck(L_15);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_16 = L_15->get_bits_1();
int32_t L_17 = V_4;
NullCheck(L_16);
int32_t L_18 = L_17;
uint32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((((int32_t)L_14) == ((int32_t)L_19)))
{
goto IL_0049;
}
}
{
return (bool)0;
}
IL_0049:
{
int32_t L_20 = V_4;
int32_t L_21 = L_20;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
if ((((int32_t)L_21) > ((int32_t)0)))
{
goto IL_0033;
}
}
{
int32_t L_22 = V_1;
int32_t L_23 = V_3;
if ((((int32_t)L_22) <= ((int32_t)L_23)))
{
goto IL_0075;
}
}
{
int32_t L_24 = V_1;
V_5 = L_24;
goto IL_0069;
}
IL_005c:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_25 = __this->get_bits_1();
int32_t L_26 = V_5;
NullCheck(L_25);
int32_t L_27 = L_26;
uint32_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
if (!L_28)
{
goto IL_0069;
}
}
{
return (bool)0;
}
IL_0069:
{
int32_t L_29 = V_5;
int32_t L_30 = L_29;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1));
int32_t L_31 = V_3;
if ((((int32_t)L_30) > ((int32_t)L_31)))
{
goto IL_005c;
}
}
{
goto IL_0091;
}
IL_0075:
{
int32_t L_32 = V_2;
V_6 = L_32;
goto IL_0087;
}
IL_007a:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_33 = V_0;
NullCheck(L_33);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_34 = L_33->get_bits_1();
int32_t L_35 = V_6;
NullCheck(L_34);
int32_t L_36 = L_35;
uint32_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
if (!L_37)
{
goto IL_0087;
}
}
{
return (bool)0;
}
IL_0087:
{
int32_t L_38 = V_6;
int32_t L_39 = L_38;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1));
int32_t L_40 = V_3;
if ((((int32_t)L_39) > ((int32_t)L_40)))
{
goto IL_007a;
}
}
IL_0091:
{
return (bool)1;
}
IL_0093:
{
return (bool)0;
}
}
// System.Xml.Schema.BitSet System.Xml.Schema.BitSet::Clone()
extern "C" IL2CPP_METHOD_ATTR BitSet_t0E4C53EC600670A4B74C5671553596978880138C * BitSet_Clone_mC1F4CC162964EDBC8279DD60D5DD1199B5395B22 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitSet_Clone_mC1F4CC162964EDBC8279DD60D5DD1199B5395B22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_mBDABF7C10D5EDC673E3B15D3197208B4A4C4167C(L_0, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = L_0;
int32_t L_2 = __this->get_count_0();
NullCheck(L_1);
L_1->set_count_0(L_2);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = L_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_bits_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
RuntimeObject * L_5 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
NullCheck(L_3);
L_3->set_bits_1(((UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)Castclass((RuntimeObject*)L_5, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var)));
return L_3;
}
}
// System.Boolean System.Xml.Schema.BitSet::Intersects(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR bool BitSet_Intersects_mF3D1F1636B8563A994695784163E7AE5EF911E88 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitSet_Intersects_mF3D1F1636B8563A994695784163E7AE5EF911E88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_bits_1();
NullCheck(L_0);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___other0;
NullCheck(L_1);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = L_1->get_bits_1();
NullCheck(L_2);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_3 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL);
V_0 = L_3;
goto IL_002d;
}
IL_0018:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_bits_1();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_8 = ___other0;
NullCheck(L_8);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = L_8->get_bits_1();
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = L_10;
uint32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!((int32_t)((int32_t)L_7&(int32_t)L_12)))
{
goto IL_002d;
}
}
{
return (bool)1;
}
IL_002d:
{
int32_t L_13 = V_0;
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
V_0 = L_14;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_0018;
}
}
{
return (bool)0;
}
}
// System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_mBA82A523BEE7D2E96995BFC911DB1131AEF2BD05 (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___bitIndex0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___bitIndex0;
return ((int32_t)((int32_t)L_0>>(int32_t)5));
}
}
// System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, int32_t ___nRequiredLength0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitSet_EnsureLength_m1DE0FFFA70CB14A5711CE55F00A34F108BB3A38A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* V_1 = NULL;
{
int32_t L_0 = ___nRequiredLength0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_bits_1();
NullCheck(L_1);
if ((((int32_t)L_0) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_003e;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_bits_1();
NullCheck(L_2);
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))));
int32_t L_3 = V_0;
int32_t L_4 = ___nRequiredLength0;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_001c;
}
}
{
int32_t L_5 = ___nRequiredLength0;
V_0 = L_5;
}
IL_001c:
{
int32_t L_6 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_1 = L_7;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_8 = __this->get_bits_1();
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_10 = __this->get_bits_1();
NullCheck(L_10);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_8, (RuntimeArray *)(RuntimeArray *)L_9, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_11 = V_1;
__this->set_bits_1(L_11);
}
IL_003e:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_mA81C68EDBE406B7A1B8002A700B052B559EAED08 (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___child0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos2, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ChoiceNode_ConstructChildPos_mA81C68EDBE406B7A1B8002A700B052B559EAED08_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_0 = NULL;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_1 = NULL;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___firstpos1;
NullCheck(L_0);
int32_t L_1 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_0, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = ___lastpos2;
NullCheck(L_3);
int32_t L_4 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_3, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_5 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_5, L_4, /*hidden argument*/NULL);
V_1 = L_5;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_6 = ___child0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_7 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_8 = V_1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_9 = ___followpos3;
NullCheck(L_6);
VirtActionInvoker3< BitSet_t0E4C53EC600670A4B74C5671553596978880138C *, BitSet_t0E4C53EC600670A4B74C5671553596978880138C *, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_6, L_7, L_8, L_9);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_10 = ___firstpos1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_11 = V_0;
NullCheck(L_10);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_10, L_11, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_12 = ___lastpos2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_13 = V_1;
NullCheck(L_12);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_12, L_13, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ChoiceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode_ConstructPos_mA8B98392DEE1631432F6B13963E2B0FA6E7AA83C (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ChoiceNode_ConstructPos_mA8B98392DEE1631432F6B13963E2B0FA6E7AA83C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_0 = NULL;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_1 = NULL;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_2 = NULL;
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * V_3 = NULL;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___firstpos0;
NullCheck(L_0);
int32_t L_1 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_0, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = ___lastpos1;
NullCheck(L_3);
int32_t L_4 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_3, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_5 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_5, L_4, /*hidden argument*/NULL);
V_1 = L_5;
V_3 = __this;
}
IL_001a:
{
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_6 = V_3;
NullCheck(L_6);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_7 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_6, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_8 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = V_1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_10 = ___followpos2;
ChoiceNode_ConstructChildPos_mA81C68EDBE406B7A1B8002A700B052B559EAED08(L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_11 = V_3;
NullCheck(L_11);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_12 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_11, /*hidden argument*/NULL);
V_2 = L_12;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_13 = V_2;
V_3 = ((ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 *)IsInstSealed((RuntimeObject*)L_13, ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var));
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_14 = V_3;
if (L_14)
{
goto IL_001a;
}
}
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_15 = V_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_16 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_17 = ___lastpos1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_18 = ___followpos2;
NullCheck(L_15);
VirtActionInvoker3< BitSet_t0E4C53EC600670A4B74C5671553596978880138C *, BitSet_t0E4C53EC600670A4B74C5671553596978880138C *, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_15, L_16, L_17, L_18);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_19 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_20 = V_0;
NullCheck(L_19);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_19, L_20, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_21 = ___lastpos1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_22 = V_1;
NullCheck(L_21);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_21, L_22, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.Schema.ChoiceNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool ChoiceNode_get_IsNullable_m5209310269D38C93DA234F56845F419AAC1EC6BD (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ChoiceNode_get_IsNullable_m5209310269D38C93DA234F56845F419AAC1EC6BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * V_1 = NULL;
{
V_1 = __this;
}
IL_0002:
{
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_0 = V_1;
NullCheck(L_0);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_1 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_1);
if (!L_2)
{
goto IL_0011;
}
}
{
return (bool)1;
}
IL_0011:
{
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_3 = V_1;
NullCheck(L_3);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_3, /*hidden argument*/NULL);
V_0 = L_4;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_5 = V_0;
V_1 = ((ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 *)IsInstSealed((RuntimeObject*)L_5, ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var));
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_6 = V_1;
if (L_6)
{
goto IL_0002;
}
}
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_7 = V_0;
NullCheck(L_7);
bool L_8 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_7);
return L_8;
}
}
// System.Void System.Xml.Schema.ChoiceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode_ExpandTree_m3802EC21CC2256282B15F2FA6EC855F5EA5A4889 (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method)
{
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_0 = ___parent0;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_1 = ___symbols1;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_2 = ___positions2;
InteriorNode_ExpandTreeNoRecursive_mD9DFDA7A53BC8E0C800C51E8277807C5475521C1(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ChoiceNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode__ctor_m564FA1E217D7BE1748861193BD0018B1B15A11EF (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * __this, const RuntimeMethod* method)
{
{
InteriorNode__ctor_m7770049C92AE80745BA366CD08DF565D489BE187(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
extern "C" IL2CPP_METHOD_ATTR void ContentValidator__ctor_m540DE113EB456E1B7EECA9CE762445ACFBF1B8E4 (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, int32_t ___contentType0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___contentType0;
__this->set_contentType_0(L_0);
__this->set_isEmptiable_2((bool)1);
return;
}
}
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, int32_t ___contentType0, bool ___isOpen1, bool ___isEmptiable2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___contentType0;
__this->set_contentType_0(L_0);
bool L_1 = ___isOpen1;
__this->set_isOpen_1(L_1);
bool L_2 = ___isEmptiable2;
__this->set_isEmptiable_2(L_2);
return;
}
}
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType()
extern "C" IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_contentType_0();
return L_0;
}
}
// System.Boolean System.Xml.Schema.ContentValidator::get_IsOpen()
extern "C" IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_contentType_0();
if (!L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->get_contentType_0();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0013;
}
}
IL_0011:
{
return (bool)0;
}
IL_0013:
{
bool L_2 = __this->get_isOpen_1();
return L_2;
}
}
// System.Void System.Xml.Schema.ContentValidator::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ContentValidator__cctor_m4CC1CC346EB1A1F817D9F0A5AA8ADA70A4FF3CC9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentValidator__cctor_m4CC1CC346EB1A1F817D9F0A5AA8ADA70A4FF3CC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_0 = (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA *)il2cpp_codegen_object_new(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_m540DE113EB456E1B7EECA9CE762445ACFBF1B8E4(L_0, 1, /*hidden argument*/NULL);
((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->set_Empty_3(L_0);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_1 = (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA *)il2cpp_codegen_object_new(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA(L_1, 0, (bool)0, (bool)0, /*hidden argument*/NULL);
((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->set_TextOnly_4(L_1);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_2 = (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA *)il2cpp_codegen_object_new(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_m540DE113EB456E1B7EECA9CE762445ACFBF1B8E4(L_2, 3, /*hidden argument*/NULL);
((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->set_Mixed_5(L_2);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_3 = (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA *)il2cpp_codegen_object_new(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA(L_3, 3, (bool)1, (bool)1, /*hidden argument*/NULL);
((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->set_Any_6(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.Schema.DatatypeImplementation::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation__cctor_mBD7320741CFBEE6213B66917B11ACDAB1573123F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation__cctor_mBD7320741CFBEE6213B66917B11ACDAB1573123F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_builtinTypes_5(L_0);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_1 = (XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B*)SZArrayNew(XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)55));
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_enumToTypeCode_6(L_1);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_2, _stringLiteral5968E7DDD221DADE6F2ED058C7662FF1727E243A, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_QnAnySimpleType_12(L_2);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_3, _stringLiteral16FFBF6BA25C30EA1DF9AFEC220790680704B8A1, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_QnAnyType_13(L_3);
StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * L_4 = (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 *)il2cpp_codegen_object_new(StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var);
StringFacetsChecker__ctor_m57E06B67603CAE5C20D190641F87D36BEF46FB3D(L_4, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_stringFacetsChecker_14(L_4);
MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387 * L_5 = (MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387 *)il2cpp_codegen_object_new(MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387_il2cpp_TypeInfo_var);
MiscFacetsChecker__ctor_mA2666FA6796AE8C40B1B6B0C699966641D54B315(L_5, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_miscFacetsChecker_15(L_5);
Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * L_6 = (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 *)il2cpp_codegen_object_new(Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5_il2cpp_TypeInfo_var);
Numeric2FacetsChecker__ctor_m64263F9F076CB4929625E465060F63635378AF71(L_6, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_numeric2FacetsChecker_16(L_6);
BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D * L_7 = (BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D *)il2cpp_codegen_object_new(BinaryFacetsChecker_t34E15822914D089ED851E76009B51CC2DEF3BB9D_il2cpp_TypeInfo_var);
BinaryFacetsChecker__ctor_m066B419503320FF59E84FAECB543610D8E95F4E7(L_7, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_binaryFacetsChecker_17(L_7);
DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * L_8 = (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 *)il2cpp_codegen_object_new(DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4_il2cpp_TypeInfo_var);
DateTimeFacetsChecker__ctor_m0B6F9CD694E919D030450AA6E2F0F69BEF5E7D22(L_8, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_dateTimeFacetsChecker_18(L_8);
DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * L_9 = (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 *)il2cpp_codegen_object_new(DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5_il2cpp_TypeInfo_var);
DurationFacetsChecker__ctor_m4562B7F1C06BC0E14BDE820F805CF670ED448A9D(L_9, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_durationFacetsChecker_19(L_9);
ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB * L_10 = (ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB *)il2cpp_codegen_object_new(ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB_il2cpp_TypeInfo_var);
ListFacetsChecker__ctor_m3F3DC0BBE710FB58957A7EC85A6D39B103B05550(L_10, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_listFacetsChecker_20(L_10);
QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * L_11 = (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 *)il2cpp_codegen_object_new(QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411_il2cpp_TypeInfo_var);
QNameFacetsChecker__ctor_mA5485DA051EB9FA510904E606618A08E0D9A8824(L_11, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_qnameFacetsChecker_21(L_11);
UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A * L_12 = (UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A *)il2cpp_codegen_object_new(UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A_il2cpp_TypeInfo_var);
UnionFacetsChecker__ctor_m239914137B9A8D77173437662CAB1F0FE18A2758(L_12, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_unionFacetsChecker_22(L_12);
Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * L_13 = (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 *)il2cpp_codegen_object_new(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(L_13, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_anySimpleType_23(L_13);
Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * L_14 = (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 *)il2cpp_codegen_object_new(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var);
Datatype_anyURI__ctor_mDF663893E0F8283FD5E28A8873BBEF316217A83C(L_14, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_anyURI_24(L_14);
Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * L_15 = (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 *)il2cpp_codegen_object_new(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var);
Datatype_base64Binary__ctor_m6A71AD345718BEF0602F0DE8AA597D9E7D849947(L_15, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_base64Binary_25(L_15);
Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * L_16 = (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 *)il2cpp_codegen_object_new(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var);
Datatype_boolean__ctor_m5D4901F7B16295CCC71CAAF0EE78278C52B2A296(L_16, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_boolean_26(L_16);
Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * L_17 = (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 *)il2cpp_codegen_object_new(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
Datatype_byte__ctor_m3D654B25E7475AFB98CD4D4939960F55C34303C1(L_17, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_byte_27(L_17);
Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * L_18 = (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE *)il2cpp_codegen_object_new(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var);
Datatype_char__ctor_mFBF59DCC05CAC3C736BF63BD2A9D4BED927DD1C9(L_18, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_char_28(L_18);
Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 * L_19 = (Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 *)il2cpp_codegen_object_new(Datatype_date_tE8038D91441496FA0536248368640C6610494FC9_il2cpp_TypeInfo_var);
Datatype_date__ctor_mCB69FCE6023DD06ECD17680E7B0984EB548F49FE(L_19, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_date_29(L_19);
Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1 * L_20 = (Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1 *)il2cpp_codegen_object_new(Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1_il2cpp_TypeInfo_var);
Datatype_dateTime__ctor_m7DD5907B8868201E18BB9C2FD6D9487E70195BD4(L_20, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_dateTime_30(L_20);
Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A * L_21 = (Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A *)il2cpp_codegen_object_new(Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A_il2cpp_TypeInfo_var);
Datatype_dateTimeNoTimeZone__ctor_m25CFCC474D58D7BFF5F998C768013D58D72BB3CC(L_21, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_dateTimeNoTz_31(L_21);
Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30 * L_22 = (Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30 *)il2cpp_codegen_object_new(Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30_il2cpp_TypeInfo_var);
Datatype_dateTimeTimeZone__ctor_mB41A897630478ADDDA23A52200C6C9C353537EAC(L_22, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_dateTimeTz_32(L_22);
Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA * L_23 = (Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA *)il2cpp_codegen_object_new(Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA_il2cpp_TypeInfo_var);
Datatype_day__ctor_m178D5DAC89469AA313928524F52C86FC0F0A89AA(L_23, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_day_33(L_23);
Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * L_24 = (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 *)il2cpp_codegen_object_new(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53(L_24, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_decimal_34(L_24);
Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * L_25 = (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 *)il2cpp_codegen_object_new(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var);
Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677(L_25, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_double_35(L_25);
Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB * L_26 = (Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB *)il2cpp_codegen_object_new(Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB_il2cpp_TypeInfo_var);
Datatype_doubleXdr__ctor_mA2BA4EFACC183FC03512168D990488E81F0C3C13(L_26, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_doubleXdr_36(L_26);
Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * L_27 = (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 *)il2cpp_codegen_object_new(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var);
Datatype_duration__ctor_m5BF0200774FFF36AEB5D889C9A3FCED808069C15(L_27, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_duration_37(L_27);
Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 * L_28 = (Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 *)il2cpp_codegen_object_new(Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612_il2cpp_TypeInfo_var);
Datatype_ENTITY__ctor_m66102C22B3D889A9A39447116BA7E538D82624C9(L_28, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_ENTITY_38(L_28);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_29 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITY_38();
NullCheck(L_29);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_30 = DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F(L_29, 1, (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_ENTITIES_39(((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)CastclassClass((RuntimeObject*)L_30, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var)));
Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 * L_31 = (Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 *)il2cpp_codegen_object_new(Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9_il2cpp_TypeInfo_var);
Datatype_ENUMERATION__ctor_m90D96904A04D787A9306B449E6BB2F4C41DF2157(L_31, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_ENUMERATION_40(L_31);
Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E * L_32 = (Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E *)il2cpp_codegen_object_new(Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E_il2cpp_TypeInfo_var);
Datatype_fixed__ctor_m3B0DAEF02AD1FB93DBE05A9519F05ACC150B41AD(L_32, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_fixed_41(L_32);
Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * L_33 = (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 *)il2cpp_codegen_object_new(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var);
Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871(L_33, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_float_42(L_33);
Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7 * L_34 = (Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7 *)il2cpp_codegen_object_new(Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7_il2cpp_TypeInfo_var);
Datatype_floatXdr__ctor_mD13DA0477303FB974228E0138D726F49856C73F9(L_34, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_floatXdr_43(L_34);
Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * L_35 = (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 *)il2cpp_codegen_object_new(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var);
Datatype_hexBinary__ctor_mC1485792901465E7B1927F016801A5D53DDDE2BB(L_35, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_hexBinary_44(L_35);
Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 * L_36 = (Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 *)il2cpp_codegen_object_new(Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811_il2cpp_TypeInfo_var);
Datatype_ID__ctor_m6091E11A06901A16884CE7968D88B578D1BDFDAB(L_36, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_ID_45(L_36);
Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 * L_37 = (Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 *)il2cpp_codegen_object_new(Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30_il2cpp_TypeInfo_var);
Datatype_IDREF__ctor_m9C051C04AA620DB006D3C53905BDE370A8042D97(L_37, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_IDREF_46(L_37);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_38 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREF_46();
NullCheck(L_38);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_39 = DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F(L_38, 1, (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_IDREFS_47(((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)CastclassClass((RuntimeObject*)L_39, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var)));
Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * L_40 = (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 *)il2cpp_codegen_object_new(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D(L_40, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_int_48(L_40);
Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC * L_41 = (Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC *)il2cpp_codegen_object_new(Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC_il2cpp_TypeInfo_var);
Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC(L_41, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_integer_49(L_41);
Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE * L_42 = (Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE *)il2cpp_codegen_object_new(Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE_il2cpp_TypeInfo_var);
Datatype_language__ctor_mCD2869B6A2642448EA8322864C8F2E7C47A98E10(L_42, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_language_50(L_42);
Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * L_43 = (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 *)il2cpp_codegen_object_new(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
Datatype_long__ctor_m93C635F018CB00F424993DAA3A2823D8E880364B(L_43, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_long_51(L_43);
Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414 * L_44 = (Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414 *)il2cpp_codegen_object_new(Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414_il2cpp_TypeInfo_var);
Datatype_month__ctor_mF373E65E6686F9707020A49B698A1A76F9CA1319(L_44, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_month_52(L_44);
Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1 * L_45 = (Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1 *)il2cpp_codegen_object_new(Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1_il2cpp_TypeInfo_var);
Datatype_monthDay__ctor_m0572ED3BD11D04375B93A8F43D16F843418CC0A7(L_45, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_monthDay_53(L_45);
Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 * L_46 = (Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 *)il2cpp_codegen_object_new(Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46_il2cpp_TypeInfo_var);
Datatype_Name__ctor_mF35D41F7600F424B81DE6368A26EC35C5122AB52(L_46, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_Name_54(L_46);
Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 * L_47 = (Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 *)il2cpp_codegen_object_new(Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970_il2cpp_TypeInfo_var);
Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA(L_47, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_NCName_55(L_47);
Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 * L_48 = (Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 *)il2cpp_codegen_object_new(Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_il2cpp_TypeInfo_var);
Datatype_negativeInteger__ctor_m431DC9755EB3F6BEE650463E94497EC2B724B327(L_48, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_negativeInteger_56(L_48);
Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 * L_49 = (Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 *)il2cpp_codegen_object_new(Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915_il2cpp_TypeInfo_var);
Datatype_NMTOKEN__ctor_m2C6A75255A3B446DD089672595AB9ED63D284A01(L_49, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_NMTOKEN_57(L_49);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_50 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57();
NullCheck(L_50);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_51 = DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F(L_50, 1, (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_NMTOKENS_58(((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)CastclassClass((RuntimeObject*)L_51, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var)));
Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 * L_52 = (Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 *)il2cpp_codegen_object_new(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var);
Datatype_nonNegativeInteger__ctor_mE535962E59972C73B42BCDB5CBE4BA27691D4739(L_52, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_nonNegativeInteger_59(L_52);
Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 * L_53 = (Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 *)il2cpp_codegen_object_new(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var);
Datatype_nonPositiveInteger__ctor_mD13D694F5BA3648130EA6398BD3A907D8CA87616(L_53, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_nonPositiveInteger_60(L_53);
Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 * L_54 = (Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 *)il2cpp_codegen_object_new(Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7_il2cpp_TypeInfo_var);
Datatype_normalizedString__ctor_m37E335A1990BD3644D52F021550E968A6B559A86(L_54, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_normalizedString_61(L_54);
Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * L_55 = (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 *)il2cpp_codegen_object_new(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var);
Datatype_NOTATION__ctor_m6D3A6DB187E10309B2E73B2F7F54146791546CE7(L_55, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_NOTATION_62(L_55);
Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD * L_56 = (Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD *)il2cpp_codegen_object_new(Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var);
Datatype_positiveInteger__ctor_mC7B8DFA50961A138853804CE79E04231759C9250(L_56, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_positiveInteger_63(L_56);
Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * L_57 = (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 *)il2cpp_codegen_object_new(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var);
Datatype_QName__ctor_m95BFA7CE65AC8E2B4BB2B67D5EC7B7D7E48B9BFD(L_57, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_QName_64(L_57);
Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * L_58 = (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D *)il2cpp_codegen_object_new(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var);
Datatype_QNameXdr__ctor_m4B19FCD766F5C2B443B5C522BDF7AB07CB0F0EF0(L_58, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_QNameXdr_65(L_58);
Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * L_59 = (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C *)il2cpp_codegen_object_new(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A(L_59, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_short_66(L_59);
Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * L_60 = (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 *)il2cpp_codegen_object_new(Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2_il2cpp_TypeInfo_var);
Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323(L_60, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_string_67(L_60);
Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F * L_61 = (Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F *)il2cpp_codegen_object_new(Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F_il2cpp_TypeInfo_var);
Datatype_time__ctor_m1E2C5D2DD6677A79F11094EF3BEE2622357F2D6E(L_61, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_time_68(L_61);
Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4 * L_62 = (Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4 *)il2cpp_codegen_object_new(Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4_il2cpp_TypeInfo_var);
Datatype_timeNoTimeZone__ctor_m8F75754130FAB2BA6F857BD7ADE216F0B30A7151(L_62, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_timeNoTz_69(L_62);
Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41 * L_63 = (Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41 *)il2cpp_codegen_object_new(Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41_il2cpp_TypeInfo_var);
Datatype_timeTimeZone__ctor_m2E4523A3E74577A5AD0875327055B4A9DDF9E3A6(L_63, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_timeTz_70(L_63);
Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC * L_64 = (Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC *)il2cpp_codegen_object_new(Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC_il2cpp_TypeInfo_var);
Datatype_token__ctor_m46E0978CC1707D6609421F58B6D83F289F215305(L_64, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_token_71(L_64);
Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * L_65 = (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 *)il2cpp_codegen_object_new(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
Datatype_unsignedByte__ctor_m4A682353FB8F63CC2215EC49D78AA40C6EA41A9D(L_65, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_unsignedByte_72(L_65);
Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * L_66 = (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 *)il2cpp_codegen_object_new(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
Datatype_unsignedInt__ctor_m94FB631C85AACA6BC98C8CE0ED1BB2973A64157C(L_66, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_unsignedInt_73(L_66);
Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * L_67 = (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 *)il2cpp_codegen_object_new(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
Datatype_unsignedLong__ctor_mAF555A2265F480A235AC5A53A0C219124F2CD27D(L_67, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_unsignedLong_74(L_67);
Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * L_68 = (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E *)il2cpp_codegen_object_new(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE(L_68, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_unsignedShort_75(L_68);
Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * L_69 = (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 *)il2cpp_codegen_object_new(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var);
Datatype_uuid__ctor_mA38D64ED5528A9C3B808C503D4CFB0F22FFE92AC(L_69, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_uuid_76(L_69);
Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443 * L_70 = (Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443 *)il2cpp_codegen_object_new(Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443_il2cpp_TypeInfo_var);
Datatype_year__ctor_m6AE44D9AE2FD47F29E723FEF81F2E7CF64AF718F(L_70, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_year_77(L_70);
Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC * L_71 = (Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC *)il2cpp_codegen_object_new(Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC_il2cpp_TypeInfo_var);
Datatype_yearMonth__ctor_mDAFFD13B3D66A126F512F72842B7BBFE7DE1D82D(L_71, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_yearMonth_78(L_71);
Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA * L_72 = (Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA *)il2cpp_codegen_object_new(Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA_il2cpp_TypeInfo_var);
Datatype_normalizedStringV1Compat__ctor_m56484871D4027224FCDC72505A8AF6ECEB334A26(L_72, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_normalizedStringV1Compat_79(L_72);
Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C * L_73 = (Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C *)il2cpp_codegen_object_new(Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C_il2cpp_TypeInfo_var);
Datatype_tokenV1Compat__ctor_mB7507941AC0A0AFACEE3E05779CEB76DE288052E(L_73, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_tokenV1Compat_80(L_73);
Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * L_74 = (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 *)il2cpp_codegen_object_new(Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142_il2cpp_TypeInfo_var);
Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA(L_74, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_anyAtomicType_81(L_74);
Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB * L_75 = (Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB *)il2cpp_codegen_object_new(Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB_il2cpp_TypeInfo_var);
Datatype_dayTimeDuration__ctor_m08AA284DEB52874EC10040B8AE7E5B7A4BAA8468(L_75, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_dayTimeDuration_82(L_75);
Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD * L_76 = (Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD *)il2cpp_codegen_object_new(Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD_il2cpp_TypeInfo_var);
Datatype_untypedAtomicType__ctor_m5AC4D6726AB8BF07853145C98A6FF9E6C7E346F0(L_76, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_untypedAtomicType_83(L_76);
Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E * L_77 = (Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E *)il2cpp_codegen_object_new(Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E_il2cpp_TypeInfo_var);
Datatype_yearMonthDuration__ctor_m3BDA670EDA63808ECE01070C8CAC35A434272E12(L_77, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_yearMonthDuration_84(L_77);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_78 = (DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36*)SZArrayNew(DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_79 = L_78;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_80 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_string_67();
NullCheck(L_79);
ArrayElementTypeCheck (L_79, L_80);
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(0), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_80);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_81 = L_79;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_82 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ID_45();
NullCheck(L_81);
ArrayElementTypeCheck (L_81, L_82);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(1), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_82);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_83 = L_81;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_84 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREF_46();
NullCheck(L_83);
ArrayElementTypeCheck (L_83, L_84);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(2), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_84);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_85 = L_83;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_86 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREFS_47();
NullCheck(L_85);
ArrayElementTypeCheck (L_85, L_86);
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(3), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_86);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_87 = L_85;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_88 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITY_38();
NullCheck(L_87);
ArrayElementTypeCheck (L_87, L_88);
(L_87)->SetAt(static_cast<il2cpp_array_size_t>(4), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_88);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_89 = L_87;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_90 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITIES_39();
NullCheck(L_89);
ArrayElementTypeCheck (L_89, L_90);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(5), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_90);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_91 = L_89;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_92 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57();
NullCheck(L_91);
ArrayElementTypeCheck (L_91, L_92);
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(6), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_92);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_93 = L_91;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_94 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58();
NullCheck(L_93);
ArrayElementTypeCheck (L_93, L_94);
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(7), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_94);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_95 = L_93;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_96 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NOTATION_62();
NullCheck(L_95);
ArrayElementTypeCheck (L_95, L_96);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(8), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_96);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_97 = L_95;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_98 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40();
NullCheck(L_97);
ArrayElementTypeCheck (L_97, L_98);
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_98);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_99 = L_97;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_100 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_QNameXdr_65();
NullCheck(L_99);
ArrayElementTypeCheck (L_99, L_100);
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_100);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_101 = L_99;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_102 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NCName_55();
NullCheck(L_101);
ArrayElementTypeCheck (L_101, L_102);
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_102);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_tokenizedTypes_85(L_101);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_103 = (DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36*)SZArrayNew(DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_104 = L_103;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_105 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_string_67();
NullCheck(L_104);
ArrayElementTypeCheck (L_104, L_105);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(0), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_105);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_106 = L_104;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_107 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ID_45();
NullCheck(L_106);
ArrayElementTypeCheck (L_106, L_107);
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(1), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_107);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_108 = L_106;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_109 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREF_46();
NullCheck(L_108);
ArrayElementTypeCheck (L_108, L_109);
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(2), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_109);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_110 = L_108;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_111 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREFS_47();
NullCheck(L_110);
ArrayElementTypeCheck (L_110, L_111);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(3), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_111);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_112 = L_110;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_113 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITY_38();
NullCheck(L_112);
ArrayElementTypeCheck (L_112, L_113);
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(4), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_113);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_114 = L_112;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_115 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITIES_39();
NullCheck(L_114);
ArrayElementTypeCheck (L_114, L_115);
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(5), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_115);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_116 = L_114;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_117 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57();
NullCheck(L_116);
ArrayElementTypeCheck (L_116, L_117);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(6), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_117);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_118 = L_116;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_119 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58();
NullCheck(L_118);
ArrayElementTypeCheck (L_118, L_119);
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(7), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_119);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_120 = L_118;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_121 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NOTATION_62();
NullCheck(L_120);
ArrayElementTypeCheck (L_120, L_121);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(8), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_121);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_122 = L_120;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_123 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40();
NullCheck(L_122);
ArrayElementTypeCheck (L_122, L_123);
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_123);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_124 = L_122;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_125 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_QName_64();
NullCheck(L_124);
ArrayElementTypeCheck (L_124, L_125);
(L_124)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_125);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_126 = L_124;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_127 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NCName_55();
NullCheck(L_126);
ArrayElementTypeCheck (L_126, L_127);
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_127);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_tokenizedTypesXsd_86(L_126);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_128 = (SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7*)SZArrayNew(SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)38));
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_129 = L_128;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_130 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_base64Binary_25();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_131 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_131, _stringLiteralF4FFA4D065BACCE25A088860F4B85FE766AE7548, L_130, /*hidden argument*/NULL);
NullCheck(L_129);
ArrayElementTypeCheck (L_129, L_131);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(0), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_131);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_132 = L_129;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_133 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_hexBinary_44();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_134 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_134, _stringLiteralF45C296D1B8A72D02D2C5DEF48EC6114DF0FA2A3, L_133, /*hidden argument*/NULL);
NullCheck(L_132);
ArrayElementTypeCheck (L_132, L_134);
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(1), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_134);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_135 = L_132;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_136 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_boolean_26();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_137 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_137, _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD, L_136, /*hidden argument*/NULL);
NullCheck(L_135);
ArrayElementTypeCheck (L_135, L_137);
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(2), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_137);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_138 = L_135;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_139 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_char_28();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_140 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_140, _stringLiteral71FAFC4E2FC1E47E234762A96B80512B6B5534C2, L_139, /*hidden argument*/NULL);
NullCheck(L_138);
ArrayElementTypeCheck (L_138, L_140);
(L_138)->SetAt(static_cast<il2cpp_array_size_t>(3), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_140);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_141 = L_138;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_142 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_date_29();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_143 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_143, _stringLiteralE927D0677C77241B707442314346326278051DD6, L_142, /*hidden argument*/NULL);
NullCheck(L_141);
ArrayElementTypeCheck (L_141, L_143);
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(4), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_143);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_144 = L_141;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_145 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_dateTimeNoTz_31();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_146 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_146, _stringLiteral8CA145894421E2AE0E3BC4A07815A514D64C4058, L_145, /*hidden argument*/NULL);
NullCheck(L_144);
ArrayElementTypeCheck (L_144, L_146);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(5), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_146);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_147 = L_144;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_148 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_dateTimeTz_32();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_149 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_149, _stringLiteralE37D35626306495BE58EF3C807BC3E0E59BF0D5A, L_148, /*hidden argument*/NULL);
NullCheck(L_147);
ArrayElementTypeCheck (L_147, L_149);
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(6), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_149);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_150 = L_147;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_151 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_decimal_34();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_152 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_152, _stringLiteral45932D6FA98F39C5CD3F08CD951D8DC70FC5F7DE, L_151, /*hidden argument*/NULL);
NullCheck(L_150);
ArrayElementTypeCheck (L_150, L_152);
(L_150)->SetAt(static_cast<il2cpp_array_size_t>(7), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_152);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_153 = L_150;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_154 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITIES_39();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_155 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_155, _stringLiteral9D88F3CC176F53090E9FD457C305BBEB86126BCD, L_154, /*hidden argument*/NULL);
NullCheck(L_153);
ArrayElementTypeCheck (L_153, L_155);
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(8), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_155);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_156 = L_153;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_157 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITY_38();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_158 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_158, _stringLiteralE711631380EF1B422AE392DB3CA08B8E061AEA4E, L_157, /*hidden argument*/NULL);
NullCheck(L_156);
ArrayElementTypeCheck (L_156, L_158);
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_158);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_159 = L_156;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_160 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENUMERATION_40();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_161 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_161, _stringLiteral4D0BD32D863EF20888DEE50A370827514C22A74B, L_160, /*hidden argument*/NULL);
NullCheck(L_159);
ArrayElementTypeCheck (L_159, L_161);
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_161);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_162 = L_159;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_163 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_fixed_41();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_164 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_164, _stringLiteral7783F6A266913C7AA3D5938C1197307718FB8BB7, L_163, /*hidden argument*/NULL);
NullCheck(L_162);
ArrayElementTypeCheck (L_162, L_164);
(L_162)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_164);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_165 = L_162;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_166 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_doubleXdr_36();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_167 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_167, _stringLiteral685E80366130387CB75C055248326976D16FDF8D, L_166, /*hidden argument*/NULL);
NullCheck(L_165);
ArrayElementTypeCheck (L_165, L_167);
(L_165)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_167);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_168 = L_165;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_169 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_floatXdr_43();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_170 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_170, _stringLiteral6164508263E56CA4FC74B51FC25EEBCF5F97DD0C, L_169, /*hidden argument*/NULL);
NullCheck(L_168);
ArrayElementTypeCheck (L_168, L_170);
(L_168)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_170);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_171 = L_168;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_172 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_doubleXdr_36();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_173 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_173, _stringLiteral77DC33BC4813FC2E028151ACB57FC3C0033E6B20, L_172, /*hidden argument*/NULL);
NullCheck(L_171);
ArrayElementTypeCheck (L_171, L_173);
(L_171)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_173);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_174 = L_171;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_175 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_byte_27();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_176 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_176, _stringLiteral3795B54C5BA62DF52F7F5132A3C17A2191FC7F74, L_175, /*hidden argument*/NULL);
NullCheck(L_174);
ArrayElementTypeCheck (L_174, L_176);
(L_174)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_176);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_177 = L_174;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_178 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_short_66();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_179 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_179, _stringLiteralCE4E91A86AF472F2EE56D8BA8A3A2530AE3C9DD4, L_178, /*hidden argument*/NULL);
NullCheck(L_177);
ArrayElementTypeCheck (L_177, L_179);
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_179);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_180 = L_177;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_181 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_int_48();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_182 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_182, _stringLiteralDB402F022DCF51D34EBA45A2816D10AF80B66957, L_181, /*hidden argument*/NULL);
NullCheck(L_180);
ArrayElementTypeCheck (L_180, L_182);
(L_180)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_182);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_183 = L_180;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_184 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_long_51();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_185 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_185, _stringLiteral18B1A9EA4E81C8728ABF4FEB68AA197DEE391FA4, L_184, /*hidden argument*/NULL);
NullCheck(L_183);
ArrayElementTypeCheck (L_183, L_185);
(L_183)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_185);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_186 = L_183;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_187 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ID_45();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_188 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_188, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_187, /*hidden argument*/NULL);
NullCheck(L_186);
ArrayElementTypeCheck (L_186, L_188);
(L_186)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_188);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_189 = L_186;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_190 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREF_46();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_191 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_191, _stringLiteral17468B8EBABCC4AD6817458C55457DFA2AD4A29D, L_190, /*hidden argument*/NULL);
NullCheck(L_189);
ArrayElementTypeCheck (L_189, L_191);
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_191);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_192 = L_189;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_193 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREFS_47();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_194 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_194, _stringLiteralAE271130049D6C80C9576268E6E504A8F250F95E, L_193, /*hidden argument*/NULL);
NullCheck(L_192);
ArrayElementTypeCheck (L_192, L_194);
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_194);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_195 = L_192;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_196 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_int_48();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_197 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_197, _stringLiteral46F8AB7C0CFF9DF7CD124852E26022A6BF89E315, L_196, /*hidden argument*/NULL);
NullCheck(L_195);
ArrayElementTypeCheck (L_195, L_197);
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_197);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_198 = L_195;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_199 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_200 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_200, _stringLiteral681819B2E781FF4E99233A89B6D6DDC00043941D, L_199, /*hidden argument*/NULL);
NullCheck(L_198);
ArrayElementTypeCheck (L_198, L_200);
(L_198)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_200);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_201 = L_198;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_202 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_203 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_203, _stringLiteralDAF5B6EF9508CFF337EA0399C2E810565C09E040, L_202, /*hidden argument*/NULL);
NullCheck(L_201);
ArrayElementTypeCheck (L_201, L_203);
(L_201)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_203);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_204 = L_201;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_205 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NOTATION_62();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_206 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_206, _stringLiteral969D7A2A21898BA63DC5265EFD04C401D86EA791, L_205, /*hidden argument*/NULL);
NullCheck(L_204);
ArrayElementTypeCheck (L_204, L_206);
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_206);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_207 = L_204;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_208 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_doubleXdr_36();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_209 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_209, _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB, L_208, /*hidden argument*/NULL);
NullCheck(L_207);
ArrayElementTypeCheck (L_207, L_209);
(L_207)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_209);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_210 = L_207;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_211 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_floatXdr_43();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_212 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_212, _stringLiteral7E264138D0CA103B872057862B9B0359962EC5D2, L_211, /*hidden argument*/NULL);
NullCheck(L_210);
ArrayElementTypeCheck (L_210, L_212);
(L_210)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_212);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_213 = L_210;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_214 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_doubleXdr_36();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_215 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_215, _stringLiteral4E436C8053F56559B1B98F9168983E4DDB504456, L_214, /*hidden argument*/NULL);
NullCheck(L_213);
ArrayElementTypeCheck (L_213, L_215);
(L_213)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_215);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_216 = L_213;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_217 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_string_67();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_218 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_218, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D, L_217, /*hidden argument*/NULL);
NullCheck(L_216);
ArrayElementTypeCheck (L_216, L_218);
(L_216)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_218);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_219 = L_216;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_220 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_timeNoTz_69();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_221 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_221, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, L_220, /*hidden argument*/NULL);
NullCheck(L_219);
ArrayElementTypeCheck (L_219, L_221);
(L_219)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_221);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_222 = L_219;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_223 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_timeTz_70();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_224 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_224, _stringLiteral0A1B3C8060BAA4F055028BCE8E3008D289383F59, L_223, /*hidden argument*/NULL);
NullCheck(L_222);
ArrayElementTypeCheck (L_222, L_224);
(L_222)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_224);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_225 = L_222;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_226 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedByte_72();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_227 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_227, _stringLiteral5FAFBA20BF82360D15C7418CF1A49F2B7A5DE8A8, L_226, /*hidden argument*/NULL);
NullCheck(L_225);
ArrayElementTypeCheck (L_225, L_227);
(L_225)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_227);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_228 = L_225;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_229 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedShort_75();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_230 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_230, _stringLiteral6FEFD56DE490D9985E05DED528201C680BF6BEF2, L_229, /*hidden argument*/NULL);
NullCheck(L_228);
ArrayElementTypeCheck (L_228, L_230);
(L_228)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_230);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_231 = L_228;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_232 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedInt_73();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_233 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_233, _stringLiteralF566085526E3032983C3938072A3871DEBFEC948, L_232, /*hidden argument*/NULL);
NullCheck(L_231);
ArrayElementTypeCheck (L_231, L_233);
(L_231)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_233);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_234 = L_231;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_235 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedLong_74();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_236 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_236, _stringLiteral39144921F7D7421DEF4696D69DEE2C29DDFD9651, L_235, /*hidden argument*/NULL);
NullCheck(L_234);
ArrayElementTypeCheck (L_234, L_236);
(L_234)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_236);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_237 = L_234;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_238 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anyURI_24();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_239 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_239, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_238, /*hidden argument*/NULL);
NullCheck(L_237);
ArrayElementTypeCheck (L_237, L_239);
(L_237)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_239);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_240 = L_237;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_241 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_uuid_76();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_242 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7(L_242, _stringLiteral48E3462CBEEDD9B70CED95702E2E262CEBA217DA, L_241, /*hidden argument*/NULL);
NullCheck(L_240);
ArrayElementTypeCheck (L_240, L_242);
(L_240)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_242);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_XdrTypes_87(L_240);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_243 = (SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7*)SZArrayNew(SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)45));
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_244 = L_243;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_245 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITIES_39();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_246 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_246, _stringLiteralC94604A8F316DF2BA13181D92D05F0AEE9D95ACD, L_245, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_244);
ArrayElementTypeCheck (L_244, L_246);
(L_244)->SetAt(static_cast<il2cpp_array_size_t>(0), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_246);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_247 = L_244;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_248 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ENTITY_38();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_249 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_249, _stringLiteral06E71220E447AC7E5931CA6D88C2302747D2CF69, L_248, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_247);
ArrayElementTypeCheck (L_247, L_249);
(L_247)->SetAt(static_cast<il2cpp_array_size_t>(1), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_249);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_250 = L_247;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_251 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_ID_45();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_252 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_252, _stringLiteral89F89C02CF47E091E726A4E07B88AF0966806897, L_251, 5, /*hidden argument*/NULL);
NullCheck(L_250);
ArrayElementTypeCheck (L_250, L_252);
(L_250)->SetAt(static_cast<il2cpp_array_size_t>(2), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_252);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_253 = L_250;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_254 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREF_46();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_255 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_255, _stringLiteral093FEA9488EA9797167D21CD4E3EB5395E0DF430, L_254, 5, /*hidden argument*/NULL);
NullCheck(L_253);
ArrayElementTypeCheck (L_253, L_255);
(L_253)->SetAt(static_cast<il2cpp_array_size_t>(3), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_255);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_256 = L_253;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_257 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_IDREFS_47();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_258 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_258, _stringLiteral34AFAEE69BBDCB13D7361FC04D3E5EF2359B2D97, L_257, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_256);
ArrayElementTypeCheck (L_256, L_258);
(L_256)->SetAt(static_cast<il2cpp_array_size_t>(4), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_258);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_259 = L_256;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_260 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NCName_55();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_261 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_261, _stringLiteral74A74C83F2EC138AEF4F493A79C46BF5647C17F6, L_260, ((int32_t)9), /*hidden argument*/NULL);
NullCheck(L_259);
ArrayElementTypeCheck (L_259, L_261);
(L_259)->SetAt(static_cast<il2cpp_array_size_t>(5), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_261);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_262 = L_259;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_263 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKEN_57();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_264 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_264, _stringLiteralAD5E0E58054326F400AE0F13E3A0156100933993, L_263, ((int32_t)40), /*hidden argument*/NULL);
NullCheck(L_262);
ArrayElementTypeCheck (L_262, L_264);
(L_262)->SetAt(static_cast<il2cpp_array_size_t>(6), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_264);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_265 = L_262;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_266 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NMTOKENS_58();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_267 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_267, _stringLiteral1408C5D2460F762ABF0CB79A45EE405A139FAD0B, L_266, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_265);
ArrayElementTypeCheck (L_265, L_267);
(L_265)->SetAt(static_cast<il2cpp_array_size_t>(7), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_267);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_268 = L_265;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_269 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_NOTATION_62();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_270 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_270, _stringLiteral09E298E6BCC9581B0D231B925653307277F8C745, L_269, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_268);
ArrayElementTypeCheck (L_268, L_270);
(L_268)->SetAt(static_cast<il2cpp_array_size_t>(8), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_270);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_271 = L_268;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_272 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_Name_54();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_273 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_273, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, L_272, ((int32_t)40), /*hidden argument*/NULL);
NullCheck(L_271);
ArrayElementTypeCheck (L_271, L_273);
(L_271)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_273);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_274 = L_271;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_275 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_QName_64();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_276 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_276, _stringLiteralAACF433E5A037C45B6FA28E60D34A52D319DBA0E, L_275, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_274);
ArrayElementTypeCheck (L_274, L_276);
(L_274)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_276);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_277 = L_274;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_278 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anySimpleType_23();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_279 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_279, _stringLiteral5968E7DDD221DADE6F2ED058C7662FF1727E243A, L_278, (-1), /*hidden argument*/NULL);
NullCheck(L_277);
ArrayElementTypeCheck (L_277, L_279);
(L_277)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_279);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_280 = L_277;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_281 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anyURI_24();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_282 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_282, _stringLiteral091D88717DE728C81B6A9864637F5A0AA5B1182E, L_281, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_280);
ArrayElementTypeCheck (L_280, L_282);
(L_280)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_282);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_283 = L_280;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_284 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_base64Binary_25();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_285 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_285, _stringLiteral5C6B81C646A4F154CBB76630033631F51A708BC4, L_284, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_283);
ArrayElementTypeCheck (L_283, L_285);
(L_283)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_285);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_286 = L_283;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_287 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_boolean_26();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_288 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_288, _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD, L_287, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_286);
ArrayElementTypeCheck (L_286, L_288);
(L_286)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_288);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_289 = L_286;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_290 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_byte_27();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_291 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_291, _stringLiteral8CF1783FA99F62CA581F6FE8F3CD66B0F9AB9FC3, L_290, ((int32_t)37), /*hidden argument*/NULL);
NullCheck(L_289);
ArrayElementTypeCheck (L_289, L_291);
(L_289)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_291);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_292 = L_289;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_293 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_date_29();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_294 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_294, _stringLiteralE927D0677C77241B707442314346326278051DD6, L_293, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_292);
ArrayElementTypeCheck (L_292, L_294);
(L_292)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_294);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_295 = L_292;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_296 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_dateTime_30();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_297 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_297, _stringLiteral8CA145894421E2AE0E3BC4A07815A514D64C4058, L_296, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_295);
ArrayElementTypeCheck (L_295, L_297);
(L_295)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_297);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_298 = L_295;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_299 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_decimal_34();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_300 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_300, _stringLiteral45932D6FA98F39C5CD3F08CD951D8DC70FC5F7DE, L_299, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_298);
ArrayElementTypeCheck (L_298, L_300);
(L_298)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_300);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_301 = L_298;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_302 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_double_35();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_303 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_303, _stringLiteralBDB36BB22DEB169275B3094BA9005A29EEDDD195, L_302, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_301);
ArrayElementTypeCheck (L_301, L_303);
(L_301)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_303);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_304 = L_301;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_305 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_duration_37();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_306 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_306, _stringLiteral5D3F344B5BD21E9500C69CA575A3286C85B28F1C, L_305, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_304);
ArrayElementTypeCheck (L_304, L_306);
(L_304)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_306);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_307 = L_304;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_308 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_float_42();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_309 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_309, _stringLiteral685E80366130387CB75C055248326976D16FDF8D, L_308, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_307);
ArrayElementTypeCheck (L_307, L_309);
(L_307)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_309);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_310 = L_307;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_311 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_day_33();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_312 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_312, _stringLiteralBD434F57775CE72CC3C08AE2666EFC9159F123AA, L_311, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_310);
ArrayElementTypeCheck (L_310, L_312);
(L_310)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_312);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_313 = L_310;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_314 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_month_52();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_315 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_315, _stringLiteral697A15365B39266E3D7721BAE3DD90E335338483, L_314, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_313);
ArrayElementTypeCheck (L_313, L_315);
(L_313)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_315);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_316 = L_313;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_317 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_monthDay_53();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_318 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_318, _stringLiteral0527BF63DA97CB91D0CC4969CECFB593727DAF55, L_317, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_316);
ArrayElementTypeCheck (L_316, L_318);
(L_316)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_318);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_319 = L_316;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_320 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_year_77();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_321 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_321, _stringLiteralFD4927C3DFD248E759E6D510BB1FB422C3C4F638, L_320, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_319);
ArrayElementTypeCheck (L_319, L_321);
(L_319)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_321);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_322 = L_319;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_323 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_yearMonth_78();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_324 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_324, _stringLiteral9EB1E46D2C3140D84FDFA49FC861C567AB64272C, L_323, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_322);
ArrayElementTypeCheck (L_322, L_324);
(L_322)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_324);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_325 = L_322;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_326 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_hexBinary_44();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_327 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_327, _stringLiteralDD362C02E134DE903E5F2D75A851AFBB031EBD99, L_326, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_325);
ArrayElementTypeCheck (L_325, L_327);
(L_325)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_327);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_328 = L_325;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_329 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_int_48();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_330 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_330, _stringLiteral46F8AB7C0CFF9DF7CD124852E26022A6BF89E315, L_329, ((int32_t)31), /*hidden argument*/NULL);
NullCheck(L_328);
ArrayElementTypeCheck (L_328, L_330);
(L_328)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_330);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_331 = L_328;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_332 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_integer_49();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_333 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_333, _stringLiteral1178CAFBD64BBBFA77F5AC0A9D5032ED88162781, L_332, ((int32_t)18), /*hidden argument*/NULL);
NullCheck(L_331);
ArrayElementTypeCheck (L_331, L_333);
(L_331)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_333);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_334 = L_331;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_335 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_language_50();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_336 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_336, _stringLiteralE11523C5FF23FC1600ACA2D8EE5ADB542C5CE4B3, L_335, ((int32_t)40), /*hidden argument*/NULL);
NullCheck(L_334);
ArrayElementTypeCheck (L_334, L_336);
(L_334)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_336);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_337 = L_334;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_338 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_long_51();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_339 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_339, _stringLiteralBD3027FA569EA15CA76D84DB21C67E2D514C1A5A, L_338, ((int32_t)29), /*hidden argument*/NULL);
NullCheck(L_337);
ArrayElementTypeCheck (L_337, L_339);
(L_337)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_339);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_340 = L_337;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_341 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_negativeInteger_56();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_342 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_342, _stringLiteralD265AAB3812E8E61E71EB18129D5344512D0387A, L_341, ((int32_t)34), /*hidden argument*/NULL);
NullCheck(L_340);
ArrayElementTypeCheck (L_340, L_342);
(L_340)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_342);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_343 = L_340;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_344 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_nonNegativeInteger_59();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_345 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_345, _stringLiteralD369468BDCF50CD9B3F945536412EE051D15A2F8, L_344, ((int32_t)29), /*hidden argument*/NULL);
NullCheck(L_343);
ArrayElementTypeCheck (L_343, L_345);
(L_343)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_345);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_346 = L_343;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_347 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_nonPositiveInteger_60();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_348 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_348, _stringLiteral1AAD62EAE67C9974F436B34D60D0A77CD78B771D, L_347, ((int32_t)29), /*hidden argument*/NULL);
NullCheck(L_346);
ArrayElementTypeCheck (L_346, L_348);
(L_346)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_348);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_349 = L_346;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_350 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_normalizedString_61();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_351 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_351, _stringLiteral3B1DBEC30777F4501191866BC4B77CE969D58E90, L_350, ((int32_t)38), /*hidden argument*/NULL);
NullCheck(L_349);
ArrayElementTypeCheck (L_349, L_351);
(L_349)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_351);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_352 = L_349;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_353 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_positiveInteger_63();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_354 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_354, _stringLiteral5001D84DC57FB8096C115C2346D4E710C29CE597, L_353, ((int32_t)33), /*hidden argument*/NULL);
NullCheck(L_352);
ArrayElementTypeCheck (L_352, L_354);
(L_352)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_354);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_355 = L_352;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_356 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_short_66();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_357 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_357, _stringLiteralA0F4EA7D91495DF92BBAC2E2149DFB850FE81396, L_356, ((int32_t)28), /*hidden argument*/NULL);
NullCheck(L_355);
ArrayElementTypeCheck (L_355, L_357);
(L_355)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_357);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_358 = L_355;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_359 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_string_67();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_360 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_360, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D, L_359, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_358);
ArrayElementTypeCheck (L_358, L_360);
(L_358)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_360);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_361 = L_358;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_362 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_time_68();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_363 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_363, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, L_362, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_361);
ArrayElementTypeCheck (L_361, L_363);
(L_361)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_363);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_364 = L_361;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_365 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_token_71();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_366 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_366, _stringLiteralEE977806D7286510DA8B9A7492BA58E2484C0ECC, L_365, ((int32_t)35), /*hidden argument*/NULL);
NullCheck(L_364);
ArrayElementTypeCheck (L_364, L_366);
(L_364)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_366);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_367 = L_364;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_368 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedByte_72();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_369 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_369, _stringLiteral6E1B25A9BA88254EB979FB9843461E68235DFA64, L_368, ((int32_t)44), /*hidden argument*/NULL);
NullCheck(L_367);
ArrayElementTypeCheck (L_367, L_369);
(L_367)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)41)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_369);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_370 = L_367;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_371 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedInt_73();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_372 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_372, _stringLiteralDA374A6AA90CE1913513C0F0FC92EF8B3B1CFB7D, L_371, ((int32_t)43), /*hidden argument*/NULL);
NullCheck(L_370);
ArrayElementTypeCheck (L_370, L_372);
(L_370)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)42)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_372);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_373 = L_370;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_374 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedLong_74();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_375 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_375, _stringLiteral4586F1E8F208778C4ADB6450AD67BF00EA5A26CE, L_374, ((int32_t)33), /*hidden argument*/NULL);
NullCheck(L_373);
ArrayElementTypeCheck (L_373, L_375);
(L_373)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)43)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_375);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_376 = L_373;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_377 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_unsignedShort_75();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_378 = (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)il2cpp_codegen_object_new(SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E_il2cpp_TypeInfo_var);
SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF(L_378, _stringLiteral8D3C17B81E6196BE97355248B36161D3F7E713D9, L_377, ((int32_t)42), /*hidden argument*/NULL);
NullCheck(L_376);
ArrayElementTypeCheck (L_376, L_378);
(L_376)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)44)), (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E *)L_378);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_c_XsdTypes_88(L_376);
DatatypeImplementation_CreateBuiltinTypes_m70EE7A4E664949D70A7C90857BB45A05CA4632FA(/*hidden argument*/NULL);
return;
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anySimpleType_7();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_UntypedAtomicType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_get_UntypedAtomicType_m3854CEE2CB84DC06B5A6AB3759A54FA109BBE03A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_get_UntypedAtomicType_m3854CEE2CB84DC06B5A6AB3759A54FA109BBE03A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_untypedAtomicType_9();
return L_0;
}
}
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromXmlTokenizedType(System.Xml.XmlTokenizedType)
extern "C" IL2CPP_METHOD_ATTR DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * DatatypeImplementation_FromXmlTokenizedType_m9EED7ABF9E60985D44B8BCE9451F441EB3C4FCA8 (int32_t ___token0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_FromXmlTokenizedType_m9EED7ABF9E60985D44B8BCE9451F441EB3C4FCA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36* L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_tokenizedTypes_85();
int32_t L_1 = ___token0;
NullCheck(L_0);
int32_t L_2 = L_1;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String)
extern "C" IL2CPP_METHOD_ATTR DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
String_t* L_1 = ___name0;
int32_t L_2 = Array_BinarySearch_m1C4BF209146D7DF552578B0CFBFB641DDD8A90B7((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = V_0;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_001e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_4 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_8 = SchemaDatatypeMap_op_Explicit_mFBE264B75627C38B256A1F06C5C4332D863A8F16(L_7, /*hidden argument*/NULL);
return L_8;
}
IL_001e:
{
return (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)NULL;
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___dataType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_0 = NULL;
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_0 = (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var);
XmlSchemaSimpleType__ctor_m97D2F306B2265F0BECE5917AC04188AE61C8ED02(L_0, /*hidden argument*/NULL);
V_0 = L_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_1 = V_0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___qname0;
NullCheck(L_1);
XmlSchemaType_SetQualifiedName_mDB0C271D96C9C4C6B57DC4AD6C84F373852C2653(L_1, L_2, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_3 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_4 = ___dataType1;
NullCheck(L_3);
XmlSchemaType_SetDatatype_mA090C937F75EE7B7C7199B0094D5FDE8C7F8D6E1(L_3, L_4, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_6 = ___dataType1;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_7 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)il2cpp_codegen_object_new(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var);
SchemaElementDecl__ctor_m0DEBB1C6E34CD4DED881B9FAF541202035071E68(L_7, L_6, /*hidden argument*/NULL);
NullCheck(L_5);
XmlSchemaType_set_ElementDecl_m39CA56E8266C64D3FC4016021DE75DB03DCC99FF(L_5, L_7, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_8 = V_0;
NullCheck(L_8);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_9 = XmlSchemaType_get_ElementDecl_m49798CEC0FA713C40ED9576DD7719A97687FAA2D(L_8, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = V_0;
NullCheck(L_9);
SchemaDeclBase_set_SchemaType_mBDA1764BF8601FB6D5A73143069307FC5E549BDC(L_9, L_10, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_11 = V_0;
return L_11;
}
}
// System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType)
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4 (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___derivedType0, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___baseType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * V_0 = NULL;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * V_1 = NULL;
int32_t V_2 = 0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_3 = NULL;
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_0 = ___derivedType0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_1 = ___baseType1;
NullCheck(L_0);
XmlSchemaType_SetBaseSchemaType_m06E9A44C61FF432F849C8AF6D26F5FE1CD079FFA(L_0, L_1, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_2 = ___derivedType0;
NullCheck(L_2);
XmlSchemaType_SetDerivedBy_mE0DF2C9AAD65C22B13F6F4929152015A8D0DF048(L_2, 4, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_3 = ___derivedType0;
NullCheck(L_3);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_4 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_4);
if (L_5)
{
goto IL_0034;
}
}
{
XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * L_6 = (XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeRestriction__ctor_m7E3ACC527A0D075BF9C866E0BCF53906CB3C9AC4(L_6, /*hidden argument*/NULL);
V_0 = L_6;
XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * L_7 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_8 = ___baseType1;
NullCheck(L_8);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mF05EF6BBCA3CA845AA728EEB7DF09EE35EE9988C(L_7, L_9, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = ___derivedType0;
XmlSchemaSimpleTypeRestriction_t948C7680F4D262DA9DA7590CCA8E2F96078E490C * L_11 = V_0;
NullCheck(L_10);
XmlSchemaSimpleType_set_Content_m7517F796A3528BC682609373F46D62732176E0A9(L_10, L_11, /*hidden argument*/NULL);
}
IL_0034:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_12 = ___derivedType0;
NullCheck(L_12);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_13 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_13);
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_00bc;
}
}
{
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_15 = (XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeList__ctor_m0501F1905336A01611FFC5D9FF521ADB196E177D(L_15, /*hidden argument*/NULL);
V_1 = L_15;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_16 = ___derivedType0;
NullCheck(L_16);
XmlSchemaType_SetDerivedBy_mE0DF2C9AAD65C22B13F6F4929152015A8D0DF048(L_16, 8, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_17 = ___derivedType0;
NullCheck(L_17);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_18);
V_2 = L_19;
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)34))))
{
goto IL_006c;
}
}
{
int32_t L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)38))))
{
goto IL_009e;
}
}
{
int32_t L_22 = V_2;
if ((((int32_t)L_22) == ((int32_t)((int32_t)39))))
{
goto IL_0085;
}
}
{
goto IL_00b5;
}
IL_006c:
{
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_23 = V_1;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_24 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_25 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
NullCheck(L_25);
int32_t L_26 = ((int32_t)34);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_28 = L_27;
V_3 = L_28;
NullCheck(L_24);
XmlSchemaSimpleTypeList_set_BaseItemType_m75BA4C1A203A9B87113ED9CF38AAB0FF8D6EE21B(L_24, L_28, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_29 = V_3;
NullCheck(L_23);
XmlSchemaSimpleTypeList_set_ItemType_mFB68A6B23A2C046E1D8236CF0800557A7627062E(L_23, L_29, /*hidden argument*/NULL);
goto IL_00b5;
}
IL_0085:
{
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_30 = V_1;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_31 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_32 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
NullCheck(L_32);
int32_t L_33 = ((int32_t)39);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_35 = L_34;
V_3 = L_35;
NullCheck(L_31);
XmlSchemaSimpleTypeList_set_BaseItemType_m75BA4C1A203A9B87113ED9CF38AAB0FF8D6EE21B(L_31, L_35, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_36 = V_3;
NullCheck(L_30);
XmlSchemaSimpleTypeList_set_ItemType_mFB68A6B23A2C046E1D8236CF0800557A7627062E(L_30, L_36, /*hidden argument*/NULL);
goto IL_00b5;
}
IL_009e:
{
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_37 = V_1;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_38 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_39 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
NullCheck(L_39);
int32_t L_40 = ((int32_t)38);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_42 = L_41;
V_3 = L_42;
NullCheck(L_38);
XmlSchemaSimpleTypeList_set_BaseItemType_m75BA4C1A203A9B87113ED9CF38AAB0FF8D6EE21B(L_38, L_42, /*hidden argument*/NULL);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_43 = V_3;
NullCheck(L_37);
XmlSchemaSimpleTypeList_set_ItemType_mFB68A6B23A2C046E1D8236CF0800557A7627062E(L_37, L_43, /*hidden argument*/NULL);
}
IL_00b5:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_44 = ___derivedType0;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_45 = V_1;
NullCheck(L_44);
XmlSchemaSimpleType_set_Content_m7517F796A3528BC682609373F46D62732176E0A9(L_44, L_45, /*hidden argument*/NULL);
}
IL_00bc:
{
return;
}
}
// System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes()
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_m70EE7A4E664949D70A7C90857BB45A05CA4632FA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_CreateBuiltinTypes_m70EE7A4E664949D70A7C90857BB45A05CA4632FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * V_1 = NULL;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * V_2 = NULL;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_6 = NULL;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_7 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
NullCheck(L_0);
int32_t L_1 = ((int32_t)11);
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_1 = L_2;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_3 = V_1;
NullCheck(L_3);
String_t* L_4 = SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B(L_3, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_5, L_4, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
V_0 = L_5;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_6, /*hidden argument*/NULL);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_8 = DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096(L_7, /*hidden argument*/NULL);
V_2 = L_8;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = V_0;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_10 = V_2;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_11 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_9, L_10, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_anySimpleType_7(L_11);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_12 = V_2;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_13 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anySimpleType_7();
NullCheck(L_12);
L_12->set_parentSchemaType_4(L_13);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_14 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_15 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_16 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anySimpleType_7();
NullCheck(L_14);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_14, L_15, L_16);
V_4 = 0;
goto IL_00b4;
}
IL_0052:
{
int32_t L_17 = V_4;
if ((((int32_t)L_17) == ((int32_t)((int32_t)11))))
{
goto IL_00ae;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_18 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
int32_t L_19 = V_4;
NullCheck(L_18);
int32_t L_20 = L_19;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_1 = L_21;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_22 = V_1;
NullCheck(L_22);
String_t* L_23 = SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B(L_22, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_24 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_24, L_23, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
V_0 = L_24;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_25, /*hidden argument*/NULL);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_27 = DatatypeImplementation_FromTypeName_m0279F7D306E265C4548D26AE00BBDAB1952CF096(L_26, /*hidden argument*/NULL);
V_2 = L_27;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_28 = V_0;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_29 = V_2;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_30 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_28, L_29, /*hidden argument*/NULL);
V_3 = L_30;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_31 = V_2;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_32 = V_3;
NullCheck(L_31);
L_31->set_parentSchemaType_4(L_32);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_33 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_34 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_35 = V_3;
NullCheck(L_33);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_33, L_34, L_35);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_36 = V_2;
NullCheck(L_36);
int32_t L_37 = L_36->get_variety_0();
if (L_37)
{
goto IL_00ae;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_38 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_39 = V_2;
NullCheck(L_39);
int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_39);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_41 = V_3;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_41);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_41);
}
IL_00ae:
{
int32_t L_42 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00b4:
{
int32_t L_43 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_44 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
NullCheck(L_44);
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))))))
{
goto IL_0052;
}
}
{
V_5 = 0;
goto IL_014a;
}
IL_00c7:
{
int32_t L_45 = V_5;
if ((((int32_t)L_45) == ((int32_t)((int32_t)11))))
{
goto IL_0144;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_46 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
int32_t L_47 = V_5;
NullCheck(L_46);
int32_t L_48 = L_47;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
V_1 = L_49;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_50 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_51 = V_1;
NullCheck(L_51);
String_t* L_52 = SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B(L_51, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_53 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_53, L_52, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
NullCheck(L_50);
RuntimeObject * L_54 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_50, L_53);
V_6 = ((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)CastclassClass((RuntimeObject*)L_54, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var));
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_55 = V_1;
NullCheck(L_55);
int32_t L_56 = SchemaDatatypeMap_get_ParentIndex_mFF5A976D8FE81B7B2709CFF4E63816F93B84668E(L_55, /*hidden argument*/NULL);
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)11)))))
{
goto IL_010f;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_57 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_58 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anySimpleType_7();
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_57, L_58, /*hidden argument*/NULL);
goto IL_0144;
}
IL_010f:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_59 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_60 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_61 = V_1;
NullCheck(L_61);
int32_t L_62 = SchemaDatatypeMap_get_ParentIndex_mFF5A976D8FE81B7B2709CFF4E63816F93B84668E(L_61, /*hidden argument*/NULL);
NullCheck(L_60);
int32_t L_63 = L_62;
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_64 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
NullCheck(L_64);
String_t* L_65 = SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B(L_64, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_66 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_66, L_65, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
NullCheck(L_59);
RuntimeObject * L_67 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_59, L_66);
V_7 = ((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)CastclassClass((RuntimeObject*)L_67, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_68 = V_6;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_69 = V_7;
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_68, L_69, /*hidden argument*/NULL);
}
IL_0144:
{
int32_t L_70 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_014a:
{
int32_t L_71 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7* L_72 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_XsdTypes_88();
NullCheck(L_72);
if ((((int32_t)L_71) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_72)->max_length)))))))
{
goto IL_00c7;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_73 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_73, _stringLiteralFBD73DD64A7B0A9C9D822DC7B0ABE892D5D2EFCD, _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8, /*hidden argument*/NULL);
V_0 = L_73;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_74 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_75 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anyAtomicType_81();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_76 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_74, L_75, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_anyAtomicType_8(L_76);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_77 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anyAtomicType_81();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_78 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anyAtomicType_8();
NullCheck(L_77);
L_77->set_parentSchemaType_4(L_78);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_79 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anyAtomicType_8();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_80 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anySimpleType_7();
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_79, L_80, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_81 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_82 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_83 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anyAtomicType_8();
NullCheck(L_81);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_81, L_82, L_83);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_84 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_85 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anyAtomicType_8();
NullCheck(L_84);
ArrayElementTypeCheck (L_84, L_85);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_85);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_86 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_86, _stringLiteral5FCF83D1F3D17C8CA5E1EEC494D63EC9BD2903E2, _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8, /*hidden argument*/NULL);
V_0 = L_86;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_87 = V_0;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_88 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_untypedAtomicType_83();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_89 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_87, L_88, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_untypedAtomicType_9(L_89);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_90 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_untypedAtomicType_83();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_91 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_untypedAtomicType_9();
NullCheck(L_90);
L_90->set_parentSchemaType_4(L_91);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_92 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_untypedAtomicType_9();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_93 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_anyAtomicType_8();
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_92, L_93, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_94 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_95 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_96 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_untypedAtomicType_9();
NullCheck(L_94);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_94, L_95, L_96);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_97 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_98 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_untypedAtomicType_9();
NullCheck(L_97);
ArrayElementTypeCheck (L_97, L_98);
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_98);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_99 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_99, _stringLiteral00E610D8ECD5B4A819A3EBE5A702219BE8868A5B, _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8, /*hidden argument*/NULL);
V_0 = L_99;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_100 = V_0;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_101 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_yearMonthDuration_84();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_102 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_100, L_101, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_yearMonthDurationType_10(L_102);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_103 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_yearMonthDuration_84();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_104 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10();
NullCheck(L_103);
L_103->set_parentSchemaType_4(L_104);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_105 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10();
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_106 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
NullCheck(L_106);
int32_t L_107 = ((int32_t)17);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_108 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_105, L_108, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_109 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_110 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_111 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10();
NullCheck(L_109);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_109, L_110, L_111);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_112 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_113 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_yearMonthDurationType_10();
NullCheck(L_112);
ArrayElementTypeCheck (L_112, L_113);
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)53)), (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_113);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_114 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_114, _stringLiteral797A4D062FB0AB31E7C2E699D00D60D8DE3B5822, _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8, /*hidden argument*/NULL);
V_0 = L_114;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_115 = V_0;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_116 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_dayTimeDuration_82();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_117 = DatatypeImplementation_StartBuiltinType_mAF6BE7111D4C99508969F8FEC33501A06DE29828(L_115, L_116, /*hidden argument*/NULL);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->set_dayTimeDurationType_11(L_117);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_118 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_dayTimeDuration_82();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_119 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11();
NullCheck(L_118);
L_118->set_parentSchemaType_4(L_119);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_120 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11();
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_121 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
NullCheck(L_121);
int32_t L_122 = ((int32_t)17);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_123 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
DatatypeImplementation_FinishBuiltinType_mADD5B768FE67448F7F7B494CCAC8CD7A2BD48CC4(L_120, L_123, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_124 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_builtinTypes_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_125 = V_0;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_126 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11();
NullCheck(L_124);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_124, L_125, L_126);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_127 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_128 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dayTimeDurationType_11();
NullCheck(L_127);
ArrayElementTypeCheck (L_127, L_128);
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)54)), (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_128);
return;
}
}
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * DatatypeImplementation_GetSimpleTypeFromTypeCode_m39342A49F9405E3F39DBFB480DC4F55ED347CC91 (int32_t ___typeCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_GetSimpleTypeFromTypeCode_m39342A49F9405E3F39DBFB480DC4F55ED347CC91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_enumToTypeCode_6();
int32_t L_1 = ___typeCode0;
NullCheck(L_0);
int32_t L_2 = L_1;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, int32_t ___minSize0, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_variety_0();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0019;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_2 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_2, _stringLiteral2DDFB3511F3A0FB37118DD4F13DE1895D0956A44, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = __this->get_variety_0();
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
{
goto IL_003f;
}
}
{
NullCheck(((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 *)CastclassClass((RuntimeObject*)__this, Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var)));
bool L_4 = Datatype_union_HasAtomicMembers_mB8AD3BAE454DC8E04E381E21F0FEC8FEC20B4DF8(((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 *)CastclassClass((RuntimeObject*)__this, Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (L_4)
{
goto IL_003f;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_6 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_6, _stringLiteral2DDFB3511F3A0FB37118DD4F13DE1895D0956A44, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, DatatypeImplementation_DeriveByList_m11C293F4D53326DBB6F09926D904D2F781949C9F_RuntimeMethod_var);
}
IL_003f:
{
int32_t L_7 = ___minSize0;
Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * L_8 = (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF *)il2cpp_codegen_object_new(Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF_il2cpp_TypeInfo_var);
Datatype_List__ctor_m5424C291654CC1A55806F764C56F91493066430B(L_8, __this, L_7, /*hidden argument*/NULL);
Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * L_9 = L_8;
NullCheck(L_9);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_9)->set_variety_0(1);
Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * L_10 = L_9;
NullCheck(L_10);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_10)->set_restriction_1((RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 *)NULL);
Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * L_11 = L_10;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_12 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_c_anySimpleType_23();
NullCheck(L_11);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_11)->set_baseType_2(L_12);
Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * L_13 = L_11;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_14 = ___schemaType1;
NullCheck(L_13);
((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 *)L_13)->set_parentSchemaType_4(L_14);
return L_13;
}
}
// System.Boolean System.Xml.Schema.DatatypeImplementation::IsEqual(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DatatypeImplementation_IsEqual_mE0A52AB9841DAC3B9ABD6319CCDF08B51F063526 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___o10;
RuntimeObject * L_1 = ___o21;
int32_t L_2 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, __this, L_0, L_1);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * DatatypeImplementation_CreateValueConverter_mDC4F630B6389BB32AC740AAA6B923C7689B1F34A (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
return (XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E *)NULL;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * DatatypeImplementation_get_FacetsChecker_m6A1B4DCE68283F71FD00D6209A168FDB9B00C716 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_get_FacetsChecker_m6A1B4DCE68283F71FD00D6209A168FDB9B00C716_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15();
return L_0;
}
}
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::get_ValueConverter()
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * DatatypeImplementation_get_ValueConverter_m524E4D98DF992668DAFFA7755C1313FDE4D724BC (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_0 = __this->get_valueConverter_3();
if (L_0)
{
goto IL_001a;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_1 = __this->get_parentSchemaType_4();
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_2 = VirtFuncInvoker1< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E *, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(17 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType) */, __this, L_1);
__this->set_valueConverter_3(L_2);
}
IL_001a:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_3 = __this->get_valueConverter_3();
return L_3;
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.DatatypeImplementation::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TokenizedType_m4A51E71679FD7E854D1E5E4D0FDA942164770646 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)12));
}
}
// System.Type System.Xml.Schema.DatatypeImplementation::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * DatatypeImplementation_get_ValueType_m0CFB085F061A49EBBEB404D9DD974CF952031BC4 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_get_ValueType_m0CFB085F061A49EBBEB404D9DD974CF952031BC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::get_Variety()
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_Variety_mD7EA9F0C4E8DF6CAB3C176D04F226B901C59BADA (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_variety_0();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.DatatypeImplementation::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TypeCode_m4955A1978F0ED9A7D620A2BDD5D515AD717DB973 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::get_Restriction()
extern "C" IL2CPP_METHOD_ATTR RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * DatatypeImplementation_get_Restriction_m1D8B64E0C40727CD7DA51EFAC032A4ABD9620544 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_0 = __this->get_restriction_1();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.DatatypeImplementation::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_BuiltInWhitespaceFacet_m01200AA8FAA258CB7F6766D2E28527869A8D467C (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Object System.Xml.Schema.DatatypeImplementation::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DatatypeImplementation_ParseValue_mF50BE659FF1CC52176BFEA9AEBAB717813FD4DB5 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_ParseValue_mF50BE659FF1CC52176BFEA9AEBAB717813FD4DB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Exception_t * V_1 = NULL;
{
String_t* L_0 = ___s0;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = ___nameTable1;
RuntimeObject* L_2 = ___nsmgr2;
Exception_t * L_3 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject*, RuntimeObject ** >::Invoke(13 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, __this, L_0, L_1, L_2, (RuntimeObject **)(&V_0));
V_1 = L_3;
Exception_t * L_4 = V_1;
if (!L_4)
{
goto IL_003b;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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), (String_t*)L_7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_6;
String_t* L_9 = DatatypeImplementation_GetTypeName_mF5123D6073F565DE95C505B193F638919F45588A(__this, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_8;
Exception_t * L_11 = V_1;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_11);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_12);
Exception_t * L_13 = V_1;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_14 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mEB2B271A8C69A0AE6211132F89FA051EA045D021(L_14, _stringLiteral7EDEFB80E4029DA5CB557BFB74DE6886F7D7BA6D, L_10, L_13, (String_t*)NULL, 0, 0, (XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DatatypeImplementation_ParseValue_mF50BE659FF1CC52176BFEA9AEBAB717813FD4DB5_RuntimeMethod_var);
}
IL_003b:
{
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, __this);
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
{
goto IL_0050;
}
}
{
RuntimeObject * L_16 = V_0;
NullCheck(((XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var)));
RuntimeObject * L_17 = XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E(((XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_17;
}
IL_0050:
{
RuntimeObject * L_18 = V_0;
return L_18;
}
}
// System.Object System.Xml.Schema.DatatypeImplementation::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DatatypeImplementation_ParseValue_mA94166872AE8F9FD8F8B3FC467529BA916D687DE (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, bool ___createAtomicValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DatatypeImplementation_ParseValue_mA94166872AE8F9FD8F8B3FC467529BA916D687DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Exception_t * V_1 = NULL;
{
bool L_0 = ___createAtomicValue3;
if (!L_0)
{
goto IL_0041;
}
}
{
String_t* L_1 = ___s0;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = ___nameTable1;
RuntimeObject* L_3 = ___nsmgr2;
Exception_t * L_4 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject*, RuntimeObject ** >::Invoke(13 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, __this, L_1, L_2, L_3, (RuntimeObject **)(&V_0));
V_1 = L_4;
Exception_t * L_5 = V_1;
if (!L_5)
{
goto IL_003f;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
String_t* L_8 = ___s0;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_7;
String_t* L_10 = DatatypeImplementation_GetTypeName_mF5123D6073F565DE95C505B193F638919F45588A(__this, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_10);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_9;
Exception_t * L_12 = V_1;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_12);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_13);
Exception_t * L_14 = V_1;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_15 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mEB2B271A8C69A0AE6211132F89FA051EA045D021(L_15, _stringLiteral7EDEFB80E4029DA5CB557BFB74DE6886F7D7BA6D, L_11, L_14, (String_t*)NULL, 0, 0, (XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, DatatypeImplementation_ParseValue_mA94166872AE8F9FD8F8B3FC467529BA916D687DE_RuntimeMethod_var);
}
IL_003f:
{
RuntimeObject * L_16 = V_0;
return L_16;
}
IL_0041:
{
String_t* L_17 = ___s0;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_18 = ___nameTable1;
RuntimeObject* L_19 = ___nsmgr2;
RuntimeObject * L_20 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_17, L_18, L_19);
return L_20;
}
}
// System.String System.Xml.Schema.DatatypeImplementation::GetTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mF5123D6073F565DE95C505B193F638919F45588A (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_0 = NULL;
String_t* V_1 = NULL;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_parentSchemaType_4();
V_0 = L_0;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = V_0;
NullCheck(L_2);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
IL_0017:
{
String_t* L_5 = XmlSchemaDatatype_get_TypeCodeString_m2B7AC9A37B89D920FDBE45770BFA8E7799734731(__this, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_002c;
}
IL_0020:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_0;
NullCheck(L_6);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
V_1 = L_8;
}
IL_002c:
{
String_t* L_9 = V_1;
return L_9;
}
}
// System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_m648EAA3405C8CC4680BDEF9FA415AE1D31FAF1C9 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value21, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value10;
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
int32_t L_1 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value21;
NullCheck(L_2);
if ((((int32_t)L_1) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))
{
goto IL_000c;
}
}
{
return (-1);
}
IL_000c:
{
V_1 = 0;
goto IL_001e;
}
IL_0010:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value10;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___value21;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((((int32_t)L_6) == ((int32_t)L_10)))
{
goto IL_001a;
}
}
{
return (-1);
}
IL_001a:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_001e:
{
int32_t L_12 = V_1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0010;
}
}
{
return 0;
}
}
// System.Void System.Xml.Schema.DatatypeImplementation::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_mEC92E74A723A532DA1C322A92CB2B240AC377738 (DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * __this, const RuntimeMethod* method)
{
{
XmlSchemaDatatype__ctor_mF7AC0CE30D15C8116EAC8A594126DE93A0FF8D2D(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation)
extern "C" IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_mA0A8C7ABD353E64BD8B870FCF6A47AA76D3C9AF7 (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, String_t* ___name0, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_1 = ___type1;
__this->set_type_1(L_1);
return;
}
}
// System.Void System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_mEE0FA0C29A6EC0337B741F21043DA5FDF2F2C1BF (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, String_t* ___name0, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type1, int32_t ___parentIndex2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_name_0(L_0);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_1 = ___type1;
__this->set_type_1(L_1);
int32_t L_2 = ___parentIndex2;
__this->set_parentIndex_2(L_2);
return;
}
}
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::op_Explicit(System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap)
extern "C" IL2CPP_METHOD_ATTR DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * SchemaDatatypeMap_op_Explicit_mFBE264B75627C38B256A1F06C5C4332D863A8F16 (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * ___sdm0, const RuntimeMethod* method)
{
{
SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * L_0 = ___sdm0;
NullCheck(L_0);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_1 = L_0->get_type_1();
return L_1;
}
}
// System.String System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_m33B65BD2DB47AC9B325FBB13833F450A2D91F49B (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Int32 System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::get_ParentIndex()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_mFF5A976D8FE81B7B2709CFF4E63816F93B84668E (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_parentIndex_2();
return L_0;
}
}
// System.Int32 System.Xml.Schema.DatatypeImplementation_SchemaDatatypeMap::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_CompareTo_m6F4BF717BAE742E232231C749670E0EF0D83859A (SchemaDatatypeMap_t9480326FA260852E226E2D1A881698CFBE35988E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDatatypeMap_CompareTo_m6F4BF717BAE742E232231C749670E0EF0D83859A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_name_0();
RuntimeObject * L_1 = ___obj0;
int32_t L_2 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), 4, /*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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ENTITY::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TypeCode_m92C6593E9937612CB9E6321542589B2B26FA219C (Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)39));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENTITY::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TokenizedType_m0C60109D28272371098B5B47CF4EA6AEBA9F4977 (Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(4);
}
}
// System.Void System.Xml.Schema.Datatype_ENTITY::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_m66102C22B3D889A9A39447116BA7E538D82624C9 (Datatype_ENTITY_t112F5B77BEAC25907AC28E7D04CF827676C4F612 * __this, const RuntimeMethod* method)
{
{
Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENUMERATION::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_ENUMERATION_get_TokenizedType_m6FA4D173D7AC4788BD630723410BCDE9401B564F (Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)9));
}
}
// System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_m90D96904A04D787A9306B449E6BB2F4C41DF2157 (Datatype_ENUMERATION_t8B137DDFC65E256AEC6C7EAC2167EBE020B392E9 * __this, const RuntimeMethod* method)
{
{
Datatype_NMTOKEN__ctor_m2C6A75255A3B446DD089672595AB9ED63D284A01(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ID::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TypeCode_m8CE656FEDD8C37DCC41313AE39AD0AE176E0D6E2 (Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)37));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ID::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TokenizedType_m161FB5017C405E49BF3C1C3258BF5E62FE833508 (Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(1);
}
}
// System.Void System.Xml.Schema.Datatype_ID::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_ID__ctor_m6091E11A06901A16884CE7968D88B578D1BDFDAB (Datatype_ID_tACB9F9897ACC40D940F97D48E9F469B83A695811 * __this, const RuntimeMethod* method)
{
{
Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_IDREF::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TypeCode_m6595E93447AC03C8880440C969370C1A38BDFBEA (Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)38));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_IDREF::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TokenizedType_mCCF46176A90D06E6242875FB5BFBA066A461D9C3 (Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Void System.Xml.Schema.Datatype_IDREF::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_m9C051C04AA620DB006D3C53905BDE370A8042D97 (Datatype_IDREF_tDFF85C859704CB4F8130291105A7126C236BCA30 * __this, const RuntimeMethod* method)
{
{
Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_List::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_List_CreateValueConverter_mFAA59242E99C829A4A81A49E0AFA3366CBAD2C3E (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_List_CreateValueConverter_mFAA59242E99C829A4A81A49E0AFA3366CBAD2C3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_0 = NULL;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_1 = NULL;
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * V_2 = NULL;
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * V_3 = NULL;
{
V_0 = (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
V_2 = ((XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_il2cpp_TypeInfo_var));
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_1 = V_2;
if (!L_1)
{
goto IL_0034;
}
}
IL_000c:
{
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_2 = V_2;
NullCheck(L_2);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_3 = XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C(L_2, /*hidden argument*/NULL);
V_1 = ((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)IsInstClass((RuntimeObject*)L_3, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_4 = V_1;
if (L_4)
{
goto IL_003b;
}
}
{
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_5 = V_2;
NullCheck(L_5);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C(L_5, /*hidden argument*/NULL);
V_2 = ((XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_il2cpp_TypeInfo_var));
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_7 = V_2;
if (!L_7)
{
goto IL_003b;
}
}
{
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_8 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9_il2cpp_TypeInfo_var);
XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 * L_9 = XmlSchemaComplexType_get_AnyType_m3138BE7B6E5C3E6F63C4745A3DC79316715D9962(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 *)L_8) == ((RuntimeObject*)(XmlSchemaComplexType_tFC7E88DAF03B273154AF9721FACDFF3E7F6C94A9 *)L_9))))
{
goto IL_000c;
}
}
{
goto IL_003b;
}
IL_0034:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = ___schemaType0;
V_1 = ((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)IsInstClass((RuntimeObject*)L_10, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var));
}
IL_003b:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_11 = V_1;
if (!L_11)
{
goto IL_006d;
}
}
IL_003e:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_12 = V_1;
NullCheck(L_12);
XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * L_13 = XmlSchemaSimpleType_get_Content_mDFA105462778A47E287B39BCA24825E5FC2458B6(L_12, /*hidden argument*/NULL);
V_3 = ((XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403_il2cpp_TypeInfo_var));
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_14 = V_3;
if (!L_14)
{
goto IL_0056;
}
}
{
XmlSchemaSimpleTypeList_tE5804144CB4035DE27AA3C43233579A075469403 * L_15 = V_3;
NullCheck(L_15);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_16 = XmlSchemaSimpleTypeList_get_BaseItemType_mE12C4954BD8D10F9A2D028D55FC3A0EAD186717F(L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_006d;
}
IL_0056:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_17 = V_1;
NullCheck(L_17);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_18 = XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C(L_17, /*hidden argument*/NULL);
V_1 = ((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var));
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_19 = V_1;
if (!L_19)
{
goto IL_006d;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_21 = DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_20) == ((RuntimeObject*)(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)L_21))))
{
goto IL_003e;
}
}
IL_006d:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_22 = V_0;
if (L_22)
{
goto IL_0081;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_23 = ___schemaType0;
NullCheck(L_23);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_24 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_23, /*hidden argument*/NULL);
NullCheck(L_24);
int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_24);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_26 = DatatypeImplementation_GetSimpleTypeFromTypeCode_m39342A49F9405E3F39DBFB480DC4F55ED347CC91(L_25, /*hidden argument*/NULL);
V_0 = L_26;
}
IL_0081:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_27 = V_0;
NullCheck(L_27);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_27, /*hidden argument*/NULL);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_29 = XmlListConverter_Create_mC67229C1CE3A5A1ED5CF18E02B8704F6637ACF54(L_28, /*hidden argument*/NULL);
return L_29;
}
}
// System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Datatype_List__ctor_m5424C291654CC1A55806F764C56F91493066430B (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * ___type0, int32_t ___minListSize1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_List__ctor_m5424C291654CC1A55806F764C56F91493066430B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_0 = ___type0;
__this->set_itemType_91(L_0);
int32_t L_1 = ___minListSize1;
__this->set_minListSize_92(L_1);
return;
}
}
// System.Int32 System.Xml.Schema.Datatype_List::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_List_Compare_m83277BCEDF6640ACCBAB5A502FA4214869742FA0 (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_List_Compare_m83277BCEDF6640ACCBAB5A502FA4214869742FA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeArray * V_0 = NULL;
RuntimeArray * V_1 = NULL;
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* V_2 = NULL;
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* V_3 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___value21;
V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_2, /*hidden argument*/NULL);
RuntimeArray * L_4 = V_1;
NullCheck(L_4);
int32_t L_5 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_001e;
}
}
{
return (-1);
}
IL_001e:
{
RuntimeArray * L_6 = V_0;
V_2 = ((XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB*)IsInst((RuntimeObject*)L_6, XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB_il2cpp_TypeInfo_var));
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_7 = V_2;
if (!L_7)
{
goto IL_007d;
}
}
{
RuntimeArray * L_8 = V_1;
V_3 = ((XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB*)IsInst((RuntimeObject*)L_8, XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB_il2cpp_TypeInfo_var));
V_5 = 0;
goto IL_0074;
}
IL_0034:
{
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_9 = V_2;
int32_t L_10 = V_5;
NullCheck(L_9);
int32_t L_11 = L_10;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_12);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_13 = VirtFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_12);
V_4 = L_13;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_14 = V_4;
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_15 = V_3;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_18);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_19 = VirtFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_18);
if ((!(((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_14) == ((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_19))))
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_4;
NullCheck(L_20);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_21 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_20, /*hidden argument*/NULL);
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_22 = V_2;
int32_t L_23 = V_5;
NullCheck(L_22);
int32_t L_24 = L_23;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
NullCheck(L_25);
RuntimeObject * L_26 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_25);
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_27 = V_3;
int32_t L_28 = V_5;
NullCheck(L_27);
int32_t L_29 = L_28;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_30);
RuntimeObject * L_31 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_30);
NullCheck(L_21);
bool L_32 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(16 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_21, L_26, L_31);
if (L_32)
{
goto IL_006e;
}
}
IL_006c:
{
return (-1);
}
IL_006e:
{
int32_t L_33 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_0074:
{
int32_t L_34 = V_5;
XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB* L_35 = V_2;
NullCheck(L_35);
if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))))))
{
goto IL_0034;
}
}
{
return 0;
}
IL_007d:
{
V_6 = 0;
goto IL_00a7;
}
IL_0082:
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_36 = __this->get_itemType_91();
RuntimeArray * L_37 = V_0;
int32_t L_38 = V_6;
NullCheck(L_37);
RuntimeObject * L_39 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_37, L_38, /*hidden argument*/NULL);
RuntimeArray * L_40 = V_1;
int32_t L_41 = V_6;
NullCheck(L_40);
RuntimeObject * L_42 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_40, L_41, /*hidden argument*/NULL);
NullCheck(L_36);
int32_t L_43 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_36, L_39, L_42);
if (!L_43)
{
goto IL_00a1;
}
}
{
return (-1);
}
IL_00a1:
{
int32_t L_44 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_00a7:
{
int32_t L_45 = V_6;
RuntimeArray * L_46 = V_0;
NullCheck(L_46);
int32_t L_47 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_46, /*hidden argument*/NULL);
if ((((int32_t)L_45) < ((int32_t)L_47)))
{
goto IL_0082;
}
}
{
return 0;
}
}
// System.Type System.Xml.Schema.Datatype_List::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_List_get_ValueType_m0D2609AE43591F8C62270EFEEC32BA9C787688EA (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, __this);
return L_0;
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_List::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TokenizedType_m5BFBD6005E8BCBFA7105247E29450FB7AB7F4C92 (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, const RuntimeMethod* method)
{
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_0 = __this->get_itemType_91();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0);
return L_1;
}
}
// System.Type System.Xml.Schema.Datatype_List::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_List_get_ListValueType_m1C054FBEC7D88DC2DDAAC4C778CCD2E3CE772D92 (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, const RuntimeMethod* method)
{
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_0 = __this->get_itemType_91();
NullCheck(L_0);
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, L_0);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_List::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_List_get_FacetsChecker_m37297B0A341BD875E33CD48EB1B1DD434AD55F5A (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_List_get_FacetsChecker_m37297B0A341BD875E33CD48EB1B1DD434AD55F5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_listFacetsChecker_20();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_List::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TypeCode_m18A8A8F005CD05864555889068ED137DB9147449 (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, const RuntimeMethod* method)
{
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_0 = __this->get_itemType_91();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0);
return L_1;
}
}
// System.Exception System.Xml.Schema.Datatype_List::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_List_TryParseValue_mE5313832F8225CAD1A1FA57C879C136148BE1974 (Datatype_List_tD4CB4D33323B0D332A6C1990C4F1A891BBCB57DF * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_List_TryParseValue_mE5313832F8225CAD1A1FA57C879C136148BE1974_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
RuntimeObject * V_2 = NULL;
RuntimeObject * V_3 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_4 = NULL;
int32_t V_5 = 0;
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * V_6 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_7 = NULL;
int32_t V_8 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_listFacetsChecker_20();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_011b;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_4, /*hidden argument*/NULL);
V_1 = L_4;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_5 = __this->get_itemType_91();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_5);
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_0098;
}
}
{
String_t* L_7 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924(L_7, /*hidden argument*/NULL);
V_4 = L_8;
V_5 = 0;
goto IL_007d;
}
IL_0039:
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_9 = __this->get_itemType_91();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_4;
int32_t L_11 = V_5;
NullCheck(L_10);
int32_t L_12 = L_11;
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_14 = ___nameTable1;
RuntimeObject* L_15 = ___nsmgr2;
NullCheck(L_9);
Exception_t * L_16 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject*, RuntimeObject ** >::Invoke(13 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_9, L_13, L_14, L_15, (RuntimeObject **)(&V_3));
V_0 = L_16;
Exception_t * L_17 = V_0;
if (L_17)
{
goto IL_011b;
}
}
{
RuntimeObject * L_18 = V_3;
V_6 = ((XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)CastclassClass((RuntimeObject*)L_18, XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = V_1;
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_20 = V_6;
NullCheck(L_20);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_21 = XsdSimpleValue_get_XmlType_mC9C406C54EE65BE67CB6F0B03E8BE0D619515A97(L_20, /*hidden argument*/NULL);
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_22 = V_6;
NullCheck(L_22);
RuntimeObject * L_23 = XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E(L_22, /*hidden argument*/NULL);
RuntimeObject* L_24 = ___nsmgr2;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_25 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66(L_25, L_21, L_23, L_24, /*hidden argument*/NULL);
NullCheck(L_19);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_25);
int32_t L_26 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_007d:
{
int32_t L_27 = V_5;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = V_4;
NullCheck(L_28);
if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))))))
{
goto IL_0039;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
NullCheck(L_29);
RuntimeArray * L_32 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_29, L_31);
V_2 = L_32;
goto IL_00e7;
}
IL_0098:
{
String_t* L_33 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924(L_33, /*hidden argument*/NULL);
V_7 = L_34;
V_8 = 0;
goto IL_00cd;
}
IL_00a5:
{
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_35 = __this->get_itemType_91();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = V_7;
int32_t L_37 = V_8;
NullCheck(L_36);
int32_t L_38 = L_37;
String_t* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_40 = ___nameTable1;
RuntimeObject* L_41 = ___nsmgr2;
RuntimeObject ** L_42 = ___typedValue3;
NullCheck(L_35);
Exception_t * L_43 = VirtFuncInvoker4< Exception_t *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject*, RuntimeObject ** >::Invoke(13 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_35, L_39, L_40, L_41, (RuntimeObject **)L_42);
V_0 = L_43;
Exception_t * L_44 = V_0;
if (L_44)
{
goto IL_011b;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = V_1;
RuntimeObject ** L_46 = ___typedValue3;
RuntimeObject * L_47 = *((RuntimeObject **)L_46);
NullCheck(L_45);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_47);
int32_t L_48 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00cd:
{
int32_t L_49 = V_8;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_50 = V_7;
NullCheck(L_50);
if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length)))))))
{
goto IL_00a5;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_51 = V_1;
DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836 * L_52 = __this->get_itemType_91();
NullCheck(L_52);
Type_t * L_53 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_52);
NullCheck(L_51);
RuntimeArray * L_54 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_51, L_53);
V_2 = L_54;
}
IL_00e7:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_55 = V_1;
NullCheck(L_55);
int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_55);
int32_t L_57 = __this->get_minListSize_92();
if ((((int32_t)L_56) >= ((int32_t)L_57)))
{
goto IL_0105;
}
}
{
String_t* L_58 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_59 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_59, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_58, /*hidden argument*/NULL);
return L_59;
}
IL_0105:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_60 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_listFacetsChecker_20();
RuntimeObject * L_61 = V_2;
NullCheck(L_60);
Exception_t * L_62 = VirtFuncInvoker2< Exception_t *, RuntimeObject *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(5 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) */, L_60, L_61, __this);
V_0 = L_62;
Exception_t * L_63 = V_0;
if (L_63)
{
goto IL_011b;
}
}
{
RuntimeObject ** L_64 = ___typedValue3;
RuntimeObject * L_65 = V_2;
*((RuntimeObject **)L_64) = (RuntimeObject *)L_65;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_64, (RuntimeObject *)L_65);
return (Exception_t *)NULL;
}
IL_011b:
{
Exception_t * L_66 = V_0;
return L_66;
}
}
#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.Schema.XmlTypeCode System.Xml.Schema.Datatype_NCName::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NCName_get_TypeCode_m66ADB647D26454631B194DA10069378FCB43E79E (Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)36));
}
}
// System.Exception System.Xml.Schema.Datatype_NCName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_NCName_TryParseValue_mCE385B7608B0AED9E00E708762C0BAE53C0FD77B (Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NCName_TryParseValue_mCE385B7608B0AED9E00E708762C0BAE53C0FD77B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_0033;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_4 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14();
String_t* L_5 = ___s0;
NullCheck(L_4);
Exception_t * L_6 = VirtFuncInvoker2< Exception_t *, String_t*, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(13 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) */, L_4, L_5, __this);
V_0 = L_6;
Exception_t * L_7 = V_0;
if (L_7)
{
goto IL_0033;
}
}
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_8 = ___nameTable1;
String_t* L_9 = ___s0;
NullCheck(L_8);
VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, L_9);
RuntimeObject ** L_10 = ___typedValue3;
String_t* L_11 = ___s0;
*((RuntimeObject **)L_10) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)L_11);
return (Exception_t *)NULL;
}
IL_0033:
{
Exception_t * L_12 = V_0;
return L_12;
}
}
// System.Void System.Xml.Schema.Datatype_NCName::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_mCC0C42E9D7C2AE3DF028257562CA7C470E0420EA (Datatype_NCName_t29EA53C078ECAD7F3C9EC236F7A4CB936BF62970 * __this, const RuntimeMethod* method)
{
{
Datatype_Name__ctor_mF35D41F7600F424B81DE6368A26EC35C5122AB52(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NMTOKEN::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TypeCode_mA196529FDB2DF7B9279C7264579BD5397900F7DC (Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)34));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NMTOKEN::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TokenizedType_mF07A3A227289A0D0C002D4F14122740D61BC9D65 (Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(6);
}
}
// System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m2C6A75255A3B446DD089672595AB9ED63D284A01 (Datatype_NMTOKEN_t17CFFC978FEA1E66BA90F057792B6BFFB6BB9915 * __this, const RuntimeMethod* method)
{
{
Datatype_token__ctor_m46E0978CC1707D6609421F58B6D83F289F215305(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_NOTATION::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_NOTATION_CreateValueConverter_m88FA125B7F183B78739707DB7EB2DA8D21A4E93C (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlMiscConverter_Create_mD6AC05CF88042A6B187B443897AC9F5FCB6F1B8B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_NOTATION::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_NOTATION_get_FacetsChecker_m5EFE218BF80CE3C874342EE41E67112F4F8000AA (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION_get_FacetsChecker_m5EFE218BF80CE3C874342EE41E67112F4F8000AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NOTATION::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TypeCode_m04587F9F882F7BB942C7AFECC42F4FD7308A88F8 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)30));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NOTATION::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TokenizedType_m7E8910B9DF24E49E78D8C33AF9E5551F63307DB2 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(8);
}
}
// System.Type System.Xml.Schema.Datatype_NOTATION::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_NOTATION_get_ValueType_mE65D047F6FDD70AC94051DF73BB90B3BB9123DEF (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION_get_ValueType_mE65D047F6FDD70AC94051DF73BB90B3BB9123DEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_NOTATION::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_NOTATION_get_ListValueType_m23DCD241D4B945B8F833C1909E64D37C85D01500 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION_get_ListValueType_m23DCD241D4B945B8F833C1909E64D37C85D01500_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_NOTATION::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_BuiltInWhitespaceFacet_mF6089C4CA50323B15DC2BD5C8F9A9665874D5886 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Exception System.Xml.Schema.Datatype_NOTATION::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_NOTATION_TryParseValue_mA22C033CE71FB445119C4AFCD9869EF0BE187F61 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION_TryParseValue_mA22C033CE71FB445119C4AFCD9869EF0BE187F61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_1 = NULL;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
IL_000f:
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_5 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_5, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_6 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
NullCheck(L_6);
Exception_t * L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this);
V_0 = L_7;
Exception_t * L_8 = V_0;
if (L_8)
{
goto IL_005a;
}
}
{
V_1 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL;
}
IL_0032:
try
{ // begin try (depth: 1)
String_t* L_9 = ___s0;
RuntimeObject* L_10 = ___nsmgr2;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525(L_9, L_10, (String_t**)(&V_2), /*hidden argument*/NULL);
V_1 = L_11;
goto IL_0044;
} // 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_003e;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0041;
throw e;
}
CATCH_003e:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
goto IL_005a;
} // end catch (depth: 1)
CATCH_0041:
{ // begin catch(System.Xml.XmlException)
V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local);
goto IL_005a;
} // end catch (depth: 1)
IL_0044:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_12 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_13 = V_1;
NullCheck(L_12);
Exception_t * L_14 = VirtFuncInvoker2< Exception_t *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
V_0 = L_14;
Exception_t * L_15 = V_0;
if (L_15)
{
goto IL_005a;
}
}
{
RuntimeObject ** L_16 = ___typedValue3;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_17 = V_1;
*((RuntimeObject **)L_16) = (RuntimeObject *)L_17;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_16, (RuntimeObject *)L_17);
return (Exception_t *)NULL;
}
IL_005a:
{
Exception_t * L_18 = V_0;
return L_18;
}
}
// System.Void System.Xml.Schema.Datatype_NOTATION::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_m6D3A6DB187E10309B2E73B2F7F54146791546CE7 (Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION__ctor_m6D3A6DB187E10309B2E73B2F7F54146791546CE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_NOTATION::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_NOTATION__cctor_m5600C73872D67C27E12A63676D00B581DDD2AFC9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_NOTATION__cctor_m5600C73872D67C27E12A63676D00B581DDD2AFC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t1D1F5E6B8B9FF9229A06EB15A3DB23A1D9AE2040_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_Name::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_Name_get_TypeCode_mC27B363DEE901B531E8C9BF6BC249EAD818DE8A6 (Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)35));
}
}
// System.Void System.Xml.Schema.Datatype_Name::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_Name__ctor_mF35D41F7600F424B81DE6368A26EC35C5122AB52 (Datatype_Name_t3DB1A9AA4559CC0709780184FEAC5ADF5EFDBC46 * __this, const RuntimeMethod* method)
{
{
Datatype_token__ctor_m46E0978CC1707D6609421F58B6D83F289F215305(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_QName::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_QName_CreateValueConverter_m832189AD36A3A347F26044373FFF7F4AE7E4A199 (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlMiscConverter_Create_mD6AC05CF88042A6B187B443897AC9F5FCB6F1B8B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_QName::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_QName_get_FacetsChecker_m30645CB174B190E9A7CA033165956EAE0D648A21 (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName_get_FacetsChecker_m30645CB174B190E9A7CA033165956EAE0D648A21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_QName::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TypeCode_mAC55CEF9E4ACFE15A5DC0EB662CCB235DEEAE422 (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)29));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QName::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TokenizedType_m23CC4E1A6008095E7E52EC02B7C18336B8F5EA9C (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Type System.Xml.Schema.Datatype_QName::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_QName_get_ValueType_m7C886F1E1A2AA9DA48D41659642BBFB3C08CC1CD (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName_get_ValueType_m7C886F1E1A2AA9DA48D41659642BBFB3C08CC1CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_QName::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_QName_get_ListValueType_mC12E3FFF36B876A1BB497730C04166793C097B4D (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName_get_ListValueType_mC12E3FFF36B876A1BB497730C04166793C097B4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_QName::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_BuiltInWhitespaceFacet_m2852EF0744A20EFCE0B0BC5D212A703821D446EA (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Exception System.Xml.Schema.Datatype_QName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_QName_TryParseValue_m9DB46EA0A08A629686675DA2CF7FBB54085DA9D9 (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName_TryParseValue_m9DB46EA0A08A629686675DA2CF7FBB54085DA9D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_1 = NULL;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
IL_000f:
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_5 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_5, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_6 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
NullCheck(L_6);
Exception_t * L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this);
V_0 = L_7;
Exception_t * L_8 = V_0;
if (L_8)
{
goto IL_005a;
}
}
{
V_1 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL;
}
IL_0032:
try
{ // begin try (depth: 1)
String_t* L_9 = ___s0;
RuntimeObject* L_10 = ___nsmgr2;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525(L_9, L_10, (String_t**)(&V_2), /*hidden argument*/NULL);
V_1 = L_11;
goto IL_0044;
} // 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_003e;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0041;
throw e;
}
CATCH_003e:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
goto IL_005a;
} // end catch (depth: 1)
CATCH_0041:
{ // begin catch(System.Xml.XmlException)
V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local);
goto IL_005a;
} // end catch (depth: 1)
IL_0044:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_12 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_qnameFacetsChecker_21();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_13 = V_1;
NullCheck(L_12);
Exception_t * L_14 = VirtFuncInvoker2< Exception_t *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
V_0 = L_14;
Exception_t * L_15 = V_0;
if (L_15)
{
goto IL_005a;
}
}
{
RuntimeObject ** L_16 = ___typedValue3;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_17 = V_1;
*((RuntimeObject **)L_16) = (RuntimeObject *)L_17;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_16, (RuntimeObject *)L_17);
return (Exception_t *)NULL;
}
IL_005a:
{
Exception_t * L_18 = V_0;
return L_18;
}
}
// System.Void System.Xml.Schema.Datatype_QName::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m95BFA7CE65AC8E2B4BB2B67D5EC7B7D7E48B9BFD (Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName__ctor_m95BFA7CE65AC8E2B4BB2B67D5EC7B7D7E48B9BFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_QName::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QName__cctor_mF8D88E5C17FD1CD6A69C759494CF3A7F91C906FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QName__cctor_mF8D88E5C17FD1CD6A69C759494CF3A7F91C906FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t7993EC0C620D893BBAC71AB236FD7F188E2A5715_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QNameXdr::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_QNameXdr_get_TokenizedType_m5519B5831C6792398B2A641E1F7D29345DEEE36C (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Object System.Xml.Schema.Datatype_QNameXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject * V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___s0;
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();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_4 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_4, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_RuntimeMethod_var);
}
IL_001b:
{
RuntimeObject* L_5 = ___nsmgr2;
if (L_5)
{
goto IL_0029;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralD43E5CFC8313BE2B20D2E7FE527303504FDC8055, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_RuntimeMethod_var);
}
IL_0029:
{
}
IL_002a:
try
{ // begin try (depth: 1)
String_t* L_7 = ___s0;
NullCheck(L_7);
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
RuntimeObject* L_9 = ___nsmgr2;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525(L_8, L_9, (String_t**)(&V_0), /*hidden argument*/NULL);
V_1 = L_10;
goto IL_0058;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003b;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003c;
throw e;
}
CATCH_003b:
{ // begin catch(System.Xml.Schema.XmlSchemaException)
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)__exception_local), NULL, Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_RuntimeMethod_var);
} // end catch (depth: 1)
CATCH_003c:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
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);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_12, /*hidden argument*/NULL);
Exception_t * L_15 = V_2;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_16 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E(L_16, L_14, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, Datatype_QNameXdr_ParseValue_mFB286F1636E8A37E14480821191831999684F73C_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0058:
{
RuntimeObject * L_17 = V_1;
return L_17;
}
}
// System.Type System.Xml.Schema.Datatype_QNameXdr::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_QNameXdr_get_ValueType_mD27A5D5033AD3AD09C6F1D5023EA4CAFC2B2E11A (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QNameXdr_get_ValueType_mD27A5D5033AD3AD09C6F1D5023EA4CAFC2B2E11A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_QNameXdr::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_QNameXdr_get_ListValueType_m83DA3CB3D2DB2694B225D242AF624F3065DCEED7 (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QNameXdr_get_ListValueType_m83DA3CB3D2DB2694B225D242AF624F3065DCEED7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_m4B19FCD766F5C2B443B5C522BDF7AB07CB0F0EF0 (Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QNameXdr__ctor_m4B19FCD766F5C2B443B5C522BDF7AB07CB0F0EF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_QNameXdr::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_QNameXdr__cctor_m6302B8661FB5136A44FE2CBE3C33D0C588E1066F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_QNameXdr__cctor_m6302B8661FB5136A44FE2CBE3C33D0C588E1066F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_tAA5A0F0CF528CA3E589104F18440F96E6A662D7D_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_anyAtomicType_CreateValueConverter_mFD3C66052A5662AD2E876109DCD08ED06F6895AC (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyAtomicType_CreateValueConverter_mFD3C66052A5662AD2E876109DCD08ED06F6895AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_0 = ((XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var))->get_AnyAtomic_33();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyAtomicType::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_BuiltInWhitespaceFacet_m74DB25343080E3A358CC6604B287CA80A2AA36E5 (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyAtomicType::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_TypeCode_m076C4A56A74C688A44F8FE2552A2A967100693A7 (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anySimpleType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_anySimpleType_CreateValueConverter_mAAD3D05FCE36BA0BA8B8CA9A32CCA6383498C36A (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType_CreateValueConverter_mAAD3D05FCE36BA0BA8B8CA9A32CCA6383498C36A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_0 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34();
return L_0;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anySimpleType::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_anySimpleType_get_FacetsChecker_m4AA5F27BEFBD498D5BF8BCF822E30BA74FD729D9 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType_get_FacetsChecker_m4AA5F27BEFBD498D5BF8BCF822E30BA74FD729D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_anySimpleType::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_anySimpleType_get_ValueType_mBDC8C489F648CE2AD0CADD52FC9AB727D4349D77 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType_get_ValueType_mBDC8C489F648CE2AD0CADD52FC9AB727D4349D77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var))->get_atomicValueType_89();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anySimpleType::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TypeCode_m85C5F365A95018D01EF8BF7CE4440ECCEF5DF0C7 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Type System.Xml.Schema.Datatype_anySimpleType::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_anySimpleType_get_ListValueType_m1CAA9FF030E654540F07BE6B9E79F0F7AFE42196 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType_get_ListValueType_m1CAA9FF030E654540F07BE6B9E79F0F7AFE42196_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var))->get_listValueType_90();
return L_0;
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_anySimpleType::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TokenizedType_mC9D556ADD8D880D2DDFC194130FDE377D54FFDC6 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)12));
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anySimpleType::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_BuiltInWhitespaceFacet_mD4CE94B8D9BDCBAC9E31567B07F11D40EF475DDE (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_anySimpleType::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_Compare_mE2F8E7FA38DE6F4415D2F1B9F518BBB286EBA36C (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value10;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
RuntimeObject * L_2 = ___value21;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
int32_t L_4 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_1, L_3, 4, /*hidden argument*/NULL);
return L_4;
}
}
// System.Exception System.Xml.Schema.Datatype_anySimpleType::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_anySimpleType_TryParseValue_mA3C98F3BCED3049BC0E989792F35B3CFE34B4518 (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
{
RuntimeObject ** L_0 = ___typedValue3;
String_t* L_1 = ___s0;
String_t* L_2 = XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43(L_1, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_2);
return (Exception_t *)NULL;
}
}
// System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA (Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
DatatypeImplementation__ctor_mEC92E74A723A532DA1C322A92CB2B240AC377738(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_anySimpleType::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anySimpleType__cctor_m586EC69AC1ED758F495C5F33F3B816891DB7E95B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anySimpleType__cctor_m586EC69AC1ED758F495C5F33F3B816891DB7E95B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var))->set_atomicValueType_89(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var))->set_listValueType_90(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyURI::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_anyURI_CreateValueConverter_m0BB60FFFCBDAE5F1F31346F2DA17898DAF4F5B63 (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlMiscConverter_Create_mD6AC05CF88042A6B187B443897AC9F5FCB6F1B8B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anyURI::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_anyURI_get_FacetsChecker_mED1C612A78CFDE0C4EDBF864C4370C928CF9EDB3 (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI_get_FacetsChecker_mED1C612A78CFDE0C4EDBF864C4370C928CF9EDB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyURI::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_TypeCode_mD173A71856CDFBFE0D10AB5F37AD711CAFF7F14E (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)28));
}
}
// System.Type System.Xml.Schema.Datatype_anyURI::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_anyURI_get_ValueType_mA059A9BC511F7460B6E42D254DAFE86D2F71B8FD (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI_get_ValueType_mA059A9BC511F7460B6E42D254DAFE86D2F71B8FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_anyURI::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_anyURI_get_ListValueType_m94DDF1917043ED3871767A32268CFF9458BE053E (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI_get_ListValueType_m94DDF1917043ED3871767A32268CFF9458BE053E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyURI::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_BuiltInWhitespaceFacet_m1624D438E33F273615AE63B3CCE2076A7094D3FF (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_anyURI::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_Compare_mA4DFBF93C7FA046162CB85DD689BF61E92777C68 (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI_Compare_mA4DFBF93C7FA046162CB85DD689BF61E92777C68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value10;
RuntimeObject * L_1 = ___value21;
NullCheck(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)), ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
if (L_2)
{
goto IL_0015;
}
}
{
return (-1);
}
IL_0015:
{
return 0;
}
}
// System.Exception System.Xml.Schema.Datatype_anyURI::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_anyURI_TryParseValue_m86435B100596D32AA6FB4ADF88982D35F1245095 (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI_TryParseValue_m86435B100596D32AA6FB4ADF88982D35F1245095_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_0044;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E(L_4, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_0044;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_7, /*hidden argument*/NULL);
V_2 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_9 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_stringFacetsChecker_14();
String_t* L_10 = V_2;
NullCheck(((StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 *)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var)));
Exception_t * L_11 = StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E(((StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 *)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var)), L_10, __this, (bool)0, /*hidden argument*/NULL);
V_0 = L_11;
Exception_t * L_12 = V_0;
if (L_12)
{
goto IL_0044;
}
}
{
RuntimeObject ** L_13 = ___typedValue3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = V_1;
*((RuntimeObject **)L_13) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_13, (RuntimeObject *)L_14);
return (Exception_t *)NULL;
}
IL_0044:
{
Exception_t * L_15 = V_0;
return L_15;
}
}
// System.Void System.Xml.Schema.Datatype_anyURI::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_mDF663893E0F8283FD5E28A8873BBEF316217A83C (Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI__ctor_mDF663893E0F8283FD5E28A8873BBEF316217A83C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_anyURI::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyURI__cctor_m5C1B5BC26E91FA9490C4CC1B9D565E4F76593B74 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_anyURI__cctor_m5C1B5BC26E91FA9490C4CC1B9D565E4F76593B74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (UriU5BU5D_t2BA00D5A5C9D2A274C64EB3328ADE0D952CD0EB5_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t0B785E29DB189700A3F0269E9822DDEA573F1313_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_base64Binary::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_base64Binary_CreateValueConverter_m642F1D1714FE7D9798B8AD7ADB143E8610939814 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlMiscConverter_Create_mD6AC05CF88042A6B187B443897AC9F5FCB6F1B8B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_base64Binary::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_base64Binary_get_FacetsChecker_mAE038F52283A298ABFE104CA152D00E04E3591BE (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary_get_FacetsChecker_mAE038F52283A298ABFE104CA152D00E04E3591BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_base64Binary::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_TypeCode_m1196A10F2C07ECEC1CA0A7341B920688AC9BD653 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)27));
}
}
// System.Type System.Xml.Schema.Datatype_base64Binary::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_base64Binary_get_ValueType_m540BF07C89E7B973AFEC86214AC21BC37A7A1199 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary_get_ValueType_m540BF07C89E7B973AFEC86214AC21BC37A7A1199_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_base64Binary::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_base64Binary_get_ListValueType_m946EDB57C00838769D7DBE8D070913F913A01ADB (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary_get_ListValueType_m946EDB57C00838769D7DBE8D070913F913A01ADB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_base64Binary::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_BuiltInWhitespaceFacet_mD254F2138F20393E3B7A5B3B2494745782B22A69 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_base64Binary::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_Compare_m91DDB1EF59B68ACCF6699F7A0042E1B3663FAEE6 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary_Compare_m91DDB1EF59B68ACCF6699F7A0042E1B3663FAEE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value10;
RuntimeObject * L_1 = ___value21;
int32_t L_2 = DatatypeImplementation_Compare_m648EAA3405C8CC4680BDEF9FA415AE1D31FAF1C9(__this, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_base64Binary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_base64Binary_TryParseValue_m172E19399D859426A1BB5417185D39EAAE883E61 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary_TryParseValue_m172E19399D859426A1BB5417185D39EAAE883E61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_003c;
}
}
{
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0017:
try
{ // begin try (depth: 1)
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_4, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0026;
} // 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_0020;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0023;
throw e;
}
CATCH_0020:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
goto IL_003c;
} // end catch (depth: 1)
CATCH_0023:
{ // begin catch(System.FormatException)
V_0 = ((FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)__exception_local);
goto IL_003c;
} // end catch (depth: 1)
IL_0026:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_6 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_binaryFacetsChecker_17();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
NullCheck(L_6);
Exception_t * L_8 = VirtFuncInvoker2< Exception_t *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_7, __this);
V_0 = L_8;
Exception_t * L_9 = V_0;
if (L_9)
{
goto IL_003c;
}
}
{
RuntimeObject ** L_10 = ___typedValue3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1;
*((RuntimeObject **)L_10) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)L_11);
return (Exception_t *)NULL;
}
IL_003c:
{
Exception_t * L_12 = V_0;
return L_12;
}
}
// System.Void System.Xml.Schema.Datatype_base64Binary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_m6A71AD345718BEF0602F0DE8AA597D9E7D849947 (Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary__ctor_m6A71AD345718BEF0602F0DE8AA597D9E7D849947_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_base64Binary::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_base64Binary__cctor_mC94C0393417ECD2ED7972BFF059014BB687BDFA9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_base64Binary__cctor_mC94C0393417ECD2ED7972BFF059014BB687BDFA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t9C6376D24073500D6657172197597F85F475F185_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_boolean::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_boolean_CreateValueConverter_mC2752571494E0F13557A24869F6E4538B108BE41 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlBooleanConverter_Create_mF023B3A5EA9E8B156FF313FC4F3E053C53AC8DEC(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_boolean::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_boolean_get_FacetsChecker_m435DAC12F2076DBFDCBCF280D28A282BED715872 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean_get_FacetsChecker_m435DAC12F2076DBFDCBCF280D28A282BED715872_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_boolean::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_TypeCode_m5BB3226A784D02A8143EB39930D97EE73BB494D0 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)13));
}
}
// System.Type System.Xml.Schema.Datatype_boolean::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_boolean_get_ValueType_mD56C9E4280B2EBB28DA5A4D06F28CD217AE28944 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean_get_ValueType_mD56C9E4280B2EBB28DA5A4D06F28CD217AE28944_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_boolean::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_boolean_get_ListValueType_m89666B6C8D6170FDAC8441B23427113A7C73CEF2 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean_get_ListValueType_m89666B6C8D6170FDAC8441B23427113A7C73CEF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_boolean::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_BuiltInWhitespaceFacet_m507143052541D74BEB45B4F392DC7C44E56D39A3 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_boolean::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_boolean_Compare_m49DF5B4225A29DE5F3A7F19F943D48BD2B24C68B (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean_Compare_m49DF5B4225A29DE5F3A7F19F943D48BD2B24C68B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(bool*)((bool*)UnBox(L_0, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Boolean_CompareTo_m0EAC2794983417EAB0C9D8A09209BEEB26F4FC68((bool*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_boolean::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_boolean_TryParseValue_m740BFA716B99DE22666D3B760E3A5DF3C7168529 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean_TryParseValue_m740BFA716B99DE22666D3B760E3A5DF3C7168529_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
bool V_1 = false;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_miscFacetsChecker_15();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_002c;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_002c;
}
}
{
RuntimeObject ** L_7 = ___typedValue3;
bool L_8 = V_1;
bool L_9 = L_8;
RuntimeObject * L_10 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_9);
*((RuntimeObject **)L_7) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_10);
return (Exception_t *)NULL;
}
IL_002c:
{
Exception_t * L_11 = V_0;
return L_11;
}
}
// System.Void System.Xml.Schema.Datatype_boolean::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_m5D4901F7B16295CCC71CAAF0EE78278C52B2A296 (Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean__ctor_m5D4901F7B16295CCC71CAAF0EE78278C52B2A296_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_boolean::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_boolean__cctor_m52C40E3C128421001502A0461F46A259BAB7E160 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_boolean__cctor_m52C40E3C128421001502A0461F46A259BAB7E160_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_tB1805FB62F6452B8D69E9840D65139869BF76B62_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_byte_get_FacetsChecker_mBA6FF7EC10A5612F8421A449F7161DD1333AC3DF (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte_get_FacetsChecker_mBA6FF7EC10A5612F8421A449F7161DD1333AC3DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_byte::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_byte_get_TypeCode_mB9AFB773FEB846DDB447DF6E147AB256004E8270 (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)46));
}
}
// System.Int32 System.Xml.Schema.Datatype_byte::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_byte_Compare_mF5D2D1B421DBCC7D3B2B74E6431705EB09A70A04 (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte_Compare_mF5D2D1B421DBCC7D3B2B74E6431705EB09A70A04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int8_t V_0 = 0x0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(int8_t*)((int8_t*)UnBox(L_0, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = SByte_CompareTo_mEB7664FD0FBB68BE3BBAB11AC289F3221848F69D((int8_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_byte::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_byte_get_ValueType_m720F31A78162EA6833FC42428874C036641DD8D0 (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte_get_ValueType_m720F31A78162EA6833FC42428874C036641DD8D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->get_atomicValueType_103();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_byte::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_byte_get_ListValueType_mF8DF761967EDC6E20A46B55F2A61FE2E7E6EEAFA (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte_get_ListValueType_mF8DF761967EDC6E20A46B55F2A61FE2E7E6EEAFA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->get_listValueType_104();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_byte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_byte_TryParseValue_m9C52BA16AD3D640465ACB0C2B73B3FB3362C0B0D (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte_TryParseValue_m9C52BA16AD3D640465ACB0C2B73B3FB3362C0B0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
int8_t V_1 = 0x0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_003c;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E(L_4, (int8_t*)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_003c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_105();
int8_t L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, int16_t, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(9 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
V_0 = L_9;
Exception_t * L_10 = V_0;
if (L_10)
{
goto IL_003c;
}
}
{
RuntimeObject ** L_11 = ___typedValue3;
int8_t L_12 = V_1;
int8_t L_13 = L_12;
RuntimeObject * L_14 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_13);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_14);
return (Exception_t *)NULL;
}
IL_003c:
{
Exception_t * L_15 = V_0;
return L_15;
}
}
// System.Void System.Xml.Schema.Datatype_byte::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m3D654B25E7475AFB98CD4D4939960F55C34303C1 (Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte__ctor_m3D654B25E7475AFB98CD4D4939960F55C34303C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_byte::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_byte__cctor_m0088263354BD6D22CFF3F8EE31727D6A2DAF3620 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_byte__cctor_m0088263354BD6D22CFF3F8EE31727D6A2DAF3620_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->set_atomicValueType_103(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->set_listValueType_104(L_3);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_4), ((int32_t)-128), /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), ((int32_t)127), /*hidden argument*/NULL);
Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * L_6 = (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)il2cpp_codegen_object_new(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var);
Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562(L_6, L_4, L_5, /*hidden argument*/NULL);
((Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tF416F50457EA9E7E545A3D882CB4C3014C881583_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_105(L_6);
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.Type System.Xml.Schema.Datatype_char::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_char_get_ValueType_mC9A25A1F3404A3C80DC877923BF07A893C42397E (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char_get_ValueType_mC9A25A1F3404A3C80DC877923BF07A893C42397E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_char::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_char_get_ListValueType_m4084F7A1566331F52C31BE6EFCD48AA5B4758A16 (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char_get_ListValueType_m4084F7A1566331F52C31BE6EFCD48AA5B4758A16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Int32 System.Xml.Schema.Datatype_char::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_char_Compare_mAD7973F15CBDCF0497462DEB53BF6EFC193DABA0 (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char_Compare_mAD7973F15CBDCF0497462DEB53BF6EFC193DABA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_0, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Char_CompareTo_mDEA952E088BA3A94E70BA1F05E373D69248A9087((Il2CppChar*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Object System.Xml.Schema.Datatype_char::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Il2CppChar L_1 = XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D(L_0, /*hidden argument*/NULL);
Il2CppChar L_2 = L_1;
RuntimeObject * L_3 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_2);
V_0 = L_3;
goto IL_002b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000e;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000f;
throw e;
}
CATCH_000e:
{ // begin catch(System.Xml.Schema.XmlSchemaException)
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)__exception_local), NULL, Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A_RuntimeMethod_var);
} // end catch (depth: 1)
CATCH_000f:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
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);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_5, /*hidden argument*/NULL);
Exception_t * L_8 = V_1;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_9 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E(L_9, L_7, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Datatype_char_ParseValue_mFD9E8E40F101981246F5BD24A651F6438468806A_RuntimeMethod_var);
} // end catch (depth: 1)
IL_002b:
{
RuntimeObject * L_10 = V_0;
return L_10;
}
}
// System.Exception System.Xml.Schema.Datatype_char::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_char_TryParseValue_m5170E6CFFF551317515A92E53357D33EB1AA2D96 (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char_TryParseValue_m5170E6CFFF551317515A92E53357D33EB1AA2D96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Il2CppChar V_1 = 0x0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t* L_1 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_2 = XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3(L_1, (Il2CppChar*)(&V_1), /*hidden argument*/NULL);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_001b;
}
}
{
RuntimeObject ** L_4 = ___typedValue3;
Il2CppChar L_5 = V_1;
Il2CppChar L_6 = L_5;
RuntimeObject * L_7 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_6);
*((RuntimeObject **)L_4) = (RuntimeObject *)L_7;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, (RuntimeObject *)L_7);
return (Exception_t *)NULL;
}
IL_001b:
{
Exception_t * L_8 = V_0;
return L_8;
}
}
// System.Void System.Xml.Schema.Datatype_char::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_char__ctor_mFBF59DCC05CAC3C736BF63BD2A9D4BED927DD1C9 (Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char__ctor_mFBF59DCC05CAC3C736BF63BD2A9D4BED927DD1C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_char::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_char__cctor_mA159C527FDB9F4334D59D1355A42718964A7D2E4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_char__cctor_mA159C527FDB9F4334D59D1355A42718964A7D2E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_tBBEAA1827B2D75F02D723EBAD8C61716DD236BEE_il2cpp_TypeInfo_var))->set_listValueType_92(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_date::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_date_get_TypeCode_m894D3328B83520C5B7BC90DFFFC3EFF737706312 (Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)20));
}
}
// System.Void System.Xml.Schema.Datatype_date::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_date__ctor_mCB69FCE6023DD06ECD17680E7B0984EB548F49FE (Datatype_date_tE8038D91441496FA0536248368640C6610494FC9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_date__ctor_mCB69FCE6023DD06ECD17680E7B0984EB548F49FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, 4, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.Datatype_dateTime::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_m7DD5907B8868201E18BB9C2FD6D9487E70195BD4 (Datatype_dateTime_t3B7EE99C29490E1897711256E01E7A9C2EC5D7C1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTime__ctor_m7DD5907B8868201E18BB9C2FD6D9487E70195BD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, 1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_dateTimeBase::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_dateTimeBase_CreateValueConverter_mB6ACB33500E3671DB80D8BC54C2F253A33ADE918 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlDateTimeConverter_Create_mE5C732BCB16611604C792C870B2BEE3D5F26AD3A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_dateTimeBase::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_dateTimeBase_get_FacetsChecker_m1309992B0BF88CDCD98FF57C91391DF0486D7869 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase_get_FacetsChecker_m1309992B0BF88CDCD98FF57C91391DF0486D7869_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dateTimeBase::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_TypeCode_m4892DF64A550721E33701F2232DE04D97DE287BE (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)18));
}
}
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags)
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, int32_t ___dateTimeFlags0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var);
Datatype_anySimpleType__ctor_mA829335854B714A39BEBC1B1A717E028F70E9BCA(__this, /*hidden argument*/NULL);
int32_t L_0 = ___dateTimeFlags0;
__this->set_dateTimeFlags_93(L_0);
return;
}
}
// System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_dateTimeBase_get_ValueType_m088AD7C0BDB54256C2EB1973277696FF65E56BD7 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase_get_ValueType_m088AD7C0BDB54256C2EB1973277696FF65E56BD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_dateTimeBase_get_ListValueType_mAB8BFBC7FE5FE66EA0EB0E7FECDDEE7B9F10AD06 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase_get_ListValueType_mAB8BFBC7FE5FE66EA0EB0E7FECDDEE7B9F10AD06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_dateTimeBase::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_BuiltInWhitespaceFacet_m965724169DCD70A1666D93C2E07586E6CECF3D8D (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_dateTimeBase::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_Compare_mD5BB6831E3222BB2B87172364672FC0560C662B4 (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase_Compare_mD5BB6831E3222BB2B87172364672FC0560C662B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
memset(&V_1, 0, sizeof(V_1));
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
V_1 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_1, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
int32_t L_2 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
int32_t L_3 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
if (L_3)
{
goto IL_0029;
}
}
IL_0020:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = V_1;
int32_t L_5 = DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0029:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
V_0 = L_6;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
int32_t L_8 = DateTime_CompareTo_mB538B6524ED249F1A5ED43E00D61F7D9EB3DAD6E((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Exception System.Xml.Schema.Datatype_dateTimeBase::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_dateTimeBase_TryParseValue_mC625B3FC35DF46F56BAA793B81FA584B0D84678C (Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase_TryParseValue_mC625B3FC35DF46F56BAA793B81FA584B0D84678C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_1;
memset(&V_1, 0, sizeof(V_1));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
memset(&V_2, 0, sizeof(V_2));
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 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18();
NullCheck(L_1);
Exception_t * L_2 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (String_t**)(&___s0), __this);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_0082;
}
}
{
String_t* L_4 = ___s0;
int32_t L_5 = __this->get_dateTimeFlags_93();
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
bool L_6 = XsdDateTime_TryParse_mF969FBC9171884C32F8E92EADEABD44EB0D6369E(L_4, L_5, (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_1), /*hidden argument*/NULL);
if (L_6)
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
String_t* L_9 = ___s0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
int32_t* L_11 = __this->get_address_of_dateTimeFlags_93();
RuntimeObject * L_12 = Box(XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8_il2cpp_TypeInfo_var, L_11);
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
*L_11 = *(int32_t*)UnBox(L_12);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_13);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_13);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_10, /*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);
V_0 = L_15;
goto IL_0082;
}
IL_0055:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_16 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
V_2 = L_16;
}
IL_005b:
try
{ // begin try (depth: 1)
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_17 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_17, /*hidden argument*/NULL);
V_2 = L_18;
goto IL_0067;
} // 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_0064;
throw e;
}
CATCH_0064:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
goto IL_0082;
} // end catch (depth: 1)
IL_0067:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_19 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_dateTimeFacetsChecker_18();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = V_2;
NullCheck(L_19);
Exception_t * L_21 = VirtFuncInvoker2< Exception_t *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, L_19, L_20, __this);
V_0 = L_21;
Exception_t * L_22 = V_0;
if (L_22)
{
goto IL_0082;
}
}
{
RuntimeObject ** L_23 = ___typedValue3;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_24 = V_2;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_25 = L_24;
RuntimeObject * L_26 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_25);
*((RuntimeObject **)L_23) = (RuntimeObject *)L_26;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_23, (RuntimeObject *)L_26);
return (Exception_t *)NULL;
}
IL_0082:
{
Exception_t * L_27 = V_0;
return L_27;
}
}
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__cctor_m27E85D7A5B4F8F7A4164E089601E89E6C6811A46 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeBase__cctor_m27E85D7A5B4F8F7A4164E089601E89E6C6811A46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
((Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var))->set_listValueType_92(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.Schema.Datatype_dateTimeNoTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_m25CFCC474D58D7BFF5F998C768013D58D72BB3CC (Datatype_dateTimeNoTimeZone_tB38A3869FCE26CA891E346F278A75DD53C3C9E8A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeNoTimeZone__ctor_m25CFCC474D58D7BFF5F998C768013D58D72BB3CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)256), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_mB41A897630478ADDDA23A52200C6C9C353537EAC (Datatype_dateTimeTimeZone_t26637A58A0AEA601E60B74A13E84AF0B462AEC30 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dateTimeTimeZone__ctor_mB41A897630478ADDDA23A52200C6C9C353537EAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)512), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_day::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_day_get_TypeCode_m01FCF792EFECEA4D945F57AD47797098636AF600 (Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)24));
}
}
// System.Void System.Xml.Schema.Datatype_day::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_day__ctor_m178D5DAC89469AA313928524F52C86FC0F0A89AA (Datatype_day_t9AA95BEEA6239157FAE3913BCB8EB642D9EEAFCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_day__ctor_m178D5DAC89469AA313928524F52C86FC0F0A89AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)64), /*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.Exception System.Xml.Schema.Datatype_dayTimeDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_dayTimeDuration_TryParseValue_m7D0576A6DC6C2185F9002F0C72BF9B2AB3D90BCC (Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, RuntimeObject ** ___typedValue3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dayTimeDuration_TryParseValue_m7D0576A6DC6C2185F9002F0C72BF9B2AB3D90BCC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_1;
memset(&V_1, 0, sizeof(V_1));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_2;
memset(&V_2, 0, sizeof(V_2));
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
IL_000f:
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_5 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_5, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_6 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19();
NullCheck(L_6);
Exception_t * L_7 = VirtFuncInvoker2< Exception_t *, String_t**, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (String_t**)(&___s0), __this);
V_0 = L_7;
Exception_t * L_8 = V_0;
if (L_8)
{
goto IL_0066;
}
}
{
String_t* L_9 = ___s0;
Exception_t * L_10 = XsdDuration_TryParse_mA6FCA6B927DB37AA93968FD15AB255498B8DADF2(L_9, 2, (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_10;
Exception_t * L_11 = V_0;
if (L_11)
{
goto IL_0066;
}
}
{
Exception_t * L_12 = XsdDuration_TryToTimeSpan_mDDC5F0E71F84094E49CDD0A5993D48FA302D5054((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_1), 2, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_2), /*hidden argument*/NULL);
V_0 = L_12;
Exception_t * L_13 = V_0;
if (L_13)
{
goto IL_0066;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_14 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_durationFacetsChecker_19();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = V_2;
NullCheck(L_14);
Exception_t * L_16 = VirtFuncInvoker2< Exception_t *, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_14, L_15, __this);
V_0 = L_16;
Exception_t * L_17 = V_0;
if (L_17)
{
goto IL_0066;
}
}
{
RuntimeObject ** L_18 = ___typedValue3;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_19 = V_2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_20 = L_19;
RuntimeObject * L_21 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_20);
*((RuntimeObject **)L_18) = (RuntimeObject *)L_21;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_18, (RuntimeObject *)L_21);
return (Exception_t *)NULL;
}
IL_0066:
{
Exception_t * L_22 = V_0;
return L_22;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dayTimeDuration::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_dayTimeDuration_get_TypeCode_mB81091EC326D0AAB31047B66AE61EB52A0F9AB4E (Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)54));
}
}
// System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_m08AA284DEB52874EC10040B8AE7E5B7A4BAA8468 (Datatype_dayTimeDuration_tEFDAA51793B8ECAC56F6A769E15660728A220BAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_dayTimeDuration__ctor_m08AA284DEB52874EC10040B8AE7E5B7A4BAA8468_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var);
Datatype_duration__ctor_m5BF0200774FFF36AEB5D889C9A3FCED808069C15(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif