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

35294 lines
1.8 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, 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>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1>
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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <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);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename 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 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);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Boolean>[]
struct EntryU5BU5D_t7D300CE1CB9D0C18A6A29716019D9F4DA4C17490;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Xml.Schema.SchemaNotation>[]
struct EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>[]
struct EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>[]
struct EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>[]
struct EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>[]
struct EntryU5BU5D_t0639345D44D0E34452E88CF421EF5520A968E3BB;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Boolean>
struct KeyCollection_t301F7AA2D002B20DED934E68BA125BE268F2BEF9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Xml.Schema.SchemaNotation>
struct KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct KeyCollection_t3501262CDC70A97246682D18935337986B241C01;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>
struct KeyCollection_t2378F0D9D03FCDC55F13FD25F9D915FBC4377E0B;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Boolean>
struct ValueCollection_tFBC1693F0C1EAF26CFEC28D74985CA5F1718A7B5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.Schema.SchemaNotation>
struct ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>
struct ValueCollection_t5FA12F8120586678ED0E87639E93808EEB2E9569;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>
struct Dictionary_2_t67B76EE53FF18810AB6822EF82D44ADD0E707F21;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean>
struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.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.IEnumerable`1<System.Xml.IDtdDefaultAttributeInfo>
struct IEnumerable_1_tD26ACE5BBFAB179C228A1D6676FC1A3EE2ADEF71;
// 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.IList`1<System.Xml.IDtdDefaultAttributeInfo>
struct IList_1_t5EE0B0354319BEDF203421350295B88404C0AC9D;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
// 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.Schema.InteriorNode>
struct Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2;
// System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>
struct Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.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.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.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.IDtdAttributeInfo
struct IDtdAttributeInfo_t650C2A35C205461E5ECF38D70B0D9CD8A4B46068;
// System.Xml.IDtdAttributeListInfo
struct IDtdAttributeListInfo_t9ACD0541C2140CC523BE126B23431DD94FA8C534;
// System.Xml.IDtdDefaultAttributeInfo
struct IDtdDefaultAttributeInfo_tA4B426A7E92054F6EF626DC0E493CA19C4ECB26A;
// System.Xml.IDtdDefaultAttributeInfo[]
struct IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2;
// System.Xml.IDtdEntityInfo
struct IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2;
// System.Xml.IDtdParserAdapter
struct IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829;
// System.Xml.IValidationEventHandling
struct IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B;
// System.Xml.IXmlNamespaceResolver
struct IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427;
// 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 SchemaDatatypeMapU5BU5D_tE0D01BD73889B644F2583397DC3D243C66A3EEA7;
// System.Xml.Schema.DatatypeImplementation[]
struct DatatypeImplementationU5BU5D_t0F5F2FAE1D0EECFD06FFE014BFC2A105C9C30C36;
// System.Xml.Schema.Datatype_anyAtomicType
struct Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142;
// System.Xml.Schema.Datatype_anySimpleType
struct Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232;
// System.Xml.Schema.Datatype_dateTimeBase
struct Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353;
// 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.DfaContentValidator
struct DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394;
// System.Xml.Schema.DtdValidator/NamespaceManager
struct NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408;
// System.Xml.Schema.DurationFacetsChecker
struct DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5;
// System.Xml.Schema.FacetsChecker
struct FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6;
// System.Xml.Schema.InteriorNode
struct InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D;
// System.Xml.Schema.InteriorNode[]
struct InteriorNodeU5BU5D_t8B85E4C50CC505C587B9EF308FA53E8F70F1606B;
// System.Xml.Schema.LeafNode
struct LeafNode_tE2C955D778068BA019B8D106487A698656F863E2;
// System.Xml.Schema.LeafRangeNode
struct LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5;
// System.Xml.Schema.ListFacetsChecker
struct ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB;
// System.Xml.Schema.MiscFacetsChecker
struct MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387;
// System.Xml.Schema.NamespaceList
struct NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C;
// System.Xml.Schema.NamespaceListNode
struct NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19;
// System.Xml.Schema.NfaContentValidator
struct NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA;
// System.Xml.Schema.Numeric10FacetsChecker
struct Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD;
// System.Xml.Schema.Numeric2FacetsChecker
struct Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5;
// System.Xml.Schema.ParticleContentValidator
struct ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D;
// System.Xml.Schema.PlusNode
struct PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0;
// System.Xml.Schema.Positions
struct Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D;
// System.Xml.Schema.QNameFacetsChecker
struct QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411;
// System.Xml.Schema.QmarkNode
struct QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716;
// System.Xml.Schema.RangeContentValidator
struct RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF;
// 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.SequenceNode
struct SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608;
// System.Xml.Schema.SequenceNode/SequenceConstructPosContext[]
struct SequenceConstructPosContextU5BU5D_t776F59D343D8376446E4707D9A415D1964D1B7F0;
// System.Xml.Schema.StarNode
struct StarNode_tDF30983D880A2C8707F144D32EA266A257045A30;
// 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.UpaException
struct UpaException_tED69C4AC662CA80677ABA101231042E747107151;
// System.Xml.Schema.ValidationEventArgs
struct ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230;
// System.Xml.Schema.ValidationEventHandler
struct ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF;
// System.Xml.Schema.XmlAnyConverter
struct XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6;
// System.Xml.Schema.XmlAnyListConverter
struct XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A;
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0;
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName
struct NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F;
// System.Xml.Schema.XmlBaseConverter
struct XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8;
// System.Xml.Schema.XmlListConverter
struct XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2;
// System.Xml.Schema.XmlSchemaAnyAttribute
struct XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078;
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550;
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65;
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B;
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A;
// System.Xml.Schema.XmlSchemaSimpleTypeContent
struct XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E;
// 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.XPathItem
struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98;
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3;
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378;
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6;
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F;
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[]
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84;
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD;
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
extern RuntimeClass* BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69_il2cpp_TypeInfo_var;
extern RuntimeClass* BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_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* DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_anySimpleType_tA6075F2CC91D824A74FCEEBA33F595BA46A8C232_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_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_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_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_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var;
extern RuntimeClass* Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_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_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
extern RuntimeClass* DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B_il2cpp_TypeInfo_var;
extern RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
extern RuntimeClass* DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var;
extern RuntimeClass* IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var;
extern RuntimeClass* IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var;
extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
extern RuntimeClass* InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* LeafNode_tE2C955D778068BA019B8D106487A698656F863E2_il2cpp_TypeInfo_var;
extern RuntimeClass* LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
extern RuntimeClass* NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19_il2cpp_TypeInfo_var;
extern RuntimeClass* NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408_il2cpp_TypeInfo_var;
extern RuntimeClass* NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F_il2cpp_TypeInfo_var;
extern RuntimeClass* NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA_il2cpp_TypeInfo_var;
extern RuntimeClass* Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
extern RuntimeClass* PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0_il2cpp_TypeInfo_var;
extern RuntimeClass* Position_t089976E4BEB3D345DA28CFA95786EE065063E228_il2cpp_TypeInfo_var;
extern RuntimeClass* Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D_il2cpp_TypeInfo_var;
extern RuntimeClass* QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716_il2cpp_TypeInfo_var;
extern RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var;
extern RuntimeClass* RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF_il2cpp_TypeInfo_var;
extern RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var;
extern RuntimeClass* SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var;
extern RuntimeClass* SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var;
extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB_il2cpp_TypeInfo_var;
extern RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var;
extern RuntimeClass* StarNode_tDF30983D880A2C8707F144D32EA266A257045A30_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* SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6_il2cpp_TypeInfo_var;
extern RuntimeClass* SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
extern RuntimeClass* UpaException_tED69C4AC662CA80677ABA101231042E747107151_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeClass* ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_il2cpp_TypeInfo_var;
extern RuntimeClass* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var;
extern RuntimeClass* XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var;
extern RuntimeClass* XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var;
extern RuntimeClass* XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral0960443064796477D4CA6A0DCD7C7A2256D24D25;
extern String_t* _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8;
extern String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
extern String_t* _stringLiteral1FF76108DD1E48F4BCDE256B23694346A75109AF;
extern String_t* _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8;
extern String_t* _stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9;
extern String_t* _stringLiteral3A7D9767B1233601EBF8B67495C6DC2CE8B8C2AF;
extern String_t* _stringLiteral60BA4B2DAA4ED4D070FEC06687E249E0E6F9EE45;
extern String_t* _stringLiteral633DBD51E1CF29CD3AB391849D3B9D388B104527;
extern String_t* _stringLiteral67073B5595866576B7296D564B78C3E623FFA506;
extern String_t* _stringLiteral699191D95C3158A9BB61EEB69181BCFCC201134E;
extern String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
extern String_t* _stringLiteral6F7059CC692912C47CC1B95D772FDE6A10247553;
extern String_t* _stringLiteral6FACC6BB36220A6BAC62B070D0FFF362943DB17F;
extern String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
extern String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635;
extern String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
extern String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
extern String_t* _stringLiteral7AC8BE84E14831E452AD36A2F12FA3218B623C9A;
extern String_t* _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB;
extern String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
extern String_t* _stringLiteral9B3B90F652D5E501CD2E5CEDA632749F8BD2BE9D;
extern String_t* _stringLiteralA5CEACBEF3ADB6BFCF5D66614D57A259B48F692A;
extern String_t* _stringLiteralAD64DA15A751C18477DEB2F56DA992B13214CDBC;
extern String_t* _stringLiteralB7D8A960E429D08D41DFDF912203885A71B22374;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455;
extern String_t* _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1;
extern String_t* _stringLiteralBE26DCAF2BB00D2ECAB75384CE848F0FFAD88A1C;
extern String_t* _stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298;
extern String_t* _stringLiteralC145555F536F972FE097FFA45853A3D740942EB3;
extern String_t* _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700;
extern String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A;
extern String_t* _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220;
extern String_t* _stringLiteralCF652BFB4F77E9E38F1D97D828F3DAB03E037B46;
extern String_t* _stringLiteralD08568D1A9D2F4EE17F3FEB856DE5C858F812C10;
extern String_t* _stringLiteralD4997394FA580690651CEDEC5A314A992C1FAE54;
extern String_t* _stringLiteralD5B46DBF8ECB4A9137A0994E5080F215BA343772;
extern String_t* _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED;
extern String_t* _stringLiteralD8E09F1E72F9D5E16F32597C00BA63F091F41606;
extern String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
extern String_t* _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
extern String_t* _stringLiteralF7678C60D18FFB4E33D95D499B227B5227079C2C;
extern String_t* _stringLiteralF8E966D1E207D02C44511A58DCCFF2F5429E9A3B;
extern String_t* _stringLiteralFB08159D2E17448E1DE21664C37B04939C9F3D31;
extern String_t* _stringLiteralFE1E478DFB2B07838413450F15CE29A674BE2056;
extern String_t* _stringLiteralFE761DD4A0C30FC696298FE7AE33CAE09AAAF720;
extern String_t* _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151;
extern const RuntimeMethod* Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77_RuntimeMethod_var;
extern const RuntimeMethod* Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_RuntimeMethod_var;
extern const RuntimeMethod* Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178_RuntimeMethod_var;
extern const RuntimeMethod* Datatype_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m9E130F864B640052682F9FD0EB85B0C1709C1F3E_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m76591195D47E79D24CEC759D368AE11375FF8FE2_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m90DBF03123B741079C120D5BA51657470A7F5FBA_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Values_mAADF9C88BE6E78132F24E8EAB2AD9D2AE7E6AAB3_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m3523B5AE0AECFB739CED94940CAE3E3A9BC992BE_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mDEA46F35B336F2F9EEDE9A4BB1A43AECE6BB1418_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m16E6C355EF969A5103C126FACCB8C7D843109130_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m01883505C266BF6399696AC825DAF8A2E925BBC9_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m3C54D9F7ACDD351FDC1F4CC1D879F2F7CE2F1DE5_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
extern const RuntimeMethod* NamespaceListNode_ConstructPos_m74F7F0571A643A991040300B2188C29A04562E9C_RuntimeMethod_var;
extern const RuntimeMethod* NamespaceListNode_get_IsNullable_m6ED3C7BBDEB83432769005805E517778168FD4B0_RuntimeMethod_var;
extern const RuntimeMethod* NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74_RuntimeMethod_var;
extern const RuntimeMethod* ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE_RuntimeMethod_var;
extern const RuntimeMethod* ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Pop_mD7D59EEA397F5BC553905DDC5FB9755CA14E23E9_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_Push_m4D2C8F3F39D4A45995E3E4B70F55C1325D557023_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1__ctor_m92AAC547109D30FB7CC5D7B67C1E53C878D8C7BA_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C_RuntimeMethod_var;
extern const RuntimeMethod* Stack_1_get_Count_m94F2E12B21303E7295CF5127C840B7E8AACC00CD_RuntimeMethod_var;
extern const RuntimeMethod* ValueCollection_GetEnumerator_m57C0B8ECAA88E82906CF2FECF3AE4DE3A6E85BF1_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_m062850DD5CF09B931318C1664968093B2A624D33_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_m2C0D54E1E28E76AA513E2AEFA9758986B6EC86D4_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_m32A457D4B41B544202B656FBA5E601D7523B829D_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_m94A6BF21124970FCC5DA92313E3AEDC044EC5E21_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_mACF8F309855071C72739791802A435C273C4B6F5_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_mAD038B8500FCA8578C2900F9080F2B16A6461605_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToBoolean_m4FD71AF2E9AB46A6127CA7D0EA4FA7D87DD020A1_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToDateTimeOffset_m95A77A98D28F9974EFC3615EC0389E6B3640FEF7_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToDateTime_m9164F4464B407D83125653E8EB631F6530138B87_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToDecimal_mA0A084D338B1A2374B4833209C264D88407A2570_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToDouble_m2CCB99B4CA44C79DE74077B0F4FC147F7EE4CB7E_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToInt32_m3625D4865B76901955EEE32CC5CCE55DAB01B123_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToInt64_mC8C5C9FB73FE261BE218B5792E0C56DB0D10D67C_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyConverter_ToSingle_mB6A4F24C6DC4642A57C842D00B18618F24A4AEF7_RuntimeMethod_var;
extern const RuntimeMethod* XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285_RuntimeMethod_var;
extern const RuntimeMethod* XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_ChangeListType_m13137658E584921C61F9BC8EC34C26E801A3AE02_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_DecimalToInt32_m439830B4A65D2E7C8B2ED6BF485AF98415165254_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_DecimalToInt64_mBDEE4314B13C5492CF55A5567A0281EC7A252E84_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_DecimalToUInt64_m19E6C7FA74CB1246BE0C772920737A437A118AED_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int32ToByte_m2447487963855AB65093294F8E95CFFAE7620030_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int32ToInt16_m82C872DD2157DE9A40F3443FA72EADF833E4670A_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int32ToSByte_mA4FE4DB0894729B5094E7589184021C88ACAA99B_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int32ToUInt16_mE1F64BD58300E3E9693212A79B84CB7925727EE7_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int64ToInt32_mD9A8956635FDE08399175D3385EF906AC1C50581_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_Int64ToUInt32_mCF14753939D6860E51D241CFD8408335794BB143_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_QNameToString_m139A591C510F5E0E97B78C278EE027AEB2FDA9F4_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_StringToHexBinary_m38F4E52D8C511140FB19DFDCE443F067DA0F3547_RuntimeMethod_var;
extern const RuntimeMethod* XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_RuntimeMethod_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* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
extern const RuntimeType* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_0_0_0_var;
extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
extern const RuntimeType* DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_0_0_0_var;
extern const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var;
extern const RuntimeType* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_0_0_0_var;
extern const RuntimeType* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var;
extern const RuntimeType* GuidU5BU5D_t5CC024A2CAE5304311E0B961142A216C0972B0FF_0_0_0_var;
extern const RuntimeType* Guid_t_0_0_0_var;
extern const RuntimeType* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_0_0_0_var;
extern const RuntimeType* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_0_0_0_var;
extern const RuntimeType* IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA_0_0_0_var;
extern const RuntimeType* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_0_0_0_var;
extern const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
extern const RuntimeType* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const RuntimeType* Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_0_0_0_var;
extern const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
extern const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var;
extern const RuntimeType* RuntimeObject_0_0_0_var;
extern const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var;
extern const RuntimeType* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_0_0_0_var;
extern const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_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* TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_0_0_0_var;
extern const RuntimeType* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var;
extern const RuntimeType* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_0_0_0_var;
extern const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
extern const RuntimeType* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_0_0_0_var;
extern const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
extern const RuntimeType* UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_0_0_0_var;
extern const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
extern const RuntimeType* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var;
extern const RuntimeType* XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_0_0_0_var;
extern const RuntimeType* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_0_0_0_var;
extern const RuntimeType* XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB_0_0_0_var;
extern const RuntimeType* XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_0_0_0_var;
extern const RuntimeType* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var;
extern const uint32_t Datatype_decimal_Compare_m05CA34085179C2DA9A545755A053658725FAA0F0_MetadataUsageId;
extern const uint32_t Datatype_decimal_TryParseValue_mB0258CD385C1FD096D4104D3BC75EBAA5655C49E_MetadataUsageId;
extern const uint32_t Datatype_decimal__cctor_mA11FE2183B72A8A9A8C000711BD69A90C3FE2A1D_MetadataUsageId;
extern const uint32_t Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53_MetadataUsageId;
extern const uint32_t Datatype_decimal_get_FacetsChecker_m942BC7C8B1EE1B391B86B48796D269963800DECE_MetadataUsageId;
extern const uint32_t Datatype_decimal_get_ListValueType_mF8F7CFE216C8658C2B688473CB21D9C582588FB7_MetadataUsageId;
extern const uint32_t Datatype_decimal_get_ValueType_mFC22F2E3C29ED4C5C04B88E27032070D7E0A905A_MetadataUsageId;
extern const uint32_t Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77_MetadataUsageId;
extern const uint32_t Datatype_doubleXdr__ctor_mA2BA4EFACC183FC03512168D990488E81F0C3C13_MetadataUsageId;
extern const uint32_t Datatype_double_Compare_mC4F047E5135051EF1C8F7A24774C957C85586CE9_MetadataUsageId;
extern const uint32_t Datatype_double_TryParseValue_mAB5BEA5A1CC7F5CFEF71126FEA1A9BC61FF23A4B_MetadataUsageId;
extern const uint32_t Datatype_double__cctor_m0628074D066FD5880DC984D8E2EC274AD473F479_MetadataUsageId;
extern const uint32_t Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677_MetadataUsageId;
extern const uint32_t Datatype_double_get_FacetsChecker_mA7C8AE5F53DBAD9685E208695F6F40B6DEF81F33_MetadataUsageId;
extern const uint32_t Datatype_double_get_ListValueType_m13E598787278128F8B603EEDBC8F939525BBB111_MetadataUsageId;
extern const uint32_t Datatype_double_get_ValueType_m8C9D749214BA2F80A3D97A7AD2A7E9E9A2EF95A0_MetadataUsageId;
extern const uint32_t Datatype_duration_Compare_mC46C260DB12F41977A7302DCB5874CFCB74E019A_MetadataUsageId;
extern const uint32_t Datatype_duration_TryParseValue_m5009AAC450510FD0FA5EA2CD516B9DD70689C81C_MetadataUsageId;
extern const uint32_t Datatype_duration__cctor_m8B5B8B3F86A41B68681504464B66C6F5230FC5F6_MetadataUsageId;
extern const uint32_t Datatype_duration__ctor_m5BF0200774FFF36AEB5D889C9A3FCED808069C15_MetadataUsageId;
extern const uint32_t Datatype_duration_get_FacetsChecker_mAE8E1735CCF6F30A4756B0241284C4182A074DA5_MetadataUsageId;
extern const uint32_t Datatype_duration_get_ListValueType_mCF3DF4A326D133347FD4B751245841803B85EB43_MetadataUsageId;
extern const uint32_t Datatype_duration_get_ValueType_m6332A8783493EF5094A41D59976E64111FD95067_MetadataUsageId;
extern const uint32_t Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_MetadataUsageId;
extern const uint32_t Datatype_fixed_TryParseValue_mA10446BEC2945D08E1D6CA9BA85FE7A983F962BB_MetadataUsageId;
extern const uint32_t Datatype_fixed__ctor_m3B0DAEF02AD1FB93DBE05A9519F05ACC150B41AD_MetadataUsageId;
extern const uint32_t Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178_MetadataUsageId;
extern const uint32_t Datatype_floatXdr__ctor_mD13DA0477303FB974228E0138D726F49856C73F9_MetadataUsageId;
extern const uint32_t Datatype_float_Compare_m7AA4759050F81E8307E89C6615DB8C096E2CFF71_MetadataUsageId;
extern const uint32_t Datatype_float_TryParseValue_m2859B6025E3C4FDD2782ED294D603173C03C8A0D_MetadataUsageId;
extern const uint32_t Datatype_float__cctor_m6AAC89D34F7BC49694D89A378120E0A6C5ED01EA_MetadataUsageId;
extern const uint32_t Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871_MetadataUsageId;
extern const uint32_t Datatype_float_get_FacetsChecker_m078F1B3F5FEAE98B11241287A5C912A28DB8CE70_MetadataUsageId;
extern const uint32_t Datatype_float_get_ListValueType_m0898DFF9DB55FCC63C023A39BE10D6173FEE20C0_MetadataUsageId;
extern const uint32_t Datatype_float_get_ValueType_mFB586D272E739FA836ECC03EBC5C95A40F27221F_MetadataUsageId;
extern const uint32_t Datatype_hexBinary_Compare_m87F3564A541A03C412F3DFADE0E32FA53D119292_MetadataUsageId;
extern const uint32_t Datatype_hexBinary_TryParseValue_m30166BCAE84FC8BDB55B04D87B1E4CD03436D077_MetadataUsageId;
extern const uint32_t Datatype_hexBinary__cctor_m827ADDD5B1965EB36C8FB3B8B631B12396375F15_MetadataUsageId;
extern const uint32_t Datatype_hexBinary__ctor_mC1485792901465E7B1927F016801A5D53DDDE2BB_MetadataUsageId;
extern const uint32_t Datatype_hexBinary_get_FacetsChecker_m7E1C1E86D8262318C9FA2EBE4AE2265E1A7F1CC7_MetadataUsageId;
extern const uint32_t Datatype_hexBinary_get_ListValueType_m2C33D14AD31B090C7B3E6CE0D6E82A1F4DEF772D_MetadataUsageId;
extern const uint32_t Datatype_hexBinary_get_ValueType_mCA1BE68B63FEA0B0174C52754755D5B7041C4B43_MetadataUsageId;
extern const uint32_t Datatype_int_Compare_m7F360F16902DDB5230148661391428DD4ED5A6F9_MetadataUsageId;
extern const uint32_t Datatype_int_TryParseValue_mAFB723341106828F28351717DE23A64AD7495ABD_MetadataUsageId;
extern const uint32_t Datatype_int__cctor_mF9BC0AD3F4B852A0D687C65EF06AA98A022A6B66_MetadataUsageId;
extern const uint32_t Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D_MetadataUsageId;
extern const uint32_t Datatype_int_get_FacetsChecker_m887BA94853821B66391ECED9B723EDCF7A14C195_MetadataUsageId;
extern const uint32_t Datatype_int_get_ListValueType_mAA150E5A822B84BB7501A3B3DC4EBA950805FF7A_MetadataUsageId;
extern const uint32_t Datatype_int_get_ValueType_mDCB098D5C25D789FCFF9B1A39E2522AB9DA5BF90_MetadataUsageId;
extern const uint32_t Datatype_integer_TryParseValue_m43866E80A16C177A001E0F43C1DBF77FE648CDCE_MetadataUsageId;
extern const uint32_t Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC_MetadataUsageId;
extern const uint32_t Datatype_long_Compare_mEB88281DB2E5A7EF0F857BC15409A749B17F1A3E_MetadataUsageId;
extern const uint32_t Datatype_long_TryParseValue_mA5EFE93465E8764C45D3F23FB0E13CC154867D3F_MetadataUsageId;
extern const uint32_t Datatype_long__cctor_mFDA9640B7DE02003BF0EC9FE7158C1BEEA6EF8F2_MetadataUsageId;
extern const uint32_t Datatype_long_get_FacetsChecker_mCC914A2009FDDC76483F465437723B6C84AE7781_MetadataUsageId;
extern const uint32_t Datatype_long_get_ListValueType_mDBB5BAFEB9CEDB400EB962DA07798F1052AC0A62_MetadataUsageId;
extern const uint32_t Datatype_long_get_ValueType_m3F96A65A04D7A265F9D1F1DF6E05653688F6F44E_MetadataUsageId;
extern const uint32_t Datatype_monthDay__ctor_m0572ED3BD11D04375B93A8F43D16F843418CC0A7_MetadataUsageId;
extern const uint32_t Datatype_month__ctor_mF373E65E6686F9707020A49B698A1A76F9CA1319_MetadataUsageId;
extern const uint32_t Datatype_negativeInteger__cctor_m4F80AFAA7D8206D9C4C6A45104EC64454AEE38CB_MetadataUsageId;
extern const uint32_t Datatype_negativeInteger__ctor_m431DC9755EB3F6BEE650463E94497EC2B724B327_MetadataUsageId;
extern const uint32_t Datatype_negativeInteger_get_FacetsChecker_m293C08B77726E5072EFEBDE1B1E18D35722C1CA7_MetadataUsageId;
extern const uint32_t Datatype_nonNegativeInteger__cctor_m4E2BF6B5B4A5BCB636C1D9538B91DBB0C17696A4_MetadataUsageId;
extern const uint32_t Datatype_nonNegativeInteger_get_FacetsChecker_mF4210271368CB7A0736C2228688499FB8836F015_MetadataUsageId;
extern const uint32_t Datatype_nonPositiveInteger__cctor_m80EDE3D0D1E1B58D26F659B4E5BB40B57F27DF44_MetadataUsageId;
extern const uint32_t Datatype_nonPositiveInteger_get_FacetsChecker_mC8B53055AAB7A2256EE48DBBE7F85556C784E67B_MetadataUsageId;
extern const uint32_t Datatype_positiveInteger__cctor_m2EA8517197ADA0F7E3391DBECDA3B952069E515F_MetadataUsageId;
extern const uint32_t Datatype_positiveInteger__ctor_mC7B8DFA50961A138853804CE79E04231759C9250_MetadataUsageId;
extern const uint32_t Datatype_positiveInteger_get_FacetsChecker_m5C5B4E4A3A6F91D44A23E4D40BBA8433A56CE206_MetadataUsageId;
extern const uint32_t Datatype_short_Compare_mAA161CBFA0F1E58BC5C8FF659FC2BF35BE2A899C_MetadataUsageId;
extern const uint32_t Datatype_short_TryParseValue_mC72274541974A3ABB6C5225D13BE74F2536A582C_MetadataUsageId;
extern const uint32_t Datatype_short__cctor_mE8789C6CE4771AC6A178C9960354E9673F2EBA74_MetadataUsageId;
extern const uint32_t Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A_MetadataUsageId;
extern const uint32_t Datatype_short_get_FacetsChecker_mC6A86387FD2BF42A699C30E1FFC839B1D21E3978_MetadataUsageId;
extern const uint32_t Datatype_short_get_ListValueType_mC8546F5149BDE8F31345EF79B40C61CA89E4773B_MetadataUsageId;
extern const uint32_t Datatype_short_get_ValueType_m271FA9962DD19DEA4EF142D923F54DBAD53002BD_MetadataUsageId;
extern const uint32_t Datatype_string_TryParseValue_m59F78361C6FFF06DBAC67221BB6BCAFA7D977915_MetadataUsageId;
extern const uint32_t Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323_MetadataUsageId;
extern const uint32_t Datatype_string_get_FacetsChecker_m41CED57869F751EBA4E625BE8E167B835903B5CE_MetadataUsageId;
extern const uint32_t Datatype_timeNoTimeZone__ctor_m8F75754130FAB2BA6F857BD7ADE216F0B30A7151_MetadataUsageId;
extern const uint32_t Datatype_timeTimeZone__ctor_m2E4523A3E74577A5AD0875327055B4A9DDF9E3A6_MetadataUsageId;
extern const uint32_t Datatype_time__ctor_m1E2C5D2DD6677A79F11094EF3BEE2622357F2D6E_MetadataUsageId;
extern const uint32_t Datatype_union_Compare_mD71168DAD8331168570F08A23DA57207EE862B09_MetadataUsageId;
extern const uint32_t Datatype_union_TryParseValue_mC74705077FE046F5419960997C543E206023EFC9_MetadataUsageId;
extern const uint32_t Datatype_union__cctor_mA301143288CBF802A35CE26F6062A5D55E299280_MetadataUsageId;
extern const uint32_t Datatype_union_get_FacetsChecker_m7423D43709AE8F0DBABAA1F5E0BAA915C4AECF52_MetadataUsageId;
extern const uint32_t Datatype_union_get_ListValueType_mC2F987600C888FD0E3E3F9A9DC25322E7B80B24F_MetadataUsageId;
extern const uint32_t Datatype_union_get_ValueType_mCB14F66D2D29718914A9391AE9F15127C986E9D6_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte_Compare_m2C01071B2C7ACBC7CD387990ECDEB079EFDB0152_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte_TryParseValue_m68CB945E92B0205861D796ABFE05935717FBCF3A_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte__cctor_m0C7F205C89FBC6D526DB18CA88CEE27E3E17F29E_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte__ctor_m4A682353FB8F63CC2215EC49D78AA40C6EA41A9D_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte_get_FacetsChecker_mE63C77D3A983F3B2FC7C9EE8F5E84FDE58BBC282_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte_get_ListValueType_m1B8977EC62338E4AB52B4BD3FA23556A85D047C7_MetadataUsageId;
extern const uint32_t Datatype_unsignedByte_get_ValueType_mF48D6A7DCB37DBCB95BD4B3B94D78BFCFACC2C9B_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt_Compare_mC1DC8FF532C047FF59927064A0AAB293923F50AC_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt_TryParseValue_m6A326DDB899909C0779144E2D02EFD1B5584918C_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt__cctor_mF65F00FE7DFE868E4DAF74CA6B8D27D7007A26CF_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt__ctor_m94FB631C85AACA6BC98C8CE0ED1BB2973A64157C_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt_get_FacetsChecker_m8452167DA41F1ECB32CF4E6B103640B5E9138A54_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt_get_ListValueType_mE923AFBB2D23A7DAB0D133533AAEE3A68E2502B4_MetadataUsageId;
extern const uint32_t Datatype_unsignedInt_get_ValueType_m6A7EBBB8C2C9ADC04269624BB5FAEBD5AFEB2D67_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong_Compare_m068728A596DDE5344273DF063FEA95539E05F93A_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong_TryParseValue_mDFE4B1F4402FFC47A1301F8F2ED0D1716ABD9B03_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong__cctor_m4ECCE8DBECC58773F71D02DE59EC8FCB53C8CD05_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong__ctor_mAF555A2265F480A235AC5A53A0C219124F2CD27D_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong_get_FacetsChecker_m9325A8CFA656DAE372AC39A8DDC2DE8AF677DF7B_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong_get_ListValueType_m557E520AB0602BA33D39D30B1926807840F4CDA0_MetadataUsageId;
extern const uint32_t Datatype_unsignedLong_get_ValueType_m8CBD0A7000F3A94932D24D88BF004099B4E9A88A_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort_Compare_mE23EF5404549870CCC4E070C38E96AC0E0F199FB_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort_TryParseValue_m458AF7685A2E811988092CF5BD550D0B5037FAD6_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort__cctor_m4148D1B8FF85855C2387D379EB8B1379030431E8_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort_get_FacetsChecker_mD65AAB65BD8286928EAAF9C7DFE8E14F3F9E6502_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort_get_ListValueType_m24D9E23D1B5EA561C2AE60E6D83163A52F9B449F_MetadataUsageId;
extern const uint32_t Datatype_unsignedShort_get_ValueType_mF2777F77B5A6A226217363B8E60044BDFC6EEA1B_MetadataUsageId;
extern const uint32_t Datatype_untypedAtomicType_CreateValueConverter_mC7CC5AA99C56809705977BE2E06C18C38C4A49A1_MetadataUsageId;
extern const uint32_t Datatype_uuid_Compare_mCEA2A5C8A068BF423D41502E5A5E29DA74A1510F_MetadataUsageId;
extern const uint32_t Datatype_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78_MetadataUsageId;
extern const uint32_t Datatype_uuid_TryParseValue_m37EB18F2F188E73A4653AFE54F1BC652625D77D2_MetadataUsageId;
extern const uint32_t Datatype_uuid__cctor_mF22DF2DA25DBC517842A58B41EB1312551C82579_MetadataUsageId;
extern const uint32_t Datatype_uuid__ctor_mA38D64ED5528A9C3B808C503D4CFB0F22FFE92AC_MetadataUsageId;
extern const uint32_t Datatype_uuid_get_ListValueType_mCD2A01CF77368A1B0286FED0EDA39633BF414AF0_MetadataUsageId;
extern const uint32_t Datatype_uuid_get_ValueType_mAAB28914F7FCBB2BA1B6C3B57C09D6D65FDBEB71_MetadataUsageId;
extern const uint32_t Datatype_yearMonthDuration_TryParseValue_m7ACA77CA46502251D5B4C4F38E4B02C9DA57A9F1_MetadataUsageId;
extern const uint32_t Datatype_yearMonthDuration__ctor_m3BDA670EDA63808ECE01070C8CAC35A434272E12_MetadataUsageId;
extern const uint32_t Datatype_yearMonth__ctor_mDAFFD13B3D66A126F512F72842B7BBFE7DE1D82D_MetadataUsageId;
extern const uint32_t Datatype_year__ctor_m6AE44D9AE2FD47F29E723FEF81F2E7CF64AF718F_MetadataUsageId;
extern const uint32_t DateTimeFacetsChecker_CheckValueFacets_mD32ED710EEC378E26D313E07D8D3B096F98A9800_MetadataUsageId;
extern const uint32_t DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D_MetadataUsageId;
extern const uint32_t DfaContentValidator__ctor_m0C419A75BC3597C1D0FD96A89192A8725AF13990_MetadataUsageId;
extern const uint32_t DtdValidator_SetDefaultTypedValue_mABD6EE054550DD657689D2CF13F791AD691CC3AE_MetadataUsageId;
extern const uint32_t DtdValidator__cctor_m23C4A8265FA65F29ABF02388C83D76833CBA6BE9_MetadataUsageId;
extern const uint32_t DurationFacetsChecker_CheckValueFacets_m8ED0890D3444B2DB3565C7E6D9FD521005FC558C_MetadataUsageId;
extern const uint32_t DurationFacetsChecker_CheckValueFacets_mFD1CEFC53E3D966894CF7D51466BD8BE03FE5EFF_MetadataUsageId;
extern const uint32_t DurationFacetsChecker_MatchEnumeration_m1E8A9F5872D26DC8B6C6E11E814AEFAAB3D16C32_MetadataUsageId;
extern const uint32_t DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4_MetadataUsageId;
extern const uint32_t FacetsChecker_CheckPatternFacets_m434C0EE32C87E14868E75A442A4D14F2F7FAFD4C_MetadataUsageId;
extern const uint32_t FacetsChecker_Power_mA9A9A9FE8E39D3CAB3B222197147659D5EF75899_MetadataUsageId;
extern const uint32_t InteriorNode_ExpandTreeNoRecursive_mD9DFDA7A53BC8E0C800C51E8277807C5475521C1_MetadataUsageId;
extern const uint32_t ListFacetsChecker_CheckValueFacets_mA8F9E2C2D082E81520D5C8B7813C7B1312B24FDB_MetadataUsageId;
extern const uint32_t NamespaceListNode_ConstructPos_m74F7F0571A643A991040300B2188C29A04562E9C_MetadataUsageId;
extern const uint32_t NamespaceListNode_ExpandTree_m1264ED9DE19188BB766CA1A9AE57271CB3EF8A95_MetadataUsageId;
extern const uint32_t NamespaceListNode_get_IsNullable_m6ED3C7BBDEB83432769005805E517778168FD4B0_MetadataUsageId;
extern const uint32_t NamespaceList_ToString_m5972677FDB59E77DD5F7B8344A5F68E507ECAD1E_MetadataUsageId;
extern const uint32_t NamespaceList__ctor_m974B306516B4B57C1D28C7826E5838E1EB7B5EC5_MetadataUsageId;
extern const uint32_t NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74_MetadataUsageId;
extern const uint32_t NfaContentValidator__ctor_m7E2CE067333AADC6273D8BEBA71F91442350ACE6_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_CheckValueFacets_m05AFFF640AD2D5BDC3ED1F4B529F2B4722888D44_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_CheckValueFacets_m38313E09619627C3FAF264DBF122F23FD9987A8C_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_CheckValueFacets_m3D86CB92DD650B3D7CD9B19F14B09BB41E5E9406_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_CheckValueFacets_m497BC74F3D26F7CD30D756C6FAA4CA8BE71C2B28_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E_MetadataUsageId;
extern const uint32_t Numeric10FacetsChecker__cctor_m69B19666E6D5036B8A8406E23949F4CFE350BC90_MetadataUsageId;
extern const uint32_t Numeric2FacetsChecker_CheckValueFacets_mF7EC25E31DE022EA0D92D4C0264DCB2E84F37ECC_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddName_m686F7DF06077E8A25C03A08A8771BE2C564175E1_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddNamespaceList_mD353E5689107CB75DDC367663F1160CCD8BB5704_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddPlus_m0B2E5F844C77D4D419F0A6C2F85CF04198BA3343_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddQMark_m88ED51BDF44D43B8F1357E4EE397F56306106045_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddSequence_mE668DA4A2B46D0B99AC72312A423AA3A7D96771B_MetadataUsageId;
extern const uint32_t ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056_MetadataUsageId;
extern const uint32_t ParticleContentValidator_BuildTransitionTable_m17C5243E6281417C7B3DD42BA20F4AD54192532C_MetadataUsageId;
extern const uint32_t ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m20B283D7C33A767BD4040618DF7D9D5EC8F30BFC_MetadataUsageId;
extern const uint32_t ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE_MetadataUsageId;
extern const uint32_t ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8_MetadataUsageId;
extern const uint32_t ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB_MetadataUsageId;
extern const uint32_t ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920_MetadataUsageId;
extern const uint32_t ParticleContentValidator_Finish_mA5CFDE8F5DC0DC0E02DB9C63B43B61590C049674_MetadataUsageId;
extern const uint32_t ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F_MetadataUsageId;
extern const uint32_t ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737_MetadataUsageId;
extern const uint32_t ParticleContentValidator__ctor_mDB89946784A016102774A10C62209759DCCA8F23_MetadataUsageId;
extern const uint32_t Position_t089976E4BEB3D345DA28CFA95786EE065063E228_com_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t Position_t089976E4BEB3D345DA28CFA95786EE065063E228_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
extern const uint32_t Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7_MetadataUsageId;
extern const uint32_t Positions__ctor_m54F343F1402B77911BB0CB8C7AB650E83B518740_MetadataUsageId;
extern const uint32_t Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3_MetadataUsageId;
extern const uint32_t QNameFacetsChecker_CheckValueFacets_m6C3AD882BD330787FB56EC29BFD73108A7F9245A_MetadataUsageId;
extern const uint32_t QNameFacetsChecker_CheckValueFacets_m9046DF1F044960A2D7AF52B7FBED3E09688587B2_MetadataUsageId;
extern const uint32_t QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948_MetadataUsageId;
extern const uint32_t QNameFacetsChecker_MatchEnumeration_mB02FCC5A65AD6B28AF47F77752EC7764BDEB8EA4_MetadataUsageId;
extern const uint32_t RangeContentValidator__ctor_mE9C867089B3A0C4B9E619334A25B6FD42AF37B6A_MetadataUsageId;
extern const uint32_t SchemaAttDef_CheckXmlSpace_m755BB6DB40A5989800C9FCD9A00D4CAA8DC46953_MetadataUsageId;
extern const uint32_t SchemaAttDef__cctor_m5B6EC23BE629D423409D75F38C84852BA3282100_MetadataUsageId;
extern const uint32_t SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83_MetadataUsageId;
extern const uint32_t SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364_MetadataUsageId;
extern const uint32_t SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150_MetadataUsageId;
extern const uint32_t SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95_MetadataUsageId;
extern const uint32_t SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF_MetadataUsageId;
extern const uint32_t SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190_MetadataUsageId;
extern const uint32_t SchemaElementDecl_AddAttDef_mF53507A68A48CAFFEAF1DB5AE537A1B2440B3897_MetadataUsageId;
extern const uint32_t SchemaElementDecl_CreateAnyTypeElementDecl_m67AEFA422A5B37EB6B9A570844D4E75448B0A328_MetadataUsageId;
extern const uint32_t SchemaElementDecl_GetAttDef_m26FA444E65857079A579E7D52F01A7B812C7B90A_MetadataUsageId;
extern const uint32_t SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupAttribute_m70167B587EA1D4BA62E93C90C1AF9A6E5FC61903_MetadataUsageId;
extern const uint32_t SchemaElementDecl__cctor_mF80A07DD0FF59A25BAE8F873809B755053666E28_MetadataUsageId;
extern const uint32_t SchemaElementDecl__ctor_m0DEBB1C6E34CD4DED881B9FAF541202035071E68_MetadataUsageId;
extern const uint32_t SchemaElementDecl__ctor_m104A563CE85AD1F9DE6C8249CD80A3EAC14A70C3_MetadataUsageId;
extern const uint32_t SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3_MetadataUsageId;
extern const uint32_t SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E_MetadataUsageId;
extern const uint32_t SchemaEntity_get_BaseURI_mE3B7C8A8C97B751972D7EA07ABA3AC7B71BF4AFF_MetadataUsageId;
extern const uint32_t SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721_MetadataUsageId;
extern const uint32_t SchemaInfo_Finish_m06C270AA3B7012BA2D45DB8C0D7E3E0A0A2126C6_MetadataUsageId;
extern const uint32_t SchemaInfo_System_Xml_IDtdInfo_LookupAttributeList_mB723509BC9263D1ED2A70AE03DC9CE88FD33DC47_MetadataUsageId;
extern const uint32_t SchemaInfo_System_Xml_IDtdInfo_LookupEntity_m80DA87B766EE905BCD9224BCBA396896B3A49125_MetadataUsageId;
extern const uint32_t SchemaInfo__ctor_mAE19D8874E7867F754C409EB9249CDF0505E7D9B_MetadataUsageId;
extern const uint32_t SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962_MetadataUsageId;
extern const uint32_t SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6_MetadataUsageId;
extern const uint32_t SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592_MetadataUsageId;
extern const uint32_t SequenceNode_ConstructPos_m7473B534032FB9DDDB9C2A4955946C93121B2B55_MetadataUsageId;
extern const uint32_t SequenceNode_get_IsNullable_m002139FFB489C1B3769F4967118C332EF97AD52E_MetadataUsageId;
extern const uint32_t StringFacetsChecker_CheckBuiltInFacets_mA9B78AA0DBDCA3A2BA117092F269D932EE15DCB2_MetadataUsageId;
extern const uint32_t StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E_MetadataUsageId;
extern const uint32_t StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA_MetadataUsageId;
extern const uint32_t StringFacetsChecker_get_LanguagePattern_m79E91EAA1C6750F7B194E2CBDD90BC3350DD501B_MetadataUsageId;
extern const uint32_t SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04_MetadataUsageId;
extern const uint32_t SymbolsDictionary_AddNamespaceList_m4908B22648859A3F34391FE1438A3C25F3255E60_MetadataUsageId;
extern const uint32_t SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058_MetadataUsageId;
extern const uint32_t SymbolsDictionary_GetNamespaceListSymbols_m208F603738B1E0191B7E1DD11F802BF96B58063A_MetadataUsageId;
extern const uint32_t SymbolsDictionary__ctor_m54E8AE8F3386250B190C7AF6B05E9740C009EBEC_MetadataUsageId;
extern const uint32_t UnionFacetsChecker_CheckValueFacets_m85DB8EDFF76F8ECA55C69C58C59FA47A2EF809B5_MetadataUsageId;
extern const uint32_t UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_m062850DD5CF09B931318C1664968093B2A624D33_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_m2C0D54E1E28E76AA513E2AEFA9758986B6EC86D4_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_m32A457D4B41B544202B656FBA5E601D7523B829D_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_m94A6BF21124970FCC5DA92313E3AEDC044EC5E21_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_mACF8F309855071C72739791802A435C273C4B6F5_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_mAD038B8500FCA8578C2900F9080F2B16A6461605_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToBoolean_m4FD71AF2E9AB46A6127CA7D0EA4FA7D87DD020A1_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToDateTimeOffset_m95A77A98D28F9974EFC3615EC0389E6B3640FEF7_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToDateTime_m9164F4464B407D83125653E8EB631F6530138B87_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToDecimal_mA0A084D338B1A2374B4833209C264D88407A2570_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToDouble_m2CCB99B4CA44C79DE74077B0F4FC147F7EE4CB7E_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToInt32_m3625D4865B76901955EEE32CC5CCE55DAB01B123_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToInt64_mC8C5C9FB73FE261BE218B5792E0C56DB0D10D67C_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01_MetadataUsageId;
extern const uint32_t XmlAnyConverter_ToSingle_mB6A4F24C6DC4642A57C842D00B18618F24A4AEF7_MetadataUsageId;
extern const uint32_t XmlAnyConverter__cctor_mBD9ABE483C5B2EC7EBDF4934618AEAD14E093BAB_MetadataUsageId;
extern const uint32_t XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801_MetadataUsageId;
extern const uint32_t XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D_MetadataUsageId;
extern const uint32_t XmlAnyListConverter__cctor_m120EFF9FFAED4ACCD01CB35DFBEE2E63661FEDB5_MetadataUsageId;
extern const uint32_t XmlAtomicValue_GetPrefixFromQName_mB7E5B1456AE63EBD27450B792E117AEADC5CE0CC_MetadataUsageId;
extern const uint32_t XmlAtomicValue_ValueAs_m4985EAF40F0AABF787467A179A916C4AC2D5B822_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285_MetadataUsageId;
extern const uint32_t XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Base64BinaryToString_m926074695081FED2746322F3F3202D70467D6A21_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeListType_m13137658E584921C61F9BC8EC34C26E801A3AE02_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_m1C2E56953481CB071E000AEE8C1B91675B1A7D85_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_m29A52AD7E19BD8CB956DA9050CD53A2B73D1E651_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_m3C7230DE5F0929E78A1302C14A6908455899F95D_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_m67F807D1A55276F1058C7E93FCE9927DAC76256D_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_mDD0C59EFB735CDE79F0D0F60520A8A9C59A1B991_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ChangeType_mFC630BB184B6957AEB43CFB1F629E1D6CAC9E11B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6_MetadataUsageId;
extern const uint32_t XmlBaseConverter_DecimalToInt32_m439830B4A65D2E7C8B2ED6BF485AF98415165254_MetadataUsageId;
extern const uint32_t XmlBaseConverter_DecimalToInt64_mBDEE4314B13C5492CF55A5567A0281EC7A252E84_MetadataUsageId;
extern const uint32_t XmlBaseConverter_DecimalToUInt64_m19E6C7FA74CB1246BE0C772920737A437A118AED_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int32ToByte_m2447487963855AB65093294F8E95CFFAE7620030_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int32ToInt16_m82C872DD2157DE9A40F3443FA72EADF833E4670A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int32ToSByte_mA4FE4DB0894729B5094E7589184021C88ACAA99B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int32ToUInt16_mE1F64BD58300E3E9693212A79B84CB7925727EE7_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int64ToInt32_mD9A8956635FDE08399175D3385EF906AC1C50581_MetadataUsageId;
extern const uint32_t XmlBaseConverter_Int64ToUInt32_mCF14753939D6860E51D241CFD8408335794BB143_MetadataUsageId;
extern const uint32_t XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984_MetadataUsageId;
extern const uint32_t XmlBaseConverter_QNameToString_m139A591C510F5E0E97B78C278EE027AEB2FDA9F4_MetadataUsageId;
extern const uint32_t XmlBaseConverter_QNameToString_m46400469815C2D885E2133A611FA21A556B55B89_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToBase64Binary_mA023C75F90CCD026E45BB01677A4B1BDAF65DBEC_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToDateOffset_m8D83E4E142765E2DB8A24673EC47810E914F76D3_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToDateTimeOffset_mA2143B628ED63FEF6A2CD4B356014089AF09EFB9_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToDateTime_m0CFE118D0B55A0884F749F63F40556CD5000DDA7_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToDate_m521A4A054772FBB5C2CD4B6614470D296843EE8E_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGDayOffset_mAA496F7A0C18BCEAAD9E7CB1A4A901D7EE13572A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGDay_m9652EF7DF42B3A2C83BBF0BC86500F0805FDEEDE_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGMonthDayOffset_m2B52EBE5BAEF5798D0D9C7F15B02100069AB3243_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGMonthDay_m4C773789D602AFEC0A2482FCCACCB06F03649A9B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGMonthOffset_mB5EEB8D5F7FCB3639DFA1F4C222F80B533C812DF_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGMonth_m1FE4558294A77EE87FA87DB027D38E6B9490A3A6_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGYearMonthOffset_m73889403E74C11545E6781A31D7F6A24C466DDBB_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGYearMonth_m025B3BBDE5AE986726AC559028D7628EB3101CAA_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGYearOffset_mB5C0E8C7F0135C28D5E32455A50006087976DCB4_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToGYear_m7D4C0252DD49785D1E5D7DB9F70055275AD414CE_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToHexBinary_m38F4E52D8C511140FB19DFDCE443F067DA0F3547_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToTimeOffset_m103250E85DD192D25085D8CC46525187BCF55596_MetadataUsageId;
extern const uint32_t XmlBaseConverter_StringToTime_mF6EE77D3F1AE0014447CCFE39C06888C0D17083D_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_m17A97E380B6E667B2A66D311DA5309F6767DBF07_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_m17BC050DC53A34D9893E8D264489C268CEFF0560_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_m452A8F89C5953BDE3502BD10F13F58DBC374E315_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_mD7ECC621CA71287C13E48DB9BA72715541AF1F30_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_mE874E9476C3E0B81781B6AA2F9681EAE030A4E01_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToBoolean_mF76FA99BD8F1700FDB5D9ACEF37A0CBAD8974D8D_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTimeOffset_m8A174FB65EA5E5354BABD132BE93CF4448414BBF_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTimeOffset_m95FBB071D6885EDF8AC7CB801C8270233774F0D9_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTimeOffset_mC85A46520DF704FFE6C251F6A90C3820BCE864E6_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_m75D4C5904EA6A0848E10D98F8565FD6A2EB64C95_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_m82BCA7CF8CE5C5AD8B0D1F5478B9207258FD06F8_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_m8AB7D87715845E2E15B51207633DA7201AFBD4A6_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_mA3B0EE70F8CA71C4B7401116B3B6A19CF7018B0B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_mABB24AEF2FB9B332BE5420D27355E51BCB8A778F_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_mB0B9C65F6C6C0B61185A9F15FDD9C8221BA3FA3F_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDateTime_mFABEC80E347D3CB47368B4FBEB0FB4CD3D8256B9_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDecimal_m2E87EBDF60298772C02CCD35DBE89BCF28A961A5_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDecimal_m68E0A7F8EE6B27F2C164D3535A81649F5F136414_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m1AD44444781C3857449236C3888B2C880A2098E2_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m36B9FE88CE62AA41B8A933568D1E932B6728ECEF_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m807820A3B59190291F699F5C1C6971ED902D5DEB_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m876A88C5802097C1BC10863F35D88E161450561B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m87D1FD60F744B90A62AC09B81AD5D73FF3A6AA15_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToDouble_m99E28803CA812634A454FB2876E96194FF538FCF_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_m5BC68FD0052B3961BEF0AED856A2AAFB09D8501A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_m619F4131301F55CBC568946BCB3826421612FC6F_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_m76C0AB65B1CF7B43C688E1FCE42C166A555F5E8B_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_m8874B0BE3E7ED797934B69CC6D01A8D826290E39_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_m8FFB6CF24D490383683D824C02E753E53AD20445_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt32_mB9F35B112002BFF21EF3942643923BC9EBCDC9AF_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_m1A3F5837073F33A3ED8AF29368232E1EF302A731_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_m637327803CE3AF84DFD92409A34FBB3AD7678E2E_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_m8C72DDD556E65F511550FBC5E63ED4F795B33AFD_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_m94703F723E9753ECA598991F3DCED11DB384B61E_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_mA28286FD1A8C9B9EC33853A015B6CCB4BD13B56A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToInt64_mB48BCE15C8DE8321F0AEAF8EB201447720342246_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToSingle_m2C93DAB2005E95974A8E10C6C1BC290913C5433A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToSingle_m73236E644D20204474039DC6157B84AA2A790C64_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToSingle_m864D9E059D4ACF9DE27CA33E3F327EB350575014_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_m01E52042359394326A0F4F38DAA24D685DBC0129_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_m3975CD15AB9305ADDFE690E2598CF55CF61AB45C_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_m3F5DE20348D2ED7CB8CD512080D6884119359ECA_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mC11F38B44AA4F5E2234A7D75312D9A6FA3A6A97A_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mC1FCC3DAAB5CD2B7CE04D07E01BE577B6B8811FE_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mC307CD1C25E81F6DD93FB5E1E6A33981E192F4BB_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mC697A6E35CD715E555CFEBF880A7ACEAF5939972_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mC794DD06694DCA6E3988C9855725703346555A29_MetadataUsageId;
extern const uint32_t XmlBaseConverter_ToString_mF767F814A8FAC7009EC2AC896AA48B4627F63AF7_MetadataUsageId;
extern const uint32_t XmlBaseConverter_UntypedAtomicToDateTimeOffset_m2E851BBF5ACA9560C6B33B4D8ADF12F63A7C498E_MetadataUsageId;
extern const uint32_t XmlBaseConverter_UntypedAtomicToDateTime_m156B6AB8ACF6105E437E14211A40E169D7E36FC6_MetadataUsageId;
extern const uint32_t XmlBaseConverter__cctor_mA7DDD06270DF9FA4E3DEA121C8F7955412176E2B_MetadataUsageId;
extern const uint32_t XmlBaseConverter__ctor_mD14E99D1AAF0C63194C50E2E9877DCC97F23D968_MetadataUsageId;
extern const uint32_t XmlBaseConverter__ctor_mD5BF55A8C4E4BBD5315745BEA6DE21F63FF1C0FE_MetadataUsageId;
extern const uint32_t XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69;
struct XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; }
inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef VALUECOLLECTION_T6A736BD5E196C3F46596988F6ECFA2A012789F47_H
#define VALUECOLLECTION_T6A736BD5E196C3F46596988F6ECFA2A012789F47_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2_ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47, ___dictionary_0)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_T6A736BD5E196C3F46596988F6ECFA2A012789F47_H
#ifndef DICTIONARY_2_TC299681D95BE2E81CC7CBA606C4E9D07A00FA35B_H
#define DICTIONARY_2_TC299681D95BE2E81CC7CBA606C4E9D07A00FA35B_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.Boolean>
struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B : 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_t7D300CE1CB9D0C18A6A29716019D9F4DA4C17490* ___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_t301F7AA2D002B20DED934E68BA125BE268F2BEF9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tFBC1693F0C1EAF26CFEC28D74985CA5F1718A7B5 * ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___entries_1)); }
inline EntryU5BU5D_t7D300CE1CB9D0C18A6A29716019D9F4DA4C17490* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t7D300CE1CB9D0C18A6A29716019D9F4DA4C17490** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t7D300CE1CB9D0C18A6A29716019D9F4DA4C17490* 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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___keys_7)); }
inline KeyCollection_t301F7AA2D002B20DED934E68BA125BE268F2BEF9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t301F7AA2D002B20DED934E68BA125BE268F2BEF9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t301F7AA2D002B20DED934E68BA125BE268F2BEF9 * 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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ___values_8)); }
inline ValueCollection_tFBC1693F0C1EAF26CFEC28D74985CA5F1718A7B5 * get_values_8() const { return ___values_8; }
inline ValueCollection_tFBC1693F0C1EAF26CFEC28D74985CA5F1718A7B5 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tFBC1693F0C1EAF26CFEC28D74985CA5F1718A7B5 * 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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B, ____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_TC299681D95BE2E81CC7CBA606C4E9D07A00FA35B_H
#ifndef DICTIONARY_2_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_H
#define DICTIONARY_2_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>
struct Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___entries_1)); }
inline EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t65B1BABA99034B892DEABDA2A944AEB080D866E6* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___keys_7)); }
inline KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tAE9781C5D3777636CEB69600BA73BA2A8A294488 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ___values_8)); }
inline ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * get_values_8() const { return ___values_8; }
inline ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t855867567F67E71294F6CE27DD3C0E473D02DE12 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T49DF5C20AE5B7EF983AFCFF5867364BA82492C70_H
#ifndef DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_H
#define DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
struct Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___entries_1)); }
inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___keys_7)); }
inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___values_8)); }
inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * get_values_8() const { return ___values_8; }
inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_H
#ifndef DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_H
#define DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___entries_1)); }
inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___keys_7)); }
inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ___values_8)); }
inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * get_values_8() const { return ___values_8; }
inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T8820E288E84B6C8B767808031F13493C54D26FC9_H
#ifndef DICTIONARY_2_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_H
#define DICTIONARY_2_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___entries_1)); }
inline EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t68D37DCC5695AF7DD752B2A3DFFFA0DC6FEA26F2* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___keys_7)); }
inline KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t34F15A6C18F5A0AC8042283CBFD136608190380D * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ___values_8)); }
inline ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * get_values_8() const { return ___values_8; }
inline ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t588AEC78FF1F8EF1E1C8A5B494D33D53B5108C1E * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T9311F48415A23B087A8AB42B76BDCE3EE7963EF4_H
#ifndef DICTIONARY_2_T8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_H
#define DICTIONARY_2_T8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_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.XmlQualifiedName>
struct Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 : 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_t0639345D44D0E34452E88CF421EF5520A968E3BB* ___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_t2378F0D9D03FCDC55F13FD25F9D915FBC4377E0B * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t5FA12F8120586678ED0E87639E93808EEB2E9569 * ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___entries_1)); }
inline EntryU5BU5D_t0639345D44D0E34452E88CF421EF5520A968E3BB* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t0639345D44D0E34452E88CF421EF5520A968E3BB** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t0639345D44D0E34452E88CF421EF5520A968E3BB* 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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___keys_7)); }
inline KeyCollection_t2378F0D9D03FCDC55F13FD25F9D915FBC4377E0B * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t2378F0D9D03FCDC55F13FD25F9D915FBC4377E0B ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t2378F0D9D03FCDC55F13FD25F9D915FBC4377E0B * 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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ___values_8)); }
inline ValueCollection_t5FA12F8120586678ED0E87639E93808EEB2E9569 * get_values_8() const { return ___values_8; }
inline ValueCollection_t5FA12F8120586678ED0E87639E93808EEB2E9569 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t5FA12F8120586678ED0E87639E93808EEB2E9569 * 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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201, ____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_T8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_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 LIST_1_T2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_H
#define LIST_1_T2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_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.Xml.IDtdDefaultAttributeInfo>
struct List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* ____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_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601, ____items_1)); }
inline IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* get__items_1() const { return ____items_1; }
inline IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* 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_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601, ____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_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601, ____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_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601, ____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_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_StaticFields, ____emptyArray_5)); }
inline IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* get__emptyArray_5() const { return ____emptyArray_5; }
inline IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IDtdDefaultAttributeInfoU5BU5D_tA42763A13D43C6AE192B6D680039B946977767E2* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_H
#ifndef STACK_1_TA2D71ED52708DEB6F70E08D72000ABC066656FD2_H
#define STACK_1_TA2D71ED52708DEB6F70E08D72000ABC066656FD2_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.Schema.InteriorNode>
struct Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
InteriorNodeU5BU5D_t8B85E4C50CC505C587B9EF308FA53E8F70F1606B* ____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_tA2D71ED52708DEB6F70E08D72000ABC066656FD2, ____array_0)); }
inline InteriorNodeU5BU5D_t8B85E4C50CC505C587B9EF308FA53E8F70F1606B* get__array_0() const { return ____array_0; }
inline InteriorNodeU5BU5D_t8B85E4C50CC505C587B9EF308FA53E8F70F1606B** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(InteriorNodeU5BU5D_t8B85E4C50CC505C587B9EF308FA53E8F70F1606B* 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_tA2D71ED52708DEB6F70E08D72000ABC066656FD2, ____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_tA2D71ED52708DEB6F70E08D72000ABC066656FD2, ____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_tA2D71ED52708DEB6F70E08D72000ABC066656FD2, ____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_TA2D71ED52708DEB6F70E08D72000ABC066656FD2_H
#ifndef STACK_1_TB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB_H
#define STACK_1_TB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB_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.Schema.SequenceNode_SequenceConstructPosContext>
struct Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
SequenceConstructPosContextU5BU5D_t776F59D343D8376446E4707D9A415D1964D1B7F0* ____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_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB, ____array_0)); }
inline SequenceConstructPosContextU5BU5D_t776F59D343D8376446E4707D9A415D1964D1B7F0* get__array_0() const { return ____array_0; }
inline SequenceConstructPosContextU5BU5D_t776F59D343D8376446E4707D9A415D1964D1B7F0** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(SequenceConstructPosContextU5BU5D_t776F59D343D8376446E4707D9A415D1964D1B7F0* 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_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB, ____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_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB, ____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_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB, ____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_TB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB_H
#ifndef QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#define QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Queue::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Queue::_head
int32_t ____head_1;
// System.Int32 System.Collections.Queue::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Queue::_size
int32_t ____size_3;
// System.Int32 System.Collections.Queue::_growFactor
int32_t ____growFactor_4;
// System.Int32 System.Collections.Queue::_version
int32_t ____version_5;
// System.Object System.Collections.Queue::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__growFactor_4() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____growFactor_4)); }
inline int32_t get__growFactor_4() const { return ____growFactor_4; }
inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; }
inline void set__growFactor_4(int32_t value)
{
____growFactor_4 = value;
}
inline static int32_t get_offset_of__version_5() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____version_5)); }
inline int32_t get__version_5() const { return ____version_5; }
inline int32_t* get_address_of__version_5() { return &____version_5; }
inline void set__version_5(int32_t value)
{
____version_5 = value;
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifndef STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#define STACK_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Stack::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Stack::_size
int32_t ____size_1;
// System.Int32 System.Collections.Stack::_version
int32_t ____version_2;
// System.Object System.Collections.Stack::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____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_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____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_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____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_T37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_H
#ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef 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 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 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 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 NAMESPACEPREFIXFORQNAME_T80F0083B9C2151D487D41CCDD89B668C21902D8F_H
#define NAMESPACEPREFIXFORQNAME_T80F0083B9C2151D487D41CCDD89B668C21902D8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName
struct NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F : public RuntimeObject
{
public:
// System.String System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName::prefix
String_t* ___prefix_0;
// System.String System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName::ns
String_t* ___ns_1;
public:
inline static int32_t get_offset_of_prefix_0() { return static_cast<int32_t>(offsetof(NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F, ___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_ns_1() { return static_cast<int32_t>(offsetof(NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F, ___ns_1)); }
inline String_t* get_ns_1() const { return ___ns_1; }
inline String_t** get_address_of_ns_1() { return &___ns_1; }
inline void set_ns_1(String_t* value)
{
___ns_1 = value;
Il2CppCodeGenWriteBarrier((&___ns_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMESPACEPREFIXFORQNAME_T80F0083B9C2151D487D41CCDD89B668C21902D8F_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 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 XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H
#define XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLNAMETABLE_T3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6_H
#ifndef XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H
#define XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F : public RuntimeObject
{
public:
// System.Xml.XmlNamespaceManager_NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* ___nsdecls_0;
// System.Int32 System.Xml.XmlNamespaceManager::lastDecl
int32_t ___lastDecl_1;
// System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_2;
// System.Int32 System.Xml.XmlNamespaceManager::scopeId
int32_t ___scopeId_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Xml.XmlNamespaceManager::hashTable
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___hashTable_4;
// System.Boolean System.Xml.XmlNamespaceManager::useHashtable
bool ___useHashtable_5;
// System.String System.Xml.XmlNamespaceManager::xml
String_t* ___xml_6;
// System.String System.Xml.XmlNamespaceManager::xmlNs
String_t* ___xmlNs_7;
public:
inline static int32_t get_offset_of_nsdecls_0() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___nsdecls_0)); }
inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* get_nsdecls_0() const { return ___nsdecls_0; }
inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84** get_address_of_nsdecls_0() { return &___nsdecls_0; }
inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* value)
{
___nsdecls_0 = value;
Il2CppCodeGenWriteBarrier((&___nsdecls_0), value);
}
inline static int32_t get_offset_of_lastDecl_1() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___lastDecl_1)); }
inline int32_t get_lastDecl_1() const { return ___lastDecl_1; }
inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; }
inline void set_lastDecl_1(int32_t value)
{
___lastDecl_1 = value;
}
inline static int32_t get_offset_of_nameTable_2() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___nameTable_2)); }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_2() const { return ___nameTable_2; }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_2() { return &___nameTable_2; }
inline void set_nameTable_2(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value)
{
___nameTable_2 = value;
Il2CppCodeGenWriteBarrier((&___nameTable_2), value);
}
inline static int32_t get_offset_of_scopeId_3() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___scopeId_3)); }
inline int32_t get_scopeId_3() const { return ___scopeId_3; }
inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; }
inline void set_scopeId_3(int32_t value)
{
___scopeId_3 = value;
}
inline static int32_t get_offset_of_hashTable_4() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___hashTable_4)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_hashTable_4() const { return ___hashTable_4; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_hashTable_4() { return &___hashTable_4; }
inline void set_hashTable_4(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___hashTable_4 = value;
Il2CppCodeGenWriteBarrier((&___hashTable_4), value);
}
inline static int32_t get_offset_of_useHashtable_5() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___useHashtable_5)); }
inline bool get_useHashtable_5() const { return ___useHashtable_5; }
inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; }
inline void set_useHashtable_5(bool value)
{
___useHashtable_5 = value;
}
inline static int32_t get_offset_of_xml_6() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___xml_6)); }
inline String_t* get_xml_6() const { return ___xml_6; }
inline String_t** get_address_of_xml_6() { return &___xml_6; }
inline void set_xml_6(String_t* value)
{
___xml_6 = value;
Il2CppCodeGenWriteBarrier((&___xml_6), value);
}
inline static int32_t get_offset_of_xmlNs_7() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___xmlNs_7)); }
inline String_t* get_xmlNs_7() const { return ___xmlNs_7; }
inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; }
inline void set_xmlNs_7(String_t* value)
{
___xmlNs_7 = value;
Il2CppCodeGenWriteBarrier((&___xmlNs_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLNAMESPACEMANAGER_T8323BEB96BBE8F75207DC2AAFE9430E7F473658F_H
#ifndef 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 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_T1EACFCE166301E56C4FB6066A77CA6620F78C1CF_H
#define ENUMERATOR_T1EACFCE166301E56C4FB6066A77CA6620F78C1CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>
struct Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___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
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF, ___dictionary_0)); }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF, ___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_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF, ___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_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF, ___currentValue_3)); }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_currentValue_3() const { return ___currentValue_3; }
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((&___currentValue_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T1EACFCE166301E56C4FB6066A77CA6620F78C1CF_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#define DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((&___Powers10_6), value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECIMAL_T44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef GUID_T_H
#define GUID_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((&____rngAccess_12), value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((&____rng_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GUID_T_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#define UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT64_TA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef 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 DTDVALIDATOR_TF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_H
#define DTDVALIDATOR_TF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DtdValidator
struct DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD : public BaseValidator_tB0AD5FCB23C61EC8841C153CEB7C77E569246B43
{
public:
public:
};
struct DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_StaticFields
{
public:
// System.Xml.Schema.DtdValidator_NamespaceManager System.Xml.Schema.DtdValidator::namespaceManager
NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * ___namespaceManager_0;
public:
inline static int32_t get_offset_of_namespaceManager_0() { return static_cast<int32_t>(offsetof(DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_StaticFields, ___namespaceManager_0)); }
inline NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * get_namespaceManager_0() const { return ___namespaceManager_0; }
inline NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 ** get_address_of_namespaceManager_0() { return &___namespaceManager_0; }
inline void set_namespaceManager_0(NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * value)
{
___namespaceManager_0 = value;
Il2CppCodeGenWriteBarrier((&___namespaceManager_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DTDVALIDATOR_TF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_H
#ifndef NAMESPACEMANAGER_T8A121C523956A538C9B6909B308301440F33F408_H
#define NAMESPACEMANAGER_T8A121C523956A538C9B6909B308301440F33F408_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DtdValidator_NamespaceManager
struct NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 : public XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMESPACEMANAGER_T8A121C523956A538C9B6909B308301440F33F408_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 LEAFNODE_TE2C955D778068BA019B8D106487A698656F863E2_H
#define LEAFNODE_TE2C955D778068BA019B8D106487A698656F863E2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.LeafNode
struct LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 : public SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C
{
public:
// System.Int32 System.Xml.Schema.LeafNode::pos
int32_t ___pos_0;
public:
inline static int32_t get_offset_of_pos_0() { return static_cast<int32_t>(offsetof(LeafNode_tE2C955D778068BA019B8D106487A698656F863E2, ___pos_0)); }
inline int32_t get_pos_0() const { return ___pos_0; }
inline int32_t* get_address_of_pos_0() { return &___pos_0; }
inline void set_pos_0(int32_t value)
{
___pos_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LEAFNODE_TE2C955D778068BA019B8D106487A698656F863E2_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 NAMESPACELISTNODE_T7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19_H
#define NAMESPACELISTNODE_T7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.NamespaceListNode
struct NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 : public SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C
{
public:
// System.Xml.Schema.NamespaceList System.Xml.Schema.NamespaceListNode::namespaceList
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___namespaceList_0;
// System.Object System.Xml.Schema.NamespaceListNode::particle
RuntimeObject * ___particle_1;
public:
inline static int32_t get_offset_of_namespaceList_0() { return static_cast<int32_t>(offsetof(NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19, ___namespaceList_0)); }
inline NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * get_namespaceList_0() const { return ___namespaceList_0; }
inline NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C ** get_address_of_namespaceList_0() { return &___namespaceList_0; }
inline void set_namespaceList_0(NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * value)
{
___namespaceList_0 = value;
Il2CppCodeGenWriteBarrier((&___namespaceList_0), value);
}
inline static int32_t get_offset_of_particle_1() { return static_cast<int32_t>(offsetof(NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19, ___particle_1)); }
inline RuntimeObject * get_particle_1() const { return ___particle_1; }
inline RuntimeObject ** get_address_of_particle_1() { return &___particle_1; }
inline void set_particle_1(RuntimeObject * value)
{
___particle_1 = value;
Il2CppCodeGenWriteBarrier((&___particle_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMESPACELISTNODE_T7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19_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 POSITION_T089976E4BEB3D345DA28CFA95786EE065063E228_H
#define POSITION_T089976E4BEB3D345DA28CFA95786EE065063E228_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.Position
struct Position_t089976E4BEB3D345DA28CFA95786EE065063E228
{
public:
// System.Int32 System.Xml.Schema.Position::symbol
int32_t ___symbol_0;
// System.Object System.Xml.Schema.Position::particle
RuntimeObject * ___particle_1;
public:
inline static int32_t get_offset_of_symbol_0() { return static_cast<int32_t>(offsetof(Position_t089976E4BEB3D345DA28CFA95786EE065063E228, ___symbol_0)); }
inline int32_t get_symbol_0() const { return ___symbol_0; }
inline int32_t* get_address_of_symbol_0() { return &___symbol_0; }
inline void set_symbol_0(int32_t value)
{
___symbol_0 = value;
}
inline static int32_t get_offset_of_particle_1() { return static_cast<int32_t>(offsetof(Position_t089976E4BEB3D345DA28CFA95786EE065063E228, ___particle_1)); }
inline RuntimeObject * get_particle_1() const { return ___particle_1; }
inline RuntimeObject ** get_address_of_particle_1() { return &___particle_1; }
inline void set_particle_1(RuntimeObject * value)
{
___particle_1 = value;
Il2CppCodeGenWriteBarrier((&___particle_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.Schema.Position
struct Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_pinvoke
{
int32_t ___symbol_0;
Il2CppIUnknown* ___particle_1;
};
// Native definition for COM marshalling of System.Xml.Schema.Position
struct Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_com
{
int32_t ___symbol_0;
Il2CppIUnknown* ___particle_1;
};
#endif // POSITION_T089976E4BEB3D345DA28CFA95786EE065063E228_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 SEQUENCECONSTRUCTPOSCONTEXT_T72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_H
#define SEQUENCECONSTRUCTPOSCONTEXT_T72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SequenceNode_SequenceConstructPosContext
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1
{
public:
// System.Xml.Schema.SequenceNode System.Xml.Schema.SequenceNode_SequenceConstructPosContext::this_
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::firstpos
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::lastpos
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::lastposLeft
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::firstposRight
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
public:
inline static int32_t get_offset_of_this__0() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___this__0)); }
inline SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * get_this__0() const { return ___this__0; }
inline SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 ** get_address_of_this__0() { return &___this__0; }
inline void set_this__0(SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * value)
{
___this__0 = value;
Il2CppCodeGenWriteBarrier((&___this__0), value);
}
inline static int32_t get_offset_of_firstpos_1() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___firstpos_1)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstpos_1() const { return ___firstpos_1; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstpos_1() { return &___firstpos_1; }
inline void set_firstpos_1(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___firstpos_1 = value;
Il2CppCodeGenWriteBarrier((&___firstpos_1), value);
}
inline static int32_t get_offset_of_lastpos_2() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___lastpos_2)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_lastpos_2() const { return ___lastpos_2; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_lastpos_2() { return &___lastpos_2; }
inline void set_lastpos_2(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___lastpos_2 = value;
Il2CppCodeGenWriteBarrier((&___lastpos_2), value);
}
inline static int32_t get_offset_of_lastposLeft_3() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___lastposLeft_3)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_lastposLeft_3() const { return ___lastposLeft_3; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_lastposLeft_3() { return &___lastposLeft_3; }
inline void set_lastposLeft_3(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___lastposLeft_3 = value;
Il2CppCodeGenWriteBarrier((&___lastposLeft_3), value);
}
inline static int32_t get_offset_of_firstposRight_4() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___firstposRight_4)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstposRight_4() const { return ___firstposRight_4; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstposRight_4() { return &___firstposRight_4; }
inline void set_firstposRight_4(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___firstposRight_4 = value;
Il2CppCodeGenWriteBarrier((&___firstposRight_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_pinvoke
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
};
// Native definition for COM marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_com
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
};
#endif // SEQUENCECONSTRUCTPOSCONTEXT_T72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_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 UPAEXCEPTION_TED69C4AC662CA80677ABA101231042E747107151_H
#define UPAEXCEPTION_TED69C4AC662CA80677ABA101231042E747107151_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.UpaException
struct UpaException_tED69C4AC662CA80677ABA101231042E747107151 : public Exception_t
{
public:
// System.Object System.Xml.Schema.UpaException::particle1
RuntimeObject * ___particle1_17;
// System.Object System.Xml.Schema.UpaException::particle2
RuntimeObject * ___particle2_18;
public:
inline static int32_t get_offset_of_particle1_17() { return static_cast<int32_t>(offsetof(UpaException_tED69C4AC662CA80677ABA101231042E747107151, ___particle1_17)); }
inline RuntimeObject * get_particle1_17() const { return ___particle1_17; }
inline RuntimeObject ** get_address_of_particle1_17() { return &___particle1_17; }
inline void set_particle1_17(RuntimeObject * value)
{
___particle1_17 = value;
Il2CppCodeGenWriteBarrier((&___particle1_17), value);
}
inline static int32_t get_offset_of_particle2_18() { return static_cast<int32_t>(offsetof(UpaException_tED69C4AC662CA80677ABA101231042E747107151, ___particle2_18)); }
inline RuntimeObject * get_particle2_18() const { return ___particle2_18; }
inline RuntimeObject ** get_address_of_particle2_18() { return &___particle2_18; }
inline void set_particle2_18(RuntimeObject * value)
{
___particle2_18 = value;
Il2CppCodeGenWriteBarrier((&___particle2_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UPAEXCEPTION_TED69C4AC662CA80677ABA101231042E747107151_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 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 ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#define ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARITHMETICEXCEPTION_TF9EF5FE94597830EF315C5934258F994B8648269_H
#ifndef 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 DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#define DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTimeOffset
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85
{
public:
// System.DateTime System.DateTimeOffset::m_dateTime
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2;
// System.Int16 System.DateTimeOffset::m_offsetMinutes
int16_t ___m_offsetMinutes_3;
public:
inline static int32_t get_offset_of_m_dateTime_2() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; }
inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_dateTime_2 = value;
}
inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); }
inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; }
inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; }
inline void set_m_offsetMinutes_3(int16_t value)
{
___m_offsetMinutes_3 = value;
}
};
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields
{
public:
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1;
public:
inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; }
inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MinValue_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; }
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
{
___MaxValue_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIMEOFFSET_T6C333873402CAD576160B4F8E159EB6834F06B85_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((&___m_target_2), value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((&___method_info_7), value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((&___original_method_info_8), value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((&___data_9), value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
#endif // DELEGATE_T_H
#ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#define INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_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 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 REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#define REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public:
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_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 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 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 LEAFRANGENODE_T457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_H
#define LEAFRANGENODE_T457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.LeafRangeNode
struct LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 : public LeafNode_tE2C955D778068BA019B8D106487A698656F863E2
{
public:
// System.Decimal System.Xml.Schema.LeafRangeNode::min
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___min_1;
// System.Decimal System.Xml.Schema.LeafRangeNode::max
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___max_2;
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::nextIteration
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___nextIteration_3;
public:
inline static int32_t get_offset_of_min_1() { return static_cast<int32_t>(offsetof(LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5, ___min_1)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_min_1() const { return ___min_1; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_min_1() { return &___min_1; }
inline void set_min_1(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___min_1 = value;
}
inline static int32_t get_offset_of_max_2() { return static_cast<int32_t>(offsetof(LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5, ___max_2)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_max_2() const { return ___max_2; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_max_2() { return &___max_2; }
inline void set_max_2(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___max_2 = value;
}
inline static int32_t get_offset_of_nextIteration_3() { return static_cast<int32_t>(offsetof(LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5, ___nextIteration_3)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_nextIteration_3() const { return ___nextIteration_3; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_nextIteration_3() { return &___nextIteration_3; }
inline void set_nextIteration_3(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___nextIteration_3 = value;
Il2CppCodeGenWriteBarrier((&___nextIteration_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LEAFRANGENODE_T457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_H
#ifndef LISTTYPE_T0322B2CB66D5748A27174A99131B5AD7A7ECDE0A_H
#define LISTTYPE_T0322B2CB66D5748A27174A99131B5AD7A7ECDE0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.NamespaceList_ListType
struct ListType_t0322B2CB66D5748A27174A99131B5AD7A7ECDE0A
{
public:
// System.Int32 System.Xml.Schema.NamespaceList_ListType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListType_t0322B2CB66D5748A27174A99131B5AD7A7ECDE0A, ___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 // LISTTYPE_T0322B2CB66D5748A27174A99131B5AD7A7ECDE0A_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 PLUSNODE_T906E55FC467F9EE2ADF99B88E9349101E28394B0_H
#define PLUSNODE_T906E55FC467F9EE2ADF99B88E9349101E28394B0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.PlusNode
struct PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 : public InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLUSNODE_T906E55FC467F9EE2ADF99B88E9349101E28394B0_H
#ifndef QMARKNODE_T42CEA81806E0B4CB67A2DA59BBF43F6279642716_H
#define QMARKNODE_T42CEA81806E0B4CB67A2DA59BBF43F6279642716_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.QmarkNode
struct QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 : public InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QMARKNODE_T42CEA81806E0B4CB67A2DA59BBF43F6279642716_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 SEQUENCENODE_TAB18F790CB1B5BCD1D984EECC17C841B00881608_H
#define SEQUENCENODE_TAB18F790CB1B5BCD1D984EECC17C841B00881608_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.SequenceNode
struct SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 : public InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEQUENCENODE_TAB18F790CB1B5BCD1D984EECC17C841B00881608_H
#ifndef STARNODE_TDF30983D880A2C8707F144D32EA266A257045A30_H
#define STARNODE_TDF30983D880A2C8707F144D32EA266A257045A30_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.StarNode
struct StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 : public InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STARNODE_TDF30983D880A2C8707F144D32EA266A257045A30_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 XMLSCHEMACONTENTPROCESSING_TD85295E4C6FA245DAE6F9E4E1C927E76678B197A_H
#define XMLSCHEMACONTENTPROCESSING_TD85295E4C6FA245DAE6F9E4E1C927E76678B197A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaContentProcessing
struct XmlSchemaContentProcessing_tD85295E4C6FA245DAE6F9E4E1C927E76678B197A
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaContentProcessing_tD85295E4C6FA245DAE6F9E4E1C927E76678B197A, ___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 // XMLSCHEMACONTENTPROCESSING_TD85295E4C6FA245DAE6F9E4E1C927E76678B197A_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 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 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 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 MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#define OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OVERFLOWEXCEPTION_TD89571E2350DE06D9DE4AB65ADCA77D607B5693D_H
#ifndef REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#define REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_0;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15;
public:
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
inline String_t* get_pattern_0() const { return ___pattern_0; }
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
inline void set_pattern_0(String_t* value)
{
___pattern_0 = value;
Il2CppCodeGenWriteBarrier((&___pattern_0), value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((&___factory_1), value);
}
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
inline int32_t get_roptions_2() const { return ___roptions_2; }
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
inline void set_roptions_2(int32_t value)
{
___roptions_2 = value;
}
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___internalMatchTimeout_5 = value;
}
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___caps_8 = value;
Il2CppCodeGenWriteBarrier((&___caps_8), value);
}
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___capnames_9 = value;
Il2CppCodeGenWriteBarrier((&___capnames_9), value);
}
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___capslist_10 = value;
Il2CppCodeGenWriteBarrier((&___capslist_10), value);
}
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
inline int32_t get_capsize_11() const { return ___capsize_11; }
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
inline void set_capsize_11(int32_t value)
{
___capsize_11 = value;
}
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
___runnerref_12 = value;
Il2CppCodeGenWriteBarrier((&___runnerref_12), value);
}
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
___replref_13 = value;
Il2CppCodeGenWriteBarrier((&___replref_13), value);
}
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___code_14 = value;
Il2CppCodeGenWriteBarrier((&___code_14), value);
}
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
inline void set_refsInitialized_15(bool value)
{
___refsInitialized_15 = value;
}
};
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public:
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17;
public:
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaximumMatchTimeout_3 = value;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteMatchTimeout_4 = value;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___FallbackDefaultMatchTimeout_6 = value;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___DefaultMatchTimeout_7 = value;
}
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___livecode_16 = value;
Il2CppCodeGenWriteBarrier((&___livecode_16), value);
}
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
inline void set_cacheSize_17(int32_t value)
{
___cacheSize_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_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 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 NAMESPACELIST_T333B54F374AA7F3348AE9A2FD0210A465BBD6B8C_H
#define NAMESPACELIST_T333B54F374AA7F3348AE9A2FD0210A465BBD6B8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.NamespaceList
struct NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C : public RuntimeObject
{
public:
// System.Xml.Schema.NamespaceList_ListType System.Xml.Schema.NamespaceList::type
int32_t ___type_0;
// System.Collections.Hashtable System.Xml.Schema.NamespaceList::set
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___set_1;
// System.String System.Xml.Schema.NamespaceList::targetNamespace
String_t* ___targetNamespace_2;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C, ___type_0)); }
inline int32_t get_type_0() const { return ___type_0; }
inline int32_t* get_address_of_type_0() { return &___type_0; }
inline void set_type_0(int32_t value)
{
___type_0 = value;
}
inline static int32_t get_offset_of_set_1() { return static_cast<int32_t>(offsetof(NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C, ___set_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_set_1() const { return ___set_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_set_1() { return &___set_1; }
inline void set_set_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___set_1 = value;
Il2CppCodeGenWriteBarrier((&___set_1), value);
}
inline static int32_t get_offset_of_targetNamespace_2() { return static_cast<int32_t>(offsetof(NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C, ___targetNamespace_2)); }
inline String_t* get_targetNamespace_2() const { return ___targetNamespace_2; }
inline String_t** get_address_of_targetNamespace_2() { return &___targetNamespace_2; }
inline void set_targetNamespace_2(String_t* value)
{
___targetNamespace_2 = value;
Il2CppCodeGenWriteBarrier((&___targetNamespace_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMESPACELIST_T333B54F374AA7F3348AE9A2FD0210A465BBD6B8C_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 VALIDATIONEVENTARGS_T242553A3B613066E3FC046288572FB1E0D3DA230_H
#define VALIDATIONEVENTARGS_T242553A3B613066E3FC046288572FB1E0D3DA230_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ValidationEventArgs
struct ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___ex_1;
// System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity
int32_t ___severity_2;
public:
inline static int32_t get_offset_of_ex_1() { return static_cast<int32_t>(offsetof(ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230, ___ex_1)); }
inline XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * get_ex_1() const { return ___ex_1; }
inline XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 ** get_address_of_ex_1() { return &___ex_1; }
inline void set_ex_1(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * value)
{
___ex_1 = value;
Il2CppCodeGenWriteBarrier((&___ex_1), value);
}
inline static int32_t get_offset_of_severity_2() { return static_cast<int32_t>(offsetof(ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230, ___severity_2)); }
inline int32_t get_severity_2() const { return ___severity_2; }
inline int32_t* get_address_of_severity_2() { return &___severity_2; }
inline void set_severity_2(int32_t value)
{
___severity_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALIDATIONEVENTARGS_T242553A3B613066E3FC046288572FB1E0D3DA230_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 XMLSCHEMAANYATTRIBUTE_T09BC4DE0DCA6086FA21F134EAE49241B32FAD078_H
#define XMLSCHEMAANYATTRIBUTE_T09BC4DE0DCA6086FA21F134EAE49241B32FAD078_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSchemaAnyAttribute
struct XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B
{
public:
// System.String System.Xml.Schema.XmlSchemaAnyAttribute::ns
String_t* ___ns_0;
// System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::processContents
int32_t ___processContents_1;
// System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAnyAttribute::namespaceList
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___namespaceList_2;
public:
inline static int32_t get_offset_of_ns_0() { return static_cast<int32_t>(offsetof(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078, ___ns_0)); }
inline String_t* get_ns_0() const { return ___ns_0; }
inline String_t** get_address_of_ns_0() { return &___ns_0; }
inline void set_ns_0(String_t* value)
{
___ns_0 = value;
Il2CppCodeGenWriteBarrier((&___ns_0), value);
}
inline static int32_t get_offset_of_processContents_1() { return static_cast<int32_t>(offsetof(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078, ___processContents_1)); }
inline int32_t get_processContents_1() const { return ___processContents_1; }
inline int32_t* get_address_of_processContents_1() { return &___processContents_1; }
inline void set_processContents_1(int32_t value)
{
___processContents_1 = value;
}
inline static int32_t get_offset_of_namespaceList_2() { return static_cast<int32_t>(offsetof(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078, ___namespaceList_2)); }
inline NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * get_namespaceList_2() const { return ___namespaceList_2; }
inline NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C ** get_address_of_namespaceList_2() { return &___namespaceList_2; }
inline void set_namespaceList_2(NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * value)
{
___namespaceList_2 = value;
Il2CppCodeGenWriteBarrier((&___namespaceList_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLSCHEMAANYATTRIBUTE_T09BC4DE0DCA6086FA21F134EAE49241B32FAD078_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 ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef 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 DFACONTENTVALIDATOR_T1FBCE29B0AD46CA19740B8BB2815C95895BF9394_H
#define DFACONTENTVALIDATOR_T1FBCE29B0AD46CA19740B8BB2815C95895BF9394_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DfaContentValidator
struct DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394 : public ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA
{
public:
// System.Int32[][] System.Xml.Schema.DfaContentValidator::transitionTable
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___transitionTable_7;
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.DfaContentValidator::symbols
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols_8;
public:
inline static int32_t get_offset_of_transitionTable_7() { return static_cast<int32_t>(offsetof(DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394, ___transitionTable_7)); }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get_transitionTable_7() const { return ___transitionTable_7; }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of_transitionTable_7() { return &___transitionTable_7; }
inline void set_transitionTable_7(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
{
___transitionTable_7 = value;
Il2CppCodeGenWriteBarrier((&___transitionTable_7), value);
}
inline static int32_t get_offset_of_symbols_8() { return static_cast<int32_t>(offsetof(DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394, ___symbols_8)); }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * get_symbols_8() const { return ___symbols_8; }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 ** get_address_of_symbols_8() { return &___symbols_8; }
inline void set_symbols_8(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * value)
{
___symbols_8 = value;
Il2CppCodeGenWriteBarrier((&___symbols_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DFACONTENTVALIDATOR_T1FBCE29B0AD46CA19740B8BB2815C95895BF9394_H
#ifndef NFACONTENTVALIDATOR_TC513066391441B47E0D46A11F7D48CF004F930DA_H
#define NFACONTENTVALIDATOR_TC513066391441B47E0D46A11F7D48CF004F930DA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.NfaContentValidator
struct NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA : public ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA
{
public:
// System.Xml.Schema.BitSet System.Xml.Schema.NfaContentValidator::firstpos
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_7;
// System.Xml.Schema.BitSet[] System.Xml.Schema.NfaContentValidator::followpos
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos_8;
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.NfaContentValidator::symbols
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols_9;
// System.Xml.Schema.Positions System.Xml.Schema.NfaContentValidator::positions
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions_10;
// System.Int32 System.Xml.Schema.NfaContentValidator::endMarkerPos
int32_t ___endMarkerPos_11;
public:
inline static int32_t get_offset_of_firstpos_7() { return static_cast<int32_t>(offsetof(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA, ___firstpos_7)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstpos_7() const { return ___firstpos_7; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstpos_7() { return &___firstpos_7; }
inline void set_firstpos_7(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___firstpos_7 = value;
Il2CppCodeGenWriteBarrier((&___firstpos_7), value);
}
inline static int32_t get_offset_of_followpos_8() { return static_cast<int32_t>(offsetof(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA, ___followpos_8)); }
inline BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* get_followpos_8() const { return ___followpos_8; }
inline BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69** get_address_of_followpos_8() { return &___followpos_8; }
inline void set_followpos_8(BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* value)
{
___followpos_8 = value;
Il2CppCodeGenWriteBarrier((&___followpos_8), value);
}
inline static int32_t get_offset_of_symbols_9() { return static_cast<int32_t>(offsetof(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA, ___symbols_9)); }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * get_symbols_9() const { return ___symbols_9; }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 ** get_address_of_symbols_9() { return &___symbols_9; }
inline void set_symbols_9(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * value)
{
___symbols_9 = value;
Il2CppCodeGenWriteBarrier((&___symbols_9), value);
}
inline static int32_t get_offset_of_positions_10() { return static_cast<int32_t>(offsetof(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA, ___positions_10)); }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * get_positions_10() const { return ___positions_10; }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D ** get_address_of_positions_10() { return &___positions_10; }
inline void set_positions_10(Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * value)
{
___positions_10 = value;
Il2CppCodeGenWriteBarrier((&___positions_10), value);
}
inline static int32_t get_offset_of_endMarkerPos_11() { return static_cast<int32_t>(offsetof(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA, ___endMarkerPos_11)); }
inline int32_t get_endMarkerPos_11() const { return ___endMarkerPos_11; }
inline int32_t* get_address_of_endMarkerPos_11() { return &___endMarkerPos_11; }
inline void set_endMarkerPos_11(int32_t value)
{
___endMarkerPos_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NFACONTENTVALIDATOR_TC513066391441B47E0D46A11F7D48CF004F930DA_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 RANGECONTENTVALIDATOR_T82CC1CA58914E27415EC5FFE20DACD5955385EEF_H
#define RANGECONTENTVALIDATOR_T82CC1CA58914E27415EC5FFE20DACD5955385EEF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.RangeContentValidator
struct RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF : public ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA
{
public:
// System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::firstpos
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_7;
// System.Xml.Schema.BitSet[] System.Xml.Schema.RangeContentValidator::followpos
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos_8;
// System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::positionsWithRangeTerminals
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___positionsWithRangeTerminals_9;
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.RangeContentValidator::symbols
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols_10;
// System.Xml.Schema.Positions System.Xml.Schema.RangeContentValidator::positions
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions_11;
// System.Int32 System.Xml.Schema.RangeContentValidator::minMaxNodesCount
int32_t ___minMaxNodesCount_12;
// System.Int32 System.Xml.Schema.RangeContentValidator::endMarkerPos
int32_t ___endMarkerPos_13;
public:
inline static int32_t get_offset_of_firstpos_7() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___firstpos_7)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstpos_7() const { return ___firstpos_7; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstpos_7() { return &___firstpos_7; }
inline void set_firstpos_7(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___firstpos_7 = value;
Il2CppCodeGenWriteBarrier((&___firstpos_7), value);
}
inline static int32_t get_offset_of_followpos_8() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___followpos_8)); }
inline BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* get_followpos_8() const { return ___followpos_8; }
inline BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69** get_address_of_followpos_8() { return &___followpos_8; }
inline void set_followpos_8(BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* value)
{
___followpos_8 = value;
Il2CppCodeGenWriteBarrier((&___followpos_8), value);
}
inline static int32_t get_offset_of_positionsWithRangeTerminals_9() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___positionsWithRangeTerminals_9)); }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_positionsWithRangeTerminals_9() const { return ___positionsWithRangeTerminals_9; }
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_positionsWithRangeTerminals_9() { return &___positionsWithRangeTerminals_9; }
inline void set_positionsWithRangeTerminals_9(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
{
___positionsWithRangeTerminals_9 = value;
Il2CppCodeGenWriteBarrier((&___positionsWithRangeTerminals_9), value);
}
inline static int32_t get_offset_of_symbols_10() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___symbols_10)); }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * get_symbols_10() const { return ___symbols_10; }
inline SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 ** get_address_of_symbols_10() { return &___symbols_10; }
inline void set_symbols_10(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * value)
{
___symbols_10 = value;
Il2CppCodeGenWriteBarrier((&___symbols_10), value);
}
inline static int32_t get_offset_of_positions_11() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___positions_11)); }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * get_positions_11() const { return ___positions_11; }
inline Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D ** get_address_of_positions_11() { return &___positions_11; }
inline void set_positions_11(Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * value)
{
___positions_11 = value;
Il2CppCodeGenWriteBarrier((&___positions_11), value);
}
inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___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_endMarkerPos_13() { return static_cast<int32_t>(offsetof(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF, ___endMarkerPos_13)); }
inline int32_t get_endMarkerPos_13() const { return ___endMarkerPos_13; }
inline int32_t* get_address_of_endMarkerPos_13() { return &___endMarkerPos_13; }
inline void set_endMarkerPos_13(int32_t value)
{
___endMarkerPos_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RANGECONTENTVALIDATOR_T82CC1CA58914E27415EC5FFE20DACD5955385EEF_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 VALIDATIONEVENTHANDLER_T4485151111870B499F014BC4EC05B066589AF4BF_H
#define VALIDATIONEVENTHANDLER_T4485151111870B499F014BC4EC05B066589AF4BF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.ValidationEventHandler
struct ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALIDATIONEVENTHANDLER_T4485151111870B499F014BC4EC05B066589AF4BF_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 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_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_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 XMLANYLISTCONVERTER_T1150077B9E7B2D0AEDC3450117300B021E43BF4A_H
#define XMLANYLISTCONVERTER_T1150077B9E7B2D0AEDC3450117300B021E43BF4A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlAnyListConverter
struct XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A : public XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2
{
public:
public:
};
struct XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_StaticFields
{
public:
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::ItemList
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___ItemList_33;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::AnyAtomicList
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___AnyAtomicList_34;
public:
inline static int32_t get_offset_of_ItemList_33() { return static_cast<int32_t>(offsetof(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_StaticFields, ___ItemList_33)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_ItemList_33() const { return ___ItemList_33; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_ItemList_33() { return &___ItemList_33; }
inline void set_ItemList_33(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___ItemList_33 = value;
Il2CppCodeGenWriteBarrier((&___ItemList_33), value);
}
inline static int32_t get_offset_of_AnyAtomicList_34() { return static_cast<int32_t>(offsetof(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_StaticFields, ___AnyAtomicList_34)); }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_AnyAtomicList_34() const { return ___AnyAtomicList_34; }
inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_AnyAtomicList_34() { return &___AnyAtomicList_34; }
inline void set_AnyAtomicList_34(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value)
{
___AnyAtomicList_34 = value;
Il2CppCodeGenWriteBarrier((&___AnyAtomicList_34), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XMLANYLISTCONVERTER_T1150077B9E7B2D0AEDC3450117300B021E43BF4A_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_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_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_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_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
// 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.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Xml.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.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.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* m_Items[1];
public:
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** 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, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(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.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.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.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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);
// 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>::Pop()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_mD632EB4DA13E5CAEC62EECFAD1C88818F1223E20_gshared (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, 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.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.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mD33762F9679FB4A14789E0AA2E7493BCC3354F0C_gshared (Dictionary_2_t67B76EE53FF18810AB6822EF82D44ADD0E707F21 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
extern "C" IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared (ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F_gshared (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(!0)
extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302_gshared (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C_gshared (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop()
extern "C" IL2CPP_METHOD_ATTR SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B_gshared (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric10Converter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlNumeric10Converter_Create_mA98371B6F4B85B9B3B92BAB873431DACFB99C43C (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method);
// System.Int32 System.Decimal::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9 (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, 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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method);
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, uint8_t p4, 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.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric2Converter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlNumeric2Converter_Create_m8E30F796D90FEFF1320F220EB490FE75A58A22FE (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method);
// System.Int32 System.Double::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5 (double* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E (String_t* ___s0, double* ___result1, const RuntimeMethod* method);
// System.Double System.Xml.XmlConvert::ToDouble(System.String)
extern "C" IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F (String_t* ___s0, 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.Boolean System.Double::IsInfinity(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool Double_IsInfinity_mA8AD072AF3544E66AF01F218A035215A67CB5339 (double p0, const RuntimeMethod* method);
// System.Boolean System.Double::IsNaN(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3 (double p0, 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.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.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.Int32 System.TimeSpan::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02 (String_t* ___s0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method);
// System.Decimal System.Xml.XmlConvert::ToDecimal(System.String)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651 (String_t* ___s0, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, int32_t ___totalDigits1, int32_t ___fractionDigits2, bool ___checkTotal3, bool ___checkFraction4, 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.Int32 System.Single::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915 (float* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6 (String_t* ___s0, float* ___result1, const RuntimeMethod* method);
// System.Single System.Xml.XmlConvert::ToSingle(System.String)
extern "C" IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92 (String_t* ___s0, const RuntimeMethod* method);
// System.Boolean System.Single::IsInfinity(System.Single)
extern "C" IL2CPP_METHOD_ATTR bool Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B (float p0, const RuntimeMethod* method);
// System.Boolean System.Single::IsNaN(System.Single)
extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float p0, 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.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.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method);
// System.Int32 System.Int32::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m01C9CAA9D47EB4046F4784603646BD28567D66B2 (int32_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F (String_t* ___s0, int32_t* ___result1, 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.Decimal::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, 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.Int32 System.Int64::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m8FCB93E6F212C873AD99C264E7F501559AD2C190 (int64_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001 (String_t* ___s0, int64_t* ___result1, 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.Decimal::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int64_t p0, 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.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_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_nonNegativeInteger::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_mE535962E59972C73B42BCDB5CBE4BA27691D4739 (Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 * __this, const RuntimeMethod* method);
// System.Int32 System.Int16::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m75483243B6AE62C89F02D137A5625051AF41306C (int16_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462 (String_t* ___s0, int16_t* ___result1, 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.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlStringConverter_Create_m4BB0329D3E256E9DB8D3E6729E4F34073952028E (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, 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_normalizedStringV1Compat::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_m56484871D4027224FCDC72505A8AF6ECEB334A26 (Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUnionConverter::Create(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlUnionConverter_Create_m3EBC3F0AE4EB25AC4D8B1E4C79305CFAE18C1ED4 (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, 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.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.Object System.Xml.Schema.XsdSimpleValue::get_TypedValue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E (XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XsdSimpleValue::.ctor(System.Xml.Schema.XmlSchemaSimpleType,System.Object)
extern "C" IL2CPP_METHOD_ATTR void XsdSimpleValue__ctor_mB4F9C30B9982C55DC45286C7A6E30199E2D78124 (XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * __this, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___st0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Byte::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_mEA497C7EA9BF920C3657300C16B5C0B4475AE861 (uint8_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F (String_t* ___s0, uint8_t* ___result1, 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.Int32 System.UInt32::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t UInt32_CompareTo_mA6BFE8D9033149D2FEF46526E251A3CDEB1889EB (uint32_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D (String_t* ___s0, uint32_t* ___result1, 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.Decimal::.ctor(System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint32_t p0, const RuntimeMethod* method);
// System.Int32 System.UInt64::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t UInt64_CompareTo_mB5A28DD05266BC32BD6FD24A6659B0464FFA8950 (uint64_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910 (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m2C34640E22DCDAB44B7135AE81E8D480C0CCF556 (uint64_t p0, const RuntimeMethod* method);
// System.Void System.Decimal::.ctor(System.UInt64)
extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, uint64_t p0, const RuntimeMethod* method);
// System.Int32 System.UInt16::CompareTo(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t UInt16_CompareTo_m91AEACDAA81D12A2A8D868938F797B112330EC44 (uint16_t* __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F (String_t* ___s0, uint16_t* ___result1, 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_anyAtomicType::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA (Datatype_anyAtomicType_tD9993791C08ACD9B7F9AB91F05DBFF2B47C08142 * __this, const RuntimeMethod* method);
// System.Boolean System.Guid::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Guid System.Xml.XmlConvert::ToGuid(System.String)
extern "C" IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m4D406BFB6104408A41758B5344BF6AFEABCFF567 (String_t* ___s0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6 (String_t* ___s0, Guid_t * ___result1, 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);
// 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.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___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.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.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.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.String System.String::Trim()
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m9A72BA6E5BB766E154735149F71C72C970F954A4 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, RuntimeObject * ___value0, 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.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m8267BA49163CD63C4A32011180ED569D5408D6FC (NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlNamespaceManager::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m90EC2B95E3A18E70520DF7C98FBDB439E3BE6D2D (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method);
// System.Int32 System.TimeSpan::Compare(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4 (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF7C5392552C7A2E0C18EE8E3732856943F721897 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, String_t** ___s0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckPatternFacets_m434C0EE32C87E14868E75A442A4D14F2F7FAFD4C (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * ___restriction0, String_t* ___value1, 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.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81 (String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* p0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415 (int32_t p0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::.ctor()
inline void Stack_1__ctor_m92AAC547109D30FB7CC5D7B67C1E53C878D8C7BA (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 *, const RuntimeMethod*))Stack_1__ctor_m54114F5D347F44F2C0FD45AF09974A5B55EC5373_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Push(!0)
inline void Stack_1_Push_m4D2C8F3F39D4A45995E3E4B70F55C1325D557023 (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * p0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 *, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, const RuntimeMethod*))Stack_1_Push_mB892D933D8982A0702F4E09E2F0D7B0C33E2A4E1_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::get_Count()
inline int32_t Stack_1_get_Count_m94F2E12B21303E7295CF5127C840B7E8AACC00CD (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 *, const RuntimeMethod*))Stack_1_get_Count_m8803B4178385D39338A1EDDC39FE6D8152F01A1D_gshared)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Pop()
inline InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * Stack_1_Pop_mD7D59EEA397F5BC553905DDC5FB9755CA14E23E9 (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * __this, const RuntimeMethod* method)
{
return (( InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * (*) (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 *, const RuntimeMethod*))Stack_1_Pop_mD632EB4DA13E5CAEC62EECFAD1C88818F1223E20_gshared)(__this, method);
}
// System.Void System.Xml.Schema.SyntaxTreeNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_m760FCC338553438E9BB7C88B97415A1214BCDCF7 (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * __this, const RuntimeMethod* method);
// 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);
// 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.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __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.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __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.Uri System.Xml.XmlConvert::ToUri(System.String)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C (String_t* ___s0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.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.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.Collections.ICollection System.Xml.Schema.SymbolsDictionary::GetNamespaceListSymbols(System.Xml.Schema.NamespaceList)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetNamespaceListSymbols_m208F603738B1E0191B7E1DD11F802BF96B58063A (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___list0, const RuntimeMethod* method);
// System.Object System.Xml.Schema.SymbolsDictionary::GetParticle(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SymbolsDictionary_GetParticle_m3F23549FC41EA937BCF79BBBFF21F74840E67150 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, int32_t ___symbol0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_m2F080D86EA8436B81C728C47E379C1EA4FBF0E36 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.LeafNode::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LeafNode__ctor_m6DCFFB470E4D845F289B51FFAF45AB44C988A02C (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ChoiceNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ChoiceNode__ctor_m564FA1E217D7BE1748861193BD0018B1B15A11EF (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___value0, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject* p0, 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.OverflowException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m14EC4C3415C6A22EA909954A2550B9A06FD7C786 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_m50ECBE8BDD6F609FABA88383D6EF4133BDBF8A6E (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
extern "C" IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___valueConverter2, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int64)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D (int64_t p0, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Implicit(System.Int16)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_m9A27DB673EFE87795196E83A6D91139A491252E6 (int16_t p0, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 FacetsChecker_Power_mA9A9A9FE8E39D3CAB3B222197147659D5EF75899 (int32_t ___x0, int32_t ___y1, const RuntimeMethod* method);
// System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Subtraction_mA8822FE4BA50620B0A58B46C8B46A08361C7FF4E (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Decimal System.Decimal::Negate(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Negate_mB6A4E1C068C0F1603BB6B088C269CF625C76C34D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, const RuntimeMethod* method);
// System.Decimal System.Decimal::Truncate(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Truncate_m784826AF08AA33B181B210DDC69A77514834768C (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, const RuntimeMethod* method);
// System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal)
extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
extern "C" IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m427AD6D147D060FD587AE52459CA301773FB1068 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, double ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___valueConverter2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mDB89946784A016102774A10C62209759DCCA8F23 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, int32_t ___contentType0, bool ___enableUpaCheck1, 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.SymbolsDictionary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_m54E8AE8F3386250B190C7AF6B05E9740C009EBEC (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.Positions::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Positions__ctor_m54F343F1402B77911BB0CB8C7AB650E83B518740 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Stack::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SymbolsDictionary::Exists(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool SymbolsDictionary_Exists_m2D780FE2CEF026CD13481726A248C8FD492D25A6 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SymbolsDictionary::AddName(System.Xml.XmlQualifiedName,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___node0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SymbolsDictionary::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_AddNamespaceList_m4908B22648859A3F34391FE1438A3C25F3255E60 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___list0, RuntimeObject * ___particle1, bool ___allowLocal2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object)
extern "C" IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m62C3ADC49B6D5DDB1AF26DAE8CC92CB3BBB65495 (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SequenceNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SequenceNode__ctor_m32A07576FD00EABE0050A6123FD848E54ECB8961 (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.StarNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StarNode__ctor_m5BC4F9A87842A2DDEEA5AA8F2F933860A497173B (StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___node0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.PlusNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PlusNode__ctor_m9D0B6931F2EC232A1FB2342543D81805B95E304A (PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.QmarkNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void QmarkNode__ctor_mCE8D4E8825728A6ED8AC2154D641667734688C2C (QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 * __this, 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.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.Boolean System.Xml.Schema.ContentValidator::get_IsOpen()
extern "C" IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D (ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.Positions::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __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.Xml.Schema.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSet&)
extern "C" IL2CPP_METHOD_ATTR BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m20B283D7C33A767BD4040618DF7D9D5EC8F30BFC (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** ___posWithRangeTerminals2, const RuntimeMethod* method);
// System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___posWithRangeTerminals1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___minmaxFollowPos2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.LeafNode::get_Pos()
extern "C" IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337 (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_mE9C867089B3A0C4B9E619334A25B6FD42AF37B6A (RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols2, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isEmptiable6, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___positionsWithRangeTerminals7, int32_t ___minmaxNodesCount8, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced()
extern "C" IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_m6001E5BDBB7DEABB3612C9D2410ABF2212159524 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6330B59CB0DD854F64E7141610D14F90FE55D1A6 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, const RuntimeMethod* method);
// System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ParticleContentValidator_BuildTransitionTable_m17C5243E6281417C7B3DD42BA20F4AD54192532C (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, int32_t ___endMarkerPos2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_m0C419A75BC3597C1D0FD96A89192A8725AF13990 (DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394 * __this, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___transitionTable0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, const RuntimeMethod* method);
// System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_m7E2CE067333AADC6273D8BEBA71F91442350ACE6 (NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols2, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isOpen6, bool ___isEmptiable7, const RuntimeMethod* method);
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Position_t089976E4BEB3D345DA28CFA95786EE065063E228 Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.BitSet::Clear()
extern "C" IL2CPP_METHOD_ATTR void BitSet_Clear_m43A47B2B6E9AE7A463DC7895AD9A326AD15AB3CD (BitSet_t0E4C53EC600670A4B74C5671553596978880138C * __this, 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.Decimal System.Xml.Schema.LeafRangeNode::get_Min()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 LeafRangeNode_get_Min_m099D5F0B8CF95AE6700989BC96385928D50AF643 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method);
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Max()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 LeafRangeNode_get_Max_m0CE3D39700466BA0FACBFE5843B99F1AFBBC6881 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method);
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration()
extern "C" IL2CPP_METHOD_ATTR BitSet_t0E4C53EC600670A4B74C5671553596978880138C * LeafRangeNode_get_NextIteration_m4BCB278AA7716B9C47C79874EA522EB68C0553A1 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method);
// 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);
// System.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LeafNode_set_Pos_m0CA8F5C59375FCA63F1FE3059BFD01130AA70B96 (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.UpaException::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634 (UpaException_tED69C4AC662CA80677ABA101231042E747107151 * __this, RuntimeObject * ___particle10, RuntimeObject * ___particle21, const RuntimeMethod* method);
// 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);
// 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);
// 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);
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Queue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method);
// 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);
// 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.Position::.ctor(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void Position__ctor_m76BE2D82680517F25839E3C2A8E1C7137633DC00 (Position_t089976E4BEB3D345DA28CFA95786EE065063E228 * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::.ctor(System.Xml.XmlQualifiedName,System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, String_t* ___prefix1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaDeclBase::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlQualifiedName::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method);
// System.Int32 System.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.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.Boolean System.Xml.Schema.SchemaDeclBase::get_IsDeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_m03D938125227F0515B72999EFA506063E15D21C9 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::get_Reserved()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_mE0C20678D8E3A111D7A3C877EB88315AECE67806 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Object System.Xml.Schema.SchemaDeclBase::get_DefaultValueTyped()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SchemaDeclBase_get_DefaultValueTyped_mD8FAE6CCB3B4B872EF4BF8AA43D5BE5773583E0E (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m992243433F2DBB162B7286C7F3D1A76E53CB6CB5 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m7D38F61E92322B19AEAC3735F03D40CD30D6A780 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromXmlTokenizedType(System.Xml.XmlTokenizedType)
extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * XmlSchemaDatatype_FromXmlTokenizedType_mCD5A4917E01B59328CE81B2DC9CE1C073AA27468 (int32_t ___token0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaDeclBase::set_Datatype(System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Datatype_m46332772A415973FA31FE83EE7A823C1BCF1757E (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.SchemaAttDef::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m83E0D903964B91BFEF7C0E6B0B207146D3E4F2A2 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::.ctor()
inline void Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>::.ctor()
inline void Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3 (Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Xml.Schema.SchemaElementDecl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __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.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.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::Add(!0,!1)
inline void Dictionary_2_Add_m9E130F864B640052682F9FD0EB85B0C1709C1F3E (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::.ctor()
inline void List_1__ctor_m3C54D9F7ACDD351FDC1F4CC1D879F2F7CE2F1DE5 (List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::Add(!0)
inline void List_1_Add_m01883505C266BF6399696AC825DAF8A2E925BBC9 (List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * __this, RuntimeObject* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.SchemaEntity::get_DeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_m6F11C6740E39FD451FD1CEE0C5DF1F0A601CA810 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_BaseURI_mE3B7C8A8C97B751972D7EA07ABA3AC7B71BF4AFF (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_DeclaredURI()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Url()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Pubid()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.SchemaEntity::get_Text()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SchemaEntity::get_Line()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Line_m86A594E72230E792303DF93797CE1D92CFB426C1 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.Schema.SchemaEntity::get_Pos()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Pos_mD49213DD9CB84A706E30E3D8110277A602DE0A32 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::.ctor()
inline void Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::.ctor()
inline void Dictionary_2__ctor_m76591195D47E79D24CEC759D368AE11375FF8FE2 (Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B *, const RuntimeMethod*))Dictionary_2__ctor_mD33762F9679FB4A14789E0AA2E7493BCC3354F0C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::.ctor()
inline void Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6 (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::.ctor()
inline void Dictionary_2__ctor_m90DBF03123B741079C120D5BA51657470A7F5FBA (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Values()
inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * Dictionary_2_get_Values_mAADF9C88BE6E78132F24E8EAB2AD9D2AE7E6AAB3 (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::GetEnumerator()
inline Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF ValueCollection_GetEnumerator_m57C0B8ECAA88E82906CF2FECF3AE4DE3A6E85BF1 (ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF (*) (ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m7A12639A28DE8959DC682764BF2582EA59CDAFE0_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Current()
inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * Enumerator_get_Current_m16E6C355EF969A5103C126FACCB8C7D843109130 (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF * __this, const RuntimeMethod* method)
{
return (( SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * (*) (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared)(__this, method);
}
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_HasNonCDataAttribute()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasNonCDataAttribute_m0BC47CCCD5AB5035A0004BF061B6E0B58894F62B (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IList`1<System.Xml.IDtdDefaultAttributeInfo> System.Xml.Schema.SchemaElementDecl::get_DefaultAttDefs()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_get_DefaultAttDefs_m84C1A620F4946382E514ABAAAFBE5663EA33E77F (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::MoveNext()
inline bool Enumerator_MoveNext_mDEA46F35B336F2F9EEDE9A4BB1A43AECE6BB1418 (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Dispose()
inline void Enumerator_Dispose_m3523B5AE0AECFB739CED94940CAE3E3A9BC992BE (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *, const RuntimeMethod*))Enumerator_Dispose_m12F4E079ED28B6FD3BC6A1B509EB6EA604F9CFA0_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * p0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, 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.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor()
inline void Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB *, const RuntimeMethod*))Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F_gshared)(__this, method);
}
// System.Void System.Xml.Schema.SequenceNode/SequenceConstructPosContext::.ctor(System.Xml.Schema.SequenceNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F (SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 * __this, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___node0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos2, 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.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(!0)
inline void Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302 (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 p0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB *, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 , const RuntimeMethod*))Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302_gshared)(__this, p0, method);
}
// System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mB68D1A1209980DF4277149E8A109322201F50CC6 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count()
inline int32_t Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB *, const RuntimeMethod*))Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C_gshared)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop()
inline SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * __this, const RuntimeMethod* method)
{
return (( SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 (*) (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB *, const RuntimeMethod*))Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B_gshared)(__this, 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.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* p0, int32_t p1, 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.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckBuiltInFacets_mA9B78AA0DBDCA3A2BA117092F269D932EE15DCB2 (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___s0, int32_t ___typeCode1, bool ___verifyUri2, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, 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.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.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.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72 (String_t* ___str0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619 (String_t* ___token0, const RuntimeMethod* method);
// System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern()
extern "C" IL2CPP_METHOD_ATTR Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * StringFacetsChecker_get_LanguagePattern_m79E91EAA1C6750F7B194E2CBDD90BC3350DD501B (const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3 (String_t* ___name0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryVerifyName(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7 (String_t* ___name0, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C (String_t* ___name0, const RuntimeMethod* method);
// System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::get_Type()
extern "C" IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_m2192DD5E80C11B7D146A7D7B8AB40F8BAD9B5F24 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.NamespaceList::get_Excluded()
extern "C" IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_m611FC71FFE6E04C0852BC6DF9D42EA9998F52F38 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, String_t* ___wildcard0, RuntimeObject * ___particle1, const RuntimeMethod* method);
// System.Collections.ICollection System.Xml.Schema.NamespaceList::get_Enumerate()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.NamespaceList::Allows(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool NamespaceList_Allows_m1490FDBC8A7C8AB622CF10E35F2A41CE30F50628 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1 (Exception_t * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mD5BF55A8C4E4BBD5315745BEA6DE21F63FF1C0FE (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___typeCode0, 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.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * p0, Type_t * p1, const RuntimeMethod* method);
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method);
// System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType()
extern "C" IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, 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.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, bool ___value1, const RuntimeMethod* method);
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, double ___value1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, int64_t ___value1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, String_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984 (Type_t * ___derivedType0, Type_t * ___baseType1, 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.XPath.XPathNavigator System.Xml.Schema.XmlAnyConverter::ToNavigator(System.Xml.XPath.XPathNavigator)
extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method);
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_mDE84FBF20D818C3D6DBDF4F5815DE520CD2FF59E (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, int32_t ___typeCode0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
extern "C" IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mAB57AE0E8F6D551B371FDFC90357661A0F1D4CEA (XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2 * __this, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * ___atomicConverter0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
extern "C" IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_mC0E942FF224CDC2E0BB165268F2D7B9DF35618A6 (XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A * __this, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * ___atomicConverter0, const RuntimeMethod* method);
// System.Void System.Xml.XPath.XPathItem::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244 (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, const RuntimeMethod* method);
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method);
// System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_mB7E5B1456AE63EBD27450B792E117AEADC5CE0CC (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NamespacePrefixForQName__ctor_m96C19BDB4A970E3023057E8F44574A18CE9C68AF (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * __this, String_t* ___prefix0, String_t* ___ns1, 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.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method);
// System.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.Void System.Xml.Schema.XmlValueConverter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void XmlValueConverter__ctor_m1E85A63164117C6911E0A060A8A543B889286074 (XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * __this, 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.Array System.Array::CreateInstance(System.Type,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F (Type_t * p0, int32_t p1, 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.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m46400469815C2D885E2133A611FA21A556B55B89 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * p0, Type_t * p1, const RuntimeMethod* method);
// System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::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::TrimString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, 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.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags)
extern "C" IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method);
// System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 ___xdt0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.String,System.Xml.Schema.XsdDuration/DurationType)
extern "C" IL2CPP_METHOD_ATTR void XsdDuration__ctor_mDEE04E0D9A547433A26206EAE150AE5B83C29E35 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method);
// System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan(System.Xml.Schema.XsdDuration/DurationType)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 XsdDuration_ToTimeSpan_mD723387D35FEF937936C0D99C12862DE600C35D1 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, int32_t ___durationType0, const RuntimeMethod* method);
// System.DateTimeOffset System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 ___xdt0, 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.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&)
extern "C" IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags)
extern "C" IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method);
// System.String System.Xml.Schema.XsdDateTime::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan,System.Xml.Schema.XsdDuration/DurationType)
extern "C" IL2CPP_METHOD_ATTR void XsdDuration__ctor_m135CFA3FC7F49953EE8185566363F5D96CD852D2 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method);
// System.String System.Xml.Schema.XsdDuration::ToString(System.Xml.Schema.XsdDuration/DurationType)
extern "C" IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m499CA5CB3D90717C046BD5D599741B524087EDF7 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, int32_t ___durationType0, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset,System.Xml.Schema.XsdDateTimeFlags)
extern "C" IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___dateTimeOffset0, int32_t ___kinds1, 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.DateTime System.DateTimeOffset::get_LocalDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::ToString(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method);
// System.Int32 System.Decimal::op_Explicit(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_op_Explicit_mF1B666F819D7B34E1D3ADF47D0426AC07F74830B (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, const RuntimeMethod* method);
// System.Int64 System.Decimal::op_Explicit(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_op_Explicit_mDDBD21F45B44DFF341935F137EF9B45837303FD5 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, const RuntimeMethod* method);
// System.UInt64 System.Decimal::op_Explicit(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_mF3434A054416EF15D61C4903FD72C9704F5F97B9 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 p0, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0 (int32_t ___value0, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::ToString(System.Int64)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB (int64_t ___value0, const RuntimeMethod* method);
#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_decimal::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_decimal_CreateValueConverter_m1CD401EB2FFB21B87BBC42C20E331AD52A496ED8 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlNumeric10Converter_Create_mA98371B6F4B85B9B3B92BAB873431DACFB99C43C(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_decimal_get_FacetsChecker_m942BC7C8B1EE1B391B86B48796D269963800DECE (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal_get_FacetsChecker_m942BC7C8B1EE1B391B86B48796D269963800DECE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_decimal::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_TypeCode_m7393EEF890FC9865D387C7016B2AED1D81DAEADF (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)14));
}
}
// System.Type System.Xml.Schema.Datatype_decimal::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_decimal_get_ValueType_mFC22F2E3C29ED4C5C04B88E27032070D7E0A905A (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal_get_ValueType_mFC22F2E3C29ED4C5C04B88E27032070D7E0A905A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_decimal::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_decimal_get_ListValueType_mF8F7CFE216C8658C2B688473CB21D9C582588FB7 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal_get_ListValueType_mF8F7CFE216C8658C2B688473CB21D9C582588FB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_decimal::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_BuiltInWhitespaceFacet_mA727D5C4BF9CCF8A4975E083392E02B496EB91D3 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_decimal::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_decimal_Compare_m05CA34085179C2DA9A545755A053658725FAA0F0 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal_Compare_m05CA34085179C2DA9A545755A053658725FAA0F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Decimal_CompareTo_m1AFF159EC543A12F2EC843E7C80630C100516DD9((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_decimal::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_decimal_TryParseValue_mB0258CD385C1FD096D4104D3BC75EBAA5655C49E (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __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_decimal_TryParseValue_mB0258CD385C1FD096D4104D3BC75EBAA5655C49E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_1;
memset(&V_1, 0, sizeof(V_1));
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93();
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_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9(L_4, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&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_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_93();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,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;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_12 = V_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = L_12;
RuntimeObject * L_14 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_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_decimal::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53 (Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53_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_decimal::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_decimal__cctor_mA11FE2183B72A8A9A8C000711BD69A90C3FE2A1D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_decimal__cctor_mA11FE2183B72A8A9A8C000711BD69A90C3FE2A1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_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_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->set_listValueType_92(L_3);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_4), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_5), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*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_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_93(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_double::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_double_CreateValueConverter_mAD195E2DAA65044E0F288952D5A3AD80199A0C1F (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlNumeric2Converter_Create_m8E30F796D90FEFF1320F220EB490FE75A58A22FE(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_double::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_double_get_FacetsChecker_mA7C8AE5F53DBAD9685E208695F6F40B6DEF81F33 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double_get_FacetsChecker_mA7C8AE5F53DBAD9685E208695F6F40B6DEF81F33_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_numeric2FacetsChecker_16();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_double::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_double_get_TypeCode_m3918B76DA195298A4F5349875F5088099FB50B48 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)16));
}
}
// System.Type System.Xml.Schema.Datatype_double::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_double_get_ValueType_m8C9D749214BA2F80A3D97A7AD2A7E9E9A2EF95A0 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double_get_ValueType_m8C9D749214BA2F80A3D97A7AD2A7E9E9A2EF95A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_double::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_double_get_ListValueType_m13E598787278128F8B603EEDBC8F939525BBB111 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double_get_ListValueType_m13E598787278128F8B603EEDBC8F939525BBB111_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_double::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_double_get_BuiltInWhitespaceFacet_mE594E949800DAD74F8DCE095ED0E2A2AF77CF0DA (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_double::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_double_Compare_mC4F047E5135051EF1C8F7A24774C957C85586CE9 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double_Compare_mC4F047E5135051EF1C8F7A24774C957C85586CE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(double*)((double*)UnBox(L_0, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5((double*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_double::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_double_TryParseValue_mAB5BEA5A1CC7F5CFEF71126FEA1A9BC61FF23A4B (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __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_double_TryParseValue_mAB5BEA5A1CC7F5CFEF71126FEA1A9BC61FF23A4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
double V_1 = 0.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_numeric2FacetsChecker_16();
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_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E(L_4, (double*)(&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(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16();
double L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,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;
double L_12 = V_1;
double L_13 = L_12;
RuntimeObject * L_14 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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_double::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677 (Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677_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_double::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_double__cctor_m0628074D066FD5880DC984D8E2EC274AD473F479 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_double__cctor_m0628074D066FD5880DC984D8E2EC274AD473F479_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_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.Object System.Xml.Schema.Datatype_doubleXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77 (Datatype_doubleXdr_t89272978D99AEE1C60486AB5A10A8E6512DB46CB * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
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);
double L_1 = XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0025;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0009;
throw e;
}
CATCH_0009:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
String_t* L_4 = ___s0;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
String_t* L_5 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_3, /*hidden argument*/NULL);
Exception_t * L_6 = V_1;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_7 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E(L_7, L_5, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0025:
{
double L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_9 = Double_IsInfinity_mA8AD072AF3544E66AF01F218A035215A67CB5339(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0035;
}
}
{
double L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_11 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0041;
}
}
IL_0035:
{
String_t* L_12 = ___s0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_13 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_13, _stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, Datatype_doubleXdr_ParseValue_mCBC95B359E8CA5484C115CAECBB904A715B7BA77_RuntimeMethod_var);
}
IL_0041:
{
double L_14 = V_0;
double L_15 = L_14;
RuntimeObject * L_16 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_doubleXdr__ctor_mA2BA4EFACC183FC03512168D990488E81F0C3C13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_double_tD5564072018557D0CCFA5E2BFC9902E197F221F1_il2cpp_TypeInfo_var);
Datatype_double__ctor_m625BE4CEF13A3FF8C77B0CED1585DE3259B17677(__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_duration::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_duration_CreateValueConverter_m1C10F4A5E4D55FAA86B205C81AD68FEFA1493E82 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __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_duration::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_duration_get_FacetsChecker_mAE8E1735CCF6F30A4756B0241284C4182A074DA5 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration_get_FacetsChecker_mAE8E1735CCF6F30A4756B0241284C4182A074DA5_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_durationFacetsChecker_19();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_duration::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_TypeCode_m5C7C545C8C6ED2F7DBA114CBDBC77332EF62FF53 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)17));
}
}
// System.Type System.Xml.Schema.Datatype_duration::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_duration_get_ValueType_m6332A8783493EF5094A41D59976E64111FD95067 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration_get_ValueType_m6332A8783493EF5094A41D59976E64111FD95067_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_duration::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_duration_get_ListValueType_mCF3DF4A326D133347FD4B751245841803B85EB43 (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration_get_ListValueType_mCF3DF4A326D133347FD4B751245841803B85EB43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_duration::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_BuiltInWhitespaceFacet_mB0861B59E61F0E99E90E8D92B5208A053FE77CFA (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_duration::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_duration_Compare_mC46C260DB12F41977A7302DCB5874CFCB74E019A (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration_Compare_mC46C260DB12F41977A7302DCB5874CFCB74E019A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_duration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_duration_TryParseValue_m5009AAC450510FD0FA5EA2CD516B9DD70689C81C (Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55 * __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_duration_TryParseValue_m5009AAC450510FD0FA5EA2CD516B9DD70689C81C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_1;
memset(&V_1, 0, sizeof(V_1));
{
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_0057;
}
}
{
String_t* L_9 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_10 = XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02(L_9, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_10;
Exception_t * L_11 = V_0;
if (L_11)
{
goto IL_0057;
}
}
{
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_durationFacetsChecker_19();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = V_1;
NullCheck(L_12);
Exception_t * L_14 = VirtFuncInvoker2< Exception_t *, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
V_0 = L_14;
Exception_t * L_15 = V_0;
if (L_15)
{
goto IL_0057;
}
}
{
RuntimeObject ** L_16 = ___typedValue3;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_17 = V_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_18 = L_17;
RuntimeObject * L_19 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_18);
*((RuntimeObject **)L_16) = (RuntimeObject *)L_19;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_16, (RuntimeObject *)L_19);
return (Exception_t *)NULL;
}
IL_0057:
{
Exception_t * L_20 = V_0;
return L_20;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration__ctor_m5BF0200774FFF36AEB5D889C9A3FCED808069C15_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_duration::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_duration__cctor_m8B5B8B3F86A41B68681504464B66C6F5230FC5F6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_duration__cctor_m8B5B8B3F86A41B68681504464B66C6F5230FC5F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t48CF7AD2DBEE484788997789311EACD432CCAC55_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.Object System.Xml.Schema.Datatype_fixed::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108 (Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_1;
memset(&V_1, 0, sizeof(V_1));
RuntimeObject * V_2 = NULL;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = VirtFuncInvoker0< FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * >::Invoke(14 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
String_t* L_1 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651(L_1, /*hidden argument*/NULL);
V_1 = L_2;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = V_1;
NullCheck(((Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var)));
Exception_t * L_4 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A(((Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var)), L_3, ((int32_t)18), 4, (bool)1, (bool)1, /*hidden argument*/NULL);
V_0 = L_4;
Exception_t * L_5 = V_0;
if (!L_5)
{
goto IL_0023;
}
}
IL_0021:
{
goto IL_0049;
}
IL_0023:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = V_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7 = L_6;
RuntimeObject * L_8 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_7);
V_2 = L_8;
goto IL_004b;
}
} // 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_002c;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002d;
throw e;
}
CATCH_002c:
{ // begin catch(System.Xml.Schema.XmlSchemaException)
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)__exception_local), NULL, Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_RuntimeMethod_var);
} // end catch (depth: 1)
CATCH_002d:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
String_t* L_11 = ___s0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
String_t* L_12 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_10, /*hidden argument*/NULL);
Exception_t * L_13 = V_3;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_14 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E(L_14, L_12, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0049:
{
Exception_t * L_15 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, Datatype_fixed_ParseValue_m16D3D72966E4C01CE089B3F543CD44EFD831D108_RuntimeMethod_var);
}
IL_004b:
{
RuntimeObject * L_16 = V_2;
return L_16;
}
}
// System.Exception System.Xml.Schema.Datatype_fixed::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_fixed_TryParseValue_mA10446BEC2945D08E1D6CA9BA85FE7A983F962BB (Datatype_fixed_tC72574BB46878C56DCC8A72863E769293C98329E * __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_fixed_TryParseValue_mA10446BEC2945D08E1D6CA9BA85FE7A983F962BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_1;
memset(&V_1, 0, sizeof(V_1));
{
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_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9(L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_2;
Exception_t * L_3 = V_0;
if (L_3)
{
goto IL_0035;
}
}
{
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_4 = VirtFuncInvoker0< FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * >::Invoke(14 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = V_1;
NullCheck(((Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var)));
Exception_t * L_6 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A(((Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var)), L_5, ((int32_t)18), 4, (bool)1, (bool)1, /*hidden argument*/NULL);
V_0 = L_6;
Exception_t * L_7 = V_0;
if (L_7)
{
goto IL_0035;
}
}
{
RuntimeObject ** L_8 = ___typedValue3;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_9 = V_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_10 = L_9;
RuntimeObject * L_11 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_10);
*((RuntimeObject **)L_8) = (RuntimeObject *)L_11;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_11);
return (Exception_t *)NULL;
}
IL_0035:
{
Exception_t * L_12 = V_0;
return L_12;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_fixed__ctor_m3B0DAEF02AD1FB93DBE05A9519F05ACC150B41AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53(__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_float::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_float_CreateValueConverter_m4E2158C9ADBC07B081FD0608960E54D4E25B923E (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlNumeric2Converter_Create_m8E30F796D90FEFF1320F220EB490FE75A58A22FE(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_float::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_float_get_FacetsChecker_m078F1B3F5FEAE98B11241287A5C912A28DB8CE70 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float_get_FacetsChecker_m078F1B3F5FEAE98B11241287A5C912A28DB8CE70_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_numeric2FacetsChecker_16();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_float::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_float_get_TypeCode_m6DA78E06E8C613378C12A64D8F9E88C289DF92B8 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)15));
}
}
// System.Type System.Xml.Schema.Datatype_float::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_float_get_ValueType_mFB586D272E739FA836ECC03EBC5C95A40F27221F (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float_get_ValueType_mFB586D272E739FA836ECC03EBC5C95A40F27221F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_float::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_float_get_ListValueType_m0898DFF9DB55FCC63C023A39BE10D6173FEE20C0 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float_get_ListValueType_m0898DFF9DB55FCC63C023A39BE10D6173FEE20C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_float::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_float_get_BuiltInWhitespaceFacet_mDC27823A7D0F2A98622FCE3E9E775F8D8743B564 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_float::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_float_Compare_m7AA4759050F81E8307E89C6615DB8C096E2CFF71 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float_Compare_m7AA4759050F81E8307E89C6615DB8C096E2CFF71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(float*)((float*)UnBox(L_0, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915((float*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.Datatype_float::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_float_TryParseValue_m2859B6025E3C4FDD2782ED294D603173C03C8A0D (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __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_float_TryParseValue_m2859B6025E3C4FDD2782ED294D603173C03C8A0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
float V_1 = 0.0f;
{
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_numeric2FacetsChecker_16();
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_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6(L_4, (float*)(&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(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_numeric2FacetsChecker_16();
float L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, float, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(12 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,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;
float L_12 = V_1;
float L_13 = L_12;
RuntimeObject * L_14 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_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_float::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871 (Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871_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_float::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_float__cctor_m6AAC89D34F7BC49694D89A378120E0A6C5ED01EA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_float__cctor_m6AAC89D34F7BC49694D89A378120E0A6C5ED01EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_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_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_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.Object System.Xml.Schema.Datatype_floatXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178 (Datatype_floatXdr_tB3D28790025F870EA84415F04A0C11D55254CAD7 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
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);
float L_1 = XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0025;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0009;
throw e;
}
CATCH_0009:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
String_t* L_4 = ___s0;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
String_t* L_5 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_3, /*hidden argument*/NULL);
Exception_t * L_6 = V_1;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_7 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mCC234DF73AEE30D8B3EBC6D093645B812722965E(L_7, L_5, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0025:
{
float L_8 = V_0;
bool L_9 = Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0035;
}
}
{
float L_10 = V_0;
bool L_11 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0041;
}
}
IL_0035:
{
String_t* L_12 = ___s0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_13 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_13, _stringLiteral388DE4FF1EF4A11CD622CD74C7476A6E998ADDB9, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, Datatype_floatXdr_ParseValue_m219CF700637C50834178A6789505C61C944ED178_RuntimeMethod_var);
}
IL_0041:
{
float L_14 = V_0;
float L_15 = L_14;
RuntimeObject * L_16 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_floatXdr__ctor_mD13DA0477303FB974228E0138D726F49856C73F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_float_t368DEB66F38BC7C4420BEFD96E4E4396C690DC09_il2cpp_TypeInfo_var);
Datatype_float__ctor_mCE23C7CA9BF603CB85F31FD1F928D7172FA1F871(__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_hexBinary::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_hexBinary_CreateValueConverter_m841FC51D33339965DCFAC73FBD7FD26065AEC967 (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __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_hexBinary::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_hexBinary_get_FacetsChecker_m7E1C1E86D8262318C9FA2EBE4AE2265E1A7F1CC7 (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary_get_FacetsChecker_m7E1C1E86D8262318C9FA2EBE4AE2265E1A7F1CC7_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_hexBinary::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_TypeCode_mB9F4398C94982FFD2FACBE43D85EBED8A0A9DE7F (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)26));
}
}
// System.Type System.Xml.Schema.Datatype_hexBinary::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_hexBinary_get_ValueType_mCA1BE68B63FEA0B0174C52754755D5B7041C4B43 (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary_get_ValueType_mCA1BE68B63FEA0B0174C52754755D5B7041C4B43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_hexBinary::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_hexBinary_get_ListValueType_m2C33D14AD31B090C7B3E6CE0D6E82A1F4DEF772D (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary_get_ListValueType_m2C33D14AD31B090C7B3E6CE0D6E82A1F4DEF772D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_hexBinary::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_BuiltInWhitespaceFacet_m27537CD5B06F985506955C99554E28A4EA25DBCC (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Int32 System.Xml.Schema.Datatype_hexBinary::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_Compare_m87F3564A541A03C412F3DFADE0E32FA53D119292 (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary_Compare_m87F3564A541A03C412F3DFADE0E32FA53D119292_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_hexBinary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_hexBinary_TryParseValue_m30166BCAE84FC8BDB55B04D87B1E4CD03436D077 (Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5 * __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_hexBinary_TryParseValue_m30166BCAE84FC8BDB55B04D87B1E4CD03436D077_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_003d;
}
}
{
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0017:
try
{ // begin try (depth: 1)
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F(L_4, (bool)0, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0027;
} // 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_0021;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0024;
throw e;
}
CATCH_0021:
{ // begin catch(System.ArgumentException)
V_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
goto IL_003d;
} // end catch (depth: 1)
CATCH_0024:
{ // begin catch(System.Xml.XmlException)
V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local);
goto IL_003d;
} // end catch (depth: 1)
IL_0027:
{
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_003d;
}
}
{
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_003d:
{
Exception_t * L_12 = V_0;
return L_12;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary__ctor_mC1485792901465E7B1927F016801A5D53DDDE2BB_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_hexBinary::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_hexBinary__cctor_m827ADDD5B1965EB36C8FB3B8B631B12396375F15 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_hexBinary__cctor_m827ADDD5B1965EB36C8FB3B8B631B12396375F15_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_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_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_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_t07DC59FE97A13F127E33761B615DAA27E05538C5_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_int::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_int_get_FacetsChecker_m887BA94853821B66391ECED9B723EDCF7A14C195 (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int_get_FacetsChecker_m887BA94853821B66391ECED9B723EDCF7A14C195_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_int::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_int_get_TypeCode_m2DFA7F4B96E8407564313D5189F7F57C73E2DAEF (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)44));
}
}
// System.Int32 System.Xml.Schema.Datatype_int::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_int_Compare_m7F360F16902DDB5230148661391428DD4ED5A6F9 (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int_Compare_m7F360F16902DDB5230148661391428DD4ED5A6F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Int32_CompareTo_m01C9CAA9D47EB4046F4784603646BD28567D66B2((int32_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_int::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_int_get_ValueType_mDCB098D5C25D789FCFF9B1A39E2522AB9DA5BF90 (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int_get_ValueType_mDCB098D5C25D789FCFF9B1A39E2522AB9DA5BF90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->get_atomicValueType_97();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_int::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_int_get_ListValueType_mAA150E5A822B84BB7501A3B3DC4EBA950805FF7A (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int_get_ListValueType_mAA150E5A822B84BB7501A3B3DC4EBA950805FF7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->get_listValueType_98();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_int::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_int_TryParseValue_mAFB723341106828F28351717DE23A64AD7495ABD (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __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_int_TryParseValue_mAFB723341106828F28351717DE23A64AD7495ABD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99();
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_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F(L_4, (int32_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_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_99();
int32_t L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, int32_t, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(8 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,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;
int32_t L_12 = V_1;
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_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_int::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D (Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
Datatype_long__ctor_m93C635F018CB00F424993DAA3A2823D8E880364B(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_int::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_int__cctor_mF9BC0AD3F4B852A0D687C65EF06AA98A022A6B66 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_int__cctor_mF9BC0AD3F4B852A0D687C65EF06AA98A022A6B66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_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_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->set_atomicValueType_97(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->set_listValueType_98(L_3);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_4), ((int32_t)-2147483648LL), /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), ((int32_t)2147483647LL), /*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_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_99(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_integer::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_integer_get_TypeCode_m85314CB3D00E4690BF54047287602F820AD96F88 (Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)40));
}
}
// System.Exception System.Xml.Schema.Datatype_integer::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_integer_TryParseValue_m43866E80A16C177A001E0F43C1DBF77FE648CDCE (Datatype_integer_t99C6B7493447CD4FE190F3A43C5C5619290AC5CC * __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_integer_TryParseValue_m43866E80A16C177A001E0F43C1DBF77FE648CDCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_1;
memset(&V_1, 0, sizeof(V_1));
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = VirtFuncInvoker0< FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * >::Invoke(14 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
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_003e;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F(L_4, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_003e;
}
}
{
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = VirtFuncInvoker0< FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * >::Invoke(14 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
V_0 = L_9;
Exception_t * L_10 = V_0;
if (L_10)
{
goto IL_003e;
}
}
{
RuntimeObject ** L_11 = ___typedValue3;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_12 = V_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = L_12;
RuntimeObject * L_14 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_13);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_14);
return (Exception_t *)NULL;
}
IL_003e:
{
Exception_t * L_15 = V_0;
return L_15;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_decimal_t3943079EC38B2D86AB31D0141D563FE2EC063F60_il2cpp_TypeInfo_var);
Datatype_decimal__ctor_m9BD34E4EECD0F68D0D3A7DDD52475D0074089C53(__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_language::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_language_get_TypeCode_m0B9CEF999A13A2CD8F1FCCDA4A116655AF49AA90 (Datatype_language_tCB5B7114F22C3831097890784CD7F624EFE9BEFE * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)33));
}
}
// 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)
{
{
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.FacetsChecker System.Xml.Schema.Datatype_long::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_long_get_FacetsChecker_mCC914A2009FDDC76483F465437723B6C84AE7781 (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_long_get_FacetsChecker_mCC914A2009FDDC76483F465437723B6C84AE7781_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_long::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_long_get_TypeCode_mF499B8D5F29E1ECE92BEC4DC3C890FC15C647746 (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)43));
}
}
// System.Int32 System.Xml.Schema.Datatype_long::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_long_Compare_mEB88281DB2E5A7EF0F857BC15409A749B17F1A3E (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_long_Compare_mEB88281DB2E5A7EF0F857BC15409A749B17F1A3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Int64_CompareTo_m8FCB93E6F212C873AD99C264E7F501559AD2C190((int64_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_long::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_long_get_ValueType_m3F96A65A04D7A265F9D1F1DF6E05653688F6F44E (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_long_get_ValueType_m3F96A65A04D7A265F9D1F1DF6E05653688F6F44E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->get_atomicValueType_94();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_long::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_long_get_ListValueType_mDBB5BAFEB9CEDB400EB962DA07798F1052AC0A62 (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_long_get_ListValueType_mDBB5BAFEB9CEDB400EB962DA07798F1052AC0A62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->get_listValueType_95();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_long::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_long_TryParseValue_mA5EFE93465E8764C45D3F23FB0E13CC154867D3F (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __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_long_TryParseValue_mA5EFE93465E8764C45D3F23FB0E13CC154867D3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
int64_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96();
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_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001(L_4, (int64_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_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_96();
int64_t L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, int64_t, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,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;
int64_t L_12 = V_1;
int64_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_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_long::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_long__ctor_m93C635F018CB00F424993DAA3A2823D8E880364B (Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3 * __this, const RuntimeMethod* method)
{
{
Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_long::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_long__cctor_mFDA9640B7DE02003BF0EC9FE7158C1BEEA6EF8F2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_long__cctor_mFDA9640B7DE02003BF0EC9FE7158C1BEEA6EF8F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_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_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->set_atomicValueType_94(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->set_listValueType_95(L_3);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51((&L_4), ((int64_t)std::numeric_limits<int64_t>::min()), /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51((&L_5), ((int64_t)std::numeric_limits<int64_t>::max()), /*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_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_t8FE1FF17403DF5D19DB24DB0C76FE05247D2E8A3_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_96(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_month::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_month_get_TypeCode_m0D0AAD0DE82DFFABD06571E4432DAE1FCB92E59F (Datatype_month_tF9243E5E20EDEA28EBC203BED75465E4038F2414 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)25));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_month__ctor_mF373E65E6686F9707020A49B698A1A76F9CA1319_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)128), /*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_monthDay::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_monthDay_get_TypeCode_m04FDAD73712A2E4BD378E410B67C831D3905718D (Datatype_monthDay_t6269B1DDEA4237E0BC7EB00F4FFE8D2C8FA106E1 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_monthDay__ctor_m0572ED3BD11D04375B93A8F43D16F843418CC0A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)32), /*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.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_negativeInteger_get_FacetsChecker_m293C08B77726E5072EFEBDE1B1E18D35722C1CA7 (Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_negativeInteger_get_FacetsChecker_m293C08B77726E5072EFEBDE1B1E18D35722C1CA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_95();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_negativeInteger::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_negativeInteger_get_TypeCode_m625CD6CDC69C58FF29274567FE750C8CDD870E16 (Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)42));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_negativeInteger__ctor_m431DC9755EB3F6BEE650463E94497EC2B724B327_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var);
Datatype_nonPositiveInteger__ctor_mD13D694F5BA3648130EA6398BD3A907D8CA87616(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_negativeInteger::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_negativeInteger__cctor_m4F80AFAA7D8206D9C4C6A45104EC64454AEE38CB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_negativeInteger__cctor_m4F80AFAA7D8206D9C4C6A45104EC64454AEE38CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0;
memset(&L_0, 0, sizeof(L_0));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_MinusOne_9();
Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * L_2 = (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)il2cpp_codegen_object_new(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var);
Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562(L_2, L_0, L_1, /*hidden argument*/NULL);
((Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_t028C1FA914A7D0A02A14925D5DF4784E1FF216D4_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_95(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_nonNegativeInteger_get_FacetsChecker_mF4210271368CB7A0736C2228688499FB8836F015 (Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_nonNegativeInteger_get_FacetsChecker_mF4210271368CB7A0736C2228688499FB8836F015_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_94();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonNegativeInteger::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_nonNegativeInteger_get_TypeCode_m84C669798F6168EC6D60BCB80A4BF0313B444CBB (Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)47));
}
}
// 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)
{
{
Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__cctor_m4E2BF6B5B4A5BCB636C1D9538B91DBB0C17696A4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_nonNegativeInteger__cctor_m4E2BF6B5B4A5BCB636C1D9538B91DBB0C17696A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
memset(&L_1, 0, sizeof(L_1));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * L_2 = (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)il2cpp_codegen_object_new(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var);
Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562(L_2, L_0, L_1, /*hidden argument*/NULL);
((Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_94(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_nonPositiveInteger_get_FacetsChecker_mC8B53055AAB7A2256EE48DBBE7F85556C784E67B (Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_nonPositiveInteger_get_FacetsChecker_mC8B53055AAB7A2256EE48DBBE7F85556C784E67B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_94();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonPositiveInteger::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_nonPositiveInteger_get_TypeCode_m331ABDA1C5FCC155739778B357CC4534D42BA2B8 (Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)41));
}
}
// 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)
{
{
Datatype_integer__ctor_m87186EF3244C63A86C200910A3A31A1CB3999CBC(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__cctor_m80EDE3D0D1E1B58D26F659B4E5BB40B57F27DF44 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_nonPositiveInteger__cctor_m80EDE3D0D1E1B58D26F659B4E5BB40B57F27DF44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0;
memset(&L_0, 0, sizeof(L_0));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * L_2 = (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)il2cpp_codegen_object_new(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var);
Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562(L_2, L_0, L_1, /*hidden argument*/NULL);
((Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t67540C91F10AD69AEE929F1142250F4E8DB9BA07_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_94(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.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_normalizedString::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_TypeCode_m76596618BD9AE588C490FF1B1E5CE0CF1863BDCD (Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)31));
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_normalizedString::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_BuiltInWhitespaceFacet_m7F6D79905622A015E261ED1F67FA5BC72D246088 (Datatype_normalizedString_t652AF623259AD1E631D5525B2D455ECAF1CC08C7 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(1);
}
}
// 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)
{
{
Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323(__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_normalizedStringV1Compat::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_normalizedStringV1Compat_get_TypeCode_m4A14FD6235C151A3B24403326B3F656A0254C925 (Datatype_normalizedStringV1Compat_tF65D96870C161D4FB7A281B1D4249F2744AD0CDA * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)31));
}
}
// 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)
{
{
Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323(__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.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_positiveInteger_get_FacetsChecker_m5C5B4E4A3A6F91D44A23E4D40BBA8433A56CE206 (Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_positiveInteger_get_FacetsChecker_m5C5B4E4A3A6F91D44A23E4D40BBA8433A56CE206_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_95();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_positiveInteger::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_positiveInteger_get_TypeCode_m42930D3409D527BCB9B2AA5AC7D46FF423EEDE5F (Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)52));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_positiveInteger__ctor_mC7B8DFA50961A138853804CE79E04231759C9250_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var);
Datatype_nonNegativeInteger__ctor_mE535962E59972C73B42BCDB5CBE4BA27691D4739(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_positiveInteger::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_positiveInteger__cctor_m2EA8517197ADA0F7E3391DBECDA3B952069E515F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_positiveInteger__cctor_m2EA8517197ADA0F7E3391DBECDA3B952069E515F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_One_8();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
memset(&L_1, 0, sizeof(L_1));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * L_2 = (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD *)il2cpp_codegen_object_new(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var);
Numeric10FacetsChecker__ctor_m7A9CD7E645590A03DA219900A527B27223228562(L_2, L_0, L_1, /*hidden argument*/NULL);
((Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_tBE8D810061BBF173E842CA699CA740F7541BF0AD_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_95(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_short_get_FacetsChecker_mC6A86387FD2BF42A699C30E1FFC839B1D21E3978 (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short_get_FacetsChecker_mC6A86387FD2BF42A699C30E1FFC839B1D21E3978_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_short::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_short_get_TypeCode_mBF476FF6B6C962A7F13DA1CBF703FBC97100D176 (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)45));
}
}
// System.Int32 System.Xml.Schema.Datatype_short::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_short_Compare_mAA161CBFA0F1E58BC5C8FF659FC2BF35BE2A899C (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short_Compare_mAA161CBFA0F1E58BC5C8FF659FC2BF35BE2A899C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int16_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(int16_t*)((int16_t*)UnBox(L_0, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Int16_CompareTo_m75483243B6AE62C89F02D137A5625051AF41306C((int16_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_short::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_short_get_ValueType_m271FA9962DD19DEA4EF142D923F54DBAD53002BD (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short_get_ValueType_m271FA9962DD19DEA4EF142D923F54DBAD53002BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->get_atomicValueType_100();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_short::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_short_get_ListValueType_mC8546F5149BDE8F31345EF79B40C61CA89E4773B (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short_get_ListValueType_mC8546F5149BDE8F31345EF79B40C61CA89E4773B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->get_listValueType_101();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_short::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_short_TryParseValue_mC72274541974A3ABB6C5225D13BE74F2536A582C (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __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_short_TryParseValue_mC72274541974A3ABB6C5225D13BE74F2536A582C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
int16_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102();
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_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462(L_4, (int16_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_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_102();
int16_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;
int16_t L_12 = V_1;
int16_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_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_short::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A (Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short__ctor_mE8BEE723059C272E6EE40B9DB6A02DB50B33CE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_int_t32A2DAF1AF10277D4C6055090D6BA6FE6748C755_il2cpp_TypeInfo_var);
Datatype_int__ctor_m8CE9E95E3EDB9FF645EC01CD12D88CCD39F37E3D(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_short::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_short__cctor_mE8789C6CE4771AC6A178C9960354E9673F2EBA74 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_short__cctor_mE8789C6CE4771AC6A178C9960354E9673F2EBA74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_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_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->set_atomicValueType_100(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->set_listValueType_101(L_3);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_4), ((int32_t)-32768), /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), ((int32_t)32767), /*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_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_tD4B40037681531AE3395FC60B16FA87582D7E36C_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_102(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_string::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_string_CreateValueConverter_m366B1036286E1109D77ACCC20751E8B8A3C840C0 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlStringConverter_Create_m4BB0329D3E256E9DB8D3E6729E4F34073952028E(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_string::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_string_get_BuiltInWhitespaceFacet_m2AEA3F9343AB8B8D7598513F5A07BB1079243B43 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_string::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_string_get_FacetsChecker_m41CED57869F751EBA4E625BE8E167B835903B5CE (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_string_get_FacetsChecker_m41CED57869F751EBA4E625BE8E167B835903B5CE_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_string::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TypeCode_mC77B6ACE2C5570E22D1012C7677345CA6FE4ECA9 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)12));
}
}
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_string::get_TokenizedType()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TokenizedType_m8C7BF0BA1ABD61DA888682658BAB121E47501A13 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Exception System.Xml.Schema.Datatype_string::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_string_TryParseValue_m59F78361C6FFF06DBAC67221BB6BCAFA7D977915 (Datatype_string_t99A2A08E58CE5D513A0C1BB3C4E9E06EE80935E2 * __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_string_TryParseValue_m59F78361C6FFF06DBAC67221BB6BCAFA7D977915_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_002b;
}
}
{
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_002b;
}
}
{
RuntimeObject ** L_8 = ___typedValue3;
String_t* L_9 = ___s0;
*((RuntimeObject **)L_8) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)L_9);
return (Exception_t *)NULL;
}
IL_002b:
{
Exception_t * L_10 = V_0;
return L_10;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_string__ctor_m3493903CD42C535D44C0CE095FAECF2E05E4E323_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.XmlTypeCode System.Xml.Schema.Datatype_time::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_time_get_TypeCode_m2467CA640C06294F4EBA481E948072C716C3FB98 (Datatype_time_tDC35793051A0FD77D955370F825F6F64E205201F * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)19));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_time__ctor_m1E2C5D2DD6677A79F11094EF3BEE2622357F2D6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, 2, /*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_timeNoTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_m8F75754130FAB2BA6F857BD7ADE216F0B30A7151 (Datatype_timeNoTimeZone_tF4D280A3FF1A34193F6D92094BE1DA35D06BCFD4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_timeNoTimeZone__ctor_m8F75754130FAB2BA6F857BD7ADE216F0B30A7151_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)1024), /*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_timeTimeZone::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_m2E4523A3E74577A5AD0875327055B4A9DDF9E3A6 (Datatype_timeTimeZone_tE477A7490FD8AA43B8D4D5F32DB5C0010AC26B41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_timeTimeZone__ctor_m2E4523A3E74577A5AD0875327055B4A9DDF9E3A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, 2, /*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_token::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_token_get_TypeCode_m942FAFA7124FD01D71947CCD52E2E185FFA8E78D (Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)32));
}
}
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_token::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_token_get_BuiltInWhitespaceFacet_mB3AB5AB2480211B3E97B6AFC9DB199ADC9C3EF4E (Datatype_token_t811882BA35D8CFB23CB0CF2EC6F3F81F4B14CDBC * __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// 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)
{
{
Datatype_normalizedString__ctor_m37E335A1990BD3644D52F021550E968A6B559A86(__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_tokenV1Compat::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_tokenV1Compat_get_TypeCode_m28948AC3DC0D6DC2C55B3B3368E53403F634CF2B (Datatype_tokenV1Compat_tF00A4DCE11FEE53DB7508812500DF04C8F1A739C * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)32));
}
}
// 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)
{
{
Datatype_normalizedStringV1Compat__ctor_m56484871D4027224FCDC72505A8AF6ECEB334A26(__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_union::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_union_CreateValueConverter_mB382DD5B4ECACC27AF75715439BA1AA06DBCB22C (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlUnionConverter_Create_m3EBC3F0AE4EB25AC4D8B1E4C79305CFAE18C1ED4(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.Schema.Datatype_union::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_union_Compare_mD71168DAD8331168570F08A23DA57207EE862B09 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_union_Compare_mD71168DAD8331168570F08A23DA57207EE862B09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * V_0 = NULL;
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * V_1 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_2 = NULL;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_3 = NULL;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)IsInstClass((RuntimeObject*)L_0, XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___value21;
V_1 = ((XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)IsInstClass((RuntimeObject*)L_1, XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var));
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_2 = V_0;
if (!L_2)
{
goto IL_0014;
}
}
{
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_3 = V_1;
if (L_3)
{
goto IL_0016;
}
}
IL_0014:
{
return (-1);
}
IL_0016:
{
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_4 = V_0;
NullCheck(L_4);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = XsdSimpleValue_get_XmlType_mC9C406C54EE65BE67CB6F0B03E8BE0D619515A97(L_4, /*hidden argument*/NULL);
V_2 = L_5;
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_6 = V_1;
NullCheck(L_6);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_7 = XsdSimpleValue_get_XmlType_mC9C406C54EE65BE67CB6F0B03E8BE0D619515A97(L_6, /*hidden argument*/NULL);
V_3 = L_7;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = V_2;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_3;
if ((!(((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_8) == ((RuntimeObject*)(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)L_9))))
{
goto IL_0040;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_2;
NullCheck(L_10);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_11 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_10, /*hidden argument*/NULL);
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_12 = V_0;
NullCheck(L_12);
RuntimeObject * L_13 = XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E(L_12, /*hidden argument*/NULL);
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_14 = V_1;
NullCheck(L_14);
RuntimeObject * L_15 = XsdSimpleValue_get_TypedValue_mED9AFA99731E417EE4846F2FE5244D0A3ECE189E(L_14, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_16 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_11, L_13, L_15);
return L_16;
}
IL_0040:
{
return (-1);
}
}
// System.Type System.Xml.Schema.Datatype_union::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_union_get_ValueType_mCB14F66D2D29718914A9391AE9F15127C986E9D6 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_union_get_ValueType_mCB14F66D2D29718914A9391AE9F15127C986E9D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_union::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_union_get_TypeCode_mB99C37CC9C7181209EEB833D3DF4718D3A15D6E6 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_union::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_union_get_FacetsChecker_m7423D43709AE8F0DBABAA1F5E0BAA915C4AECF52 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_union_get_FacetsChecker_m7423D43709AE8F0DBABAA1F5E0BAA915C4AECF52_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_unionFacetsChecker_22();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_union::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_union_get_ListValueType_mC2F987600C888FD0E3E3F9A9DC25322E7B80B24F (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_union_get_ListValueType_mC2F987600C888FD0E3E3F9A9DC25322E7B80B24F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// 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)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_0 = __this->get_types_93();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
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 ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_001b;
}
}
{
return (bool)0;
}
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;
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_8 = __this->get_types_93();
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Exception System.Xml.Schema.Datatype_union::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_union_TryParseValue_mC74705077FE046F5419960997C543E206023EFC9 (Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40 * __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_union_TryParseValue_mC74705077FE046F5419960997C543E206023EFC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * V_1 = NULL;
int32_t V_2 = 0;
{
V_1 = (XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)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_unionFacetsChecker_22();
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_0081;
}
}
{
V_2 = 0;
goto IL_0045;
}
IL_001b:
{
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_4 = __this->get_types_93();
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_8 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_7, /*hidden argument*/NULL);
String_t* L_9 = ___s0;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_10 = ___nameTable1;
RuntimeObject* L_11 = ___nsmgr2;
RuntimeObject ** L_12 = ___typedValue3;
NullCheck(L_8);
Exception_t * L_13 = 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_8, L_9, L_10, L_11, (RuntimeObject **)L_12);
V_0 = L_13;
Exception_t * L_14 = V_0;
if (L_14)
{
goto IL_0041;
}
}
{
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_15 = __this->get_types_93();
int32_t L_16 = V_2;
NullCheck(L_15);
int32_t L_17 = L_16;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_1 = L_18;
goto IL_0050;
}
IL_0041:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0045:
{
int32_t L_20 = V_2;
XmlSchemaSimpleTypeU5BU5D_t63A9F01B50EB12BB7D8DDD5EB70FE08F066DC59B* L_21 = __this->get_types_93();
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))))
{
goto IL_001b;
}
}
IL_0050:
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_22 = V_1;
if (L_22)
{
goto IL_0061;
}
}
{
String_t* L_23 = ___s0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_24 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_24, _stringLiteral6F7059CC692912C47CC1B95D772FDE6A10247553, L_23, /*hidden argument*/NULL);
V_0 = L_24;
goto IL_0081;
}
IL_0061:
{
RuntimeObject ** L_25 = ___typedValue3;
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_26 = V_1;
RuntimeObject ** L_27 = ___typedValue3;
RuntimeObject * L_28 = *((RuntimeObject **)L_27);
XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF * L_29 = (XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF *)il2cpp_codegen_object_new(XsdSimpleValue_t543244559B1F2C32855BAD8CC3EDB4AD5BED96CF_il2cpp_TypeInfo_var);
XsdSimpleValue__ctor_mB4F9C30B9982C55DC45286C7A6E30199E2D78124(L_29, L_26, L_28, /*hidden argument*/NULL);
*((RuntimeObject **)L_25) = (RuntimeObject *)L_29;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_25, (RuntimeObject *)L_29);
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_30 = ((DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var))->get_unionFacetsChecker_22();
RuntimeObject ** L_31 = ___typedValue3;
RuntimeObject * L_32 = *((RuntimeObject **)L_31);
NullCheck(L_30);
Exception_t * L_33 = VirtFuncInvoker2< Exception_t *, RuntimeObject *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(5 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) */, L_30, L_32, __this);
V_0 = L_33;
Exception_t * L_34 = V_0;
if (L_34)
{
goto IL_0081;
}
}
{
return (Exception_t *)NULL;
}
IL_0081:
{
Exception_t * L_35 = V_0;
return L_35;
}
}
// System.Void System.Xml.Schema.Datatype_union::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_union__cctor_mA301143288CBF802A35CE26F6062A5D55E299280 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_union__cctor_mA301143288CBF802A35CE26F6062A5D55E299280_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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);
((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_tE2A2CBDE037535DC3CCE37411750AC4EF2009F40_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_unsignedByte::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_unsignedByte_get_FacetsChecker_mE63C77D3A983F3B2FC7C9EE8F5E84FDE58BBC282 (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte_get_FacetsChecker_mE63C77D3A983F3B2FC7C9EE8F5E84FDE58BBC282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedByte::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_get_TypeCode_mC47A34E44690AB7CB6E2C20770BCDC7F201250FA (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)51));
}
}
// System.Int32 System.Xml.Schema.Datatype_unsignedByte::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_Compare_m2C01071B2C7ACBC7CD387990ECDEB079EFDB0152 (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte_Compare_m2C01071B2C7ACBC7CD387990ECDEB079EFDB0152_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_0, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = Byte_CompareTo_mEA497C7EA9BF920C3657300C16B5C0B4475AE861((uint8_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedByte::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedByte_get_ValueType_mF48D6A7DCB37DBCB95BD4B3B94D78BFCFACC2C9B (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte_get_ValueType_mF48D6A7DCB37DBCB95BD4B3B94D78BFCFACC2C9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->get_atomicValueType_104();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedByte::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedByte_get_ListValueType_m1B8977EC62338E4AB52B4BD3FA23556A85D047C7 (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte_get_ListValueType_m1B8977EC62338E4AB52B4BD3FA23556A85D047C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->get_listValueType_105();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_unsignedByte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedByte_TryParseValue_m68CB945E92B0205861D796ABFE05935717FBCF3A (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __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_unsignedByte_TryParseValue_m68CB945E92B0205861D796ABFE05935717FBCF3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
uint8_t V_1 = 0x0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106();
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_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F(L_4, (uint8_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_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_106();
uint8_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;
uint8_t L_12 = V_1;
uint8_t L_13 = L_12;
RuntimeObject * L_14 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_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_unsignedByte::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_m4A682353FB8F63CC2215EC49D78AA40C6EA41A9D (Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte__ctor_m4A682353FB8F63CC2215EC49D78AA40C6EA41A9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_unsignedByte::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedByte__cctor_m0C7F205C89FBC6D526DB18CA88CEE27E3E17F29E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedByte__cctor_m0C7F205C89FBC6D526DB18CA88CEE27E3E17F29E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_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_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->set_atomicValueType_104(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->set_listValueType_105(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), ((int32_t)255), /*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_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t485C5C1E2E309581DC97D926A22A8FAC573F7457_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_106(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_unsignedInt_get_FacetsChecker_m8452167DA41F1ECB32CF4E6B103640B5E9138A54 (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt_get_FacetsChecker_m8452167DA41F1ECB32CF4E6B103640B5E9138A54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedInt::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_get_TypeCode_m2A68B1C0BA1976D24FD41F7191AAD8C00EFA19A8 (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)49));
}
}
// System.Int32 System.Xml.Schema.Datatype_unsignedInt::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_Compare_mC1DC8FF532C047FF59927064A0AAB293923F50AC (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt_Compare_mC1DC8FF532C047FF59927064A0AAB293923F50AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_0, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = UInt32_CompareTo_mA6BFE8D9033149D2FEF46526E251A3CDEB1889EB((uint32_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedInt::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedInt_get_ValueType_m6A7EBBB8C2C9ADC04269624BB5FAEBD5AFEB2D67 (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt_get_ValueType_m6A7EBBB8C2C9ADC04269624BB5FAEBD5AFEB2D67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->get_atomicValueType_98();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedInt::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedInt_get_ListValueType_mE923AFBB2D23A7DAB0D133533AAEE3A68E2502B4 (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt_get_ListValueType_mE923AFBB2D23A7DAB0D133533AAEE3A68E2502B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->get_listValueType_99();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_unsignedInt::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedInt_TryParseValue_m6A326DDB899909C0779144E2D02EFD1B5584918C (Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3 * __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_unsignedInt_TryParseValue_m6A326DDB899909C0779144E2D02EFD1B5584918C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
uint32_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100();
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_003d;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D(L_4, (uint32_t*)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_003d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_100();
uint32_t L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, int64_t, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) */, L_7, (((int64_t)((uint64_t)L_8))), __this);
V_0 = L_9;
Exception_t * L_10 = V_0;
if (L_10)
{
goto IL_003d;
}
}
{
RuntimeObject ** L_11 = ___typedValue3;
uint32_t L_12 = V_1;
uint32_t L_13 = L_12;
RuntimeObject * L_14 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_13);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_14);
return (Exception_t *)NULL;
}
IL_003d:
{
Exception_t * L_15 = V_0;
return L_15;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt__ctor_m94FB631C85AACA6BC98C8CE0ED1BB2973A64157C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
Datatype_unsignedLong__ctor_mAF555A2265F480A235AC5A53A0C219124F2CD27D(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_unsignedInt::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedInt__cctor_mF65F00FE7DFE868E4DAF74CA6B8D27D7007A26CF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedInt__cctor_mF65F00FE7DFE868E4DAF74CA6B8D27D7007A26CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_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_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->set_atomicValueType_98(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->set_listValueType_99(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m4AA05F8579A7D5942AAFD0C10C08F27C2DD4ECC6((&L_5), (-1), /*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_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_100(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedLong::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_unsignedLong_get_FacetsChecker_m9325A8CFA656DAE372AC39A8DDC2DE8AF677DF7B (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong_get_FacetsChecker_m9325A8CFA656DAE372AC39A8DDC2DE8AF677DF7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedLong::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_get_TypeCode_mDD1E7FEDB5B5959C5F132C76761C980AD7ACA9C2 (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)48));
}
}
// System.Int32 System.Xml.Schema.Datatype_unsignedLong::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_Compare_m068728A596DDE5344273DF063FEA95539E05F93A (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong_Compare_m068728A596DDE5344273DF063FEA95539E05F93A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_0, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = UInt64_CompareTo_mB5A28DD05266BC32BD6FD24A6659B0464FFA8950((uint64_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedLong::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedLong_get_ValueType_m8CBD0A7000F3A94932D24D88BF004099B4E9A88A (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong_get_ValueType_m8CBD0A7000F3A94932D24D88BF004099B4E9A88A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->get_atomicValueType_95();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedLong::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedLong_get_ListValueType_m557E520AB0602BA33D39D30B1926807840F4CDA0 (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong_get_ListValueType_m557E520AB0602BA33D39D30B1926807840F4CDA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->get_listValueType_96();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_unsignedLong::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedLong_TryParseValue_mDFE4B1F4402FFC47A1301F8F2ED0D1716ABD9B03 (Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37 * __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_unsignedLong_TryParseValue_mDFE4B1F4402FFC47A1301F8F2ED0D1716ABD9B03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
uint64_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97();
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_0041;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910(L_4, (uint64_t*)(&V_1), /*hidden argument*/NULL);
V_0 = L_5;
Exception_t * L_6 = V_0;
if (L_6)
{
goto IL_0041;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_97();
uint64_t L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_9 = Decimal_op_Implicit_m2C34640E22DCDAB44B7135AE81E8D480C0CCF556(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
Exception_t * L_10 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_9, __this);
V_0 = L_10;
Exception_t * L_11 = V_0;
if (L_11)
{
goto IL_0041;
}
}
{
RuntimeObject ** L_12 = ___typedValue3;
uint64_t L_13 = V_1;
uint64_t L_14 = L_13;
RuntimeObject * L_15 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_14);
*((RuntimeObject **)L_12) = (RuntimeObject *)L_15;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_12, (RuntimeObject *)L_15);
return (Exception_t *)NULL;
}
IL_0041:
{
Exception_t * L_16 = V_0;
return L_16;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong__ctor_mAF555A2265F480A235AC5A53A0C219124F2CD27D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_nonNegativeInteger_t3D6BD75D9836160B5C0586D5F8B178962001BF62_il2cpp_TypeInfo_var);
Datatype_nonNegativeInteger__ctor_mE535962E59972C73B42BCDB5CBE4BA27691D4739(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_unsignedLong::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedLong__cctor_m4ECCE8DBECC58773F71D02DE59EC8FCB53C8CD05 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedLong__cctor_m4ECCE8DBECC58773F71D02DE59EC8FCB53C8CD05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_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_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->set_atomicValueType_95(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->set_listValueType_96(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB((&L_5), (((int64_t)((int64_t)(-1)))), /*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_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t82ADC913311BA0E255C03E8283D25F555D528C37_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_97(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.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::get_FacetsChecker()
extern "C" IL2CPP_METHOD_ATTR FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * Datatype_unsignedShort_get_FacetsChecker_mD65AAB65BD8286928EAAF9C7DFE8E14F3F9E6502 (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort_get_FacetsChecker_mD65AAB65BD8286928EAAF9C7DFE8E14F3F9E6502_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_0 = ((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedShort::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_get_TypeCode_mC1AD0DE0256C560DB6D23BEB1AD41BD8255432F8 (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)50));
}
}
// System.Int32 System.Xml.Schema.Datatype_unsignedShort::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_Compare_mE23EF5404549870CCC4E070C38E96AC0E0F199FB (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort_Compare_mE23EF5404549870CCC4E070C38E96AC0E0F199FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_0, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
int32_t L_2 = UInt16_CompareTo_m91AEACDAA81D12A2A8D868938F797B112330EC44((uint16_t*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedShort::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedShort_get_ValueType_mF2777F77B5A6A226217363B8E60044BDFC6EEA1B (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort_get_ValueType_mF2777F77B5A6A226217363B8E60044BDFC6EEA1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->get_atomicValueType_101();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_unsignedShort::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_unsignedShort_get_ListValueType_m24D9E23D1B5EA561C2AE60E6D83163A52F9B449F (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort_get_ListValueType_m24D9E23D1B5EA561C2AE60E6D83163A52F9B449F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->get_listValueType_102();
return L_0;
}
}
// System.Exception System.Xml.Schema.Datatype_unsignedShort::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_unsignedShort_TryParseValue_m458AF7685A2E811988092CF5BD550D0B5037FAD6 (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __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_unsignedShort_TryParseValue_m458AF7685A2E811988092CF5BD550D0B5037FAD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
uint16_t V_1 = 0;
{
RuntimeObject ** L_0 = ___typedValue3;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_1 = ((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103();
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_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F(L_4, (uint16_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_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var);
FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * L_7 = ((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->get_numeric10FacetsChecker_103();
uint16_t L_8 = V_1;
NullCheck(L_7);
Exception_t * L_9 = VirtFuncInvoker2< Exception_t *, int32_t, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(8 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,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;
uint16_t L_12 = V_1;
uint16_t L_13 = L_12;
RuntimeObject * L_14 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_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_unsignedShort::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE (Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort__ctor_m29800DC0BE832861C9708FDDE4B62E11E82CCECE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_unsignedInt_t443E2AD91BBF3BF7C272EE74A93D4C7C5CBC32E3_il2cpp_TypeInfo_var);
Datatype_unsignedInt__ctor_m94FB631C85AACA6BC98C8CE0ED1BB2973A64157C(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.Datatype_unsignedShort::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_unsignedShort__cctor_m4148D1B8FF85855C2387D379EB8B1379030431E8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_unsignedShort__cctor_m4148D1B8FF85855C2387D379EB8B1379030431E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_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_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->set_atomicValueType_101(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->set_listValueType_102(L_3);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5;
memset(&L_5, 0, sizeof(L_5));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_5), ((int32_t)65535), /*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_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_tE75DFD8D7E26D195B4D3F20A9AE9B856CD881D4E_il2cpp_TypeInfo_var))->set_numeric10FacetsChecker_103(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.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_untypedAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * Datatype_untypedAtomicType_CreateValueConverter_mC7CC5AA99C56809705977BE2E06C18C38C4A49A1 (Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_untypedAtomicType_CreateValueConverter_mC7CC5AA99C56809705977BE2E06C18C38C4A49A1_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.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_untypedAtomicType::get_BuiltInWhitespaceFacet()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_BuiltInWhitespaceFacet_mA57202585DA2909E54731FFCC0F319A760359B28 (Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD * __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_untypedAtomicType::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_TypeCode_m1A09BABFD2FAC569EA257004843F6D9118085794 (Datatype_untypedAtomicType_tFB0567D465A1F4D07CD22818D93C0B56E2FE3EDD * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)11));
}
}
// 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)
{
{
Datatype_anyAtomicType__ctor_m1D0E65910404892471C3E84D23788743B74E92EA(__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.Type System.Xml.Schema.Datatype_uuid::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_uuid_get_ValueType_mAAB28914F7FCBB2BA1B6C3B57C09D6D65FDBEB71 (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid_get_ValueType_mAAB28914F7FCBB2BA1B6C3B57C09D6D65FDBEB71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var))->get_atomicValueType_91();
return L_0;
}
}
// System.Type System.Xml.Schema.Datatype_uuid::get_ListValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Datatype_uuid_get_ListValueType_mCD2A01CF77368A1B0286FED0EDA39633BF414AF0 (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid_get_ListValueType_mCD2A01CF77368A1B0286FED0EDA39633BF414AF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var);
Type_t * L_0 = ((Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var))->get_listValueType_92();
return L_0;
}
}
// System.Int32 System.Xml.Schema.Datatype_uuid::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_uuid_Compare_mCEA2A5C8A068BF423D41502E5A5E29DA74A1510F (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, RuntimeObject * ___value10, RuntimeObject * ___value21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid_Compare_mCEA2A5C8A068BF423D41502E5A5E29DA74A1510F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Guid_t V_0;
memset(&V_0, 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___value10;
V_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_0, Guid_t_il2cpp_TypeInfo_var))));
RuntimeObject * L_1 = ___value21;
bool L_2 = Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A((Guid_t *)(&V_0), L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0019;
}
}
{
return (-1);
}
IL_0019:
{
return 0;
}
}
// System.Object System.Xml.Schema.Datatype_uuid::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Datatype_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78 (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, String_t* ___s0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78_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);
Guid_t L_1 = XmlConvert_ToGuid_m4D406BFB6104408A41758B5344BF6AFEABCFF567(L_0, /*hidden argument*/NULL);
Guid_t L_2 = L_1;
RuntimeObject * L_3 = Box(Guid_t_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_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78_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_uuid_ParseValue_mDABD6559FAA0B33B00D4EA58A489835A892F3D78_RuntimeMethod_var);
} // end catch (depth: 1)
IL_002b:
{
RuntimeObject * L_10 = V_0;
return L_10;
}
}
// System.Exception System.Xml.Schema.Datatype_uuid::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_uuid_TryParseValue_m37EB18F2F188E73A4653AFE54F1BC652625D77D2 (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __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_uuid_TryParseValue_m37EB18F2F188E73A4653AFE54F1BC652625D77D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Guid_t V_1;
memset(&V_1, 0, sizeof(V_1));
{
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_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6(L_1, (Guid_t *)(&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;
Guid_t L_5 = V_1;
Guid_t L_6 = L_5;
RuntimeObject * L_7 = Box(Guid_t_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_uuid::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_mA38D64ED5528A9C3B808C503D4CFB0F22FFE92AC (Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid__ctor_mA38D64ED5528A9C3B808C503D4CFB0F22FFE92AC_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_uuid::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Datatype_uuid__cctor_mF22DF2DA25DBC517842A58B41EB1312551C82579 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_uuid__cctor_mF22DF2DA25DBC517842A58B41EB1312551C82579_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Guid_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_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_il2cpp_TypeInfo_var))->set_atomicValueType_91(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (GuidU5BU5D_t5CC024A2CAE5304311E0B961142A216C0972B0FF_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t41832714DB16CAE4B2A752471268FEA913BA9261_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_year::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_year_get_TypeCode_m83A29C1D62B59527431104EE82E0265C6EE0DAD0 (Datatype_year_tAE9A96772EEFF0FD02512C8B526E60196A19D443 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)22));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_year__ctor_m6AE44D9AE2FD47F29E723FEF81F2E7CF64AF718F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, ((int32_t)16), /*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_yearMonth::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_yearMonth_get_TypeCode_m009A17854344E053459BEF49F504E5A3DE9F8CAB (Datatype_yearMonth_t0CFBFE4C46B80B357E2F88FA99F1F008B50745DC * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)21));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_yearMonth__ctor_mDAFFD13B3D66A126F512F72842B7BBFE7DE1D82D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Datatype_dateTimeBase_t573E0786DE1269B42D9217F634B1226B41712353_il2cpp_TypeInfo_var);
Datatype_dateTimeBase__ctor_m9EA7418B7A3E9AA2B923559E806D6EADF6BB5EF6(__this, 8, /*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_yearMonthDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.ObjectU26)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Datatype_yearMonthDuration_TryParseValue_m7ACA77CA46502251D5B4C4F38E4B02C9DA57A9F1 (Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E * __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_yearMonthDuration_TryParseValue_m7ACA77CA46502251D5B4C4F38E4B02C9DA57A9F1_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, 1, (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), 1, (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_yearMonthDuration::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Datatype_yearMonthDuration_get_TypeCode_m35DC0A614BCD1E650EB2EB48C4CDFB92A063AD50 (Datatype_yearMonthDuration_t48DB455A054A48BA0C8F4E3553B567F6DC599F3E * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)53));
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Datatype_yearMonthDuration__ctor_m3BDA670EDA63808ECE01070C8CAC35A434272E12_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
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DateTimeFacetsChecker_CheckValueFacets_mD9BEC70B5DD2412AD5C7E274B51B5C6F991E300B (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2);
V_0 = L_3;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
Exception_t * L_6 = VirtFuncInvoker2< Exception_t *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
return L_6;
}
}
// System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DateTimeFacetsChecker_CheckValueFacets_mD32ED710EEC378E26D313E07D8D3B096F98A9800 (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFacetsChecker_CheckValueFacets_mD32ED710EEC378E26D313E07D8D3B096F98A9800_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
V_1 = G_B3_0;
int32_t L_5 = V_1;
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)64))))
{
goto IL_0049;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_6 = ___datatype1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = L_7;
RuntimeObject * L_9 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_8);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_10 = V_0;
NullCheck(L_10);
RuntimeObject * L_11 = L_10->get_MaxInclusive_6();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_11, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_13 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_6);
int32_t L_14 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_6, L_9, L_13);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0049;
}
}
{
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_16 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_16, _stringLiteral7AC8BE84E14831E452AD36A2F12FA3218B623C9A, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_0049:
{
int32_t L_17 = V_1;
if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)128))))
{
goto IL_0081;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = ___datatype1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = L_19;
RuntimeObject * L_21 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_20);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_22 = V_0;
NullCheck(L_22);
RuntimeObject * L_23 = L_22->get_MaxExclusive_7();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_24 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_23, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_25 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_18);
int32_t L_26 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_18, L_21, L_25);
if ((((int32_t)L_26) < ((int32_t)0)))
{
goto IL_0081;
}
}
{
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_28 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_28, _stringLiteralD8E09F1E72F9D5E16F32597C00BA63F091F41606, L_27, /*hidden argument*/NULL);
return L_28;
}
IL_0081:
{
int32_t L_29 = V_1;
if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)256))))
{
goto IL_00b9;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_30 = ___datatype1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_31 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32 = L_31;
RuntimeObject * L_33 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_32);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_34 = V_0;
NullCheck(L_34);
RuntimeObject * L_35 = L_34->get_MinInclusive_8();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_36 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_35, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_37 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_30);
int32_t L_38 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_30, L_33, L_37);
if ((((int32_t)L_38) >= ((int32_t)0)))
{
goto IL_00b9;
}
}
{
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_40 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_40, _stringLiteralC145555F536F972FE097FFA45853A3D740942EB3, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_00b9:
{
int32_t L_41 = V_1;
if (!((int32_t)((int32_t)L_41&(int32_t)((int32_t)512))))
{
goto IL_00f1;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_42 = ___datatype1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_43 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_44 = L_43;
RuntimeObject * L_45 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_44);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_46 = V_0;
NullCheck(L_46);
RuntimeObject * L_47 = L_46->get_MinExclusive_9();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_48 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_47, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_49 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_48);
NullCheck(L_42);
int32_t L_50 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_42, L_45, L_49);
if ((((int32_t)L_50) > ((int32_t)0)))
{
goto IL_00f1;
}
}
{
String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_52 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_52, _stringLiteralFE1E478DFB2B07838413450F15CE29A674BE2056, L_51, /*hidden argument*/NULL);
return L_52;
}
IL_00f1:
{
int32_t L_53 = V_1;
if (!((int32_t)((int32_t)L_53&(int32_t)((int32_t)16))))
{
goto IL_0117;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_54 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_55 = V_0;
NullCheck(L_55);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_56 = L_55->get_Enumeration_4();
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_57 = ___datatype1;
bool L_58 = DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D(__this, L_54, L_56, L_57, /*hidden argument*/NULL);
if (L_58)
{
goto IL_0117;
}
}
{
String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_60 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_60, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_59, /*hidden argument*/NULL);
return L_60;
}
IL_0117:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_m94F62944F777EF72B62F6C49A7767403B2728BC3 (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___enumeration1;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype2;
bool L_6 = DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DateTimeFacetsChecker_MatchEnumeration_m7E95CC652E60F0C21CF183853D5B576F6CBA952D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0029;
}
IL_0004:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = L_1;
RuntimeObject * L_3 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_2);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___enumeration1;
int32_t L_5 = V_0;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_6, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
RuntimeObject * L_8 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_0);
int32_t L_9 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_3, L_8);
if (L_9)
{
goto IL_0025;
}
}
{
return (bool)1;
}
IL_0025:
{
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0029:
{
int32_t L_11 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = ___enumeration1;
NullCheck(L_12);
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_12);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_m0B6F9CD694E919D030450AA6E2F0F69BEF5E7D22 (DateTimeFacetsChecker_tD8BF6DE005C7EB84E9999EAD33A4C804EB45F5C4 * __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.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_m0C419A75BC3597C1D0FD96A89192A8725AF13990 (DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394 * __this, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___transitionTable0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DfaContentValidator__ctor_m0C419A75BC3597C1D0FD96A89192A8725AF13990_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___contentType2;
bool L_1 = ___isOpen3;
bool L_2 = ___isEmptiable4;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_3 = ___transitionTable0;
__this->set_transitionTable_7(L_3);
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_4 = ___symbols1;
__this->set_symbols_8(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdValidator_SetDefaultTypedValue_mABD6EE054550DD657689D2CF13F791AD691CC3AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_0 = ___attdef0;
NullCheck(L_0);
String_t* L_1 = SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83(L_0, /*hidden argument*/NULL);
V_0 = L_1;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_2 = ___attdef0;
NullCheck(L_2);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_3 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(L_2, /*hidden argument*/NULL);
V_1 = L_3;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_4 = V_1;
if (L_4)
{
goto IL_0013;
}
}
IL_0011:
{
goto IL_006d;
}
IL_0013:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_5);
if (!L_6)
{
goto IL_0022;
}
}
IL_001b:
{
String_t* L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0022:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_9 = ___attdef0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_10 = V_1;
String_t* L_11 = V_0;
RuntimeObject* L_12 = ___readerAdapter1;
NullCheck(L_12);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_13 = InterfaceFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_12);
RuntimeObject* L_14 = ___readerAdapter1;
NullCheck(L_14);
RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IXmlNamespaceResolver System.Xml.IDtdParserAdapter::get_NamespaceResolver() */, IDtdParserAdapter_t3BDE16E68BD0E75DFF1390906C81D067824E1829_il2cpp_TypeInfo_var, L_14);
NullCheck(L_10);
RuntimeObject * L_16 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_10, L_11, L_13, L_15);
NullCheck(L_9);
SchemaDeclBase_set_DefaultValueTyped_m9A72BA6E5BB766E154735149F71C72C970F954A4(L_9, L_16, /*hidden argument*/NULL);
goto IL_006d;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.Exception)
{
RuntimeObject* L_17 = ___readerAdapter1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_17, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var)));
RuntimeObject* L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_17, IDtdParserAdapterWithValidation_tADA45FC6B3FCB0FCD0F19F72E83968F2242A58F8_il2cpp_TypeInfo_var)));
V_2 = L_18;
RuntimeObject* L_19 = V_2;
if (!L_19)
{
goto IL_006b;
}
}
IL_004d:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_20 = ___attdef0;
NullCheck(L_20);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_23 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_23, _stringLiteralAD64DA15A751C18477DEB2F56DA992B13214CDBC, L_22, /*hidden argument*/NULL);
V_3 = L_23;
RuntimeObject* L_24 = V_2;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_25 = V_3;
NullCheck(L_24);
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_24, L_25, 0);
}
IL_006b:
{
goto IL_006d;
}
} // end catch (depth: 1)
IL_006d:
{
return;
}
}
// System.Void System.Xml.Schema.DtdValidator::.cctor()
extern "C" IL2CPP_METHOD_ATTR void DtdValidator__cctor_m23C4A8265FA65F29ABF02388C83D76833CBA6BE9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DtdValidator__cctor_m23C4A8265FA65F29ABF02388C83D76833CBA6BE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * L_0 = (NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 *)il2cpp_codegen_object_new(NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408_il2cpp_TypeInfo_var);
NamespaceManager__ctor_m8267BA49163CD63C4A32011180ED569D5408D6FC(L_0, /*hidden argument*/NULL);
((DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF59970D29A90C3CAA4AED56E5625EFAA9DB287AD_il2cpp_TypeInfo_var))->set_namespaceManager_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.String System.Xml.Schema.DtdValidator_NamespaceManager::LookupNamespace(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NamespaceManager_LookupNamespace_m44B6617634E1F09E402B75DA06CFDF56C3CBC4F3 (NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___prefix0;
return L_0;
}
}
// System.Void System.Xml.Schema.DtdValidator_NamespaceManager::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m8267BA49163CD63C4A32011180ED569D5408D6FC (NamespaceManager_t8A121C523956A538C9B6909B308301440F33F408 * __this, const RuntimeMethod* method)
{
{
XmlNamespaceManager__ctor_m90EC2B95E3A18E70520DF7C98FBDB439E3BE6D2D(__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.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DurationFacetsChecker_CheckValueFacets_m8ED0890D3444B2DB3565C7E6D9FD521005FC558C (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DurationFacetsChecker_CheckValueFacets_m8ED0890D3444B2DB3565C7E6D9FD521005FC558C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject * L_5 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
V_0 = ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_5, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_7 = ___datatype1;
Exception_t * L_8 = VirtFuncInvoker2< Exception_t *, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7);
return L_8;
}
}
// System.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * DurationFacetsChecker_CheckValueFacets_mFD1CEFC53E3D966894CF7D51466BD8BE03FE5EFF (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DurationFacetsChecker_CheckValueFacets_mFD1CEFC53E3D966894CF7D51466BD8BE03FE5EFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
V_1 = G_B3_0;
int32_t L_5 = V_1;
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)64))))
{
goto IL_003e;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_7 = V_0;
NullCheck(L_7);
RuntimeObject * L_8 = L_7->get_MaxInclusive_6();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int32_t L_9 = TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD(L_6, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_8, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_003e;
}
}
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_11 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_11, _stringLiteral7AC8BE84E14831E452AD36A2F12FA3218B623C9A, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_003e:
{
int32_t L_12 = V_1;
if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)128))))
{
goto IL_006b;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_13 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_14 = V_0;
NullCheck(L_14);
RuntimeObject * L_15 = L_14->get_MaxExclusive_7();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int32_t L_16 = TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD(L_13, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_15, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_006b;
}
}
{
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, _stringLiteralD8E09F1E72F9D5E16F32597C00BA63F091F41606, L_17, /*hidden argument*/NULL);
return L_18;
}
IL_006b:
{
int32_t L_19 = V_1;
if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)256))))
{
goto IL_0098;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_20 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_21 = V_0;
NullCheck(L_21);
RuntimeObject * L_22 = L_21->get_MinInclusive_8();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int32_t L_23 = TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD(L_20, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_22, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
if ((((int32_t)L_23) >= ((int32_t)0)))
{
goto IL_0098;
}
}
{
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_25 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_25, _stringLiteralC145555F536F972FE097FFA45853A3D740942EB3, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0098:
{
int32_t L_26 = V_1;
if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)512))))
{
goto IL_00c5;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_27 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_28 = V_0;
NullCheck(L_28);
RuntimeObject * L_29 = L_28->get_MinExclusive_9();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int32_t L_30 = TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD(L_27, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_29, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
if ((((int32_t)L_30) > ((int32_t)0)))
{
goto IL_00c5;
}
}
{
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, _stringLiteralFE1E478DFB2B07838413450F15CE29A674BE2056, L_31, /*hidden argument*/NULL);
return L_32;
}
IL_00c5:
{
int32_t L_33 = V_1;
if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)16))))
{
goto IL_00ea;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_34 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_35 = V_0;
NullCheck(L_35);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = L_35->get_Enumeration_4();
bool L_37 = DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4(__this, L_34, L_36, /*hidden argument*/NULL);
if (L_37)
{
goto IL_00ea;
}
}
{
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_39 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_39, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_38, /*hidden argument*/NULL);
return L_39;
}
IL_00ea:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m1E8A9F5872D26DC8B6C6E11E814AEFAAB3D16C32 (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DurationFacetsChecker_MatchEnumeration_m1E8A9F5872D26DC8B6C6E11E814AEFAAB3D16C32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___enumeration1;
bool L_2 = DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4(__this, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4 (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DurationFacetsChecker_MatchEnumeration_m2FFDB5AFEF0DA8A2850D0D9AEBCD238C5C6E25C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001e;
}
IL_0004:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___enumeration1;
int32_t L_2 = V_0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2);
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
int32_t L_4 = TimeSpan_Compare_mFC9864B913645536B276B4AD688D0B9EB5B32AFD(L_0, ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_3, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
if (L_4)
{
goto IL_001a;
}
}
{
return (bool)1;
}
IL_001a:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001e:
{
int32_t L_6 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = ___enumeration1;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.DurationFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_m4562B7F1C06BC0E14BDE820F805CF670ED448A9D (DurationFacetsChecker_t147376E625825EF88985237BAF989648FEA5B4A5 * __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.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.StringU26,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckLexicalFacets_m1641E54CB1D3CF3DCE33DA2613520B6A4C31E6EB (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, String_t** ___parseString0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
String_t** L_0 = ___parseString0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = ___datatype1;
FacetsChecker_CheckWhitespaceFacets_mF7C5392552C7A2E0C18EE8E3732856943F721897(__this, (String_t**)L_0, L_1, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype1;
NullCheck(L_2);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = VirtFuncInvoker0< RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2);
String_t** L_4 = ___parseString0;
String_t* L_5 = *((String_t**)L_4);
Exception_t * L_6 = FacetsChecker_CheckPatternFacets_m434C0EE32C87E14868E75A442A4D14F2F7FAFD4C(__this, L_3, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m330183C604C29F3A57CA51D87C6EB7AC2096299F (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mD8C6C30BA5AC8EA64F224CAF8A593786BFF996FB (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mBA2135A72AFDB63E65B0207BBF2B59E3C2E55DBD (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, int64_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m76B742956ACD11CCD88B00A2A8B03FD1C30AA7BE (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, int32_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m1B9F831E4B92B295968A5A59C4689A0C94D7FD95 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, int16_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m2A09E1737CB165EB1C85127C6365D497A7175D6B (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m42E80A9A65538065AFEDAC3F90E8F2A6A51E3456 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, double ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m7E49F557B1F43B0645920EA6CF111FB8EE701282 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, float ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m4009B4A6CFB10B3DCD48B04221270841D2F5E0DE (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, String_t* ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mD6E7A260246457215279AB43C9A0F781CAF39269 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mF1CB2E17E746DB92A1CA1A8C17985A006F27E8C1 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m29AAE0E1FBA4DBFCD829C7C1F7639D457AEA0D8A (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
return (Exception_t *)NULL;
}
}
// System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.StringU26,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF7C5392552C7A2E0C18EE8E3732856943F721897 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, String_t** ___s0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 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;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype1;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_2);
V_1 = L_3;
int32_t L_4 = V_1;
if (!L_4)
{
goto IL_001f;
}
}
{
int32_t L_5 = V_1;
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0078;
}
}
{
String_t** L_6 = ___s0;
String_t** L_7 = ___s0;
String_t* L_8 = *((String_t**)L_7);
NullCheck(L_8);
String_t* L_9 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_8, /*hidden argument*/NULL);
*((RuntimeObject **)L_6) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, (RuntimeObject *)L_9);
return;
}
IL_001f:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_10 = ___datatype1;
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_10);
if ((!(((uint32_t)L_11) == ((uint32_t)2))))
{
goto IL_0032;
}
}
{
String_t** L_12 = ___s0;
String_t** L_13 = ___s0;
String_t* L_14 = *((String_t**)L_13);
String_t* L_15 = XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43(L_14, /*hidden argument*/NULL);
*((RuntimeObject **)L_12) = (RuntimeObject *)L_15;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_12, (RuntimeObject *)L_15);
return;
}
IL_0032:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_16 = ___datatype1;
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_16);
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
{
goto IL_0045;
}
}
{
String_t** L_18 = ___s0;
String_t** L_19 = ___s0;
String_t* L_20 = *((String_t**)L_19);
String_t* L_21 = XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81(L_20, /*hidden argument*/NULL);
*((RuntimeObject **)L_18) = (RuntimeObject *)L_21;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_18, (RuntimeObject *)L_21);
return;
}
IL_0045:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_22 = V_0;
if (!L_22)
{
goto IL_0078;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_23 = V_0;
NullCheck(L_23);
int32_t L_24 = L_23->get_Flags_12();
if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)32))))
{
goto IL_0078;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = L_25->get_WhiteSpace_5();
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
{
goto IL_0066;
}
}
{
String_t** L_27 = ___s0;
String_t** L_28 = ___s0;
String_t* L_29 = *((String_t**)L_28);
String_t* L_30 = XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81(L_29, /*hidden argument*/NULL);
*((RuntimeObject **)L_27) = (RuntimeObject *)L_30;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_27, (RuntimeObject *)L_30);
return;
}
IL_0066:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_31 = V_0;
NullCheck(L_31);
int32_t L_32 = L_31->get_WhiteSpace_5();
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_0078;
}
}
{
String_t** L_33 = ___s0;
String_t** L_34 = ___s0;
String_t* L_35 = *((String_t**)L_34);
String_t* L_36 = XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43(L_35, /*hidden argument*/NULL);
*((RuntimeObject **)L_33) = (RuntimeObject *)L_36;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_33, (RuntimeObject *)L_36);
}
IL_0078:
{
return;
}
}
// System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String)
extern "C" IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckPatternFacets_m434C0EE32C87E14868E75A442A4D14F2F7FAFD4C (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * ___restriction0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FacetsChecker_CheckPatternFacets_m434C0EE32C87E14868E75A442A4D14F2F7FAFD4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_0 = ___restriction0;
if (!L_0)
{
goto IL_004c;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_1 = ___restriction0;
NullCheck(L_1);
int32_t L_2 = L_1->get_Flags_12();
if (!((int32_t)((int32_t)L_2&(int32_t)8)))
{
goto IL_004c;
}
}
{
V_0 = 0;
goto IL_003e;
}
IL_0011:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = ___restriction0;
NullCheck(L_3);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = L_3->get_Patterns_3();
int32_t L_5 = V_0;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
String_t* L_7 = ___value1;
NullCheck(((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)CastclassClass((RuntimeObject*)L_6, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var)));
bool L_8 = Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C(((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)CastclassClass((RuntimeObject*)L_6, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003a;
}
}
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_10 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_10, _stringLiteralFE761DD4A0C30FC696298FE7AE33CAE09AAAF720, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_003a:
{
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_003e:
{
int32_t L_12 = V_0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_13 = ___restriction0;
NullCheck(L_13);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = L_13->get_Patterns_3();
NullCheck(L_14);
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14);
if ((((int32_t)L_12) < ((int32_t)L_15)))
{
goto IL_0011;
}
}
IL_004c:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool FacetsChecker_MatchEnumeration_m799E825AD69D1F1804859EE957CFEC489FB69E99 (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 FacetsChecker_Power_mA9A9A9FE8E39D3CAB3B222197147659D5EF75899 (int32_t ___x0, int32_t ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FacetsChecker_Power_mA9A9A9FE8E39D3CAB3B222197147659D5EF75899_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_1;
memset(&V_1, 0, sizeof(V_1));
int32_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_One_8();
V_0 = L_0;
int32_t L_1 = ___x0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415(L_1, /*hidden argument*/NULL);
V_1 = L_2;
int32_t L_3 = ___y1;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)28))))
{
goto IL_001d;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_mD2BEAABCBAC5D1AF62D0F8E01B2DCD2B725B2C2C((&L_4), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
return L_4;
}
IL_001d:
{
V_2 = 0;
goto IL_002d;
}
IL_0021:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = V_0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7 = Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08(L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_2;
int32_t L_10 = ___y1;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0021;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = V_0;
return L_11;
}
}
// System.Void System.Xml.Schema.FacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FacetsChecker__ctor_m40CC2F1D10B45F0EE1859BB3A0746B8BEB712F2B (FacetsChecker_t282414FF619686D9D855431F9A01C46BB6FDCBD6 * __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.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)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = __this->get_leftChild_0();
return L_0;
}
}
// System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = ___value0;
__this->set_leftChild_0(L_0);
return;
}
}
// 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)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = __this->get_rightChild_1();
return L_0;
}
}
// System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = ___value0;
__this->set_rightChild_1(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InteriorNode_ExpandTreeNoRecursive_mD9DFDA7A53BC8E0C800C51E8277807C5475521C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * V_0 = NULL;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_1 = NULL;
{
Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * L_0 = (Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 *)il2cpp_codegen_object_new(Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2_il2cpp_TypeInfo_var);
Stack_1__ctor_m92AAC547109D30FB7CC5D7B67C1E53C878D8C7BA(L_0, /*hidden argument*/Stack_1__ctor_m92AAC547109D30FB7CC5D7B67C1E53C878D8C7BA_RuntimeMethod_var);
V_0 = L_0;
V_1 = __this;
}
IL_0008:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_1 = V_1;
NullCheck(L_1);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_2 = L_1->get_leftChild_0();
if (((ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 *)IsInstSealed((RuntimeObject*)L_2, ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var)))
{
goto IL_0022;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_3 = V_1;
NullCheck(L_3);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = L_3->get_leftChild_0();
if (!((SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)IsInstSealed((RuntimeObject*)L_4, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
IL_0022:
{
Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * L_5 = V_0;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_6 = V_1;
NullCheck(L_5);
Stack_1_Push_m4D2C8F3F39D4A45995E3E4B70F55C1325D557023(L_5, L_6, /*hidden argument*/Stack_1_Push_m4D2C8F3F39D4A45995E3E4B70F55C1325D557023_RuntimeMethod_var);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_7 = V_1;
NullCheck(L_7);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_8 = L_7->get_leftChild_0();
V_1 = ((InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *)CastclassClass((RuntimeObject*)L_8, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D_il2cpp_TypeInfo_var));
goto IL_0008;
}
IL_0037:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_9 = V_1;
NullCheck(L_9);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_10 = L_9->get_leftChild_0();
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_11 = V_1;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_12 = ___symbols1;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_13 = ___positions2;
NullCheck(L_10);
VirtActionInvoker3< InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_10, L_11, L_12, L_13);
}
IL_0045:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_14 = V_1;
NullCheck(L_14);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_15 = L_14->get_rightChild_1();
if (!L_15)
{
goto IL_005b;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_16 = V_1;
NullCheck(L_16);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_17 = L_16->get_rightChild_1();
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_18 = V_1;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_19 = ___symbols1;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_20 = ___positions2;
NullCheck(L_17);
VirtActionInvoker3< InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_17, L_18, L_19, L_20);
}
IL_005b:
{
Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = Stack_1_get_Count_m94F2E12B21303E7295CF5127C840B7E8AACC00CD(L_21, /*hidden argument*/Stack_1_get_Count_m94F2E12B21303E7295CF5127C840B7E8AACC00CD_RuntimeMethod_var);
if (!L_22)
{
goto IL_006c;
}
}
{
Stack_1_tA2D71ED52708DEB6F70E08D72000ABC066656FD2 * L_23 = V_0;
NullCheck(L_23);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_24 = Stack_1_Pop_mD7D59EEA397F5BC553905DDC5FB9755CA14E23E9(L_23, /*hidden argument*/Stack_1_Pop_mD7D59EEA397F5BC553905DDC5FB9755CA14E23E9_RuntimeMethod_var);
V_1 = L_24;
goto IL_0045;
}
IL_006c:
{
return;
}
}
// System.Void System.Xml.Schema.InteriorNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void InteriorNode_ExpandTree_mF0906B7A9C2C2D404B92CA6FF7B57D76CC2D6E77 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = __this->get_leftChild_0();
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_1 = ___symbols1;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_2 = ___positions2;
NullCheck(L_0);
VirtActionInvoker3< InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_0, __this, L_1, L_2);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_3 = __this->get_rightChild_1();
if (!L_3)
{
goto IL_0024;
}
}
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = __this->get_rightChild_1();
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_5 = ___symbols1;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_6 = ___positions2;
NullCheck(L_4);
VirtActionInvoker3< InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_4, __this, L_5, L_6);
}
IL_0024:
{
return;
}
}
// System.Void System.Xml.Schema.InteriorNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InteriorNode__ctor_m7770049C92AE80745BA366CD08DF565D489BE187 (InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * __this, const RuntimeMethod* method)
{
{
SyntaxTreeNode__ctor_m760FCC338553438E9BB7C88B97415A1214BCDCF7(__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.LeafNode::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LeafNode__ctor_m6DCFFB470E4D845F289B51FFAF45AB44C988A02C (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
SyntaxTreeNode__ctor_m760FCC338553438E9BB7C88B97415A1214BCDCF7(__this, /*hidden argument*/NULL);
int32_t L_0 = ___pos0;
__this->set_pos_0(L_0);
return;
}
}
// System.Int32 System.Xml.Schema.LeafNode::get_Pos()
extern "C" IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337 (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_pos_0();
return L_0;
}
}
// System.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LeafNode_set_Pos_m0CA8F5C59375FCA63F1FE3059BFD01130AA70B96 (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_pos_0(L_0);
return;
}
}
// System.Void System.Xml.Schema.LeafNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void LeafNode_ExpandTree_mC7A349E83C94D3F44AECB33BCDD807C24551CE6E (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Xml.Schema.LeafNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void LeafNode_ConstructPos_m48C01B90078C72012343AEB2C5E33329DFCCCF57 (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___firstpos0;
int32_t L_1 = __this->get_pos_0();
NullCheck(L_0);
BitSet_Set_m51DABC787D1B75CE862255B655EF97F8D4535762(L_0, L_1, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos1;
int32_t L_3 = __this->get_pos_0();
NullCheck(L_2);
BitSet_Set_m51DABC787D1B75CE862255B655EF97F8D4535762(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.Schema.LeafNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool LeafNode_get_IsNullable_m62141DA75C7ED197313CB76D61D80069C6D4375D (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Max()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 LeafRangeNode_get_Max_m0CE3D39700466BA0FACBFE5843B99F1AFBBC6881 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method)
{
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = __this->get_max_2();
return L_0;
}
}
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Min()
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 LeafRangeNode_get_Min_m099D5F0B8CF95AE6700989BC96385928D50AF643 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method)
{
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = __this->get_min_1();
return L_0;
}
}
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration()
extern "C" IL2CPP_METHOD_ATTR BitSet_t0E4C53EC600670A4B74C5671553596978880138C * LeafRangeNode_get_NextIteration_m4BCB278AA7716B9C47C79874EA522EB68C0553A1 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method)
{
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = __this->get_nextIteration_3();
return L_0;
}
}
// System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mB68D1A1209980DF4277149E8A109322201F50CC6 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___value0, const RuntimeMethod* method)
{
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___value0;
__this->set_nextIteration_3(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.LeafRangeNode::get_IsRangeNode()
extern "C" IL2CPP_METHOD_ATTR bool LeafRangeNode_get_IsRangeNode_mCDD68EB5646185A92AE2273B81A6124DE6D2556B (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Xml.Schema.LeafRangeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void LeafRangeNode_ExpandTree_m7DC829C023AE76609BEE88984C16E8237E06C809 (LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method)
{
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_0 = ___parent0;
NullCheck(L_0);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_1 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(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_0019;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_3 = __this->get_address_of_min_1();
il2cpp_codegen_initobj(L_3, sizeof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ));
}
IL_0019:
{
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.ListFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * ListFacetsChecker_CheckValueFacets_mA8F9E2C2D082E81520D5C8B7813C7B1312B24FDB (ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListFacetsChecker_CheckValueFacets_mA8F9E2C2D082E81520D5C8B7813C7B1312B24FDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeArray * V_0 = NULL;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B3_0 = 0;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var));
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = ___datatype1;
NullCheck(L_1);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = VirtFuncInvoker0< RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_1);
V_1 = L_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_1;
if (L_3)
{
goto IL_0014;
}
}
{
G_B3_0 = 0;
goto IL_001a;
}
IL_0014:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_4 = V_1;
NullCheck(L_4);
int32_t L_5 = L_4->get_Flags_12();
G_B3_0 = ((int32_t)(L_5));
}
IL_001a:
{
V_2 = G_B3_0;
int32_t L_6 = V_2;
if (!((int32_t)((int32_t)L_6&(int32_t)7)))
{
goto IL_0081;
}
}
{
RuntimeArray * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_7, /*hidden argument*/NULL);
V_3 = L_8;
int32_t L_9 = V_2;
if (!((int32_t)((int32_t)L_9&(int32_t)1)))
{
goto IL_0045;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = L_10->get_Length_0();
int32_t L_12 = V_3;
if ((((int32_t)L_11) == ((int32_t)L_12)))
{
goto IL_0045;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_14 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_14, _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0045:
{
int32_t L_15 = V_2;
if (!((int32_t)((int32_t)L_15&(int32_t)2)))
{
goto IL_0063;
}
}
{
int32_t L_16 = V_3;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = L_17->get_MinLength_1();
if ((((int32_t)L_16) >= ((int32_t)L_18)))
{
goto IL_0063;
}
}
{
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_20 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_20, _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0063:
{
int32_t L_21 = V_2;
if (!((int32_t)((int32_t)L_21&(int32_t)4)))
{
goto IL_0081;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_22 = V_1;
NullCheck(L_22);
int32_t L_23 = L_22->get_MaxLength_2();
int32_t L_24 = V_3;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_0081;
}
}
{
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_26 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_26, _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1, L_25, /*hidden argument*/NULL);
return L_26;
}
IL_0081:
{
int32_t L_27 = V_2;
if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)16))))
{
goto IL_00a7;
}
}
{
RuntimeObject * L_28 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_29 = V_1;
NullCheck(L_29);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_30 = L_29->get_Enumeration_4();
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_31 = ___datatype1;
bool L_32 = VirtFuncInvoker3< bool, RuntimeObject *, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_28, L_30, L_31);
if (L_32)
{
goto IL_00a7;
}
}
{
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_34 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_34, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_33, /*hidden argument*/NULL);
return L_34;
}
IL_00a7:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.ListFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool ListFacetsChecker_MatchEnumeration_m990F04C3ABC45778882AE74DF899EEA752B61CEE (ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001a;
}
IL_0004:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
RuntimeObject * 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, L_1, L_4);
if (L_5)
{
goto IL_0016;
}
}
{
return (bool)1;
}
IL_0016:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001a:
{
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.ListFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_m3F3DC0BBE710FB58957A7EC85A6D39B103B05550 (ListFacetsChecker_tA6ADE6F856B37972B4A2F9A911BC452C04C589EB * __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.MiscFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_mA2666FA6796AE8C40B1B6B0C699966641D54B315 (MiscFacetsChecker_tD88807B2E42CFA69E5A3BCA30E35D338D803B387 * __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.NamespaceList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NamespaceList__ctor_m8C1DC9F92C9CD953718BE0DB8B7E1EDF240F4E21 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.NamespaceList::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NamespaceList__ctor_m974B306516B4B57C1D28C7826E5838E1EB7B5EC5 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, String_t* ___namespaces0, String_t* ___targetNamespace1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceList__ctor_m974B306516B4B57C1D28C7826E5838E1EB7B5EC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___targetNamespace1;
__this->set_targetNamespace_2(L_0);
String_t* L_1 = ___namespaces0;
NullCheck(L_1);
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_1, /*hidden argument*/NULL);
___namespaces0 = L_2;
String_t* L_3 = ___namespaces0;
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral6FACC6BB36220A6BAC62B070D0FFF362943DB17F, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002a;
}
}
{
String_t* L_5 = ___namespaces0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0032;
}
}
IL_002a:
{
__this->set_type_0(0);
return;
}
IL_0032:
{
String_t* L_7 = ___namespaces0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteralD5B46DBF8ECB4A9137A0994E5080F215BA343772, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0047;
}
}
{
__this->set_type_0(1);
return;
}
IL_0047:
{
__this->set_type_0(2);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_9, /*hidden argument*/NULL);
__this->set_set_1(L_9);
String_t* L_10 = ___namespaces0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924(L_10, /*hidden argument*/NULL);
V_0 = L_11;
V_1 = 0;
goto IL_00c6;
}
IL_0064:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
String_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralA5CEACBEF3ADB6BFCF5D66614D57A259B48F692A, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_008a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_17 = __this->get_set_1();
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_17);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_18, L_19);
goto IL_00c2;
}
IL_008a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_0;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = L_21;
String_t* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral67073B5595866576B7296D564B78C3E623FFA506, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00a8;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = __this->get_set_1();
String_t* L_26 = ___targetNamespace1;
String_t* L_27 = ___targetNamespace1;
NullCheck(L_25);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_26, L_27);
goto IL_00c2;
}
IL_00a8:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = V_0;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = L_29;
String_t* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C(L_31, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_32 = __this->get_set_1();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = V_0;
int32_t L_34 = V_1;
NullCheck(L_33);
int32_t L_35 = L_34;
String_t* L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = V_0;
int32_t L_38 = V_1;
NullCheck(L_37);
int32_t L_39 = L_38;
String_t* L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
NullCheck(L_32);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_32, L_36, L_40);
}
IL_00c2:
{
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00c6:
{
int32_t L_42 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = V_0;
NullCheck(L_43);
if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))))))
{
goto IL_0064;
}
}
{
return;
}
}
// System.Xml.Schema.NamespaceList_ListType System.Xml.Schema.NamespaceList::get_Type()
extern "C" IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_m2192DD5E80C11B7D146A7D7B8AB40F8BAD9B5F24 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_type_0();
return L_0;
}
}
// System.String System.Xml.Schema.NamespaceList::get_Excluded()
extern "C" IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_m611FC71FFE6E04C0852BC6DF9D42EA9998F52F38 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_targetNamespace_2();
return L_0;
}
}
// System.Collections.ICollection System.Xml.Schema.NamespaceList::get_Enumerate()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_type_0();
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)L_1) > ((uint32_t)1))))
{
goto IL_001b;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_001b;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get_set_1();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3);
return L_4;
}
IL_001b:
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74_RuntimeMethod_var);
}
}
// System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String)
extern "C" IL2CPP_METHOD_ATTR bool NamespaceList_Allows_m0B79F3A46F60115B8C112B4078BE541F20B2B84F (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, String_t* ___ns0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_type_0();
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_001b;
}
case 1:
{
goto IL_001d;
}
case 2:
{
goto IL_0037;
}
}
}
{
goto IL_0047;
}
IL_001b:
{
return (bool)1;
}
IL_001d:
{
String_t* L_2 = ___ns0;
String_t* L_3 = __this->get_targetNamespace_2();
bool L_4 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0035;
}
}
{
String_t* L_5 = ___ns0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0);
}
IL_0035:
{
return (bool)0;
}
IL_0037:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_set_1();
String_t* L_8 = ___ns0;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
return (bool)((!(((RuntimeObject*)(RuntimeObject *)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0047:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.NamespaceList::Allows(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool NamespaceList_Allows_m1490FDBC8A7C8AB622CF10E35F2A41CE30F50628 (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___qname0;
NullCheck(L_0);
String_t* L_1 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_0, /*hidden argument*/NULL);
bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) */, __this, L_1);
return L_2;
}
}
// System.String System.Xml.Schema.NamespaceList::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* NamespaceList_ToString_m5972677FDB59E77DD5F7B8344A5F68E507ECAD1E (NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceList_ToString_m5972677FDB59E77DD5F7B8344A5F68E507ECAD1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
String_t* V_4 = NULL;
RuntimeObject* V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = __this->get_type_0();
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_001e;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_002a;
}
}
}
{
goto IL_00c7;
}
IL_001e:
{
return _stringLiteral6FACC6BB36220A6BAC62B070D0FFF362943DB17F;
}
IL_0024:
{
return _stringLiteralD5B46DBF8ECB4A9137A0994E5080F215BA343772;
}
IL_002a:
{
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_1 = L_2;
V_2 = (bool)1;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get_set_1();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3);
NullCheck(L_4);
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_4);
V_3 = L_5;
}
IL_0043:
try
{ // begin try (depth: 1)
{
goto IL_00a2;
}
IL_0045:
{
RuntimeObject* L_6 = V_3;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var));
bool L_8 = V_2;
if (!L_8)
{
goto IL_0059;
}
}
IL_0055:
{
V_2 = (bool)0;
goto IL_0065;
}
IL_0059:
{
StringBuilder_t * L_9 = V_1;
NullCheck(L_9);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0065:
{
String_t* L_10 = V_4;
String_t* L_11 = __this->get_targetNamespace_2();
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0082;
}
}
IL_0074:
{
StringBuilder_t * L_13 = V_1;
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral67073B5595866576B7296D564B78C3E623FFA506, /*hidden argument*/NULL);
goto IL_00a2;
}
IL_0082:
{
String_t* L_14 = V_4;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0099;
}
}
IL_008b:
{
StringBuilder_t * L_16 = V_1;
NullCheck(L_16);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, _stringLiteralA5CEACBEF3ADB6BFCF5D66614D57A259B48F692A, /*hidden argument*/NULL);
goto IL_00a2;
}
IL_0099:
{
StringBuilder_t * L_17 = V_1;
String_t* L_18 = V_4;
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, L_18, /*hidden argument*/NULL);
}
IL_00a2:
{
RuntimeObject* L_19 = V_3;
NullCheck(L_19);
bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_19);
if (L_20)
{
goto IL_0045;
}
}
IL_00aa:
{
IL2CPP_LEAVE(0xC0, FINALLY_00ac);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00ac;
}
FINALLY_00ac:
{ // begin finally (depth: 1)
{
RuntimeObject* L_21 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_22 = V_5;
if (!L_22)
{
goto IL_00bf;
}
}
IL_00b8:
{
RuntimeObject* L_23 = V_5;
NullCheck(L_23);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_23);
}
IL_00bf:
{
IL2CPP_END_FINALLY(172)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(172)
{
IL2CPP_JUMP_TBL(0xC0, IL_00c0)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c0:
{
StringBuilder_t * L_24 = V_1;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24);
return L_25;
}
IL_00c7:
{
String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_26;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object)
extern "C" IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m62C3ADC49B6D5DDB1AF26DAE8CC92CB3BBB65495 (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
{
SyntaxTreeNode__ctor_m760FCC338553438E9BB7C88B97415A1214BCDCF7(__this, /*hidden argument*/NULL);
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_0 = ___namespaceList0;
__this->set_namespaceList_0(L_0);
RuntimeObject * L_1 = ___particle1;
__this->set_particle_1(L_1);
return;
}
}
// System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NamespaceListNode_GetResolvedSymbols_m6222EB920919D355FDC8220E8D977D8A448000C5 (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols0, const RuntimeMethod* method)
{
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = ___symbols0;
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_1 = __this->get_namespaceList_0();
NullCheck(L_0);
RuntimeObject* L_2 = SymbolsDictionary_GetNamespaceListSymbols_m208F603738B1E0191B7E1DD11F802BF96B58063A(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Xml.Schema.NamespaceListNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void NamespaceListNode_ExpandTree_m1264ED9DE19188BB766CA1A9AE57271CB3EF8A95 (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___parent0, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols1, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceListNode_ExpandTree_m1264ED9DE19188BB766CA1A9AE57271CB3EF8A95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * V_3 = NULL;
RuntimeObject* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)NULL;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = ___symbols1;
RuntimeObject* L_1 = VirtFuncInvoker1< RuntimeObject*, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * >::Invoke(8 /* System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary) */, __this, L_0);
NullCheck(L_1);
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_1);
V_1 = L_2;
}
IL_000f:
try
{ // begin try (depth: 1)
{
goto IL_0061;
}
IL_0011:
{
RuntimeObject* L_3 = V_1;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_2 = ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_5 = ___symbols1;
int32_t L_6 = V_2;
NullCheck(L_5);
RuntimeObject * L_7 = SymbolsDictionary_GetParticle_m3F23549FC41EA937BCF79BBBFF21F74840E67150(L_5, L_6, /*hidden argument*/NULL);
RuntimeObject * L_8 = __this->get_particle_1();
if ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)L_8)))
{
goto IL_0033;
}
}
IL_002c:
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_9 = ___symbols1;
NullCheck(L_9);
SymbolsDictionary_set_IsUpaEnforced_m2F080D86EA8436B81C728C47E379C1EA4FBF0E36(L_9, (bool)0, /*hidden argument*/NULL);
}
IL_0033:
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_10 = ___positions2;
int32_t L_11 = V_2;
RuntimeObject * L_12 = __this->get_particle_1();
NullCheck(L_10);
int32_t L_13 = Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7(L_10, L_11, L_12, /*hidden argument*/NULL);
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_14 = (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 *)il2cpp_codegen_object_new(LeafNode_tE2C955D778068BA019B8D106487A698656F863E2_il2cpp_TypeInfo_var);
LeafNode__ctor_m6DCFFB470E4D845F289B51FFAF45AB44C988A02C(L_14, L_13, /*hidden argument*/NULL);
V_3 = L_14;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_15 = V_0;
if (L_15)
{
goto IL_004d;
}
}
IL_0049:
{
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_16 = V_3;
V_0 = L_16;
goto IL_0061;
}
IL_004d:
{
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_17 = (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 *)il2cpp_codegen_object_new(ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var);
ChoiceNode__ctor_m564FA1E217D7BE1748861193BD0018B1B15A11EF(L_17, /*hidden argument*/NULL);
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_18 = L_17;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_19 = V_0;
NullCheck(L_18);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_18, L_19, /*hidden argument*/NULL);
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_20 = L_18;
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_21 = V_3;
NullCheck(L_20);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_20, L_21, /*hidden argument*/NULL);
V_0 = L_20;
}
IL_0061:
{
RuntimeObject* L_22 = V_1;
NullCheck(L_22);
bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_22);
if (L_23)
{
goto IL_0011;
}
}
IL_0069:
{
IL2CPP_LEAVE(0x7F, FINALLY_006b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006b;
}
FINALLY_006b:
{ // begin finally (depth: 1)
{
RuntimeObject* L_24 = V_1;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_25 = V_4;
if (!L_25)
{
goto IL_007e;
}
}
IL_0077:
{
RuntimeObject* L_26 = V_4;
NullCheck(L_26);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_26);
}
IL_007e:
{
IL2CPP_END_FINALLY(107)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(107)
{
IL2CPP_JUMP_TBL(0x7F, IL_007f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007f:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_27 = ___parent0;
NullCheck(L_27);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_28 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_27, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)L_28) == ((RuntimeObject*)(NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 *)__this))))
{
goto IL_0090;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_29 = ___parent0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_30 = V_0;
NullCheck(L_29);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_29, L_30, /*hidden argument*/NULL);
return;
}
IL_0090:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_31 = ___parent0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_32 = V_0;
NullCheck(L_31);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_31, L_32, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.NamespaceListNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void NamespaceListNode_ConstructPos_m74F7F0571A643A991040300B2188C29A04562E9C (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceListNode_ConstructPos_m74F7F0571A643A991040300B2188C29A04562E9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, NamespaceListNode_ConstructPos_m74F7F0571A643A991040300B2188C29A04562E9C_RuntimeMethod_var);
}
}
// System.Boolean System.Xml.Schema.NamespaceListNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool NamespaceListNode_get_IsNullable_m6ED3C7BBDEB83432769005805E517778168FD4B0 (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NamespaceListNode_get_IsNullable_m6ED3C7BBDEB83432769005805E517778168FD4B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, NamespaceListNode_get_IsNullable_m6ED3C7BBDEB83432769005805E517778168FD4B0_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_m7E2CE067333AADC6273D8BEBA71F91442350ACE6 (NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols2, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isOpen6, bool ___isEmptiable7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NfaContentValidator__ctor_m7E2CE067333AADC6273D8BEBA71F91442350ACE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___contentType5;
bool L_1 = ___isOpen6;
bool L_2 = ___isEmptiable7;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = ___firstpos0;
__this->set_firstpos_7(L_3);
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_4 = ___followpos1;
__this->set_followpos_8(L_4);
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_5 = ___symbols2;
__this->set_symbols_9(L_5);
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_6 = ___positions3;
__this->set_positions_10(L_6);
int32_t L_7 = ___endMarkerPos4;
__this->set_endMarkerPos_11(L_7);
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.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)
{
{
FacetsChecker__ctor_m40CC2F1D10B45F0EE1859BB3A0746B8BEB712F2B(__this, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___minVal0;
__this->set_minValue_2(L_0);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ___maxVal1;
__this->set_maxValue_1(L_1);
return;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_mCCC57E080439494EDA240E3E87106FC737A32EBF (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2);
V_0 = L_3;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
Exception_t * L_6 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
return L_6;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m38313E09619627C3FAF264DBF122F23FD9987A8C (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_CheckValueFacets_m38313E09619627C3FAF264DBF122F23FD9987A8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_2 = NULL;
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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
V_1 = G_B3_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
NullCheck(L_5);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_6 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
V_2 = L_6;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = __this->get_maxValue_1();
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_9 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_7, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0037;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_10 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = __this->get_minValue_2();
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_12 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0065;
}
}
IL_0037:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_16 = Decimal_ToString_mC257A35A991F88D3CFE6F29F619F8EC9D1D5ADFB((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), L_15, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_14;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = ___datatype1;
NullCheck(L_18);
String_t* L_19 = XmlSchemaDatatype_get_TypeCodeString_m2B7AC9A37B89D920FDBE45770BFA8E7799734731(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_19);
String_t* L_20 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, L_17, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_21 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_21, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0065:
{
int32_t L_22 = V_1;
if (!L_22)
{
goto IL_016a;
}
}
{
int32_t L_23 = V_1;
if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)64))))
{
goto IL_0095;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_24 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_25 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_26 = V_0;
NullCheck(L_26);
RuntimeObject * L_27 = L_26->get_MaxInclusive_6();
NullCheck(L_25);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_28 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_25, L_27);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_29 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_24, L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_0095;
}
}
{
String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_31 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_31, _stringLiteral7AC8BE84E14831E452AD36A2F12FA3218B623C9A, L_30, /*hidden argument*/NULL);
return L_31;
}
IL_0095:
{
int32_t L_32 = V_1;
if (!((int32_t)((int32_t)L_32&(int32_t)((int32_t)128))))
{
goto IL_00c2;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_33 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_34 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_35 = V_0;
NullCheck(L_35);
RuntimeObject * L_36 = L_35->get_MaxExclusive_7();
NullCheck(L_34);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_37 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_34, L_36);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_38 = Decimal_op_GreaterThanOrEqual_m14EC4C3415C6A22EA909954A2550B9A06FD7C786(L_33, L_37, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00c2;
}
}
{
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_40 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_40, _stringLiteralD8E09F1E72F9D5E16F32597C00BA63F091F41606, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_00c2:
{
int32_t L_41 = V_1;
if (!((int32_t)((int32_t)L_41&(int32_t)((int32_t)256))))
{
goto IL_00ef;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_42 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_43 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_44 = V_0;
NullCheck(L_44);
RuntimeObject * L_45 = L_44->get_MinInclusive_8();
NullCheck(L_43);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_46 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_43, L_45);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_47 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_42, L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_00ef;
}
}
{
String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_49 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_49, _stringLiteralC145555F536F972FE097FFA45853A3D740942EB3, L_48, /*hidden argument*/NULL);
return L_49;
}
IL_00ef:
{
int32_t L_50 = V_1;
if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)512))))
{
goto IL_011c;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_51 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_52 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_53 = V_0;
NullCheck(L_53);
RuntimeObject * L_54 = L_53->get_MinExclusive_9();
NullCheck(L_52);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_55 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_52, L_54);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_56 = Decimal_op_LessThanOrEqual_m50ECBE8BDD6F609FABA88383D6EF4133BDBF8A6E(L_51, L_55, /*hidden argument*/NULL);
if (!L_56)
{
goto IL_011c;
}
}
{
String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_58 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_58, _stringLiteralFE1E478DFB2B07838413450F15CE29A674BE2056, L_57, /*hidden argument*/NULL);
return L_58;
}
IL_011c:
{
int32_t L_59 = V_1;
if (!((int32_t)((int32_t)L_59&(int32_t)((int32_t)16))))
{
goto IL_0142;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_60 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_61 = V_0;
NullCheck(L_61);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_62 = L_61->get_Enumeration_4();
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_63 = V_2;
bool L_64 = Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E(__this, L_60, L_62, L_63, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0142;
}
}
{
String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_66 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_66, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_65, /*hidden argument*/NULL);
return L_66;
}
IL_0142:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_67 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_68 = V_0;
NullCheck(L_68);
int32_t L_69 = L_68->get_TotalDigits_10();
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_70 = V_0;
NullCheck(L_70);
int32_t L_71 = L_70->get_FractionDigits_11();
int32_t L_72 = V_1;
int32_t L_73 = V_1;
Exception_t * L_74 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A(__this, L_67, L_69, L_71, (bool)((!(((uint32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), (bool)((!(((uint32_t)((int32_t)((int32_t)L_73&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
return L_74;
}
IL_016a:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m05AFFF640AD2D5BDC3ED1F4B529F2B4722888D44 (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, int64_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_CheckValueFacets_m05AFFF640AD2D5BDC3ED1F4B529F2B4722888D44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
{
int64_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_3 = ___datatype1;
Exception_t * L_4 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
return L_4;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m497BC74F3D26F7CD30D756C6FAA4CA8BE71C2B28 (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, int32_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_CheckValueFacets_m497BC74F3D26F7CD30D756C6FAA4CA8BE71C2B28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
{
int32_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m654C5710B68EAA7C5E606F28F084CE5FDA339415(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_3 = ___datatype1;
Exception_t * L_4 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
return L_4;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m3D86CB92DD650B3D7CD9B19F14B09BB41E5E9406 (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, int16_t ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_CheckValueFacets_m3D86CB92DD650B3D7CD9B19F14B09BB41E5E9406_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
{
int16_t L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_op_Implicit_m9A27DB673EFE87795196E83A6D91139A491252E6(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_3 = ___datatype1;
Exception_t * L_4 = VirtFuncInvoker2< Exception_t *, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
return L_4;
}
}
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_mA2562890E7E844542D9B2160AE7C332094FC83BB (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___enumeration1;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype2;
NullCheck(L_5);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_6 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
bool L_7 = Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E(__this, L_3, L_4, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
extern "C" IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___valueConverter2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_MatchEnumeration_m5DF839371F566A7996256A3AE31FE85E30DD0C5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = ___valueConverter2;
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_1);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = VirtFuncInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_4);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_6 = Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB(L_0, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001b;
}
}
{
return (bool)1;
}
IL_001b:
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_001f:
{
int32_t L_8 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = ___enumeration1;
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A (Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, int32_t ___totalDigits1, int32_t ___fractionDigits2, bool ___checkTotal3, bool ___checkFraction4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker_CheckTotalAndFractionDigits_mC6D117F235D20B8F5311A1202DB8011071DE423A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
memset(&V_0, 0, sizeof(V_0));
int32_t V_1 = 0;
{
int32_t L_0 = ___totalDigits1;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = FacetsChecker_Power_mA9A9A9FE8E39D3CAB3B222197147659D5EF75899(((int32_t)10), L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_One_8();
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = Decimal_op_Subtraction_mA8822FE4BA50620B0A58B46C8B46A08361C7FF4E(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = 0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
bool L_6 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_003f;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = Decimal_Negate_mB6A4E1C068C0F1603BB6B088C269CF625C76C34D(L_7, /*hidden argument*/NULL);
___value0 = L_8;
goto IL_003f;
}
IL_002c:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_9 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_10;
memset(&L_10, 0, sizeof(L_10));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_10), ((int32_t)10), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = Decimal_op_Multiply_m115B4FBD28412B58E1911D92A895D7E5C39C2F08(L_9, L_10, /*hidden argument*/NULL);
___value0 = L_11;
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_003f:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_14 = Decimal_Truncate_m784826AF08AA33B181B210DDC69A77514834768C(L_13, /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_15 = ___value0;
bool L_16 = Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D(L_14, L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_002c;
}
}
{
bool L_17 = ___checkTotal3;
if (!L_17)
{
goto IL_006e;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_18 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_20 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_18, L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_005e;
}
}
{
int32_t L_21 = V_1;
int32_t L_22 = ___totalDigits1;
if ((((int32_t)L_21) <= ((int32_t)L_22)))
{
goto IL_006e;
}
}
IL_005e:
{
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, _stringLiteralD08568D1A9D2F4EE17F3FEB856DE5C858F812C10, L_23, /*hidden argument*/NULL);
return L_24;
}
IL_006e:
{
bool L_25 = ___checkFraction4;
if (!L_25)
{
goto IL_0086;
}
}
{
int32_t L_26 = V_1;
int32_t L_27 = ___fractionDigits2;
if ((((int32_t)L_26) <= ((int32_t)L_27)))
{
goto IL_0086;
}
}
{
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_29 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_29, _stringLiteral0960443064796477D4CA6A0DCD7C7A2256D24D25, L_28, /*hidden argument*/NULL);
return L_29;
}
IL_0086:
{
return (Exception_t *)NULL;
}
}
// System.Void System.Xml.Schema.Numeric10FacetsChecker::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__cctor_m69B19666E6D5036B8A8406E23949F4CFE350BC90 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric10FacetsChecker__cctor_m69B19666E6D5036B8A8406E23949F4CFE350BC90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)43));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)45));
((Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_tE598B3CEA8A066DAE4A47471B80D3ABF017810DD_il2cpp_TypeInfo_var))->set_signs_0(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_mE627BFE6162EEFA11829EDC5513C2EB53973EB36 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
double L_3 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2);
V_0 = L_3;
double L_4 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
Exception_t * L_6 = VirtFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
return L_6;
}
}
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_mF7EC25E31DE022EA0D92D4C0264DCB2E84F37ECC (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, double ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Numeric2FacetsChecker_CheckValueFacets_mF7EC25E31DE022EA0D92D4C0264DCB2E84F37ECC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
int32_t V_1 = 0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_2 = NULL;
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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
V_1 = G_B3_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
NullCheck(L_5);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_6 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
V_2 = L_6;
int32_t L_7 = V_1;
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64))))
{
goto IL_0040;
}
}
{
double L_8 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_9 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_10 = V_0;
NullCheck(L_10);
RuntimeObject * L_11 = L_10->get_MaxInclusive_6();
NullCheck(L_9);
double L_12 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_9, L_11);
if ((!(((double)L_8) > ((double)L_12))))
{
goto IL_0040;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_14 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_14, _stringLiteral7AC8BE84E14831E452AD36A2F12FA3218B623C9A, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0040:
{
int32_t L_15 = V_1;
if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)128))))
{
goto IL_0068;
}
}
{
double L_16 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_17 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_18 = V_0;
NullCheck(L_18);
RuntimeObject * L_19 = L_18->get_MaxExclusive_7();
NullCheck(L_17);
double L_20 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_17, L_19);
if ((!(((double)L_16) >= ((double)L_20))))
{
goto IL_0068;
}
}
{
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_22 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_22, _stringLiteralD8E09F1E72F9D5E16F32597C00BA63F091F41606, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0068:
{
int32_t L_23 = V_1;
if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)256))))
{
goto IL_0090;
}
}
{
double L_24 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_25 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_26 = V_0;
NullCheck(L_26);
RuntimeObject * L_27 = L_26->get_MinInclusive_8();
NullCheck(L_25);
double L_28 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_25, L_27);
if ((!(((double)L_24) < ((double)L_28))))
{
goto IL_0090;
}
}
{
String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_30 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_30, _stringLiteralC145555F536F972FE097FFA45853A3D740942EB3, L_29, /*hidden argument*/NULL);
return L_30;
}
IL_0090:
{
int32_t L_31 = V_1;
if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)512))))
{
goto IL_00b8;
}
}
{
double L_32 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_33 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_34 = V_0;
NullCheck(L_34);
RuntimeObject * L_35 = L_34->get_MinExclusive_9();
NullCheck(L_33);
double L_36 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_33, L_35);
if ((!(((double)L_32) <= ((double)L_36))))
{
goto IL_00b8;
}
}
{
String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_38 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_38, _stringLiteralFE1E478DFB2B07838413450F15CE29A674BE2056, L_37, /*hidden argument*/NULL);
return L_38;
}
IL_00b8:
{
int32_t L_39 = V_1;
if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)16))))
{
goto IL_00de;
}
}
{
double L_40 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_41 = V_0;
NullCheck(L_41);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_42 = L_41->get_Enumeration_4();
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_43 = V_2;
bool L_44 = Numeric2FacetsChecker_MatchEnumeration_m427AD6D147D060FD587AE52459CA301773FB1068(__this, L_40, L_42, L_43, /*hidden argument*/NULL);
if (L_44)
{
goto IL_00de;
}
}
{
String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_46 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_46, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_45, /*hidden argument*/NULL);
return L_46;
}
IL_00de:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_m79E65E50280E35534E009285596496034D875070 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, float ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
float L_0 = ___value0;
V_0 = (((double)((double)L_0)));
double L_1 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype1;
Exception_t * L_3 = VirtFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2);
return L_3;
}
}
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_mFDF89839A1C7CF3603E173D4BB2F9AFFFEC97E9B (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
double L_3 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___enumeration1;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype2;
NullCheck(L_5);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_6 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
bool L_7 = Numeric2FacetsChecker_MatchEnumeration_m427AD6D147D060FD587AE52459CA301773FB1068(__this, L_3, L_4, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
extern "C" IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m427AD6D147D060FD587AE52459CA301773FB1068 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __this, double ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___valueConverter2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001a;
}
IL_0004:
{
double L_0 = ___value0;
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = ___valueConverter2;
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_1);
double L_5 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_4);
if ((!(((double)L_0) == ((double)L_5))))
{
goto IL_0016;
}
}
{
return (bool)1;
}
IL_0016:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001a:
{
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.Numeric2FacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_m64263F9F076CB4929625E465060F63635378AF71 (Numeric2FacetsChecker_t5D69CF84FABD913681779290500406D1E84BDAA5 * __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.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mEF805653CD1D867B631D9A8B6683288A078965A3 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, int32_t ___contentType0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___contentType0;
ParticleContentValidator__ctor_mDB89946784A016102774A10C62209759DCCA8F23(__this, L_0, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mDB89946784A016102774A10C62209759DCCA8F23 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, int32_t ___contentType0, bool ___enableUpaCheck1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator__ctor_mDB89946784A016102774A10C62209759DCCA8F23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___contentType0;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_m540DE113EB456E1B7EECA9CE762445ACFBF1B8E4(__this, L_0, /*hidden argument*/NULL);
bool L_1 = ___enableUpaCheck1;
__this->set_enableUpaCheck_13(L_1);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::Start()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_Start_m3764E3B1701C2FFFF0975F6DE2E59A609E6D2737_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *)il2cpp_codegen_object_new(SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6_il2cpp_TypeInfo_var);
SymbolsDictionary__ctor_m54E8AE8F3386250B190C7AF6B05E9740C009EBEC(L_0, /*hidden argument*/NULL);
__this->set_symbols_7(L_0);
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_1 = (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D *)il2cpp_codegen_object_new(Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D_il2cpp_TypeInfo_var);
Positions__ctor_m54F343F1402B77911BB0CB8C7AB650E83B518740(L_1, /*hidden argument*/NULL);
__this->set_positions_8(L_1);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_2 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var);
Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_2, /*hidden argument*/NULL);
__this->set_stack_9(L_2);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m87FD5852F5F158F52718414E3CFA43F91008E427 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_CloseGroup_m82609EB70CB8299C78B6E2490C6E8166239814FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_1 = NULL;
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0);
V_0 = ((SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_il2cpp_TypeInfo_var));
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_2 = V_0;
if (L_2)
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_3 = __this->get_stack_9();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_3);
if (L_4)
{
goto IL_0031;
}
}
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_5 = V_0;
__this->set_contentNode_10(L_5);
__this->set_isPartial_11((bool)0);
return;
}
IL_0031:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_6 = __this->get_stack_9();
NullCheck(L_6);
RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_6);
V_1 = ((InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *)CastclassClass((RuntimeObject*)L_7, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D_il2cpp_TypeInfo_var));
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_8 = V_1;
if (!L_8)
{
goto IL_0057;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_9 = V_1;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_10 = V_0;
NullCheck(L_9);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_9, L_10, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_11 = V_1;
V_0 = L_11;
__this->set_isPartial_11((bool)1);
goto IL_005e;
}
IL_0057:
{
__this->set_isPartial_11((bool)0);
}
IL_005e:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_12 = __this->get_stack_9();
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_13 = V_0;
NullCheck(L_12);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_12, L_13);
return;
}
}
// 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)
{
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = __this->get_symbols_7();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___name0;
NullCheck(L_0);
bool L_2 = SymbolsDictionary_Exists_m2D780FE2CEF026CD13481726A248C8FD492D25A6(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0010;
}
}
{
return (bool)1;
}
IL_0010:
{
return (bool)0;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddName_m686F7DF06077E8A25C03A08A8771BE2C564175E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_0 = __this->get_positions_8();
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_1 = __this->get_symbols_7();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___name0;
RuntimeObject * L_3 = ___particle1;
NullCheck(L_1);
int32_t L_4 = SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04(L_1, L_2, L_3, /*hidden argument*/NULL);
RuntimeObject * L_5 = ___particle1;
NullCheck(L_0);
int32_t L_6 = Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7(L_0, L_4, L_5, /*hidden argument*/NULL);
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_7 = (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 *)il2cpp_codegen_object_new(LeafNode_tE2C955D778068BA019B8D106487A698656F863E2_il2cpp_TypeInfo_var);
LeafNode__ctor_m6DCFFB470E4D845F289B51FFAF45AB44C988A02C(L_7, L_6, /*hidden argument*/NULL);
ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E(__this, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddNamespaceList_mD353E5689107CB75DDC367663F1160CCD8BB5704 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddNamespaceList_mD353E5689107CB75DDC367663F1160CCD8BB5704_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = __this->get_symbols_7();
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_1 = ___namespaceList0;
RuntimeObject * L_2 = ___particle1;
NullCheck(L_0);
SymbolsDictionary_AddNamespaceList_m4908B22648859A3F34391FE1438A3C25F3255E60(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_3 = ___namespaceList0;
RuntimeObject * L_4 = ___particle1;
NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 * L_5 = (NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19 *)il2cpp_codegen_object_new(NamespaceListNode_t7C392E0F03C23BE2D7261C64D3DB816CA6A8EC19_il2cpp_TypeInfo_var);
NamespaceListNode__ctor_m62C3ADC49B6D5DDB1AF26DAE8CC92CB3BBB65495(L_5, L_3, L_4, /*hidden argument*/NULL);
ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E(__this, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddLeafNode_m7FEB1F985E23F89CB8C73CD8F55A6D459AFA730E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_0 = NULL;
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_002c;
}
}
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_2 = __this->get_stack_9();
NullCheck(L_2);
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_2);
V_0 = ((InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *)CastclassClass((RuntimeObject*)L_3, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D_il2cpp_TypeInfo_var));
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_4 = V_0;
if (!L_4)
{
goto IL_002c;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_5 = V_0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_6 = ___node0;
NullCheck(L_5);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_5, L_6, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_7 = V_0;
___node0 = L_7;
}
IL_002c:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_8 = __this->get_stack_9();
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_9 = ___node0;
NullCheck(L_8);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9);
__this->set_isPartial_11((bool)1);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddChoice()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddChoice_mB4663E58518C6378ECA176110D1FA5FB1CCA9B34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_1 = NULL;
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0);
V_0 = ((SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_il2cpp_TypeInfo_var));
ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 * L_2 = (ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61 *)il2cpp_codegen_object_new(ChoiceNode_t389906D9F3EDD9F3D3BA60CFCCD22670A7760F61_il2cpp_TypeInfo_var);
ChoiceNode__ctor_m564FA1E217D7BE1748861193BD0018B1B15A11EF(L_2, /*hidden argument*/NULL);
V_1 = L_2;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_3 = V_1;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = V_0;
NullCheck(L_3);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_3, L_4, /*hidden argument*/NULL);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_5 = __this->get_stack_9();
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_6 = V_1;
NullCheck(L_5);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddSequence()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddSequence_mE668DA4A2B46D0B99AC72312A423AA3A7D96771B (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddSequence_mE668DA4A2B46D0B99AC72312A423AA3A7D96771B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_1 = NULL;
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0);
V_0 = ((SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_il2cpp_TypeInfo_var));
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_2 = (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)il2cpp_codegen_object_new(SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var);
SequenceNode__ctor_m32A07576FD00EABE0050A6123FD848E54ECB8961(L_2, /*hidden argument*/NULL);
V_1 = L_2;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_3 = V_1;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = V_0;
NullCheck(L_3);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_3, L_4, /*hidden argument*/NULL);
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_5 = __this->get_stack_9();
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_6 = V_1;
NullCheck(L_5);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddStar()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddStar_m29DBC56ECAF67268CD0380F1CA34B5393F8B7056_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 * L_0 = (StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 *)il2cpp_codegen_object_new(StarNode_tDF30983D880A2C8707F144D32EA266A257045A30_il2cpp_TypeInfo_var);
StarNode__ctor_m5BC4F9A87842A2DDEEA5AA8F2F933860A497173B(L_0, /*hidden argument*/NULL);
ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddPlus()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddPlus_m0B2E5F844C77D4D419F0A6C2F85CF04198BA3343 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddPlus_m0B2E5F844C77D4D419F0A6C2F85CF04198BA3343_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 * L_0 = (PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 *)il2cpp_codegen_object_new(PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0_il2cpp_TypeInfo_var);
PlusNode__ctor_m9D0B6931F2EC232A1FB2342543D81805B95E304A(L_0, /*hidden argument*/NULL);
ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::AddQMark()
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_AddQMark_m88ED51BDF44D43B8F1357E4EE397F56306106045 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_AddQMark_m88ED51BDF44D43B8F1357E4EE397F56306106045_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 * L_0 = (QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 *)il2cpp_codegen_object_new(QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716_il2cpp_TypeInfo_var);
QmarkNode__ctor_mCE8D4E8825728A6ED8AC2154D641667734688C2C(L_0, /*hidden argument*/NULL);
ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_Closure_m50F3EFA967DF8F5AD75470F44BCF97CC214A7920_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_1 = NULL;
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_9();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_005c;
}
}
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_2 = __this->get_stack_9();
NullCheck(L_2);
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_2);
V_0 = ((SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C *)CastclassClass((RuntimeObject*)L_3, SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C_il2cpp_TypeInfo_var));
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = V_0;
V_1 = ((InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *)IsInstClass((RuntimeObject*)L_4, InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D_il2cpp_TypeInfo_var));
bool L_5 = __this->get_isPartial_11();
if (!L_5)
{
goto IL_0046;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_6 = V_1;
if (!L_6)
{
goto IL_0046;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_7 = ___node0;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_8 = V_1;
NullCheck(L_8);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_9 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_7, L_9, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_10 = V_1;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_11 = ___node0;
NullCheck(L_10);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_10, L_11, /*hidden argument*/NULL);
goto IL_004f;
}
IL_0046:
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_12 = ___node0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_13 = V_0;
NullCheck(L_12);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_12, L_13, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_14 = ___node0;
V_0 = L_14;
}
IL_004f:
{
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_15 = __this->get_stack_9();
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_16 = V_0;
NullCheck(L_15);
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_15, L_16);
return;
}
IL_005c:
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_17 = __this->get_contentNode_10();
if (!L_17)
{
goto IL_0077;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_18 = ___node0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_19 = __this->get_contentNode_10();
NullCheck(L_18);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_18, L_19, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_20 = ___node0;
__this->set_contentNode_10(L_20);
}
IL_0077:
{
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_Finish_mA5CFDE8F5DC0DC0E02DB9C63B43B61590C049674_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * V_0 = NULL;
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * V_1 = NULL;
int32_t V_2 = 0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_3 = NULL;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_4 = NULL;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* V_5 = NULL;
int32_t V_6 = 0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_7 = NULL;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* V_8 = NULL;
int32_t V_9 = 0;
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* V_10 = NULL;
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = __this->get_contentNode_10();
if (L_0)
{
goto IL_0032;
}
}
{
int32_t L_1 = ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_002c;
}
}
{
ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D(__this, /*hidden argument*/NULL);
bool L_2 = ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0026;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_3 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_TextOnly_4();
return L_3;
}
IL_0026:
{
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_4 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_Any_6();
return L_4;
}
IL_002c:
{
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_5 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_Empty_3();
return L_5;
}
IL_0032:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_6 = (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)il2cpp_codegen_object_new(SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var);
SequenceNode__ctor_m32A07576FD00EABE0050A6123FD848E54ECB8961(L_6, /*hidden argument*/NULL);
V_0 = L_6;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_7 = V_0;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_8 = __this->get_contentNode_10();
NullCheck(L_7);
InteriorNode_set_LeftChild_mB16EEC1F9FCBC91A6437259BFA4C3A2B3979730B(L_7, L_8, /*hidden argument*/NULL);
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_9 = __this->get_positions_8();
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_10 = __this->get_symbols_7();
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
NullCheck(L_10);
int32_t L_12 = SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04(L_10, L_11, NULL, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_13 = Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7(L_9, L_12, NULL, /*hidden argument*/NULL);
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_14 = (LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 *)il2cpp_codegen_object_new(LeafNode_tE2C955D778068BA019B8D106487A698656F863E2_il2cpp_TypeInfo_var);
LeafNode__ctor_m6DCFFB470E4D845F289B51FFAF45AB44C988A02C(L_14, L_13, /*hidden argument*/NULL);
V_1 = L_14;
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_15 = V_0;
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_16 = V_1;
NullCheck(L_15);
InteriorNode_set_RightChild_m6F52F4FB8D1ABAA1CFDA8D0368CE7DF2E57B5350(L_15, L_16, /*hidden argument*/NULL);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_17 = __this->get_contentNode_10();
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_18 = V_0;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_19 = __this->get_symbols_7();
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_20 = __this->get_positions_8();
NullCheck(L_17);
VirtActionInvoker3< InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D *, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 *, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_17, L_18, L_19, L_20);
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_21 = __this->get_symbols_7();
NullCheck(L_21);
SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE(L_21, /*hidden argument*/NULL);
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_22 = __this->get_positions_8();
NullCheck(L_22);
int32_t L_23 = Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965(L_22, /*hidden argument*/NULL);
V_2 = L_23;
int32_t L_24 = V_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_25 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_25, L_24, /*hidden argument*/NULL);
V_3 = L_25;
int32_t L_26 = V_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_27 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_27, L_26, /*hidden argument*/NULL);
V_4 = L_27;
int32_t L_28 = V_2;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_29 = (BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69*)SZArrayNew(BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69_il2cpp_TypeInfo_var, (uint32_t)L_28);
V_5 = L_29;
V_6 = 0;
goto IL_00cb;
}
IL_00ba:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_30 = V_5;
int32_t L_31 = V_6;
int32_t L_32 = V_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_33 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_33, L_32, /*hidden argument*/NULL);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_33);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_31), (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)L_33);
int32_t L_34 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_00cb:
{
int32_t L_35 = V_6;
int32_t L_36 = V_2;
if ((((int32_t)L_35) < ((int32_t)L_36)))
{
goto IL_00ba;
}
}
{
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_37 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_38 = V_3;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_39 = V_4;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_40 = V_5;
NullCheck(L_37);
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_37, L_38, L_39, L_40);
int32_t L_41 = __this->get_minMaxNodesCount_12();
if ((((int32_t)L_41) <= ((int32_t)0)))
{
goto IL_0163;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_42 = V_3;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_43 = V_5;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_44 = ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m20B283D7C33A767BD4040618DF7D9D5EC8F30BFC(__this, L_42, L_43, (BitSet_t0E4C53EC600670A4B74C5671553596978880138C **)(&V_7), /*hidden argument*/NULL);
V_8 = L_44;
bool L_45 = __this->get_enableUpaCheck_13();
if (!L_45)
{
goto IL_012f;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_46 = V_3;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_47 = V_7;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_48 = V_8;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_49 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F(__this, L_46, L_47, L_48, /*hidden argument*/NULL);
ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE(__this, L_49, /*hidden argument*/NULL);
V_9 = 0;
goto IL_012a;
}
IL_010f:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_50 = V_5;
int32_t L_51 = V_9;
NullCheck(L_50);
int32_t L_52 = L_51;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_54 = V_7;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_55 = V_8;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_56 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F(__this, L_53, L_54, L_55, /*hidden argument*/NULL);
ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE(__this, L_56, /*hidden argument*/NULL);
int32_t L_57 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_012a:
{
int32_t L_58 = V_9;
int32_t L_59 = V_2;
if ((((int32_t)L_58) < ((int32_t)L_59)))
{
goto IL_010f;
}
}
IL_012f:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_60 = V_3;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_61 = V_5;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_62 = __this->get_symbols_7();
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_63 = __this->get_positions_8();
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_64 = V_1;
NullCheck(L_64);
int32_t L_65 = LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337(L_64, /*hidden argument*/NULL);
int32_t L_66 = ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED(__this, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_67 = V_0;
NullCheck(L_67);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_68 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_67, /*hidden argument*/NULL);
NullCheck(L_68);
bool L_69 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_68);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_70 = V_7;
int32_t L_71 = __this->get_minMaxNodesCount_12();
RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF * L_72 = (RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF *)il2cpp_codegen_object_new(RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF_il2cpp_TypeInfo_var);
RangeContentValidator__ctor_mE9C867089B3A0C4B9E619334A25B6FD42AF37B6A(L_72, L_60, L_61, L_62, L_63, L_65, L_66, L_69, L_70, L_71, /*hidden argument*/NULL);
return L_72;
}
IL_0163:
{
V_10 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)NULL;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_73 = __this->get_symbols_7();
NullCheck(L_73);
bool L_74 = SymbolsDictionary_get_IsUpaEnforced_m6001E5BDBB7DEABB3612C9D2410ABF2212159524(L_73, /*hidden argument*/NULL);
if (L_74)
{
goto IL_0186;
}
}
{
bool L_75 = __this->get_enableUpaCheck_13();
if (!L_75)
{
goto IL_019a;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_76 = V_3;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_77 = V_5;
ParticleContentValidator_CheckUniqueParticleAttribution_m6330B59CB0DD854F64E7141610D14F90FE55D1A6(__this, L_76, L_77, /*hidden argument*/NULL);
goto IL_019a;
}
IL_0186:
{
bool L_78 = ___useDFA0;
if (!L_78)
{
goto IL_019a;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_79 = V_3;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_80 = V_5;
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_81 = V_1;
NullCheck(L_81);
int32_t L_82 = LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337(L_81, /*hidden argument*/NULL);
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_83 = ParticleContentValidator_BuildTransitionTable_m17C5243E6281417C7B3DD42BA20F4AD54192532C(__this, L_79, L_80, L_82, /*hidden argument*/NULL);
V_10 = L_83;
}
IL_019a:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_84 = V_10;
if (!L_84)
{
goto IL_01c3;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_85 = V_10;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_86 = __this->get_symbols_7();
int32_t L_87 = ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED(__this, /*hidden argument*/NULL);
bool L_88 = ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D(__this, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_89 = V_0;
NullCheck(L_89);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_90 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_89, /*hidden argument*/NULL);
NullCheck(L_90);
bool L_91 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_90);
DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394 * L_92 = (DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394 *)il2cpp_codegen_object_new(DfaContentValidator_t1FBCE29B0AD46CA19740B8BB2815C95895BF9394_il2cpp_TypeInfo_var);
DfaContentValidator__ctor_m0C419A75BC3597C1D0FD96A89192A8725AF13990(L_92, L_85, L_86, L_87, L_88, L_91, /*hidden argument*/NULL);
return L_92;
}
IL_01c3:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_93 = V_3;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_94 = V_5;
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_95 = __this->get_symbols_7();
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_96 = __this->get_positions_8();
LeafNode_tE2C955D778068BA019B8D106487A698656F863E2 * L_97 = V_1;
NullCheck(L_97);
int32_t L_98 = LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337(L_97, /*hidden argument*/NULL);
int32_t L_99 = ContentValidator_get_ContentType_m497E5244EA6A5A9624696B81606E4FB6C71B4AED(__this, /*hidden argument*/NULL);
bool L_100 = ContentValidator_get_IsOpen_m01BFEE789D37CF4C57B36D0CF8D57E041E4B2D6D(__this, /*hidden argument*/NULL);
InteriorNode_t274145A160D08BE97CA9437691E2AE9A4D30A51D * L_101 = V_0;
NullCheck(L_101);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_102 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_101, /*hidden argument*/NULL);
NullCheck(L_102);
bool L_103 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_102);
NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA * L_104 = (NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA *)il2cpp_codegen_object_new(NfaContentValidator_tC513066391441B47E0D46A11F7D48CF004F930DA_il2cpp_TypeInfo_var);
NfaContentValidator__ctor_m7E2CE067333AADC6273D8BEBA71F91442350ACE6(L_104, L_93, L_94, L_95, L_96, L_98, L_99, L_100, L_103, /*hidden argument*/NULL);
return L_104;
}
}
// System.Xml.Schema.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSetU26)
extern "C" IL2CPP_METHOD_ATTR BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m20B283D7C33A767BD4040618DF7D9D5EC8F30BFC (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** ___posWithRangeTerminals2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m20B283D7C33A767BD4040618DF7D9D5EC8F30BFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 V_4;
memset(&V_4, 0, sizeof(V_4));
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * V_5 = NULL;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_6 = NULL;
int32_t V_7 = 0;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 V_8;
memset(&V_8, 0, sizeof(V_8));
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * V_9 = NULL;
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_0 = __this->get_positions_8();
NullCheck(L_0);
int32_t L_1 = Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965(L_0, /*hidden argument*/NULL);
V_0 = L_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** L_2 = ___posWithRangeTerminals2;
int32_t L_3 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_4 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_4, L_3, /*hidden argument*/NULL);
*((RuntimeObject **)L_2) = (RuntimeObject *)L_4;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)L_4);
int32_t L_5 = __this->get_minMaxNodesCount_12();
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_6 = (BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69*)SZArrayNew(BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
V_2 = 0;
int32_t L_7 = V_0;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_0107;
}
IL_002b:
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_8 = __this->get_positions_8();
int32_t L_9 = V_3;
NullCheck(L_8);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_10 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_8, L_9, /*hidden argument*/NULL);
V_4 = L_10;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_11 = V_4;
int32_t L_12 = L_11.get_symbol_0();
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0103;
}
}
{
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_13 = V_4;
RuntimeObject * L_14 = L_13.get_particle_1();
V_5 = ((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)IsInstSealed((RuntimeObject*)L_14, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var));
int32_t L_15 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_16 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_16, L_15, /*hidden argument*/NULL);
V_6 = L_16;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_17 = V_6;
NullCheck(L_17);
BitSet_Clear_m43A47B2B6E9AE7A463DC7895AD9A326AD15AB3CD(L_17, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_18 = V_6;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_19 = ___followpos1;
int32_t L_20 = V_3;
NullCheck(L_19);
int32_t L_21 = L_20;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_18);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_18, L_22, /*hidden argument*/NULL);
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_23 = V_5;
NullCheck(L_23);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_24 = LeafRangeNode_get_Min_m099D5F0B8CF95AE6700989BC96385928D50AF643(L_23, /*hidden argument*/NULL);
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_25 = V_5;
NullCheck(L_25);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_26 = LeafRangeNode_get_Max_m0CE3D39700466BA0FACBFE5843B99F1AFBBC6881(L_25, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_27 = Decimal_op_Inequality_m18DB27574F40577B4D0D3C732BDA45135B41FD3D(L_24, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0091;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_28 = V_6;
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_29 = V_5;
NullCheck(L_29);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_30 = LeafRangeNode_get_NextIteration_m4BCB278AA7716B9C47C79874EA522EB68C0553A1(L_29, /*hidden argument*/NULL);
NullCheck(L_28);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_28, L_30, /*hidden argument*/NULL);
}
IL_0091:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_31 = V_6;
NullCheck(L_31);
int32_t L_32 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_31, (-1), /*hidden argument*/NULL);
V_7 = L_32;
goto IL_00e5;
}
IL_009d:
{
int32_t L_33 = V_7;
int32_t L_34 = V_3;
if ((((int32_t)L_33) <= ((int32_t)L_34)))
{
goto IL_00da;
}
}
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_35 = __this->get_positions_8();
int32_t L_36 = V_7;
NullCheck(L_35);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_37 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_35, L_36, /*hidden argument*/NULL);
V_8 = L_37;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_38 = V_8;
int32_t L_39 = L_38.get_symbol_0();
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)-2)))))
{
goto IL_00da;
}
}
{
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_40 = V_8;
RuntimeObject * L_41 = L_40.get_particle_1();
V_9 = ((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)IsInstSealed((RuntimeObject*)L_41, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_42 = V_6;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_43 = V_1;
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_44 = V_9;
NullCheck(L_44);
int32_t L_45 = LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337(L_44, /*hidden argument*/NULL);
NullCheck(L_43);
int32_t L_46 = L_45;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_47 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
NullCheck(L_42);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_42, L_47, /*hidden argument*/NULL);
}
IL_00da:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_48 = V_6;
int32_t L_49 = V_7;
NullCheck(L_48);
int32_t L_50 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_48, L_49, /*hidden argument*/NULL);
V_7 = L_50;
}
IL_00e5:
{
int32_t L_51 = V_7;
if ((!(((uint32_t)L_51) == ((uint32_t)(-1)))))
{
goto IL_009d;
}
}
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_52 = V_1;
int32_t L_53 = V_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_54 = V_6;
NullCheck(L_52);
ArrayElementTypeCheck (L_52, L_54);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(L_53), (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)L_54);
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_55 = V_5;
int32_t L_56 = V_2;
int32_t L_57 = L_56;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
NullCheck(L_55);
LeafNode_set_Pos_m0CA8F5C59375FCA63F1FE3059BFD01130AA70B96(L_55, L_57, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** L_58 = ___posWithRangeTerminals2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_59 = *((BitSet_t0E4C53EC600670A4B74C5671553596978880138C **)L_58);
int32_t L_60 = V_3;
NullCheck(L_59);
BitSet_Set_m51DABC787D1B75CE862255B655EF97F8D4535762(L_59, L_60, /*hidden argument*/NULL);
}
IL_0103:
{
int32_t L_61 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1));
}
IL_0107:
{
int32_t L_62 = V_3;
if ((((int32_t)L_62) >= ((int32_t)0)))
{
goto IL_002b;
}
}
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_63 = V_1;
return L_63;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
int32_t V_1 = 0;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 V_2;
memset(&V_2, 0, sizeof(V_2));
int32_t V_3 = 0;
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = __this->get_symbols_7();
NullCheck(L_0);
int32_t L_1 = SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = ___curpos0;
NullCheck(L_3);
int32_t L_4 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_3, (-1), /*hidden argument*/NULL);
V_1 = L_4;
goto IL_0058;
}
IL_001b:
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_5 = __this->get_positions_8();
int32_t L_6 = V_1;
NullCheck(L_5);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_7 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_8 = V_2;
int32_t L_9 = L_8.get_symbol_0();
V_3 = L_9;
int32_t L_10 = V_3;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_0050;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = V_0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
RuntimeObject * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if (!L_14)
{
goto IL_0047;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_0;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
RuntimeObject * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_19 = V_2;
RuntimeObject * L_20 = L_19.get_particle_1();
UpaException_tED69C4AC662CA80677ABA101231042E747107151 * L_21 = (UpaException_tED69C4AC662CA80677ABA101231042E747107151 *)il2cpp_codegen_object_new(UpaException_tED69C4AC662CA80677ABA101231042E747107151_il2cpp_TypeInfo_var);
UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634(L_21, L_18, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m37609189FE938357E57586E60985968C0FF517AE_RuntimeMethod_var);
}
IL_0047:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = V_0;
int32_t L_23 = V_3;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_24 = V_2;
RuntimeObject * L_25 = L_24.get_particle_1();
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (RuntimeObject *)L_25);
}
IL_0050:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_26 = ___curpos0;
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_26, L_27, /*hidden argument*/NULL);
V_1 = L_28;
}
IL_0058:
{
int32_t L_29 = V_1;
if ((!(((uint32_t)L_29) == ((uint32_t)(-1)))))
{
goto IL_001b;
}
}
{
return;
}
}
// System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___posWithRangeTerminals1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___minmaxFollowPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_GetApplicableMinMaxFollowPos_m2DEA89BF78F710B92DF4446E66B7AAC11D13284F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_0 = NULL;
int32_t V_1 = 0;
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * V_2 = NULL;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___curpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___posWithRangeTerminals1;
NullCheck(L_0);
bool L_2 = BitSet_Intersects_mF3D1F1636B8563A994695784163E7AE5EF911E88(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_006b;
}
}
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_3 = __this->get_positions_8();
NullCheck(L_3);
int32_t L_4 = Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965(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_0 = L_5;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_6 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_7 = ___curpos0;
NullCheck(L_6);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_6, L_7, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_8 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = ___posWithRangeTerminals1;
NullCheck(L_8);
BitSet_And_mFB5666749E00029FA0E8C8D5D435894155F1741D(L_8, L_9, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_10 = ___curpos0;
NullCheck(L_10);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_11 = BitSet_Clone_mC1F4CC162964EDBC8279DD60D5DD1199B5395B22(L_10, /*hidden argument*/NULL);
___curpos0 = L_11;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_12, (-1), /*hidden argument*/NULL);
V_1 = L_13;
goto IL_0067;
}
IL_003a:
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_14 = __this->get_positions_8();
int32_t L_15 = V_1;
NullCheck(L_14);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_16 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_14, L_15, /*hidden argument*/NULL);
RuntimeObject * L_17 = L_16.get_particle_1();
V_2 = ((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)IsInstSealed((RuntimeObject*)L_17, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_18 = ___curpos0;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_19 = ___minmaxFollowPos2;
LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 * L_20 = V_2;
NullCheck(L_20);
int32_t L_21 = LeafNode_get_Pos_m78FC87D559185271F76A1866B9B03D327FC4A337(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
int32_t L_22 = L_21;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_23 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_18);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_18, L_23, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_24 = V_0;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_24, L_25, /*hidden argument*/NULL);
V_1 = L_26;
}
IL_0067:
{
int32_t L_27 = V_1;
if ((!(((uint32_t)L_27) == ((uint32_t)(-1)))))
{
goto IL_003a;
}
}
IL_006b:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_28 = ___curpos0;
return L_28;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6330B59CB0DD854F64E7141610D14F90FE55D1A6 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_0 = ___firstpos0;
ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8(__this, L_0, /*hidden argument*/NULL);
V_0 = 0;
goto IL_0018;
}
IL_000b:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_1 = ___followpos1;
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = L_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8(__this, L_4, /*hidden argument*/NULL);
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0018:
{
int32_t L_6 = V_0;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_7 = __this->get_positions_8();
NullCheck(L_7);
int32_t L_8 = Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8 (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___curpos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_0 = __this->get_symbols_7();
NullCheck(L_0);
int32_t L_1 = SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE(L_0, /*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_3 = ___curpos0;
NullCheck(L_3);
int32_t L_4 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_3, (-1), /*hidden argument*/NULL);
V_1 = L_4;
goto IL_0080;
}
IL_001b:
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_5 = __this->get_positions_8();
int32_t L_6 = V_1;
NullCheck(L_5);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_7 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_5, L_6, /*hidden argument*/NULL);
int32_t L_8 = L_7.get_symbol_0();
V_2 = L_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = V_0;
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (L_12)
{
goto IL_0048;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
int32_t L_14 = V_2;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_15 = __this->get_positions_8();
int32_t L_16 = V_1;
NullCheck(L_15);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_17 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_15, L_16, /*hidden argument*/NULL);
RuntimeObject * L_18 = L_17.get_particle_1();
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_18);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject *)L_18);
goto IL_0078;
}
IL_0048:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_0;
int32_t L_20 = V_2;
NullCheck(L_19);
int32_t L_21 = L_20;
RuntimeObject * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_23 = __this->get_positions_8();
int32_t L_24 = V_1;
NullCheck(L_23);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_25 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_23, L_24, /*hidden argument*/NULL);
RuntimeObject * L_26 = L_25.get_particle_1();
if ((((RuntimeObject*)(RuntimeObject *)L_22) == ((RuntimeObject*)(RuntimeObject *)L_26)))
{
goto IL_0078;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = V_0;
int32_t L_28 = V_2;
NullCheck(L_27);
int32_t L_29 = L_28;
RuntimeObject * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_31 = __this->get_positions_8();
int32_t L_32 = V_1;
NullCheck(L_31);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_33 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_31, L_32, /*hidden argument*/NULL);
RuntimeObject * L_34 = L_33.get_particle_1();
UpaException_tED69C4AC662CA80677ABA101231042E747107151 * L_35 = (UpaException_tED69C4AC662CA80677ABA101231042E747107151 *)il2cpp_codegen_object_new(UpaException_tED69C4AC662CA80677ABA101231042E747107151_il2cpp_TypeInfo_var);
UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634(L_35, L_30, L_34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, NULL, ParticleContentValidator_CheckUniqueParticleAttribution_m5617854701EFC639CA3E13CAF92410EB32FA58E8_RuntimeMethod_var);
}
IL_0078:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_36 = ___curpos0;
int32_t L_37 = V_1;
NullCheck(L_36);
int32_t L_38 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_36, L_37, /*hidden argument*/NULL);
V_1 = L_38;
}
IL_0080:
{
int32_t L_39 = V_1;
if ((!(((uint32_t)L_39) == ((uint32_t)(-1)))))
{
goto IL_001b;
}
}
{
return;
}
}
// System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ParticleContentValidator_BuildTransitionTable_m17C5243E6281417C7B3DD42BA20F4AD54192532C (ParticleContentValidator_tFF273453F5523E636B8BE9C446AEE1F4090B8D1D * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, int32_t ___endMarkerPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParticleContentValidator_BuildTransitionTable_m17C5243E6281417C7B3DD42BA20F4AD54192532C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_4 = NULL;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * V_5 = NULL;
int32_t V_6 = 0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_7 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_8 = NULL;
int32_t V_9 = 0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * V_10 = NULL;
RuntimeObject * V_11 = NULL;
int32_t V_12 = 0;
int32_t V_13 = 0;
{
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_0 = __this->get_positions_8();
NullCheck(L_0);
int32_t L_1 = Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
V_1 = ((int32_t)((int32_t)((int32_t)8192)/(int32_t)L_2));
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_3 = __this->get_symbols_7();
NullCheck(L_3);
int32_t L_4 = SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE(L_3, /*hidden argument*/NULL);
V_2 = L_4;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_5, /*hidden argument*/NULL);
V_3 = L_5;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_6, /*hidden argument*/NULL);
V_4 = L_6;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = V_4;
int32_t L_8 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_9, L_8, /*hidden argument*/NULL);
int32_t L_10 = (-1);
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, L_9, L_11);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_12 = (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 *)il2cpp_codegen_object_new(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var);
Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4(L_12, /*hidden argument*/NULL);
V_5 = L_12;
V_6 = 0;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_13 = V_5;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_14 = ___firstpos0;
NullCheck(L_13);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_13, L_14);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = V_4;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_16 = ___firstpos0;
int32_t L_17 = 0;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_15, L_16, L_18);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = V_3;
int32_t L_20 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)));
NullCheck(L_19);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, (RuntimeObject *)(RuntimeObject *)L_21);
goto IL_015f;
}
IL_0074:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_22 = V_5;
NullCheck(L_22);
RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_22);
V_7 = ((BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)CastclassSealed((RuntimeObject*)L_23, BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_3;
int32_t L_25 = V_6;
NullCheck(L_24);
RuntimeObject * L_26 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_24, L_25);
V_8 = ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_26, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_27 = V_7;
int32_t L_28 = ___endMarkerPos2;
NullCheck(L_27);
bool L_29 = BitSet_get_Item_m0632BC31F5CB2E4B70E1CD997EE75F7CC57765B9(L_27, L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00a0;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_8;
int32_t L_31 = V_2;
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_31), (int32_t)1);
}
IL_00a0:
{
V_9 = 0;
goto IL_0151;
}
IL_00a8:
{
int32_t L_32 = V_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_33 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_33, L_32, /*hidden argument*/NULL);
V_10 = L_33;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_34 = V_7;
NullCheck(L_34);
int32_t L_35 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_34, (-1), /*hidden argument*/NULL);
V_12 = L_35;
goto IL_00e8;
}
IL_00bc:
{
int32_t L_36 = V_9;
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_37 = __this->get_positions_8();
int32_t L_38 = V_12;
NullCheck(L_37);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_39 = Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3(L_37, L_38, /*hidden argument*/NULL);
int32_t L_40 = L_39.get_symbol_0();
if ((!(((uint32_t)L_36) == ((uint32_t)L_40))))
{
goto IL_00dd;
}
}
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_41 = V_10;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_42 = ___followpos1;
int32_t L_43 = V_12;
NullCheck(L_42);
int32_t L_44 = L_43;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
NullCheck(L_41);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_41, L_45, /*hidden argument*/NULL);
}
IL_00dd:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_46 = V_7;
int32_t L_47 = V_12;
NullCheck(L_46);
int32_t L_48 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_46, L_47, /*hidden argument*/NULL);
V_12 = L_48;
}
IL_00e8:
{
int32_t L_49 = V_12;
if ((!(((uint32_t)L_49) == ((uint32_t)(-1)))))
{
goto IL_00bc;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_50 = V_4;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_51 = V_10;
NullCheck(L_50);
RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_50, L_51);
V_11 = L_52;
RuntimeObject * L_53 = V_11;
if (!L_53)
{
goto IL_010a;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = V_8;
int32_t L_55 = V_9;
RuntimeObject * L_56 = V_11;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_55), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_56, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
goto IL_014b;
}
IL_010a:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_57 = V_4;
NullCheck(L_57);
int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_57);
V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1));
int32_t L_59 = V_13;
int32_t L_60 = V_1;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_011c;
}
}
{
return (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)NULL;
}
IL_011c:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_61 = V_5;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_62 = V_10;
NullCheck(L_61);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_61, L_62);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_63 = V_4;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_64 = V_10;
int32_t L_65 = V_13;
int32_t L_66 = L_65;
RuntimeObject * L_67 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_66);
NullCheck(L_63);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_63, L_64, L_67);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_68 = V_3;
int32_t L_69 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_70 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)));
NullCheck(L_68);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_68, (RuntimeObject *)(RuntimeObject *)L_70);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_71 = V_8;
int32_t L_72 = V_9;
int32_t L_73 = V_13;
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(L_72), (int32_t)L_73);
}
IL_014b:
{
int32_t L_74 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_0151:
{
int32_t L_75 = V_9;
int32_t L_76 = V_2;
if ((((int32_t)L_75) < ((int32_t)L_76)))
{
goto IL_00a8;
}
}
{
int32_t L_77 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
}
IL_015f:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_78 = V_5;
NullCheck(L_78);
int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_78);
if ((((int32_t)L_79) > ((int32_t)0)))
{
goto IL_0074;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_80 = V_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_81 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_82 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_81, /*hidden argument*/NULL);
NullCheck(L_80);
RuntimeArray * L_83 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_80, L_82);
return ((Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)Castclass((RuntimeObject*)L_83, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.PlusNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void PlusNode_ConstructPos_mBFA572E5018A80708AEFDF57DBC3CAE088C4EB32 (PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(__this, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_3 = ___followpos2;
NullCheck(L_0);
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_0, L_1, L_2, L_3);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_4 = ___lastpos1;
NullCheck(L_4);
int32_t L_5 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_4, (-1), /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0029;
}
IL_0018:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_6 = ___followpos2;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_10 = ___firstpos0;
NullCheck(L_9);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_9, L_10, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_11 = ___lastpos1;
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_11, L_12, /*hidden argument*/NULL);
V_0 = L_13;
}
IL_0029:
{
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)(-1)))))
{
goto IL_0018;
}
}
{
return;
}
}
// System.Boolean System.Xml.Schema.PlusNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool PlusNode_get_IsNullable_m1E6E31107F716D9A44C604AC3F00216718605D6F (PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 * __this, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_0);
return L_1;
}
}
// System.Void System.Xml.Schema.PlusNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PlusNode__ctor_m9D0B6931F2EC232A1FB2342543D81805B95E304A (PlusNode_t906E55FC467F9EE2ADF99B88E9349101E28394B0 * __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
// Conversion methods for marshalling of: System.Xml.Schema.Position
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_pinvoke(const Position_t089976E4BEB3D345DA28CFA95786EE065063E228& unmarshaled, Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_pinvoke& marshaled)
{
marshaled.___symbol_0 = unmarshaled.get_symbol_0();
if (unmarshaled.get_particle_1() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_particle_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___particle_1));
il2cpp_codegen_com_raise_exception_if_failed(hr, false);
}
else
{
marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_particle_1());
}
}
else
{
marshaled.___particle_1 = NULL;
}
}
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_pinvoke_back(const Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_pinvoke& marshaled, Position_t089976E4BEB3D345DA28CFA95786EE065063E228& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Position_t089976E4BEB3D345DA28CFA95786EE065063E228_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaled_symbol_temp_0 = 0;
unmarshaled_symbol_temp_0 = marshaled.___symbol_0;
unmarshaled.set_symbol_0(unmarshaled_symbol_temp_0);
if (marshaled.___particle_1 != NULL)
{
unmarshaled.set_particle_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_particle_1(NULL);
}
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.Position
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_pinvoke_cleanup(Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_pinvoke& marshaled)
{
if (marshaled.___particle_1 != NULL)
{
(marshaled.___particle_1)->Release();
marshaled.___particle_1 = NULL;
}
}
// Conversion methods for marshalling of: System.Xml.Schema.Position
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_com(const Position_t089976E4BEB3D345DA28CFA95786EE065063E228& unmarshaled, Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_com& marshaled)
{
marshaled.___symbol_0 = unmarshaled.get_symbol_0();
if (unmarshaled.get_particle_1() != NULL)
{
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1()))
{
il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_particle_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast<void**>(&marshaled.___particle_1));
il2cpp_codegen_com_raise_exception_if_failed(hr, true);
}
else
{
marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_particle_1());
}
}
else
{
marshaled.___particle_1 = NULL;
}
}
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_com_back(const Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_com& marshaled, Position_t089976E4BEB3D345DA28CFA95786EE065063E228& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Position_t089976E4BEB3D345DA28CFA95786EE065063E228_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaled_symbol_temp_0 = 0;
unmarshaled_symbol_temp_0 = marshaled.___symbol_0;
unmarshaled.set_symbol_0(unmarshaled_symbol_temp_0);
if (marshaled.___particle_1 != NULL)
{
unmarshaled.set_particle_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var));
}
else
{
unmarshaled.set_particle_1(NULL);
}
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.Position
extern "C" void Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshal_com_cleanup(Position_t089976E4BEB3D345DA28CFA95786EE065063E228_marshaled_com& marshaled)
{
if (marshaled.___particle_1 != NULL)
{
(marshaled.___particle_1)->Release();
marshaled.___particle_1 = NULL;
}
}
// System.Void System.Xml.Schema.Position::.ctor(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void Position__ctor_m76BE2D82680517F25839E3C2A8E1C7137633DC00 (Position_t089976E4BEB3D345DA28CFA95786EE065063E228 * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___symbol0;
__this->set_symbol_0(L_0);
RuntimeObject * L_1 = ___particle1;
__this->set_particle_1(L_1);
return;
}
}
extern "C" void Position__ctor_m76BE2D82680517F25839E3C2A8E1C7137633DC00_AdjustorThunk (RuntimeObject * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 * _thisAdjusted = reinterpret_cast<Position_t089976E4BEB3D345DA28CFA95786EE065063E228 *>(__this + 1);
Position__ctor_m76BE2D82680517F25839E3C2A8E1C7137633DC00(_thisAdjusted, ___symbol0, ___particle1, 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 System.Xml.Schema.Positions::Add(System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Positions_Add_mF8B185976DF043D1CBAC4704E2D36368ED17F4C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_positions_0();
int32_t L_1 = ___symbol0;
RuntimeObject * L_2 = ___particle1;
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_3;
memset(&L_3, 0, sizeof(L_3));
Position__ctor_m76BE2D82680517F25839E3C2A8E1C7137633DC00((&L_3), L_1, L_2, /*hidden argument*/NULL);
Position_t089976E4BEB3D345DA28CFA95786EE065063E228 L_4 = L_3;
RuntimeObject * L_5 = Box(Position_t089976E4BEB3D345DA28CFA95786EE065063E228_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_0);
int32_t L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_5);
return L_6;
}
}
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Position_t089976E4BEB3D345DA28CFA95786EE065063E228 Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, int32_t ___pos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Positions_get_Item_m30774CD93F7E9E9472E0D889ED02D7C45C689CA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_positions_0();
int32_t L_1 = ___pos0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
return ((*(Position_t089976E4BEB3D345DA28CFA95786EE065063E228 *)((Position_t089976E4BEB3D345DA28CFA95786EE065063E228 *)UnBox(L_2, Position_t089976E4BEB3D345DA28CFA95786EE065063E228_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.Positions::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Positions_get_Count_mBAAB34795469D4CB610673F9847A8F9DF8371965 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_positions_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Void System.Xml.Schema.Positions::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Positions__ctor_m54F343F1402B77911BB0CB8C7AB650E83B518740 (Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Positions__ctor_m54F343F1402B77911BB0CB8C7AB650E83B518740_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set_positions_0(L_0);
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.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * QNameFacetsChecker_CheckValueFacets_m9046DF1F044960A2D7AF52B7FBED3E09688587B2 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QNameFacetsChecker_CheckValueFacets_m9046DF1F044960A2D7AF52B7FBED3E09688587B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject * L_5 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
V_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_7 = ___datatype1;
Exception_t * L_8 = VirtFuncInvoker2< Exception_t *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7);
return L_8;
}
}
// System.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * QNameFacetsChecker_CheckValueFacets_m6C3AD882BD330787FB56EC29BFD73108A7F9245A (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QNameFacetsChecker_CheckValueFacets_m6C3AD882BD330787FB56EC29BFD73108A7F9245A_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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
V_1 = G_B3_0;
int32_t L_5 = V_1;
if (!L_5)
{
goto IL_00a5;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = ___value0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
V_2 = L_8;
int32_t L_9 = V_1;
if (!((int32_t)((int32_t)L_9&(int32_t)1)))
{
goto IL_0044;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = L_10->get_Length_0();
int32_t L_12 = V_2;
if ((((int32_t)L_11) == ((int32_t)L_12)))
{
goto IL_0044;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_14 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_14, _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0044:
{
int32_t L_15 = V_1;
if (!((int32_t)((int32_t)L_15&(int32_t)2)))
{
goto IL_0062;
}
}
{
int32_t L_16 = V_2;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = L_17->get_MinLength_1();
if ((((int32_t)L_16) >= ((int32_t)L_18)))
{
goto IL_0062;
}
}
{
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_20 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_20, _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0062:
{
int32_t L_21 = V_1;
if (!((int32_t)((int32_t)L_21&(int32_t)4)))
{
goto IL_0080;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = L_22->get_MaxLength_2();
int32_t L_24 = V_2;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_0080;
}
}
{
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_26 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_26, _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1, L_25, /*hidden argument*/NULL);
return L_26;
}
IL_0080:
{
int32_t L_27 = V_1;
if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)16))))
{
goto IL_00a5;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_28 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_29 = V_0;
NullCheck(L_29);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_30 = L_29->get_Enumeration_4();
bool L_31 = QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948(__this, L_28, L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00a5;
}
}
{
String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_33 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_33, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_32, /*hidden argument*/NULL);
return L_33;
}
IL_00a5:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mB02FCC5A65AD6B28AF47F77752EC7764BDEB8EA4 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QNameFacetsChecker_MatchEnumeration_mB02FCC5A65AD6B28AF47F77752EC7764BDEB8EA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject * L_5 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ___enumeration1;
bool L_7 = QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948(__this, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QNameFacetsChecker_MatchEnumeration_m96339440B38F58B4C20ED730B446676A358D3948_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001e;
}
IL_0004:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___enumeration1;
int32_t L_2 = V_0;
NullCheck(L_1);
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2);
NullCheck(L_0);
bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_3, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)));
if (!L_4)
{
goto IL_001a;
}
}
{
return (bool)1;
}
IL_001a:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001e:
{
int32_t L_6 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = ___enumeration1;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.QNameFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_mA5485DA051EB9FA510904E606618A08E0D9A8824 (QNameFacetsChecker_t56B938AEAB5FB017392DE9855706BF1B0B5FB411 * __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.QmarkNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void QmarkNode_ConstructPos_mCAFA84F675048A165C5A5C27BE011744FF935831 (QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(__this, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_3 = ___followpos2;
NullCheck(L_0);
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_0, L_1, L_2, L_3);
return;
}
}
// System.Boolean System.Xml.Schema.QmarkNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool QmarkNode_get_IsNullable_m4F55F81356F8A593266F75BEDDC994053293675C (QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Xml.Schema.QmarkNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void QmarkNode__ctor_mCE8D4E8825728A6ED8AC2154D641667734688C2C (QmarkNode_t42CEA81806E0B4CB67A2DA59BBF43F6279642716 * __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.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_mE9C867089B3A0C4B9E619334A25B6FD42AF37B6A (RangeContentValidator_t82CC1CA58914E27415EC5FFE20DACD5955385EEF * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos1, SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * ___symbols2, Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isEmptiable6, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___positionsWithRangeTerminals7, int32_t ___minmaxNodesCount8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RangeContentValidator__ctor_mE9C867089B3A0C4B9E619334A25B6FD42AF37B6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___contentType5;
bool L_1 = ___isEmptiable6;
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator__ctor_mFF3210EB475DC70160BC5BFF1BD6BBA45D8D69DA(__this, L_0, (bool)0, L_1, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___firstpos0;
__this->set_firstpos_7(L_2);
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_3 = ___followpos1;
__this->set_followpos_8(L_3);
SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * L_4 = ___symbols2;
__this->set_symbols_10(L_4);
Positions_t527FBF1910108E9A01D1D42495E76E7192181A9D * L_5 = ___positions3;
__this->set_positions_11(L_5);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_6 = ___positionsWithRangeTerminals7;
__this->set_positionsWithRangeTerminals_9(L_6);
int32_t L_7 = ___minmaxNodesCount8;
__this->set_minMaxNodesCount_12(L_7);
int32_t L_8 = ___endMarkerPos4;
__this->set_endMarkerPos_13(L_8);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___name0;
String_t* L_1 = ___prefix1;
SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.Schema.SchemaAttDef::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m83E0D903964B91BFEF7C0E6B0B207146D3E4F2A2 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95(__this, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdAttributeInfo_get_Prefix_m5813BDF24096C6645B931A16324B5B38F5D33DFF (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LocalName()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LocalName_m26F39592BE03A54ED3FD76D1FC289A3970637E18 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LineNumber_m07C807BB1E090F5BD71966263FACB27559A59EBF (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_LineNumber_m50BA9816599088AFBA2ECA6113D0BBA6FD0A66B2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LinePosition_mE1D2FA474C9E0009725FBEEBBDB6858AACDD92F3 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_LinePosition_m2B0C6E50CD95FC43C4E6AEBA17E7426B72ABCDAF(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsNonCDataType()
extern "C" IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsNonCDataType_m0775C01AD1213C77540592EBFBB9B89FADAEB4ED (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_TokenizedType_m830E2437498008C5E8137BC7252265898B794A05(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsDeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsDeclaredInExternal_m9CEFFBBE047C344FDEC915F9B904F0A97AD70D64 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = SchemaDeclBase_get_IsDeclaredInExternal_m03D938125227F0515B72999EFA506063E15D21C9(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsXmlAttribute()
extern "C" IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsXmlAttribute_m3EEF0E5343F700AB36853DA6B21C717FA394DD4C (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_Reserved_mE0C20678D8E3A111D7A3C877EB88315AECE67806(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_DefaultValueExpanded()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueExpanded_mD3B0E4F229F70CCC74D0785E629EEE7CC244F44F (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_DefaultValueTyped()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueTyped_mC25F2D946AE26630CEF14245B287B6925511CEE5 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = SchemaDeclBase_get_DefaultValueTyped_mD8FAE6CCB3B4B872EF4BF8AA43D5BE5773583E0E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_ValueLineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLineNumber_mC65D4A0F470274CC651080D059617FD9964EDC85 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_ValueLineNumber_m992243433F2DBB162B7286C7F3D1A76E53CB6CB5(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_ValueLinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLinePosition_m9AE1575AE3AA3E98E6F72905DF87F59DA7CF23E5 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaAttDef_get_ValueLinePosition_m7D38F61E92322B19AEAC3735F03D40CD30D6A780(__this, /*hidden argument*/NULL);
return L_0;
}
}
// 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)
{
{
int32_t L_0 = __this->get_linePos_13();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_linePos_13(L_0);
return;
}
}
// 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)
{
{
int32_t L_0 = __this->get_lineNum_12();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_lineNum_12(L_0);
return;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m7D38F61E92322B19AEAC3735F03D40CD30D6A780 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_valueLinePos_15();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_valueLinePos_15(L_0);
return;
}
}
// System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m992243433F2DBB162B7286C7F3D1A76E53CB6CB5 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_valueLineNum_14();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_valueLineNum_14(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaAttDef_get_DefaultValueExpanded_m71637095067828B35D71310196626B8B12E68E83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_defExpanded_11();
if (L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
String_t* L_2 = __this->get_defExpanded_11();
return L_2;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_defExpanded_11(L_0);
return;
}
}
// 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)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = SchemaDeclBase_get_Datatype_mF1DA8B3BBB1765A14F0FBBC7B9434697F662104D(__this, /*hidden argument*/NULL);
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.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)
{
{
int32_t L_0 = ___value0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = XmlSchemaDatatype_FromXmlTokenizedType_mCD5A4917E01B59328CE81B2DC9CE1C073AA27468(L_0, /*hidden argument*/NULL);
SchemaDeclBase_set_Datatype_m46332772A415973FA31FE83EE7A823C1BCF1757E(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Xml.Schema.SchemaAttDef_Reserve System.Xml.Schema.SchemaAttDef::get_Reserved()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_mE0C20678D8E3A111D7A3C877EB88315AECE67806 (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_reserved_16();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_reserved_16(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaAttDef_CheckXmlSpace_m755BB6DB40A5989800C9FCD9A00D4CAA8DC46953_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_datatype_5();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9)))))
{
goto IL_00b0;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_values_10();
if (!L_2)
{
goto IL_00b0;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_values_10();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_3, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_4) > ((int32_t)2)))
{
goto IL_00b0;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_5 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_values_10();
NullCheck(L_5);
String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_5, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
V_0 = L_7;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_values_10();
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_8, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((!(((uint32_t)L_9) == ((uint32_t)2))))
{
goto IL_0095;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = ((SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B *)__this)->get_values_10();
NullCheck(L_10);
String_t* L_11 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_10, 1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
V_1 = L_12;
String_t* L_13 = V_0;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL);
if (L_14)
{
goto IL_007a;
}
}
{
String_t* L_15 = V_1;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00b0;
}
}
IL_007a:
{
String_t* L_17 = V_0;
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0094;
}
}
{
String_t* L_19 = V_1;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_00b0;
}
}
IL_0094:
{
return;
}
IL_0095:
{
String_t* L_21 = V_0;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635, /*hidden argument*/NULL);
if (L_22)
{
goto IL_00af;
}
}
{
String_t* L_23 = V_0;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralE900984DC91DC9C7F107CA96EA386473DA13D8F8, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00b0;
}
}
IL_00af:
{
return;
}
IL_00b0:
{
RuntimeObject* L_25 = ___validationEventHandling0;
String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_27 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_27, _stringLiteral633DBD51E1CF29CD3AB391849D3B9D388B104527, L_26, /*hidden argument*/NULL);
NullCheck(L_25);
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_25, L_27, 0);
return;
}
}
// System.Void System.Xml.Schema.SchemaAttDef::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaAttDef__cctor_m5B6EC23BE629D423409D75F38C84852BA3282100 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaAttDef__cctor_m5B6EC23BE629D423409D75F38C84852BA3282100_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_0 = (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)il2cpp_codegen_object_new(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var);
SchemaAttDef__ctor_m83E0D903964B91BFEF7C0E6B0B207146D3E4F2A2(L_0, /*hidden argument*/NULL);
((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_StaticFields*)il2cpp_codegen_static_fields_for(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var))->set_Empty_17(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.SchemaDeclBase::.ctor(System.Xml.XmlQualifiedName,System.String)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, String_t* ___prefix1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
__this->set_name_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___name0;
__this->set_name_0(L_1);
String_t* L_2 = ___prefix1;
__this->set_prefix_1(L_2);
__this->set_maxLength_8((((int64_t)((int64_t)(-1)))));
__this->set_minLength_9((((int64_t)((int64_t)(-1)))));
return;
}
}
// System.Void System.Xml.Schema.SchemaDeclBase::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
__this->set_name_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// 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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_name_0();
return L_0;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_prefix_1();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_prefix_1();
return L_1;
}
IL_000f:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
}
// System.Boolean System.Xml.Schema.SchemaDeclBase::get_IsDeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_m03D938125227F0515B72999EFA506063E15D21C9 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isDeclaredInExternal_2();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_isDeclaredInExternal_2(L_0);
return;
}
}
// System.Xml.Schema.SchemaDeclBase_Use System.Xml.Schema.SchemaDeclBase::get_Presence()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_presence_3();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_presence_3(L_0);
return;
}
}
// 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)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___value0;
__this->set_schemaType_4(L_0);
return;
}
}
// 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)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = __this->get_datatype_5();
return L_0;
}
}
// System.Void System.Xml.Schema.SchemaDeclBase::set_Datatype(System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Datatype_m46332772A415973FA31FE83EE7A823C1BCF1757E (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___value0, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___value0;
__this->set_datatype_5(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDeclBase_AddValue_m619448F5BC290C535C5FBB9C458F10B3288BC364_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_values_10();
if (L_0)
{
goto IL_0013;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_1, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set_values_10(L_1);
}
IL_0013:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = __this->get_values_10();
String_t* L_3 = ___value0;
NullCheck(L_2);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_2, L_3, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
return;
}
}
// 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)
{
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_values_10();
return L_0;
}
}
// System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_defaultValueRaw_6();
if (L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
String_t* L_2 = __this->get_defaultValueRaw_6();
return L_2;
}
}
// System.Object System.Xml.Schema.SchemaDeclBase::get_DefaultValueTyped()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SchemaDeclBase_get_DefaultValueTyped_mD8FAE6CCB3B4B872EF4BF8AA43D5BE5773583E0E (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_defaultValueTyped_7();
return L_0;
}
}
// System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object)
extern "C" IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m9A72BA6E5BB766E154735149F71C72C970F954A4 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
__this->set_defaultValueTyped_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.SchemaElementDecl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *)il2cpp_codegen_object_new(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA(L_0, /*hidden argument*/Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA_RuntimeMethod_var);
__this->set_attdefs_11(L_0);
Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * L_1 = (Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 *)il2cpp_codegen_object_new(Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3(L_1, /*hidden argument*/Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3_RuntimeMethod_var);
__this->set_prohibitedAttributes_17(L_1);
SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95(__this, /*hidden argument*/NULL);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl__ctor_m0DEBB1C6E34CD4DED881B9FAF541202035071E68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *)il2cpp_codegen_object_new(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA(L_0, /*hidden argument*/Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA_RuntimeMethod_var);
__this->set_attdefs_11(L_0);
Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * L_1 = (Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 *)il2cpp_codegen_object_new(Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3(L_1, /*hidden argument*/Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3_RuntimeMethod_var);
__this->set_prohibitedAttributes_17(L_1);
SchemaDeclBase__ctor_m5CAF78D76E29A478DE6F898D430463678C7B1E95(__this, /*hidden argument*/NULL);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___dtype0;
SchemaDeclBase_set_Datatype_m46332772A415973FA31FE83EE7A823C1BCF1757E(__this, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var);
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_3 = ((ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA_il2cpp_TypeInfo_var))->get_TextOnly_4();
__this->set_contentValidator_18(L_3);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl__ctor_m104A563CE85AD1F9DE6C8249CD80A3EAC14A70C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *)il2cpp_codegen_object_new(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA(L_0, /*hidden argument*/Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA_RuntimeMethod_var);
__this->set_attdefs_11(L_0);
Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * L_1 = (Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 *)il2cpp_codegen_object_new(Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3(L_1, /*hidden argument*/Dictionary_2__ctor_m3DED95499451651B8D86ABD5514B0C4DD6405ED3_RuntimeMethod_var);
__this->set_prohibitedAttributes_17(L_1);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___name0;
String_t* L_3 = ___prefix1;
SchemaDeclBase__ctor_m39B2DD52FBDC3E95B85449173617465611BEC150(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::CreateAnyTypeElementDecl()
extern "C" IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * SchemaElementDecl_CreateAnyTypeElementDecl_m67AEFA422A5B37EB6B9A570844D4E75448B0A328 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl_CreateAnyTypeElementDecl_m67AEFA422A5B37EB6B9A570844D4E75448B0A328_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_0 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)il2cpp_codegen_object_new(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var);
SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3(L_0, /*hidden argument*/NULL);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_1 = L_0;
IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_tB5894E69998AF6871FDFC14B2A95AE5F07CBB836_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_2 = DatatypeImplementation_get_AnySimpleType_mBD6E0D85002E88D659B77E28050FB502F0294B7E(/*hidden argument*/NULL);
NullCheck(L_2);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_3 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
SchemaDeclBase_set_Datatype_m46332772A415973FA31FE83EE7A823C1BCF1757E(L_1, L_3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.get_HasNonCDataAttributes()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_System_Xml_IDtdAttributeListInfo_get_HasNonCDataAttributes_mFD9ACA09F2F90692256CE32BB4A0E3F2533D72B2 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasNonCDataAttribute_14();
return L_0;
}
}
// System.Xml.IDtdAttributeInfo System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.LookupAttribute(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupAttribute_m70167B587EA1D4BA62E93C90C1AF9A6E5FC61903 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, String_t* ___prefix0, String_t* ___localName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupAttribute_m70167B587EA1D4BA62E93C90C1AF9A6E5FC61903_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_1 = NULL;
{
String_t* L_0 = ___localName1;
String_t* L_1 = ___prefix0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_2, L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_3 = __this->get_attdefs_11();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = V_0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B(L_3, L_4, (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B_RuntimeMethod_var);
if (!L_5)
{
goto IL_001a;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_6 = V_1;
return L_6;
}
IL_001a:
{
return (RuntimeObject*)NULL;
}
}
// System.Collections.Generic.IEnumerable`1<System.Xml.IDtdDefaultAttributeInfo> System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.LookupDefaultAttributes()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupDefaultAttributes_m2FE3A28E552BFF53C132B0B9665BEC104DEDC6E1 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * L_0 = __this->get_defaultAttdefs_12();
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsIdDeclared()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsIdDeclared_m6AEB8635661D4428D81B7C21685231D67BBF6E4E (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isIdDeclared_13();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_isIdDeclared_13(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_HasNonCDataAttribute()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasNonCDataAttribute_m0BC47CCCD5AB5035A0004BF061B6E0B58894F62B (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasNonCDataAttribute_14();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_hasNonCDataAttribute_14(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsNotationDeclared()
extern "C" IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsNotationDeclared_m8038FB716B15967CBD380EB17D4E2D0487CEAEC9 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isNotationDeclared_16();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_isNotationDeclared_16(L_0);
return;
}
}
// 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)
{
{
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_0 = __this->get_contentValidator_18();
return L_0;
}
}
// 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)
{
{
ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * L_0 = ___value0;
__this->set_contentValidator_18(L_0);
return;
}
}
// System.Void System.Xml.Schema.SchemaElementDecl::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute)
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m35F171CD63416FBCFD9B78EB1B42EF4C0222BBDB (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * ___value0, const RuntimeMethod* method)
{
{
XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * L_0 = ___value0;
__this->set_anyAttribute_19(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl_AddAttDef_mF53507A68A48CAFFEAF1DB5AE537A1B2440B3897_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = __this->get_attdefs_11();
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_1 = ___attdef0;
NullCheck(L_1);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23(L_1, /*hidden argument*/NULL);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_3 = ___attdef0;
NullCheck(L_0);
Dictionary_2_Add_m9E130F864B640052682F9FD0EB85B0C1709C1F3E(L_0, L_2, L_3, /*hidden argument*/Dictionary_2_Add_m9E130F864B640052682F9FD0EB85B0C1709C1F3E_RuntimeMethod_var);
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_4 = ___attdef0;
NullCheck(L_4);
int32_t L_5 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_0024;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_6 = ___attdef0;
NullCheck(L_6);
int32_t L_7 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_6, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)4))))
{
goto IL_002b;
}
}
IL_0024:
{
__this->set_hasRequiredAttribute_15((bool)1);
}
IL_002b:
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_8 = ___attdef0;
NullCheck(L_8);
int32_t L_9 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_003c;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_10 = ___attdef0;
NullCheck(L_10);
int32_t L_11 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A(L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_005b;
}
}
IL_003c:
{
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * L_12 = __this->get_defaultAttdefs_12();
if (L_12)
{
goto IL_004f;
}
}
{
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * L_13 = (List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 *)il2cpp_codegen_object_new(List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601_il2cpp_TypeInfo_var);
List_1__ctor_m3C54D9F7ACDD351FDC1F4CC1D879F2F7CE2F1DE5(L_13, /*hidden argument*/List_1__ctor_m3C54D9F7ACDD351FDC1F4CC1D879F2F7CE2F1DE5_RuntimeMethod_var);
__this->set_defaultAttdefs_12(L_13);
}
IL_004f:
{
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * L_14 = __this->get_defaultAttdefs_12();
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_15 = ___attdef0;
NullCheck(L_14);
List_1_Add_m01883505C266BF6399696AC825DAF8A2E925BBC9(L_14, L_15, /*hidden argument*/List_1_Add_m01883505C266BF6399696AC825DAF8A2E925BBC9_RuntimeMethod_var);
}
IL_005b:
{
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl_GetAttDef_m26FA444E65857079A579E7D52F01A7B812C7B90A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_0 = NULL;
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = __this->get_attdefs_11();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___qname0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B(L_0, L_1, (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m63B7680C6C77CC5D41D329885743810A9E79F65B_RuntimeMethod_var);
if (!L_2)
{
goto IL_0012;
}
}
{
SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_3 = V_0;
return L_3;
}
IL_0012:
{
return (SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)NULL;
}
}
// System.Collections.Generic.IList`1<System.Xml.IDtdDefaultAttributeInfo> System.Xml.Schema.SchemaElementDecl::get_DefaultAttDefs()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_get_DefaultAttDefs_m84C1A620F4946382E514ABAAAFBE5663EA33E77F (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * L_0 = __this->get_defaultAttdefs_12();
return L_0;
}
}
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaElementDecl::get_AttDefs()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2 (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method)
{
{
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = __this->get_attdefs_11();
return L_0;
}
}
// System.Void System.Xml.Schema.SchemaElementDecl::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaElementDecl__cctor_mF80A07DD0FF59A25BAE8F873809B755053666E28 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaElementDecl__cctor_mF80A07DD0FF59A25BAE8F873809B755053666E28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_0 = (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)il2cpp_codegen_object_new(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var);
SchemaElementDecl__ctor_m104C15FA550164871FB9AF77E7BAF6B8582035B3(L_0, /*hidden argument*/NULL);
((SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_StaticFields*)il2cpp_codegen_static_fields_for(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_il2cpp_TypeInfo_var))->set_Empty_20(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
__this->set_ndata_4(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___qname0;
__this->set_qname_0(L_1);
bool L_2 = ___isParameter1;
__this->set_isParameter_7(L_2);
return;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_Name_m88F2E7CC79E29C859B186BE56028CA60F27D4BD5 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsExternal_m5C0DB0BE0A0846755DD624BA388428598142A934 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsDeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsDeclaredInExternal_m54290EC7A79EE127814AB4220BFE4F9F552F116F (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = SchemaEntity_get_DeclaredInExternal_m6F11C6740E39FD451FD1CEE0C5DF1F0A601CA810(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsUnparsedEntity()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsUnparsedEntity_m3018FB1B0CE7E40140808CB02F071F5D19DBB78E (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = SchemaEntity_get_NData_mAAA1FEA314BCEB14C396664C62937B7B91F51AA6(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsParameterEntity()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsParameterEntity_mBE5DB792F90ED155BA58D752230C2B99457BBA77 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isParameter_7();
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_BaseUriString()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_BaseUriString_m41E4279481A357C6E417F0FF7C4E72379616F990 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaEntity_get_BaseURI_mE3B7C8A8C97B751972D7EA07ABA3AC7B71BF4AFF(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_DeclaredUriString()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_DeclaredUriString_mB88DB4ED2809AF7508EB0092B92B84BAE5524242 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_SystemId()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_SystemId_m72163041AE71D0F08A819519AB02C288B7C3131D (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_PublicId()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_PublicId_mD065B9F8EFCB01C6BBDB408AB9ECF53BC7DD3142 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_Text()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_Text_mABB1BAF6B1D903DC89798164BDE114F513673768 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = SchemaEntity_get_Text_m6490D658B3DA8C8EEF765E943576119258FAFEB9(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_LineNumber()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_System_Xml_IDtdEntityInfo_get_LineNumber_mA5DAEAEC5257F19A8A04B1CCCD21AB661DF2EA0A (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaEntity_get_Line_m86A594E72230E792303DF93797CE1D92CFB426C1(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_LinePosition()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_System_Xml_IDtdEntityInfo_get_LinePosition_mD2D7104FD6623381F8678A46BA681E1D21446C53 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = SchemaEntity_get_Pos_mD49213DD9CB84A706E30E3D8110277A602DE0A32(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaEntity_get_Name_m4FEBBFED1FA5CB6E98BD7A9CC275088F4500DBC2 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_qname_0();
return L_0;
}
}
// System.String System.Xml.Schema.SchemaEntity::get_Url()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_mA6B2D5BB1DFCBE264E97B1C8959EEE4A58A3DF66 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_url_1();
return L_0;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_url_1(L_0);
__this->set_isExternal_8((bool)1);
return;
}
}
// System.String System.Xml.Schema.SchemaEntity::get_Pubid()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_m02F6754833CBE28C19F3F6D897374AF41CA07DE1 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_pubid_2();
return L_0;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_pubid_2(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m64B63A89547C239A2C1F4199D0F8F655787F3B2D (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isExternal_8();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_isExternal_8(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::get_DeclaredInExternal()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_m6F11C6740E39FD451FD1CEE0C5DF1F0A601CA810 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isDeclaredInExternal_10();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_isDeclaredInExternal_10(L_0);
return;
}
}
// 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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_ndata_4();
return L_0;
}
}
// 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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___value0;
__this->set_ndata_4(L_0);
return;
}
}
// 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)
{
{
String_t* L_0 = __this->get_text_3();
return L_0;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_text_3(L_0);
__this->set_isExternal_8((bool)0);
return;
}
}
// System.Int32 System.Xml.Schema.SchemaEntity::get_Line()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Line_m86A594E72230E792303DF93797CE1D92CFB426C1 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNumber_5();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_lineNumber_5(L_0);
return;
}
}
// System.Int32 System.Xml.Schema.SchemaEntity::get_Pos()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Pos_mD49213DD9CB84A706E30E3D8110277A602DE0A32 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_linePosition_6();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_linePosition_6(L_0);
return;
}
}
// System.String System.Xml.Schema.SchemaEntity::get_BaseURI()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_BaseURI_mE3B7C8A8C97B751972D7EA07ABA3AC7B71BF4AFF (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaEntity_get_BaseURI_mE3B7C8A8C97B751972D7EA07ABA3AC7B71BF4AFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_baseURI_11();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_baseURI_11();
return L_1;
}
IL_000f:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
}
// System.Void System.Xml.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)
{
{
String_t* L_0 = ___value0;
__this->set_baseURI_11(L_0);
return;
}
}
// System.Boolean System.Xml.Schema.SchemaEntity::get_ParsingInProgress()
extern "C" IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_mFCBCC8C7E3119649CE3710AA36624083FCEB4C65 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_parsingInProgress_9();
return L_0;
}
}
// 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)
{
{
bool L_0 = ___value0;
__this->set_parsingInProgress_9(L_0);
return;
}
}
// System.String System.Xml.Schema.SchemaEntity::get_DeclaredURI()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721 (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaEntity_get_DeclaredURI_mBD448D789D81221E29E910A216953EFD5C591721_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_declaredURI_12();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_declaredURI_12();
return L_1;
}
IL_000f:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
}
// System.Void System.Xml.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)
{
{
String_t* L_0 = ___value0;
__this->set_declaredURI_12(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.SchemaInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo__ctor_mAE19D8874E7867F754C409EB9249CDF0505E7D9B (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo__ctor_mAE19D8874E7867F754C409EB9249CDF0505E7D9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_0 = (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *)il2cpp_codegen_object_new(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C(L_0, /*hidden argument*/Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C_RuntimeMethod_var);
__this->set_elementDecls_0(L_0);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_1 = (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *)il2cpp_codegen_object_new(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C(L_1, /*hidden argument*/Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C_RuntimeMethod_var);
__this->set_undeclaredElementDecls_1(L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
__this->set_docTypeName_4(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_internalDtdSubset_5(L_3);
Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * L_4 = (Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B *)il2cpp_codegen_object_new(Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m76591195D47E79D24CEC759D368AE11375FF8FE2(L_4, /*hidden argument*/Dictionary_2__ctor_m76591195D47E79D24CEC759D368AE11375FF8FE2_RuntimeMethod_var);
__this->set_targetNamespaces_8(L_4);
Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_5 = (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *)il2cpp_codegen_object_new(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA(L_5, /*hidden argument*/Dictionary_2__ctor_m8F29FE6B91E448227A0E9F99B3115EA0EFC65FFA_RuntimeMethod_var);
__this->set_attributeDecls_9(L_5);
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_6 = (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *)il2cpp_codegen_object_new(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C(L_6, /*hidden argument*/Dictionary_2__ctor_m240BEC94471CDCDA76420E6F7B19050BABD2A96C_RuntimeMethod_var);
__this->set_elementDeclsByType_11(L_6);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_schemaType_10(0);
return;
}
}
// 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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___value0;
__this->set_docTypeName_4(L_0);
return;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_internalDtdSubset_5(L_0);
return;
}
}
// 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)
{
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_0 = __this->get_elementDecls_0();
return L_0;
}
}
// 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)
{
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_0 = __this->get_undeclaredElementDecls_1();
return L_0;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_get_GeneralEntities_mEB6B117DF986B56148D2D7A2EBFCA9259686A962_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_0 = __this->get_generalEntities_2();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_1 = (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *)il2cpp_codegen_object_new(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6(L_1, /*hidden argument*/Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6_RuntimeMethod_var);
__this->set_generalEntities_2(L_1);
}
IL_0013:
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_2 = __this->get_generalEntities_2();
return L_2;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_get_ParameterEntities_mBBF11382354A7C60C8DF1A292FC3BB84DA793592_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_0 = __this->get_parameterEntities_3();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_1 = (Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 *)il2cpp_codegen_object_new(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6(L_1, /*hidden argument*/Dictionary_2__ctor_m60DB640DA579B42693BFC712F02B479FBD19E4E6_RuntimeMethod_var);
__this->set_parameterEntities_3(L_1);
}
IL_0013:
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_2 = __this->get_parameterEntities_3();
return L_2;
}
}
// System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType()
extern "C" IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_schemaType_10();
return L_0;
}
}
// 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)
{
{
int32_t L_0 = ___value0;
__this->set_schemaType_10(L_0);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_get_Notations_m460E745AD4857AA8FB9D1C03A570DCAEF7DED8A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_0 = __this->get_notations_12();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_1 = (Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 *)il2cpp_codegen_object_new(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m90DBF03123B741079C120D5BA51657470A7F5FBA(L_1, /*hidden argument*/Dictionary_2__ctor_m90DBF03123B741079C120D5BA51657470A7F5FBA_RuntimeMethod_var);
__this->set_notations_12(L_1);
}
IL_0013:
{
Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * L_2 = __this->get_notations_12();
return L_2;
}
}
// System.Void System.Xml.Schema.SchemaInfo::Finish()
extern "C" IL2CPP_METHOD_ATTR void SchemaInfo_Finish_m06C270AA3B7012BA2D45DB8C0D7E3E0A0A2126C6 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_Finish_m06C270AA3B7012BA2D45DB8C0D7E3E0A0A2126C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * V_0 = NULL;
int32_t V_1 = 0;
Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF 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);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * G_B5_0 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * G_B4_0 = NULL;
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_0 = __this->get_elementDecls_0();
V_0 = L_0;
V_1 = 0;
goto IL_0061;
}
IL_000b:
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_1 = V_0;
NullCheck(L_1);
ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * L_2 = Dictionary_2_get_Values_mAADF9C88BE6E78132F24E8EAB2AD9D2AE7E6AAB3(L_1, /*hidden argument*/Dictionary_2_get_Values_mAADF9C88BE6E78132F24E8EAB2AD9D2AE7E6AAB3_RuntimeMethod_var);
NullCheck(L_2);
Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF L_3 = ValueCollection_GetEnumerator_m57C0B8ECAA88E82906CF2FECF3AE4DE3A6E85BF1(L_2, /*hidden argument*/ValueCollection_GetEnumerator_m57C0B8ECAA88E82906CF2FECF3AE4DE3A6E85BF1_RuntimeMethod_var);
V_2 = L_3;
}
IL_0017:
try
{ // begin try (depth: 1)
{
goto IL_003d;
}
IL_0019:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_4 = Enumerator_get_Current_m16E6C355EF969A5103C126FACCB8C7D843109130((Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *)(&V_2), /*hidden argument*/Enumerator_get_Current_m16E6C355EF969A5103C126FACCB8C7D843109130_RuntimeMethod_var);
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_5 = L_4;
NullCheck(L_5);
bool L_6 = SchemaElementDecl_get_HasNonCDataAttribute_m0BC47CCCD5AB5035A0004BF061B6E0B58894F62B(L_5, /*hidden argument*/NULL);
G_B4_0 = L_5;
if (!L_6)
{
G_B5_0 = L_5;
goto IL_002f;
}
}
IL_0028:
{
__this->set_hasNonCDataAttributes_6((bool)1);
G_B5_0 = G_B4_0;
}
IL_002f:
{
NullCheck(G_B5_0);
RuntimeObject* L_7 = SchemaElementDecl_get_DefaultAttDefs_m84C1A620F4946382E514ABAAAFBE5663EA33E77F(G_B5_0, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003d;
}
}
IL_0036:
{
__this->set_hasDefaultAttributes_7((bool)1);
}
IL_003d:
{
bool L_8 = Enumerator_MoveNext_mDEA46F35B336F2F9EEDE9A4BB1A43AECE6BB1418((Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mDEA46F35B336F2F9EEDE9A4BB1A43AECE6BB1418_RuntimeMethod_var);
if (L_8)
{
goto IL_0019;
}
}
IL_0046:
{
IL2CPP_LEAVE(0x56, FINALLY_0048);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0048;
}
FINALLY_0048:
{ // begin finally (depth: 1)
Enumerator_Dispose_m3523B5AE0AECFB739CED94940CAE3E3A9BC992BE((Enumerator_t1EACFCE166301E56C4FB6066A77CA6620F78C1CF *)(&V_2), /*hidden argument*/Enumerator_Dispose_m3523B5AE0AECFB739CED94940CAE3E3A9BC992BE_RuntimeMethod_var);
IL2CPP_END_FINALLY(72)
} // end finally (depth: 1)
IL2CPP_CLEANUP(72)
{
IL2CPP_JUMP_TBL(0x56, IL_0056)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0056:
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_9 = __this->get_undeclaredElementDecls_1();
V_0 = L_9;
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0061:
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) < ((int32_t)2)))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Boolean System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_HasDefaultAttributes()
extern "C" IL2CPP_METHOD_ATTR bool SchemaInfo_System_Xml_IDtdInfo_get_HasDefaultAttributes_mB7A939890B2E1E101AE665A34427DAFD9C533085 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasDefaultAttributes_7();
return L_0;
}
}
// System.Boolean System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_HasNonCDataAttributes()
extern "C" IL2CPP_METHOD_ATTR bool SchemaInfo_System_Xml_IDtdInfo_get_HasNonCDataAttributes_mE7EE84F4D872AE6EA21E49BC03BEC03129A4EA7D (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_hasNonCDataAttributes_6();
return L_0;
}
}
// System.Xml.IDtdAttributeListInfo System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.LookupAttributeList(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaInfo_System_Xml_IDtdInfo_LookupAttributeList_mB723509BC9263D1ED2A70AE03DC9CE88FD33DC47 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, String_t* ___prefix0, String_t* ___localName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_System_Xml_IDtdInfo_LookupAttributeList_mB723509BC9263D1ED2A70AE03DC9CE88FD33DC47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL;
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___localName1;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_2, L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_3 = __this->get_elementDecls_0();
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_0027;
}
}
{
Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_6 = __this->get_undeclaredElementDecls_1();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = V_0;
NullCheck(L_6);
Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_6, L_7, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var);
}
IL_0027:
{
SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_8 = V_1;
return L_8;
}
}
// System.Xml.IDtdEntityInfo System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.LookupEntity(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SchemaInfo_System_Xml_IDtdInfo_LookupEntity_m80DA87B766EE905BCD9224BCBA396896B3A49125 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SchemaInfo_System_Xml_IDtdInfo_LookupEntity_m80DA87B766EE905BCD9224BCBA396896B3A49125_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * V_1 = NULL;
{
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_0 = __this->get_generalEntities_2();
if (L_0)
{
goto IL_000a;
}
}
{
return (RuntimeObject*)NULL;
}
IL_000a:
{
String_t* L_1 = ___name0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * L_3 = __this->get_generalEntities_2();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = V_0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727(L_3, L_4, (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m019326CFB620F0BC5E0525F723DBA97528E0A727_RuntimeMethod_var);
if (!L_5)
{
goto IL_0023;
}
}
{
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_6 = V_1;
return L_6;
}
IL_0023:
{
return (RuntimeObject*)NULL;
}
}
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_Name()
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaInfo_System_Xml_IDtdInfo_get_Name_mABD12A2ECC3839CFFD8BBC48CD2D936F9011C0E3 (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_docTypeName_4();
return L_0;
}
}
// System.String System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_InternalDtdSubset()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaInfo_System_Xml_IDtdInfo_get_InternalDtdSubset_m92231875BB6F6D267FC65C13A043A5D017EE914D (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_internalDtdSubset_5();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___name0;
__this->set_name_0(L_0);
return;
}
}
// 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)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_name_0();
return L_0;
}
}
// System.String System.Xml.Schema.SchemaNotation::get_SystemLiteral()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_mDC6290B38618308625C5C348D40708E7F96948BE (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_systemLiteral_1();
return L_0;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_systemLiteral_1(L_0);
return;
}
}
// System.String System.Xml.Schema.SchemaNotation::get_Pubid()
extern "C" IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_Pubid_mB8062065BB3B229D05F8CEAB14E506CED1366859 (SchemaNotation_tFF41B5C1A3A42A06BE6A936AD4DC9CBBCFFA404A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_pubid_2();
return L_0;
}
}
// 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)
{
{
String_t* L_0 = ___value0;
__this->set_pubid_2(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.SequenceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void SequenceNode_ConstructPos_m7473B534032FB9DDDB9C2A4955946C93121B2B55 (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SequenceNode_ConstructPos_m7473B534032FB9DDDB9C2A4955946C93121B2B55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * V_0 = NULL;
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 V_1;
memset(&V_1, 0, sizeof(V_1));
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * V_2 = NULL;
int32_t V_3 = 0;
{
Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * L_0 = (Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB *)il2cpp_codegen_object_new(Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB_il2cpp_TypeInfo_var);
Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F(L_0, /*hidden argument*/Stack_1__ctor_mC3BB0CAB78A83ED808BC0A8865F9080BCC62A23F_RuntimeMethod_var);
V_0 = L_0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos1;
SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F((SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(&V_1), __this, L_1, L_2, /*hidden argument*/NULL);
}
IL_0010:
{
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_3 = V_1;
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_4 = L_3.get_this__0();
V_2 = L_4;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_5 = ___lastpos1;
NullCheck(L_5);
int32_t L_6 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_5, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_7 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_7, L_6, /*hidden argument*/NULL);
(&V_1)->set_lastposLeft_3(L_7);
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_8 = V_2;
NullCheck(L_8);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_9 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_8, /*hidden argument*/NULL);
if (!((SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)IsInstSealed((RuntimeObject*)L_9, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var)))
{
goto IL_005d;
}
}
{
Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * L_10 = V_0;
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_11 = V_1;
NullCheck(L_10);
Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302(L_10, L_11, /*hidden argument*/Stack_1_Push_m1841B326B4E891B6C846A632102061B1E34BB302_RuntimeMethod_var);
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_12 = V_2;
NullCheck(L_12);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_13 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_12, /*hidden argument*/NULL);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_14 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_15 = L_14.get_firstpos_1();
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_16 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_17 = L_16.get_lastposLeft_3();
SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F((SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(&V_1), ((SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)CastclassSealed((RuntimeObject*)L_13, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var)), L_15, L_17, /*hidden argument*/NULL);
goto IL_0010;
}
IL_005d:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_18 = V_2;
NullCheck(L_18);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_19 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_18, /*hidden argument*/NULL);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_20 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_21 = L_20.get_firstpos_1();
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_22 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_23 = L_22.get_lastposLeft_3();
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_24 = ___followpos2;
NullCheck(L_19);
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_19, L_21, L_23, L_24);
}
IL_0075:
{
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_25 = ___firstpos0;
NullCheck(L_25);
int32_t L_26 = BitSet_get_Count_mD7368A99EBC0861A4BDFE98C0673E894730A52A6(L_25, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_27 = (BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)il2cpp_codegen_object_new(BitSet_t0E4C53EC600670A4B74C5671553596978880138C_il2cpp_TypeInfo_var);
BitSet__ctor_m58B179DBD38A97B6B6EF9DAD9AAB2CABF259D105(L_27, L_26, /*hidden argument*/NULL);
(&V_1)->set_firstposRight_4(L_27);
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_28 = V_2;
NullCheck(L_28);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_29 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_28, /*hidden argument*/NULL);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_30 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_31 = L_30.get_firstposRight_4();
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_32 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_33 = L_32.get_lastpos_2();
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_34 = ___followpos2;
NullCheck(L_29);
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_29, L_31, L_33, L_34);
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_35 = V_2;
NullCheck(L_35);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_36 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
bool L_37 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_36);
if (!L_37)
{
goto IL_00ca;
}
}
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_38 = V_2;
NullCheck(L_38);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_39 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_38, /*hidden argument*/NULL);
NullCheck(L_39);
bool L_40 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_39);
if (L_40)
{
goto IL_00ca;
}
}
{
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_41 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_42 = L_41.get_firstpos_1();
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_43 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_44 = L_43.get_firstposRight_4();
NullCheck(L_42);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_42, L_44, /*hidden argument*/NULL);
}
IL_00ca:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_45 = V_2;
NullCheck(L_45);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_46 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_45, /*hidden argument*/NULL);
NullCheck(L_46);
bool L_47 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_46);
if (!L_47)
{
goto IL_00e8;
}
}
{
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_48 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_49 = L_48.get_lastpos_2();
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_50 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_51 = L_50.get_lastposLeft_3();
NullCheck(L_49);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_49, L_51, /*hidden argument*/NULL);
}
IL_00e8:
{
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_52 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_53 = L_52.get_lastposLeft_3();
NullCheck(L_53);
int32_t L_54 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_53, (-1), /*hidden argument*/NULL);
V_3 = L_54;
goto IL_0112;
}
IL_00f7:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_55 = ___followpos2;
int32_t L_56 = V_3;
NullCheck(L_55);
int32_t L_57 = L_56;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_59 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_60 = L_59.get_firstposRight_4();
NullCheck(L_58);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_58, L_60, /*hidden argument*/NULL);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_61 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_62 = L_61.get_lastposLeft_3();
int32_t L_63 = V_3;
NullCheck(L_62);
int32_t L_64 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_62, L_63, /*hidden argument*/NULL);
V_3 = L_64;
}
IL_0112:
{
int32_t L_65 = V_3;
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
{
goto IL_00f7;
}
}
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_66 = V_2;
NullCheck(L_66);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_67 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_66, /*hidden argument*/NULL);
NullCheck(L_67);
bool L_68 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_67);
if (!L_68)
{
goto IL_013e;
}
}
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_69 = V_2;
NullCheck(L_69);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_70 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_69, /*hidden argument*/NULL);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_71 = V_1;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_72 = L_71.get_firstpos_1();
NullCheck(L_72);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_73 = BitSet_Clone_mC1F4CC162964EDBC8279DD60D5DD1199B5395B22(L_72, /*hidden argument*/NULL);
NullCheck(((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var)));
LeafRangeNode_set_NextIteration_mB68D1A1209980DF4277149E8A109322201F50CC6(((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var)), L_73, /*hidden argument*/NULL);
}
IL_013e:
{
Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * L_74 = V_0;
NullCheck(L_74);
int32_t L_75 = Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C(L_74, /*hidden argument*/Stack_1_get_Count_m1062C49A957F2DAED7B2154A72B019BB26282B4C_RuntimeMethod_var);
if (!L_75)
{
goto IL_0159;
}
}
{
Stack_1_tB008FF6B5572793FF62C7B37F00C1E5C7CFDAEBB * L_76 = V_0;
NullCheck(L_76);
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_77 = Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B(L_76, /*hidden argument*/Stack_1_Pop_m51CC2C8A7C8ADD154ED10404121963593D4C363B_RuntimeMethod_var);
V_1 = L_77;
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_78 = V_1;
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_79 = L_78.get_this__0();
V_2 = L_79;
goto IL_0075;
}
IL_0159:
{
return;
}
}
// System.Boolean System.Xml.Schema.SequenceNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool SequenceNode_get_IsNullable_m002139FFB489C1B3769F4967118C332EF97AD52E (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SequenceNode_get_IsNullable_m002139FFB489C1B3769F4967118C332EF97AD52E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * V_0 = NULL;
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * V_1 = NULL;
{
V_1 = __this;
}
IL_0002:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * 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(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_1);
if (!L_2)
{
goto IL_002d;
}
}
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_3 = V_1;
NullCheck(L_3);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_4 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_3, /*hidden argument*/NULL);
NullCheck(((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var)));
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = LeafRangeNode_get_Min_m099D5F0B8CF95AE6700989BC96385928D50AF643(((LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5 *)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_t457FCA3B9C122C01958E0EBD8D1B9D54A5D723F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_6 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
bool L_7 = Decimal_op_Equality_mD69422DB0011607747F9D778C5409FBE732E4BDB(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002d;
}
}
{
return (bool)1;
}
IL_002d:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_8 = V_1;
NullCheck(L_8);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_9 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
bool L_10 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_9);
if (L_10)
{
goto IL_0049;
}
}
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_11 = V_1;
NullCheck(L_11);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_12 = InteriorNode_get_RightChild_m1AFF2E331791A2C6520031F001E761674956F105(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
bool L_13 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_12);
if (L_13)
{
goto IL_0049;
}
}
{
return (bool)0;
}
IL_0049:
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_14 = V_1;
NullCheck(L_14);
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_15 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(L_14, /*hidden argument*/NULL);
V_0 = L_15;
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_16 = V_0;
V_1 = ((SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 *)IsInstSealed((RuntimeObject*)L_16, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608_il2cpp_TypeInfo_var));
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_17 = V_1;
if (L_17)
{
goto IL_0002;
}
}
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_18 = V_0;
NullCheck(L_18);
bool L_19 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_18);
return L_19;
}
}
// System.Void System.Xml.Schema.SequenceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
extern "C" IL2CPP_METHOD_ATTR void SequenceNode_ExpandTree_m9817BAD01D8D0F92AA1AF18BC9098E3035246C2E (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * __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.SequenceNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SequenceNode__ctor_m32A07576FD00EABE0050A6123FD848E54ECB8961 (SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * __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
// Conversion methods for marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_pinvoke(const SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1& unmarshaled, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_pinvoke& marshaled)
{
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL, NULL);
}
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_pinvoke_back(const SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_pinvoke& marshaled, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1& unmarshaled)
{
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_pinvoke_cleanup(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_com(const SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1& unmarshaled, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_com& marshaled)
{
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL, NULL);
}
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_com_back(const SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_com& marshaled, SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1& unmarshaled)
{
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
extern "C" void SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshal_com_cleanup(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_com& marshaled)
{
}
// System.Void System.Xml.Schema.SequenceNode_SequenceConstructPosContext::.ctor(System.Xml.Schema.SequenceNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet)
extern "C" IL2CPP_METHOD_ATTR void SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F (SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 * __this, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___node0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos2, const RuntimeMethod* method)
{
{
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * L_0 = ___node0;
__this->set_this__0(L_0);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___firstpos1;
__this->set_firstpos_1(L_1);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos2;
__this->set_lastpos_2(L_2);
__this->set_lastposLeft_3((BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)NULL);
__this->set_firstposRight_4((BitSet_t0E4C53EC600670A4B74C5671553596978880138C *)NULL);
return;
}
}
extern "C" void SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F_AdjustorThunk (RuntimeObject * __this, SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___node0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos1, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos2, const RuntimeMethod* method)
{
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 * _thisAdjusted = reinterpret_cast<SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *>(__this + 1);
SequenceConstructPosContext__ctor_m8BA295C68ED450BABA85B0FAD4699403A86CC40F(_thisAdjusted, ___node0, ___firstpos1, ___lastpos2, 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.Schema.StarNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
extern "C" IL2CPP_METHOD_ATTR void StarNode_ConstructPos_m003B23D5DD95F3E2C5184A9231BD274F68224469 (StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 * __this, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos0, BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos1, BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* ___followpos2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * L_0 = InteriorNode_get_LeftChild_mC06F220B855BA6361F5A6D3199A451CC27E4A889(__this, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_1 = ___firstpos0;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_2 = ___lastpos1;
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_3 = ___followpos2;
NullCheck(L_0);
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_0, L_1, L_2, L_3);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_4 = ___lastpos1;
NullCheck(L_4);
int32_t L_5 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_4, (-1), /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0029;
}
IL_0018:
{
BitSetU5BU5D_tC61B9A480CE3460277DE0ABFA4551635BB337D69* L_6 = ___followpos2;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_10 = ___firstpos0;
NullCheck(L_9);
BitSet_Or_m89AE11A1653BDF111F1B972CF8574198AA9AE3DA(L_9, L_10, /*hidden argument*/NULL);
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * L_11 = ___lastpos1;
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = BitSet_NextSet_m45D725EBEF442F76DE182D9BDCB50C3B526C0325(L_11, L_12, /*hidden argument*/NULL);
V_0 = L_13;
}
IL_0029:
{
int32_t L_14 = V_0;
if ((!(((uint32_t)L_14) == ((uint32_t)(-1)))))
{
goto IL_0018;
}
}
{
return;
}
}
// System.Boolean System.Xml.Schema.StarNode::get_IsNullable()
extern "C" IL2CPP_METHOD_ATTR bool StarNode_get_IsNullable_mBA695962AE24D0356043783ED3A1BA4396252C5E (StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Xml.Schema.StarNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StarNode__ctor_m5BC4F9A87842A2DDEEA5AA8F2F933860A497173B (StarNode_tDF30983D880A2C8707F144D32EA266A257045A30 * __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.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern()
extern "C" IL2CPP_METHOD_ATTR Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * StringFacetsChecker_get_LanguagePattern_m79E91EAA1C6750F7B194E2CBDD90BC3350DD501B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringFacetsChecker_get_LanguagePattern_m79E91EAA1C6750F7B194E2CBDD90BC3350DD501B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * V_0 = NULL;
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_0 = ((StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var))->get_languagePattern_0();
if (L_0)
{
goto IL_0020;
}
}
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_1 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD(L_1, _stringLiteralFB08159D2E17448E1DE21664C37B04939C9F3D31, 0, /*hidden argument*/NULL);
V_0 = L_1;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_2 = V_0;
InterlockedCompareExchangeImpl<Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *>((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF **)(((StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var))->get_address_of_languagePattern_0()), L_2, (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)NULL);
}
IL_0020:
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_3 = ((StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0_il2cpp_TypeInfo_var))->get_languagePattern_0();
return L_3;
}
}
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mEADB495F41254BCB28D7D66419D4D245E9A4D5E3 (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype1;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
String_t* L_3 = VirtFuncInvoker1< String_t*, RuntimeObject * >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2);
V_0 = L_3;
String_t* L_4 = V_0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype1;
Exception_t * L_6 = StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E(__this, L_4, L_5, (bool)1, /*hidden argument*/NULL);
return L_6;
}
}
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mAF2467F94201C1A328F5689AE3E76F62FDDA0AC2 (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = ___datatype1;
Exception_t * L_2 = StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringFacetsChecker_CheckValueFacets_mDD21AFA3734E043FC3896FADC9828478D56DF89E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
int32_t G_B3_0 = 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;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_2 = ___datatype1;
NullCheck(L_2);
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = VirtFuncInvoker0< RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2);
V_1 = L_3;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_4 = V_1;
if (L_4)
{
goto IL_0014;
}
}
{
G_B3_0 = 0;
goto IL_001a;
}
IL_0014:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = L_5->get_Flags_12();
G_B3_0 = ((int32_t)(L_6));
}
IL_001a:
{
V_2 = G_B3_0;
String_t* L_7 = ___value0;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_8 = ___datatype1;
NullCheck(L_8);
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_8);
bool L_10 = ___verifyUri2;
Exception_t * L_11 = StringFacetsChecker_CheckBuiltInFacets_mA9B78AA0DBDCA3A2BA117092F269D932EE15DCB2(__this, L_7, L_9, L_10, /*hidden argument*/NULL);
V_3 = L_11;
Exception_t * L_12 = V_3;
if (!L_12)
{
goto IL_002f;
}
}
{
Exception_t * L_13 = V_3;
return L_13;
}
IL_002f:
{
int32_t L_14 = V_2;
if (!L_14)
{
goto IL_00b5;
}
}
{
int32_t L_15 = V_2;
if (!((int32_t)((int32_t)L_15&(int32_t)1)))
{
goto IL_0053;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_16 = V_1;
NullCheck(L_16);
int32_t L_17 = L_16->get_Length_0();
int32_t L_18 = V_0;
if ((((int32_t)L_17) == ((int32_t)L_18)))
{
goto IL_0053;
}
}
{
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_20 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_20, _stringLiteralB88CB4A94A4658E207B95560AF909023945D3455, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0053:
{
int32_t L_21 = V_2;
if (!((int32_t)((int32_t)L_21&(int32_t)2)))
{
goto IL_0071;
}
}
{
int32_t L_22 = V_0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_23 = V_1;
NullCheck(L_23);
int32_t L_24 = L_23->get_MinLength_1();
if ((((int32_t)L_22) >= ((int32_t)L_24)))
{
goto IL_0071;
}
}
{
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_26 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_26, _stringLiteralD7BFBC924642B310E126572107505D4B1EB63EED, L_25, /*hidden argument*/NULL);
return L_26;
}
IL_0071:
{
int32_t L_27 = V_2;
if (!((int32_t)((int32_t)L_27&(int32_t)4)))
{
goto IL_008f;
}
}
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_28 = V_1;
NullCheck(L_28);
int32_t L_29 = L_28->get_MaxLength_2();
int32_t L_30 = V_0;
if ((((int32_t)L_29) >= ((int32_t)L_30)))
{
goto IL_008f;
}
}
{
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, _stringLiteralBC4AB98F07444AD5E48C75533AC0ED562933DBA1, L_31, /*hidden argument*/NULL);
return L_32;
}
IL_008f:
{
int32_t L_33 = V_2;
if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)16))))
{
goto IL_00b5;
}
}
{
String_t* L_34 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_35 = V_1;
NullCheck(L_35);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = L_35->get_Enumeration_4();
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_37 = ___datatype1;
bool L_38 = StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA(__this, L_34, L_36, L_37, /*hidden argument*/NULL);
if (L_38)
{
goto IL_00b5;
}
}
{
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_40 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_40, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_00b5:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_mDC1D7CB5933C0AF80314E4A10119E50DD9C2ADDF (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = VirtFuncInvoker0< XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
RuntimeObject * L_2 = ___value0;
NullCheck(L_1);
String_t* L_3 = VirtFuncInvoker1< String_t*, RuntimeObject * >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = ___enumeration1;
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_5 = ___datatype2;
bool L_6 = StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringFacetsChecker_MatchEnumeration_m575234F847372A4542E6B186A7BB066FB2C4AFCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)28)))))
{
goto IL_0038;
}
}
{
V_0 = 0;
goto IL_002d;
}
IL_000e:
{
String_t* L_2 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ___enumeration1;
int32_t L_4 = V_0;
NullCheck(L_3);
RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4);
NullCheck(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_5, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
String_t* L_6 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_5, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_2);
bool L_7 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_2, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
int32_t L_9 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = ___enumeration1;
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_000e;
}
}
{
goto IL_005f;
}
IL_0038:
{
V_1 = 0;
goto IL_0056;
}
IL_003c:
{
String_t* L_12 = ___value0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = ___enumeration1;
int32_t L_14 = V_1;
NullCheck(L_13);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14);
NullCheck(L_12);
bool L_16 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0052;
}
}
{
return (bool)1;
}
IL_0052:
{
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0056:
{
int32_t L_18 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = ___enumeration1;
NullCheck(L_19);
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_003c;
}
}
IL_005f:
{
return (bool)0;
}
}
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckBuiltInFacets_mA9B78AA0DBDCA3A2BA117092F269D932EE15DCB2 (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __this, String_t* ___s0, int32_t ___typeCode1, bool ___verifyUri2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringFacetsChecker_CheckBuiltInFacets_mA9B78AA0DBDCA3A2BA117092F269D932EE15DCB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL;
{
V_0 = (Exception_t *)NULL;
int32_t L_0 = ___typeCode1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)28))))
{
case 0:
{
goto IL_003d;
}
case 1:
{
goto IL_00ae;
}
case 2:
{
goto IL_00ae;
}
case 3:
{
goto IL_004b;
}
case 4:
{
goto IL_0054;
}
case 5:
{
goto IL_005d;
}
case 6:
{
goto IL_0095;
}
case 7:
{
goto IL_009e;
}
case 8:
{
goto IL_00a7;
}
case 9:
{
goto IL_00a7;
}
case 10:
{
goto IL_00a7;
}
case 11:
{
goto IL_00a7;
}
}
}
{
goto IL_00ae;
}
IL_003d:
{
bool L_1 = ___verifyUri2;
if (!L_1)
{
goto IL_00ae;
}
}
{
String_t* L_2 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_3 = XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_1), /*hidden argument*/NULL);
V_0 = L_3;
goto IL_00ae;
}
IL_004b:
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_5 = XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72(L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_00ae;
}
IL_0054:
{
String_t* L_6 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_7 = XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619(L_6, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_00ae;
}
IL_005d:
{
String_t* L_8 = ___s0;
if (!L_8)
{
goto IL_0068;
}
}
{
String_t* L_9 = ___s0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0078;
}
}
IL_0068:
{
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, _stringLiteral0AD3397DB117ABEB14BA3E644C7A36AEA3DF51C8, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0078:
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_13 = StringFacetsChecker_get_LanguagePattern_m79E91EAA1C6750F7B194E2CBDD90BC3350DD501B(/*hidden argument*/NULL);
String_t* L_14 = ___s0;
NullCheck(L_13);
bool L_15 = Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C(L_13, L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_00ae;
}
}
{
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_17 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_17, _stringLiteral9B3B90F652D5E501CD2E5CEDA632749F8BD2BE9D, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0095:
{
String_t* L_18 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_19 = XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3(L_18, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_00ae;
}
IL_009e:
{
String_t* L_20 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_21 = XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7(L_20, /*hidden argument*/NULL);
V_0 = L_21;
goto IL_00ae;
}
IL_00a7:
{
String_t* L_22 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_23 = XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C(L_22, /*hidden argument*/NULL);
V_0 = L_23;
}
IL_00ae:
{
Exception_t * L_24 = V_0;
return L_24;
}
}
// System.Void System.Xml.Schema.StringFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_m57E06B67603CAE5C20D190641F87D36BEF46FB3D (StringFacetsChecker_tBCB48F1B545187719429C40BE474CD7D6B0E93C0 * __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.SymbolsDictionary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_m54E8AE8F3386250B190C7AF6B05E9740C009EBEC (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymbolsDictionary__ctor_m54E8AE8F3386250B190C7AF6B05E9740C009EBEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_isUpaEnforced_5((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_names_1(L_0);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL);
__this->set_particles_3(L_1);
return;
}
}
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Count_mA5E0EF74196EF95C123236F6D4FC6A129A6FBBBE (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_last_0();
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
}
}
// System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced()
extern "C" IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_m6001E5BDBB7DEABB3612C9D2410ABF2212159524 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isUpaEnforced_5();
return L_0;
}
}
// System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_m2F080D86EA8436B81C728C47E379C1EA4FBF0E36 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_isUpaEnforced_5(L_0);
return;
}
}
// System.Int32 System.Xml.Schema.SymbolsDictionary::AddName(System.Xml.XmlQualifiedName,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymbolsDictionary_AddName_mB8DBDC9ACF1E5201E934C84E0553264A898BCB04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_names_1();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___name0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
V_0 = L_2;
RuntimeObject * L_3 = V_0;
if (!L_3)
{
goto IL_002f;
}
}
{
RuntimeObject * L_4 = V_0;
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_particles_3();
int32_t L_6 = V_1;
NullCheck(L_5);
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
RuntimeObject * L_8 = ___particle1;
if ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)L_8)))
{
goto IL_002d;
}
}
{
__this->set_isUpaEnforced_5((bool)0);
}
IL_002d:
{
int32_t L_9 = V_1;
return L_9;
}
IL_002f:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_names_1();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___name0;
int32_t L_12 = __this->get_last_0();
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_10);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_14);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = __this->get_particles_3();
RuntimeObject * L_16 = ___particle1;
NullCheck(L_15);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16);
int32_t L_17 = __this->get_last_0();
V_2 = L_17;
int32_t L_18 = V_2;
__this->set_last_0(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)));
int32_t L_19 = V_2;
return L_19;
}
}
// System.Void System.Xml.Schema.SymbolsDictionary::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_AddNamespaceList_m4908B22648859A3F34391FE1438A3C25F3255E60 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___list0, RuntimeObject * ___particle1, bool ___allowLocal2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymbolsDictionary_AddNamespaceList_m4908B22648859A3F34391FE1438A3C25F3255E60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_0 = ___list0;
NullCheck(L_0);
int32_t L_1 = NamespaceList_get_Type_m2192DD5E80C11B7D146A7D7B8AB40F8BAD9B5F24(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_001a;
}
case 1:
{
goto IL_0022;
}
case 2:
{
goto IL_003f;
}
}
}
{
return;
}
IL_001a:
{
RuntimeObject * L_3 = ___particle1;
__this->set_particleLast_4(L_3);
return;
}
IL_0022:
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_4 = ___list0;
NullCheck(L_4);
String_t* L_5 = NamespaceList_get_Excluded_m611FC71FFE6E04C0852BC6DF9D42EA9998F52F38(L_4, /*hidden argument*/NULL);
SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058(__this, L_5, NULL, /*hidden argument*/NULL);
bool L_6 = ___allowLocal2;
if (L_6)
{
goto IL_007c;
}
}
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058(__this, L_7, NULL, /*hidden argument*/NULL);
return;
}
IL_003f:
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_8 = ___list0;
NullCheck(L_8);
RuntimeObject* L_9 = NamespaceList_get_Enumerate_m5A2CAC883573EC63C8D4B6B33E9FF773DEE30B74(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_9);
V_1 = L_10;
}
IL_004b:
try
{ // begin try (depth: 1)
{
goto IL_0061;
}
IL_004d:
{
RuntimeObject* L_11 = V_1;
NullCheck(L_11);
RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11);
V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var));
String_t* L_13 = V_2;
RuntimeObject * L_14 = ___particle1;
SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058(__this, L_13, L_14, /*hidden argument*/NULL);
}
IL_0061:
{
RuntimeObject* L_15 = V_1;
NullCheck(L_15);
bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_004d;
}
}
IL_0069:
{
IL2CPP_LEAVE(0x7C, FINALLY_006b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006b;
}
FINALLY_006b:
{ // begin finally (depth: 1)
{
RuntimeObject* L_17 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_18 = V_3;
if (!L_18)
{
goto IL_007b;
}
}
IL_0075:
{
RuntimeObject* L_19 = V_3;
NullCheck(L_19);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_19);
}
IL_007b:
{
IL2CPP_END_FINALLY(107)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(107)
{
IL2CPP_JUMP_TBL(0x7C, IL_007c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007c:
{
return;
}
}
// System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, String_t* ___wildcard0, RuntimeObject * ___particle1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymbolsDictionary_AddWildcard_m86F108EB5845ACAF8883587CB582939A55D79058_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_wildcards_2();
if (L_0)
{
goto IL_0013;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
__this->set_wildcards_2(L_1);
}
IL_0013:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_wildcards_2();
String_t* L_3 = ___wildcard0;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3);
V_0 = L_4;
RuntimeObject * L_5 = V_0;
if (L_5)
{
goto IL_0056;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get_wildcards_2();
String_t* L_7 = ___wildcard0;
int32_t L_8 = __this->get_last_0();
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_10);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = __this->get_particles_3();
RuntimeObject * L_12 = ___particle1;
NullCheck(L_11);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12);
int32_t L_13 = __this->get_last_0();
__this->set_last_0(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
return;
}
IL_0056:
{
RuntimeObject * L_14 = ___particle1;
if (!L_14)
{
goto IL_006b;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = __this->get_particles_3();
RuntimeObject * L_16 = V_0;
RuntimeObject * L_17 = ___particle1;
NullCheck(L_15);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_15, ((*(int32_t*)((int32_t*)UnBox(L_16, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), L_17);
}
IL_006b:
{
return;
}
}
// System.Collections.ICollection System.Xml.Schema.SymbolsDictionary::GetNamespaceListSymbols(System.Xml.Schema.NamespaceList)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetNamespaceListSymbols_m208F603738B1E0191B7E1DD11F802BF96B58063A (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymbolsDictionary_GetNamespaceListSymbols_m208F603738B1E0191B7E1DD11F802BF96B58063A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_2 = NULL;
RuntimeObject* V_3 = NULL;
String_t* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
V_0 = L_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_names_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_1);
NullCheck(L_2);
RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_2);
V_1 = L_3;
}
IL_0017:
try
{ // begin try (depth: 1)
{
goto IL_004e;
}
IL_0019:
{
RuntimeObject* L_4 = V_1;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_2 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4();
bool L_8 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004e;
}
}
IL_0032:
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_9 = ___list0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = V_2;
NullCheck(L_9);
bool L_11 = NamespaceList_Allows_m1490FDBC8A7C8AB622CF10E35F2A41CE30F50628(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_004e;
}
}
IL_003b:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = V_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_names_1();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = V_2;
NullCheck(L_13);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14);
NullCheck(L_12);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15);
}
IL_004e:
{
RuntimeObject* L_16 = V_1;
NullCheck(L_16);
bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0019;
}
}
IL_0056:
{
IL2CPP_LEAVE(0x69, FINALLY_0058);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0058;
}
FINALLY_0058:
{ // begin finally (depth: 1)
{
RuntimeObject* L_18 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_19 = V_3;
if (!L_19)
{
goto IL_0068;
}
}
IL_0062:
{
RuntimeObject* L_20 = V_3;
NullCheck(L_20);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20);
}
IL_0068:
{
IL2CPP_END_FINALLY(88)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(88)
{
IL2CPP_JUMP_TBL(0x69, IL_0069)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0069:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_21 = __this->get_wildcards_2();
if (!L_21)
{
goto IL_00ca;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_22 = __this->get_wildcards_2();
NullCheck(L_22);
RuntimeObject* L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_22);
NullCheck(L_23);
RuntimeObject* L_24 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_23);
V_1 = L_24;
}
IL_0082:
try
{ // begin try (depth: 1)
{
goto IL_00af;
}
IL_0084:
{
RuntimeObject* L_25 = V_1;
NullCheck(L_25);
RuntimeObject * L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_25);
V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var));
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_27 = ___list0;
String_t* L_28 = V_4;
NullCheck(L_27);
bool L_29 = VirtFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) */, L_27, L_28);
if (!L_29)
{
goto IL_00af;
}
}
IL_009b:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_30 = V_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_31 = __this->get_wildcards_2();
String_t* L_32 = V_4;
NullCheck(L_31);
RuntimeObject * L_33 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_31, L_32);
NullCheck(L_30);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_33);
}
IL_00af:
{
RuntimeObject* L_34 = V_1;
NullCheck(L_34);
bool L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_34);
if (L_35)
{
goto IL_0084;
}
}
IL_00b7:
{
IL2CPP_LEAVE(0xCA, FINALLY_00b9);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b9;
}
FINALLY_00b9:
{ // begin finally (depth: 1)
{
RuntimeObject* L_36 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_37 = V_3;
if (!L_37)
{
goto IL_00c9;
}
}
IL_00c3:
{
RuntimeObject* L_38 = V_3;
NullCheck(L_38);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_38);
}
IL_00c9:
{
IL2CPP_END_FINALLY(185)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(185)
{
IL2CPP_JUMP_TBL(0xCA, IL_00ca)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00ca:
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_39 = ___list0;
NullCheck(L_39);
int32_t L_40 = NamespaceList_get_Type_m2192DD5E80C11B7D146A7D7B8AB40F8BAD9B5F24(L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00db;
}
}
{
NamespaceList_t333B54F374AA7F3348AE9A2FD0210A465BBD6B8C * L_41 = ___list0;
NullCheck(L_41);
int32_t L_42 = NamespaceList_get_Type_m2192DD5E80C11B7D146A7D7B8AB40F8BAD9B5F24(L_41, /*hidden argument*/NULL);
if ((!(((uint32_t)L_42) == ((uint32_t)1))))
{
goto IL_00ed;
}
}
IL_00db:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_43 = V_0;
int32_t L_44 = __this->get_last_0();
int32_t L_45 = L_44;
RuntimeObject * L_46 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_43);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_43, L_46);
}
IL_00ed:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_47 = V_0;
return L_47;
}
}
// System.Boolean System.Xml.Schema.SymbolsDictionary::Exists(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR bool SymbolsDictionary_Exists_m2D780FE2CEF026CD13481726A248C8FD492D25A6 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_names_1();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___name0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
if (!L_2)
{
goto IL_0010;
}
}
{
return (bool)1;
}
IL_0010:
{
return (bool)0;
}
}
// System.Object System.Xml.Schema.SymbolsDictionary::GetParticle(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SymbolsDictionary_GetParticle_m3F23549FC41EA937BCF79BBBFF21F74840E67150 (SymbolsDictionary_tD5FE8542DCD1430A2E53390D10EE48FCA52227A6 * __this, int32_t ___symbol0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___symbol0;
int32_t L_1 = __this->get_last_0();
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_particles_3();
int32_t L_3 = ___symbol0;
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);
return L_4;
}
IL_0016:
{
RuntimeObject * L_5 = __this->get_particleLast_4();
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode()
extern "C" IL2CPP_METHOD_ATTR bool SyntaxTreeNode_get_IsRangeNode_m7705D8F39B3D82C37A36696C9EEFA624AAE39AFF (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.SyntaxTreeNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_m760FCC338553438E9BB7C88B97415A1214BCDCF7 (SyntaxTreeNode_t7B5A3386C72D5DF7C5B26DF4468EDF5FADC2A08C * __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.Exception System.Xml.Schema.UnionFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR Exception_t * UnionFacetsChecker_CheckValueFacets_m85DB8EDFF76F8ECA55C69C58C59FA47A2EF809B5 (UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnionFacetsChecker_CheckValueFacets_m85DB8EDFF76F8ECA55C69C58C59FA47A2EF809B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * V_0 = NULL;
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;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0013;
}
IL_000d:
{
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_Flags_12();
G_B3_0 = ((int32_t)(L_4));
}
IL_0013:
{
if (!((int32_t)((int32_t)G_B3_0&(int32_t)((int32_t)16))))
{
goto IL_0038;
}
}
{
RuntimeObject * L_5 = ___value0;
RestrictionFacets_tB440DD7CAE146E138972858A02C18D3D13282AB4 * L_6 = V_0;
NullCheck(L_6);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = L_6->get_Enumeration_4();
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_8 = ___datatype1;
bool L_9 = VirtFuncInvoker3< bool, RuntimeObject *, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_5, L_7, L_8);
if (L_9)
{
goto IL_0038;
}
}
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_11 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_11, _stringLiteral7EDA7E886DD66A710FF5231B9CB7B299A9A2BDFB, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0038:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.Schema.UnionFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
extern "C" IL2CPP_METHOD_ATTR bool UnionFacetsChecker_MatchEnumeration_m6A9810FC2B2CE74240B7D12F29DE006A02B2E524 (UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A * __this, RuntimeObject * ___value0, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___enumeration1, XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_001a;
}
IL_0004:
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = ___datatype2;
RuntimeObject * 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, L_1, L_4);
if (L_5)
{
goto IL_0016;
}
}
{
return (bool)1;
}
IL_0016:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001a:
{
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.UnionFacetsChecker::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m239914137B9A8D77173437662CAB1F0FE18A2758 (UnionFacetsChecker_t6977021EC464B23381AD978173641C6E4B14840A * __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.UpaException::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634 (UpaException_tED69C4AC662CA80677ABA101231042E747107151 * __this, RuntimeObject * ___particle10, RuntimeObject * ___particle21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UpaException__ctor_mC448A14300096B9C0789A9EA533BCFD4814C3634_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___particle10;
__this->set_particle1_17(L_0);
RuntimeObject * L_1 = ___particle21;
__this->set_particle2_18(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity()
extern "C" IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m397BAC138F7D530CAC4787B82E6E26433EB31A3C (ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_severity_2();
return L_0;
}
}
// System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ValidationEventArgs_get_Exception_mDB8F6531022CE3D06DEC2E38C263DB6548B021E6 (ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * __this, const RuntimeMethod* method)
{
{
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_0 = __this->get_ex_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_mAD4694BCDB0E6FC9FEA2C5B4C31DF2746B5F08BD (ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs)
extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_mDF221A7979579150337323B45CD7A005C8582C08 (ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * __this, RuntimeObject * ___sender0, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
// System.IAsyncResult System.Xml.Schema.ValidationEventHandler::BeginInvoke(System.Object,System.Xml.Schema.ValidationEventArgs,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ValidationEventHandler_BeginInvoke_mF13504BF66AA6937C520CC629951A8C5258A1F86 (ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * __this, RuntimeObject * ___sender0, ValidationEventArgs_t242553A3B613066E3FC046288572FB1E0D3DA230 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.Xml.Schema.ValidationEventHandler::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_EndInvoke_m989469F67EC0F829D894E1FACA3CACDD78649FD2 (ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, int32_t ___typeCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___typeCode0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_mD5BF55A8C4E4BBD5315745BEA6DE21F63FF1C0FE(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.Schema.XmlAnyConverter::ToBoolean(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool XmlAnyConverter_ToBoolean_m4FD71AF2E9AB46A6127CA7D0EA4FA7D87DD020A1 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToBoolean_m4FD71AF2E9AB46A6127CA7D0EA4FA7D87DD020A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToBoolean_m4FD71AF2E9AB46A6127CA7D0EA4FA7D87DD020A1_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
bool L_7 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject * L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_9 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(bool*)((bool*)UnBox(L_10, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlAnyConverter::ToDateTime(System.Object)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlAnyConverter_ToDateTime_m9164F4464B407D83125653E8EB631F6530138B87 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToDateTime_m9164F4464B407D83125653E8EB631F6530138B87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToDateTime_m9164F4464B407D83125653E8EB631F6530138B87_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject * L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_9 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlAnyConverter::ToDateTimeOffset(System.Object)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlAnyConverter_ToDateTimeOffset_m95A77A98D28F9974EFC3615EC0389E6B3640FEF7 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToDateTimeOffset_m95A77A98D28F9974EFC3615EC0389E6B3640FEF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToDateTimeOffset_m95A77A98D28F9974EFC3615EC0389E6B3640FEF7_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject * L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_7 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_7);
return ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_8, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject * L_9 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_10 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
RuntimeObject * L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_11, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
}
}
// System.Decimal System.Xml.Schema.XmlAnyConverter::ToDecimal(System.Object)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlAnyConverter_ToDecimal_mA0A084D338B1A2374B4833209C264D88407A2570 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToDecimal_mA0A084D338B1A2374B4833209C264D88407A2570_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToDecimal_mA0A084D338B1A2374B4833209C264D88407A2570_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject * L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_7 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_7);
return ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_8, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject * L_9 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_10 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
RuntimeObject * L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_11, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlAnyConverter::ToDouble(System.Object)
extern "C" IL2CPP_METHOD_ATTR double XmlAnyConverter_ToDouble_m2CCB99B4CA44C79DE74077B0F4FC147F7EE4CB7E (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToDouble_m2CCB99B4CA44C79DE74077B0F4FC147F7EE4CB7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToDouble_m2CCB99B4CA44C79DE74077B0F4FC147F7EE4CB7E_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
double L_7 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject * L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_9 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(double*)((double*)UnBox(L_10, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlAnyConverter::ToInt32(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAnyConverter_ToInt32_m3625D4865B76901955EEE32CC5CCE55DAB01B123 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToInt32_m3625D4865B76901955EEE32CC5CCE55DAB01B123_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToInt32_m3625D4865B76901955EEE32CC5CCE55DAB01B123_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject * L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_9 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_10, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlAnyConverter::ToInt64(System.Object)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlAnyConverter_ToInt64_mC8C5C9FB73FE261BE218B5792E0C56DB0D10D67C (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToInt64_mC8C5C9FB73FE261BE218B5792E0C56DB0D10D67C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToInt64_mC8C5C9FB73FE261BE218B5792E0C56DB0D10D67C_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject * L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_9 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_10, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlAnyConverter::ToSingle(System.Object)
extern "C" IL2CPP_METHOD_ATTR float XmlAnyConverter_ToSingle_mB6A4F24C6DC4642A57C842D00B18618F24A4AEF7 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToSingle_mB6A4F24C6DC4642A57C842D00B18618F24A4AEF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyConverter_ToSingle_mB6A4F24C6DC4642A57C842D00B18618F24A4AEF7_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___value0;
NullCheck(L_2);
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject * L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_7 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_7);
return ((*(float*)((float*)UnBox(L_8, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject * L_9 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_10 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
RuntimeObject * L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return ((*(float*)((float*)UnBox(L_11, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Boolean,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m2C0D54E1E28E76AA513E2AEFA9758986B6EC86D4 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, bool ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_m2C0D54E1E28E76AA513E2AEFA9758986B6EC86D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_m2C0D54E1E28E76AA513E2AEFA9758986B6EC86D4_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)13), /*hidden argument*/NULL);
bool L_11 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483(L_12, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0044:
{
bool L_13 = ___value0;
bool L_14 = L_13;
RuntimeObject * L_15 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_14);
Type_t * L_16 = ___destinationType1;
RuntimeObject * L_17 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.DateTime,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m94A6BF21124970FCC5DA92313E3AEDC044EC5E21 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_m94A6BF21124970FCC5DA92313E3AEDC044EC5E21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_m94A6BF21124970FCC5DA92313E3AEDC044EC5E21_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)18), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC(L_12, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0044:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = L_13;
RuntimeObject * L_15 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_14);
Type_t * L_16 = ___destinationType1;
RuntimeObject * L_17 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Decimal,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m32A457D4B41B544202B656FBA5E601D7523B829D (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_m32A457D4B41B544202B656FBA5E601D7523B829D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_m32A457D4B41B544202B656FBA5E601D7523B829D_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0049;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)14), /*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_12 = L_11;
RuntimeObject * L_13 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_12);
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_14 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_14, L_10, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0049:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_15 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_16 = L_15;
RuntimeObject * L_17 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_16);
Type_t * L_18 = ___destinationType1;
RuntimeObject * L_19 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_17, L_18, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_19;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Double,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m062850DD5CF09B931318C1664968093B2A624D33 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, double ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_m062850DD5CF09B931318C1664968093B2A624D33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_m062850DD5CF09B931318C1664968093B2A624D33_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0045;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)16), /*hidden argument*/NULL);
double L_11 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808(L_12, L_10, (((double)((double)L_11))), /*hidden argument*/NULL);
return L_12;
}
IL_0045:
{
double L_13 = ___value0;
double L_14 = L_13;
RuntimeObject * L_15 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_14);
Type_t * L_16 = ___destinationType1;
RuntimeObject * L_17 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int32,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_mAD038B8500FCA8578C2900F9080F2B16A6461605 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, int32_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_mAD038B8500FCA8578C2900F9080F2B16A6461605_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_mAD038B8500FCA8578C2900F9080F2B16A6461605_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)44), /*hidden argument*/NULL);
int32_t L_11 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93(L_12, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0044:
{
int32_t L_13 = ___value0;
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
Type_t * L_16 = ___destinationType1;
RuntimeObject * L_17 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int64,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_mACF8F309855071C72739791802A435C273C4B6F5 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, int64_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_mACF8F309855071C72739791802A435C273C4B6F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, XmlAnyConverter_ChangeType_mACF8F309855071C72739791802A435C273C4B6F5_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t * L_6 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_10 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)43), /*hidden argument*/NULL);
int64_t L_11 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_12 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C(L_12, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0044:
{
int64_t L_13 = ___value0;
int64_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_14);
Type_t * L_16 = ___destinationType1;
RuntimeObject * L_17 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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, XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlAnyConverter_ChangeType_mC6B822CA30F1FC3639B65942A5DBAD03C4EC641B_RuntimeMethod_var);
}
IL_0022:
{
Type_t * L_5 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_6 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
Type_t * L_8 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_8;
}
IL_0037:
{
Type_t * L_9 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_10 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0052;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_12 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)12), /*hidden argument*/NULL);
String_t* L_13 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_14 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285(L_14, L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0052:
{
String_t* L_15 = ___value0;
Type_t * L_16 = ___destinationType1;
RuntimeObject* L_17 = ___nsResolver2;
RuntimeObject * L_18 = XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B(__this, L_15, L_16, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Type_t * V_0 = NULL;
{
RuntimeObject * 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, XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlAnyConverter_ChangeType_m5C955CAA1DD5B61ADED2B001AF65F432660C6897_RuntimeMethod_var);
}
IL_0022:
{
RuntimeObject * L_5 = ___value0;
NullCheck(L_5);
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
V_0 = L_6;
Type_t * L_7 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ObjectType_14();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
Type_t * L_10 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(__this, /*hidden argument*/NULL);
___destinationType1 = L_10;
}
IL_003e:
{
Type_t * L_11 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_12 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0069;
}
}
{
Type_t * L_14 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_15 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
RuntimeObject * L_17 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_17, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
bool L_18 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_17, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
bool L_19 = L_18;
RuntimeObject * L_20 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
IL_0069:
{
Type_t * L_21 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_22 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_23 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_21, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0094;
}
}
{
Type_t * L_24 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_25 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_26 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0094;
}
}
{
RuntimeObject * L_27 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_27, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_28 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_27, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = L_28;
RuntimeObject * L_30 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_29);
return L_30;
}
IL_0094:
{
Type_t * L_31 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_32 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_33 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_31, L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00bf;
}
}
{
Type_t * L_34 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_35 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_36 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_34, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00bf;
}
}
{
RuntimeObject * L_37 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_38 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_39 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_38);
return L_39;
}
IL_00bf:
{
Type_t * L_40 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_41 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_42 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_40, L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_00f4;
}
}
{
Type_t * L_43 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_44 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_45 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_43, L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_00f4;
}
}
{
RuntimeObject * L_46 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_47 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_46, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_48 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_46, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_47);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_49 = ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_48, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
RuntimeObject * L_50 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_49);
return L_50;
}
IL_00f4:
{
Type_t * L_51 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_52 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_53 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_51, L_52, /*hidden argument*/NULL);
if (!L_53)
{
goto IL_011f;
}
}
{
Type_t * L_54 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_55 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_56 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_54, L_55, /*hidden argument*/NULL);
if (!L_56)
{
goto IL_011f;
}
}
{
RuntimeObject * L_57 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
double L_58 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
double L_59 = L_58;
RuntimeObject * L_60 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_59);
return L_60;
}
IL_011f:
{
Type_t * L_61 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_62 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_63 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_61, L_62, /*hidden argument*/NULL);
if (!L_63)
{
goto IL_014a;
}
}
{
Type_t * L_64 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_65 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_66 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_64, L_65, /*hidden argument*/NULL);
if (!L_66)
{
goto IL_014a;
}
}
{
RuntimeObject * L_67 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_67, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_67, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int32_t L_69 = L_68;
RuntimeObject * L_70 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_69);
return L_70;
}
IL_014a:
{
Type_t * L_71 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_72 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_73 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_71, L_72, /*hidden argument*/NULL);
if (!L_73)
{
goto IL_0175;
}
}
{
Type_t * L_74 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_75 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_76 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_74, L_75, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_0175;
}
}
{
RuntimeObject * L_77 = ___value0;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_77, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int64_t L_78 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_77, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
int64_t L_79 = L_78;
RuntimeObject * L_80 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_79);
return L_80;
}
IL_0175:
{
Type_t * L_81 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_82 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_83 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_81, L_82, /*hidden argument*/NULL);
if (!L_83)
{
goto IL_01aa;
}
}
{
Type_t * L_84 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_85 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_86 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_84, L_85, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_01aa;
}
}
{
RuntimeObject * L_87 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_88 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_87, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_89 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_87, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_88);
float L_90 = ((*(float*)((float*)UnBox(L_89, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
RuntimeObject * L_91 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_90);
return L_91;
}
IL_01aa:
{
Type_t * L_92 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_93 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_94 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_92, L_93, /*hidden argument*/NULL);
if (!L_94)
{
goto IL_03f8;
}
}
{
Type_t * L_95 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_96 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_97 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_95, L_96, /*hidden argument*/NULL);
if (!L_97)
{
goto IL_01ce;
}
}
{
RuntimeObject * L_98 = ___value0;
return ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_98, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var));
}
IL_01ce:
{
Type_t * L_99 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_100 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_101 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_99, L_100, /*hidden argument*/NULL);
if (!L_101)
{
goto IL_01ee;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_102 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)13), /*hidden argument*/NULL);
RuntimeObject * L_103 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_104 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483(L_104, L_102, ((*(bool*)((bool*)UnBox(L_103, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_104;
}
IL_01ee:
{
Type_t * L_105 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_106 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ByteType_15();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_107 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_105, L_106, /*hidden argument*/NULL);
if (!L_107)
{
goto IL_0209;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_108 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)51), /*hidden argument*/NULL);
RuntimeObject * L_109 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_110 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_110, L_108, L_109, /*hidden argument*/NULL);
return L_110;
}
IL_0209:
{
Type_t * L_111 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_112 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ByteArrayType_27();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_113 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_111, L_112, /*hidden argument*/NULL);
if (!L_113)
{
goto IL_0224;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_114 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)27), /*hidden argument*/NULL);
RuntimeObject * L_115 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_116 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_116, L_114, L_115, /*hidden argument*/NULL);
return L_116;
}
IL_0224:
{
Type_t * L_117 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_118 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_119 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_117, L_118, /*hidden argument*/NULL);
if (!L_119)
{
goto IL_0244;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_120 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)18), /*hidden argument*/NULL);
RuntimeObject * L_121 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_122 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC(L_122, L_120, ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_121, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_122;
}
IL_0244:
{
Type_t * L_123 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_124 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_125 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_123, L_124, /*hidden argument*/NULL);
if (!L_125)
{
goto IL_0269;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_126 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)18), /*hidden argument*/NULL);
RuntimeObject * L_127 = ___value0;
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_128 = ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_127, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
RuntimeObject * L_129 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_128);
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_130 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_130, L_126, L_129, /*hidden argument*/NULL);
return L_130;
}
IL_0269:
{
Type_t * L_131 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_132 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_133 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_131, L_132, /*hidden argument*/NULL);
if (!L_133)
{
goto IL_0284;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_134 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)14), /*hidden argument*/NULL);
RuntimeObject * L_135 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_136 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_136, L_134, L_135, /*hidden argument*/NULL);
return L_136;
}
IL_0284:
{
Type_t * L_137 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_138 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_139 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_137, L_138, /*hidden argument*/NULL);
if (!L_139)
{
goto IL_02a4;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_140 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)16), /*hidden argument*/NULL);
RuntimeObject * L_141 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_142 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808(L_142, L_140, ((*(double*)((double*)UnBox(L_141, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_142;
}
IL_02a4:
{
Type_t * L_143 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_144 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int16Type_16();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_145 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_143, L_144, /*hidden argument*/NULL);
if (!L_145)
{
goto IL_02bf;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_146 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)45), /*hidden argument*/NULL);
RuntimeObject * L_147 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_148 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_148, L_146, L_147, /*hidden argument*/NULL);
return L_148;
}
IL_02bf:
{
Type_t * L_149 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_150 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_151 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_149, L_150, /*hidden argument*/NULL);
if (!L_151)
{
goto IL_02df;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_152 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)44), /*hidden argument*/NULL);
RuntimeObject * L_153 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_154 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93(L_154, L_152, ((*(int32_t*)((int32_t*)UnBox(L_153, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_154;
}
IL_02df:
{
Type_t * L_155 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_156 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_157 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_155, L_156, /*hidden argument*/NULL);
if (!L_157)
{
goto IL_02ff;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_158 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)43), /*hidden argument*/NULL);
RuntimeObject * L_159 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_160 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C(L_160, L_158, ((*(int64_t*)((int64_t*)UnBox(L_159, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_160;
}
IL_02ff:
{
Type_t * L_161 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_162 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SByteType_17();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_163 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_161, L_162, /*hidden argument*/NULL);
if (!L_163)
{
goto IL_031a;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_164 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)46), /*hidden argument*/NULL);
RuntimeObject * L_165 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_166 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_166, L_164, L_165, /*hidden argument*/NULL);
return L_166;
}
IL_031a:
{
Type_t * L_167 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_168 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_169 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_167, L_168, /*hidden argument*/NULL);
if (!L_169)
{
goto IL_0335;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_170 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)15), /*hidden argument*/NULL);
RuntimeObject * L_171 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_172 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_172, L_170, L_171, /*hidden argument*/NULL);
return L_172;
}
IL_0335:
{
Type_t * L_173 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_174 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_175 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_173, L_174, /*hidden argument*/NULL);
if (!L_175)
{
goto IL_0355;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_176 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)12), /*hidden argument*/NULL);
RuntimeObject * L_177 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_178 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285(L_178, L_176, ((String_t*)CastclassSealed((RuntimeObject*)L_177, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_178;
}
IL_0355:
{
Type_t * L_179 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_180 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_TimeSpanType_30();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_181 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_179, L_180, /*hidden argument*/NULL);
if (!L_181)
{
goto IL_0370;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_182 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)17), /*hidden argument*/NULL);
RuntimeObject * L_183 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_184 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_184, L_182, L_183, /*hidden argument*/NULL);
return L_184;
}
IL_0370:
{
Type_t * L_185 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_186 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_UInt16Type_18();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_187 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_185, L_186, /*hidden argument*/NULL);
if (!L_187)
{
goto IL_038b;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_188 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)50), /*hidden argument*/NULL);
RuntimeObject * L_189 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_190 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_190, L_188, L_189, /*hidden argument*/NULL);
return L_190;
}
IL_038b:
{
Type_t * L_191 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_192 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_UInt32Type_19();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_193 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_191, L_192, /*hidden argument*/NULL);
if (!L_193)
{
goto IL_03a6;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_194 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)49), /*hidden argument*/NULL);
RuntimeObject * L_195 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_196 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_196, L_194, L_195, /*hidden argument*/NULL);
return L_196;
}
IL_03a6:
{
Type_t * L_197 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_198 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_UInt64Type_20();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_199 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_197, L_198, /*hidden argument*/NULL);
if (!L_199)
{
goto IL_03c1;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_200 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)48), /*hidden argument*/NULL);
RuntimeObject * L_201 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_202 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_202, L_200, L_201, /*hidden argument*/NULL);
return L_202;
}
IL_03c1:
{
Type_t * L_203 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_204 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_UriType_29();
bool L_205 = XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984(L_203, L_204, /*hidden argument*/NULL);
if (!L_205)
{
goto IL_03dc;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_206 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)28), /*hidden argument*/NULL);
RuntimeObject * L_207 = ___value0;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_208 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130(L_208, L_206, L_207, /*hidden argument*/NULL);
return L_208;
}
IL_03dc:
{
Type_t * L_209 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_210 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28();
bool L_211 = XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984(L_209, L_210, /*hidden argument*/NULL);
if (!L_211)
{
goto IL_03f8;
}
}
{
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_212 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(((int32_t)29), /*hidden argument*/NULL);
RuntimeObject * L_213 = ___value0;
RuntimeObject* L_214 = ___nsResolver2;
XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * L_215 = (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)il2cpp_codegen_object_new(XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66(L_215, L_212, L_213, L_214, /*hidden argument*/NULL);
return L_215;
}
IL_03f8:
{
Type_t * L_216 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_217 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathItemType_21();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_218 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_216, L_217, /*hidden argument*/NULL);
if (!L_218)
{
goto IL_042d;
}
}
{
Type_t * L_219 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_220 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_221 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_219, L_220, /*hidden argument*/NULL);
if (!L_221)
{
goto IL_0419;
}
}
{
RuntimeObject * L_222 = ___value0;
return ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_222, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var));
}
IL_0419:
{
Type_t * L_223 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_224 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
bool L_225 = XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984(L_223, L_224, /*hidden argument*/NULL);
if (!L_225)
{
goto IL_042d;
}
}
{
RuntimeObject * L_226 = ___value0;
return ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)CastclassClass((RuntimeObject*)L_226, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
}
IL_042d:
{
Type_t * L_227 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_228 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_229 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_227, L_228, /*hidden argument*/NULL);
if (!L_229)
{
goto IL_0454;
}
}
{
Type_t * L_230 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_231 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
bool L_232 = XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984(L_230, L_231, /*hidden argument*/NULL);
if (!L_232)
{
goto IL_0454;
}
}
{
RuntimeObject * L_233 = ___value0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_234 = XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01(__this, ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)CastclassClass((RuntimeObject*)L_233, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_234;
}
IL_0454:
{
Type_t * L_235 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_236 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathItemType_21();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_237 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_235, L_236, /*hidden argument*/NULL);
if (!L_237)
{
goto IL_0474;
}
}
{
RuntimeObject * L_238 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_239 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
RuntimeObject* L_240 = ___nsResolver2;
RuntimeObject * L_241 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_238, L_239, L_240);
return ((XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 *)CastclassClass((RuntimeObject*)L_241, XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_il2cpp_TypeInfo_var));
}
IL_0474:
{
Type_t * L_242 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_243 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_244 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_242, L_243, /*hidden argument*/NULL);
if (!L_244)
{
goto IL_048f;
}
}
{
RuntimeObject * L_245 = ___value0;
Type_t * L_246 = ___destinationType1;
RuntimeObject* L_247 = ___nsResolver2;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_245, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_248 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_245, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_246, L_247);
return L_248;
}
IL_048f:
{
RuntimeObject * L_249 = ___value0;
Type_t * L_250 = ___destinationType1;
RuntimeObject* L_251 = ___nsResolver2;
RuntimeObject * L_252 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_249, L_250, L_251);
return L_252;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeTypeWildcardDestination_mDDAC7B50D8B5E07EACB4E4B24714F5E9FC7A274D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_2 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
RuntimeObject * L_4 = ___value0;
Type_t * L_5 = ___destinationType1;
RuntimeObject* L_6 = ___nsResolver2;
NullCheck(((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)));
RuntimeObject * L_7 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_il2cpp_TypeInfo_var)), L_5, L_6);
return L_7;
}
IL_0020:
{
RuntimeObject * L_8 = ___value0;
Type_t * L_9 = ___destinationType1;
RuntimeObject* L_10 = ___nsResolver2;
RuntimeObject * L_11 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_8, L_9, L_10);
return L_11;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ChangeTypeWildcardSource_m061CFB0A58D82B2A222BF6F91BE99D4A87BEB47B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathItemType_21();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
RuntimeObject * L_3 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
RuntimeObject* L_5 = ___nsResolver2;
RuntimeObject * L_6 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_3, L_4, L_5);
return ((XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 *)CastclassClass((RuntimeObject*)L_6, XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_il2cpp_TypeInfo_var));
}
IL_0020:
{
RuntimeObject * L_7 = ___value0;
Type_t * L_8 = ___destinationType1;
RuntimeObject* L_9 = ___nsResolver2;
RuntimeObject * L_10 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_7, L_8, L_9);
return L_10;
}
}
// System.Xml.XPath.XPathNavigator System.Xml.Schema.XmlAnyConverter::ToNavigator(System.Xml.XPath.XPathNavigator)
extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01 (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = XmlBaseConverter_get_TypeCode_mDE84FBF20D818C3D6DBDF4F5815DE520CD2FF59E(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
Type_t * L_2 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
Exception_t * L_3 = XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6(__this, L_1, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAnyConverter_ToNavigator_mD947AB504255D455EDF226D82620FDD95450EE01_RuntimeMethod_var);
}
IL_001a:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = ___nav0;
return L_4;
}
}
// System.Void System.Xml.Schema.XmlAnyConverter::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XmlAnyConverter__cctor_mBD9ABE483C5B2EC7EBDF4934618AEAD14E093BAB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyConverter__cctor_mBD9ABE483C5B2EC7EBDF4934618AEAD14E093BAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * L_0 = (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 *)il2cpp_codegen_object_new(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var);
XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801(L_0, 1, /*hidden argument*/NULL);
((XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var))->set_Item_32(L_0);
XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 * L_1 = (XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6 *)il2cpp_codegen_object_new(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var);
XmlAnyConverter__ctor_m797D77020326DF30BE939ED0C36972BDDD190801(L_1, ((int32_t)10), /*hidden argument*/NULL);
((XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var))->set_AnyAtomic_33(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
extern "C" IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_mC0E942FF224CDC2E0BB165268F2D7B9DF35618A6 (XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A * __this, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * ___atomicConverter0, const RuntimeMethod* method)
{
{
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_0 = ___atomicConverter0;
XmlListConverter__ctor_mAB57AE0E8F6D551B371FDFC90357661A0F1D4CEA(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Xml.Schema.XmlAnyListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D (XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * 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, XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D_RuntimeMethod_var);
}
IL_000e:
{
Type_t * L_2 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralFF3BA695D3EFEA937A1B1571C4E6461A8DACB151, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlAnyListConverter_ChangeType_m2F4D5123615DA201C0BEE268EE9C235B203B722D_RuntimeMethod_var);
}
IL_0022:
{
RuntimeObject * L_5 = ___value0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var)))
{
goto IL_004e;
}
}
{
RuntimeObject * L_6 = ___value0;
NullCheck(L_6);
Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_8 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_004e;
}
}
{
RuntimeObject * L_10 = ___value0;
NullCheck(L_10);
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_12 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_ByteArrayType_27();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_005a;
}
}
IL_004e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
RuntimeObject * L_16 = ___value0;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
___value0 = (RuntimeObject *)L_15;
}
IL_005a:
{
RuntimeObject * L_17 = ___value0;
Type_t * L_18 = ___destinationType1;
RuntimeObject* L_19 = ___nsResolver2;
RuntimeObject * L_20 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_17, L_18, L_19);
return L_20;
}
}
// System.Void System.Xml.Schema.XmlAnyListConverter::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XmlAnyListConverter__cctor_m120EFF9FFAED4ACCD01CB35DFBEE2E63661FEDB5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAnyListConverter__cctor_m120EFF9FFAED4ACCD01CB35DFBEE2E63661FEDB5_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_Item_32();
XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A * L_1 = (XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A *)il2cpp_codegen_object_new(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_il2cpp_TypeInfo_var);
XmlAnyListConverter__ctor_mC0E942FF224CDC2E0BB165268F2D7B9DF35618A6(L_1, ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 *)CastclassClass((RuntimeObject*)L_0, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
((XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_il2cpp_TypeInfo_var))->set_ItemList_33(L_1);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_2 = ((XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t4D431617E0BF65D3436F651CFC9024F17ACEB8D6_il2cpp_TypeInfo_var))->get_AnyAtomic_33();
XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A * L_3 = (XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A *)il2cpp_codegen_object_new(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_il2cpp_TypeInfo_var);
XmlAnyListConverter__ctor_mC0E942FF224CDC2E0BB165268F2D7B9DF35618A6(L_3, ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 *)CastclassClass((RuntimeObject*)L_2, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
((XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_t1150077B9E7B2D0AEDC3450117300B021E43BF4A_il2cpp_TypeInfo_var))->set_AnyAtomicList_34(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.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, bool ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___xmlType0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlAtomicValue__ctor_m90F40E889884C4428BA8CD72FE05FEC7BBF1D483_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
__this->set_xmlType_0(L_2);
__this->set_clrType_2(3);
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_3 = __this->get_address_of_unionVal_3();
bool L_4 = ___value1;
L_3->set_boolVal_0(L_4);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___xmlType0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlAtomicValue__ctor_m1B7A940E1C2EABCA60081FD60C0A1339DD15BDAC_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
__this->set_xmlType_0(L_2);
__this->set_clrType_2(((int32_t)16));
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_3 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = ___value1;
L_3->set_dtVal_4(L_4);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, double ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___xmlType0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlAtomicValue__ctor_mB4CFEA40EE41855925797FF5974E0D2A1C247808_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
__this->set_xmlType_0(L_2);
__this->set_clrType_2(((int32_t)14));
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_3 = __this->get_address_of_unionVal_3();
double L_4 = ___value1;
L_3->set_dblVal_1(L_4);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, int32_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___xmlType0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlAtomicValue__ctor_mAAA4E866BF8939F68CC1CD221BD4DB9710424B93_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
__this->set_xmlType_0(L_2);
__this->set_clrType_2(((int32_t)9));
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_3 = __this->get_address_of_unionVal_3();
int32_t L_4 = ___value1;
L_3->set_i32Val_3(L_4);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, int64_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___xmlType0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, XmlAtomicValue__ctor_m47A1F7A01B763C83F67304CA7B339E18D7B3880C_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
__this->set_xmlType_0(L_2);
__this->set_clrType_2(((int32_t)11));
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_3 = __this->get_address_of_unionVal_3();
int64_t L_4 = ___value1;
L_3->set_i64Val_2(L_4);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value1;
if (L_0)
{
goto IL_0014;
}
}
{
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, XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAtomicValue__ctor_mD46C90046103E2CA80BEDD1AA5FEF220E0DD3285_RuntimeMethod_var);
}
IL_0022:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = ___xmlType0;
__this->set_xmlType_0(L_4);
String_t* L_5 = ___value1;
__this->set_objVal_1(L_5);
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, String_t* ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value1;
if (L_0)
{
goto IL_0014;
}
}
{
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, XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAtomicValue__ctor_mB0C82CBB705A9280509DED73541A44F509D34FA5_RuntimeMethod_var);
}
IL_0022:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = ___xmlType0;
__this->set_xmlType_0(L_4);
String_t* L_5 = ___value1;
__this->set_objVal_1(L_5);
RuntimeObject* L_6 = ___nsResolver2;
if (!L_6)
{
goto IL_006c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = __this->get_xmlType_0();
NullCheck(L_7);
int32_t L_8 = XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)((int32_t)29))))
{
goto IL_0051;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = __this->get_xmlType_0();
NullCheck(L_9);
int32_t L_10 = XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC(L_9, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30)))))
{
goto IL_006c;
}
}
IL_0051:
{
String_t* L_11 = ___value1;
String_t* L_12 = XmlAtomicValue_GetPrefixFromQName_mB7E5B1456AE63EBD27450B792E117AEADC5CE0CC(__this, L_11, /*hidden argument*/NULL);
V_0 = L_12;
String_t* L_13 = V_0;
RuntimeObject* L_14 = ___nsResolver2;
String_t* L_15 = V_0;
NullCheck(L_14);
String_t* L_16 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_14, L_15);
NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * L_17 = (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F *)il2cpp_codegen_object_new(NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F_il2cpp_TypeInfo_var);
NamespacePrefixForQName__ctor_m96C19BDB4A970E3023057E8F44574A18CE9C68AF(L_17, L_13, L_16, /*hidden argument*/NULL);
__this->set_nsPrefix_4(L_17);
}
IL_006c:
{
return;
}
}
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object)
extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value1;
if (L_0)
{
goto IL_0014;
}
}
{
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, XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAtomicValue__ctor_m1C489C1005BEE2632E07492092D9CE674C7E3130_RuntimeMethod_var);
}
IL_0022:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = ___xmlType0;
__this->set_xmlType_0(L_4);
RuntimeObject * L_5 = ___value1;
__this->set_objVal_1(L_5);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___value1;
if (L_0)
{
goto IL_0014;
}
}
{
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, XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66_RuntimeMethod_var);
}
IL_0014:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___xmlType0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralC255A321BC1B8A8776A4B79156F9F3C8E958D700, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlAtomicValue__ctor_mE61A19F2EE568ACC64299B0F9F817917B80FFF66_RuntimeMethod_var);
}
IL_0022:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = ___xmlType0;
__this->set_xmlType_0(L_4);
RuntimeObject * L_5 = ___value1;
__this->set_objVal_1(L_5);
RuntimeObject* L_6 = ___nsResolver2;
if (!L_6)
{
goto IL_0075;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = __this->get_xmlType_0();
NullCheck(L_7);
int32_t L_8 = XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)((int32_t)29))))
{
goto IL_0051;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = __this->get_xmlType_0();
NullCheck(L_9);
int32_t L_10 = XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC(L_9, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30)))))
{
goto IL_0075;
}
}
IL_0051:
{
RuntimeObject * L_11 = __this->get_objVal_1();
NullCheck(((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)));
String_t* L_12 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_12;
RuntimeObject* L_13 = ___nsResolver2;
String_t* L_14 = V_0;
NullCheck(L_13);
String_t* L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_13, L_14);
String_t* L_16 = V_0;
NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * L_17 = (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F *)il2cpp_codegen_object_new(NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F_il2cpp_TypeInfo_var);
NamespacePrefixForQName__ctor_m96C19BDB4A970E3023057E8F44574A18CE9C68AF(L_17, L_15, L_16, /*hidden argument*/NULL);
__this->set_nsPrefix_4(L_17);
}
IL_0075:
{
return;
}
}
// System.Object System.Xml.Schema.XmlAtomicValue::System.ICloneable.Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_System_ICloneable_Clone_m13B5A6C263393585AED64B453DD9C3F35C8A8057 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::get_XmlType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XmlAtomicValue_get_XmlType_m8E40B58595906115B534A1B35AE081D2428B9475 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
return L_0;
}
}
// System.Type System.Xml.Schema.XmlAtomicValue::get_ValueType()
extern "C" IL2CPP_METHOD_ATTR Type_t * XmlAtomicValue_get_ValueType_m7C5F636E14D8BD21571FAF8C53E50134BF97CEBA (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_1);
return L_2;
}
}
// System.Object System.Xml.Schema.XmlAtomicValue::get_TypedValue()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_get_TypedValue_m48A686F4B6F37C434F07B842CFB1E8F4D1DCCC96 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_00ba;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_0031;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_0042;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_005a;
}
}
{
goto IL_00ba;
}
IL_0031:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_0072;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_008a;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_00a2;
}
}
{
goto IL_00ba;
}
IL_0042:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NullCheck(L_10);
RuntimeObject * L_14 = VirtFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_10, L_12, L_13);
return L_14;
}
IL_005a:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_15 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_16 = __this->get_address_of_unionVal_3();
int32_t L_17 = L_16->get_i32Val_3();
Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NullCheck(L_15);
RuntimeObject * L_19 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_15, L_17, L_18);
return L_19;
}
IL_0072:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_20 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_21 = __this->get_address_of_unionVal_3();
int64_t L_22 = L_21->get_i64Val_2();
Type_t * L_23 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NullCheck(L_20);
RuntimeObject * L_24 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_20, L_22, L_23);
return L_24;
}
IL_008a:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_25 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_26 = __this->get_address_of_unionVal_3();
double L_27 = L_26->get_dblVal_1();
Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NullCheck(L_25);
RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_25, L_27, L_28);
return L_29;
}
IL_00a2:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_30 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_31 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_32 = L_31->get_dtVal_4();
Type_t * L_33 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NullCheck(L_30);
RuntimeObject * L_34 = VirtFuncInvoker2< RuntimeObject *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_30, L_32, L_33);
return L_34;
}
IL_00ba:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_35 = V_0;
RuntimeObject * L_36 = __this->get_objVal_1();
Type_t * L_37 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this);
NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * L_38 = __this->get_nsPrefix_4();
NullCheck(L_35);
RuntimeObject * L_39 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_35, L_36, L_37, L_38);
return L_39;
}
}
// System.Boolean System.Xml.Schema.XmlAtomicValue::get_ValueAsBoolean()
extern "C" IL2CPP_METHOD_ATTR bool XmlAtomicValue_get_ValueAsBoolean_m510A325582496B36AB08D0FC670D5C3A5E2DECD3 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0090;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003c;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_0048;
}
}
{
goto IL_0090;
}
IL_002b:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_005a;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_006c;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_007e;
}
}
{
goto IL_0090;
}
IL_003c:
{
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_10 = __this->get_address_of_unionVal_3();
bool L_11 = L_10->get_boolVal_0();
return L_11;
}
IL_0048:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_12 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_13 = __this->get_address_of_unionVal_3();
int32_t L_14 = L_13->get_i32Val_3();
NullCheck(L_12);
bool L_15 = VirtFuncInvoker1< bool, int32_t >::Invoke(5 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int32) */, L_12, L_14);
return L_15;
}
IL_005a:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_16 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_17 = __this->get_address_of_unionVal_3();
int64_t L_18 = L_17->get_i64Val_2();
NullCheck(L_16);
bool L_19 = VirtFuncInvoker1< bool, int64_t >::Invoke(4 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int64) */, L_16, L_18);
return L_19;
}
IL_006c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_20 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_21 = __this->get_address_of_unionVal_3();
double L_22 = L_21->get_dblVal_1();
NullCheck(L_20);
bool L_23 = VirtFuncInvoker1< bool, double >::Invoke(6 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Double) */, L_20, L_22);
return L_23;
}
IL_007e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_25 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = L_25->get_dtVal_4();
NullCheck(L_24);
bool L_27 = VirtFuncInvoker1< bool, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(7 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.DateTime) */, L_24, L_26);
return L_27;
}
IL_0090:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
RuntimeObject * L_29 = __this->get_objVal_1();
NullCheck(L_28);
bool L_30 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_28, L_29);
return L_30;
}
}
// System.DateTime System.Xml.Schema.XmlAtomicValue::get_ValueAsDateTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlAtomicValue_get_ValueAsDateTime_m1B2CC240DEE962098119E87FF2255A79CE5FE358 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0090;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003c;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_004e;
}
}
{
goto IL_0090;
}
IL_002b:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_0060;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_0072;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_0084;
}
}
{
goto IL_0090;
}
IL_003c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
NullCheck(L_10);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , bool >::Invoke(33 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Boolean) */, L_10, L_12);
return L_13;
}
IL_004e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_15 = __this->get_address_of_unionVal_3();
int32_t L_16 = L_15->get_i32Val_3();
NullCheck(L_14);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t >::Invoke(34 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int32) */, L_14, L_16);
return L_17;
}
IL_0060:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_18 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_19 = __this->get_address_of_unionVal_3();
int64_t L_20 = L_19->get_i64Val_2();
NullCheck(L_18);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_21 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int64_t >::Invoke(35 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int64) */, L_18, L_20);
return L_21;
}
IL_0072:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_22 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_23 = __this->get_address_of_unionVal_3();
double L_24 = L_23->get_dblVal_1();
NullCheck(L_22);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_25 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , double >::Invoke(36 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Double) */, L_22, L_24);
return L_25;
}
IL_0084:
{
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_26 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_27 = L_26->get_dtVal_4();
return L_27;
}
IL_0090:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
RuntimeObject * L_29 = __this->get_objVal_1();
NullCheck(L_28);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_30 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_28, L_29);
return L_30;
}
}
// System.Double System.Xml.Schema.XmlAtomicValue::get_ValueAsDouble()
extern "C" IL2CPP_METHOD_ATTR double XmlAtomicValue_get_ValueAsDouble_m4A3328D8A38A08A276B0490276DE4381C2243CBF (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0090;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003c;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_004e;
}
}
{
goto IL_0090;
}
IL_002b:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_0060;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_0072;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_007e;
}
}
{
goto IL_0090;
}
IL_003c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
NullCheck(L_10);
double L_13 = VirtFuncInvoker1< double, bool >::Invoke(24 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Boolean) */, L_10, L_12);
return L_13;
}
IL_004e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_15 = __this->get_address_of_unionVal_3();
int32_t L_16 = L_15->get_i32Val_3();
NullCheck(L_14);
double L_17 = VirtFuncInvoker1< double, int32_t >::Invoke(25 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int32) */, L_14, L_16);
return L_17;
}
IL_0060:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_18 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_19 = __this->get_address_of_unionVal_3();
int64_t L_20 = L_19->get_i64Val_2();
NullCheck(L_18);
double L_21 = VirtFuncInvoker1< double, int64_t >::Invoke(26 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int64) */, L_18, L_20);
return L_21;
}
IL_0072:
{
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_22 = __this->get_address_of_unionVal_3();
double L_23 = L_22->get_dblVal_1();
return L_23;
}
IL_007e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_25 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = L_25->get_dtVal_4();
NullCheck(L_24);
double L_27 = VirtFuncInvoker1< double, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(27 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.DateTime) */, L_24, L_26);
return L_27;
}
IL_0090:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
RuntimeObject * L_29 = __this->get_objVal_1();
NullCheck(L_28);
double L_30 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_28, L_29);
return L_30;
}
}
// System.Int32 System.Xml.Schema.XmlAtomicValue::get_ValueAsInt()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ValueAsInt_m6994DB8445C455108D00F4A700118D6FC21968A8 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0090;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003c;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_004e;
}
}
{
goto IL_0090;
}
IL_002b:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_005a;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_006c;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_007e;
}
}
{
goto IL_0090;
}
IL_003c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
NullCheck(L_10);
int32_t L_13 = VirtFuncInvoker1< int32_t, bool >::Invoke(10 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Boolean) */, L_10, L_12);
return L_13;
}
IL_004e:
{
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_14 = __this->get_address_of_unionVal_3();
int32_t L_15 = L_14->get_i32Val_3();
return L_15;
}
IL_005a:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_16 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_17 = __this->get_address_of_unionVal_3();
int64_t L_18 = L_17->get_i64Val_2();
NullCheck(L_16);
int32_t L_19 = VirtFuncInvoker1< int32_t, int64_t >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Int64) */, L_16, L_18);
return L_19;
}
IL_006c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_20 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_21 = __this->get_address_of_unionVal_3();
double L_22 = L_21->get_dblVal_1();
NullCheck(L_20);
int32_t L_23 = VirtFuncInvoker1< int32_t, double >::Invoke(12 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Double) */, L_20, L_22);
return L_23;
}
IL_007e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_25 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = L_25->get_dtVal_4();
NullCheck(L_24);
int32_t L_27 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(13 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.DateTime) */, L_24, L_26);
return L_27;
}
IL_0090:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
RuntimeObject * L_29 = __this->get_objVal_1();
NullCheck(L_28);
int32_t L_30 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_28, L_29);
return L_30;
}
}
// System.Int64 System.Xml.Schema.XmlAtomicValue::get_ValueAsLong()
extern "C" IL2CPP_METHOD_ATTR int64_t XmlAtomicValue_get_ValueAsLong_m5AD1AA48D459CA79A5BF3710ACDA6F025EBAD1EC (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0090;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003c;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_004e;
}
}
{
goto IL_0090;
}
IL_002b:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_0060;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_006c;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_007e;
}
}
{
goto IL_0090;
}
IL_003c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
NullCheck(L_10);
int64_t L_13 = VirtFuncInvoker1< int64_t, bool >::Invoke(16 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Boolean) */, L_10, L_12);
return L_13;
}
IL_004e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_15 = __this->get_address_of_unionVal_3();
int32_t L_16 = L_15->get_i32Val_3();
NullCheck(L_14);
int64_t L_17 = VirtFuncInvoker1< int64_t, int32_t >::Invoke(17 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Int32) */, L_14, L_16);
return L_17;
}
IL_0060:
{
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_18 = __this->get_address_of_unionVal_3();
int64_t L_19 = L_18->get_i64Val_2();
return L_19;
}
IL_006c:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_20 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_21 = __this->get_address_of_unionVal_3();
double L_22 = L_21->get_dblVal_1();
NullCheck(L_20);
int64_t L_23 = VirtFuncInvoker1< int64_t, double >::Invoke(18 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Double) */, L_20, L_22);
return L_23;
}
IL_007e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_25 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = L_25->get_dtVal_4();
NullCheck(L_24);
int64_t L_27 = VirtFuncInvoker1< int64_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(19 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.DateTime) */, L_24, L_26);
return L_27;
}
IL_0090:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
RuntimeObject * L_29 = __this->get_objVal_1();
NullCheck(L_28);
int64_t L_30 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_28, L_29);
return L_30;
}
}
// System.Object System.Xml.Schema.XmlAtomicValue::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_ValueAs_m4985EAF40F0AABF787467A179A916C4AC2D5B822 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, Type_t * ___type0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue_ValueAs_m4985EAF40F0AABF787467A179A916C4AC2D5B822_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Type_t * L_2 = ___type0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0030;
}
}
{
Type_t * L_6 = ___type0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0032;
}
}
IL_0030:
{
return __this;
}
IL_0032:
{
RuntimeObject * L_10 = __this->get_objVal_1();
if (L_10)
{
goto IL_00c4;
}
}
{
int32_t L_11 = __this->get_clrType_2();
V_1 = L_11;
int32_t L_12 = V_1;
if ((((int32_t)L_12) > ((int32_t)((int32_t)9))))
{
goto IL_0054;
}
}
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)3)))
{
goto IL_0065;
}
}
{
int32_t L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)9))))
{
goto IL_0078;
}
}
{
goto IL_00c4;
}
IL_0054:
{
int32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)11))))
{
goto IL_008b;
}
}
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)14))))
{
goto IL_009e;
}
}
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) == ((int32_t)((int32_t)16))))
{
goto IL_00b1;
}
}
{
goto IL_00c4;
}
IL_0065:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_18 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_19 = __this->get_address_of_unionVal_3();
bool L_20 = L_19->get_boolVal_0();
Type_t * L_21 = ___type0;
NullCheck(L_18);
RuntimeObject * L_22 = VirtFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_18, L_20, L_21);
return L_22;
}
IL_0078:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_23 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_24 = __this->get_address_of_unionVal_3();
int32_t L_25 = L_24->get_i32Val_3();
Type_t * L_26 = ___type0;
NullCheck(L_23);
RuntimeObject * L_27 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_23, L_25, L_26);
return L_27;
}
IL_008b:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_28 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_29 = __this->get_address_of_unionVal_3();
int64_t L_30 = L_29->get_i64Val_2();
Type_t * L_31 = ___type0;
NullCheck(L_28);
RuntimeObject * L_32 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_28, L_30, L_31);
return L_32;
}
IL_009e:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_33 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_34 = __this->get_address_of_unionVal_3();
double L_35 = L_34->get_dblVal_1();
Type_t * L_36 = ___type0;
NullCheck(L_33);
RuntimeObject * L_37 = VirtFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_33, L_35, L_36);
return L_37;
}
IL_00b1:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_38 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_39 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = L_39->get_dtVal_4();
Type_t * L_41 = ___type0;
NullCheck(L_38);
RuntimeObject * L_42 = VirtFuncInvoker2< RuntimeObject *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_38, L_40, L_41);
return L_42;
}
IL_00c4:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_43 = V_0;
RuntimeObject * L_44 = __this->get_objVal_1();
Type_t * L_45 = ___type0;
RuntimeObject* L_46 = ___nsResolver1;
NullCheck(L_43);
RuntimeObject * L_47 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_43, L_44, L_45, L_46);
return L_47;
}
}
// System.String System.Xml.Schema.XmlAtomicValue::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_get_Value_m67EA49176514F3CF01E053A800679797C9D21623 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * V_0 = NULL;
int32_t V_1 = 0;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_xmlType_0();
NullCheck(L_0);
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_1 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_0, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = __this->get_objVal_1();
if (L_2)
{
goto IL_0099;
}
}
{
int32_t L_3 = __this->get_clrType_2();
V_1 = L_3;
int32_t L_4 = V_1;
if ((((int32_t)L_4) > ((int32_t)((int32_t)9))))
{
goto IL_002e;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)3)))
{
goto IL_003f;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)9))))
{
goto IL_0051;
}
}
{
goto IL_0099;
}
IL_002e:
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)11))))
{
goto IL_0063;
}
}
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)14))))
{
goto IL_0075;
}
}
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
{
goto IL_0087;
}
}
{
goto IL_0099;
}
IL_003f:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_10 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_11 = __this->get_address_of_unionVal_3();
bool L_12 = L_11->get_boolVal_0();
NullCheck(L_10);
String_t* L_13 = VirtFuncInvoker1< String_t*, bool >::Invoke(43 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Boolean) */, L_10, L_12);
return L_13;
}
IL_0051:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_15 = __this->get_address_of_unionVal_3();
int32_t L_16 = L_15->get_i32Val_3();
NullCheck(L_14);
String_t* L_17 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(44 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int32) */, L_14, L_16);
return L_17;
}
IL_0063:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_18 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_19 = __this->get_address_of_unionVal_3();
int64_t L_20 = L_19->get_i64Val_2();
NullCheck(L_18);
String_t* L_21 = VirtFuncInvoker1< String_t*, int64_t >::Invoke(45 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int64) */, L_18, L_20);
return L_21;
}
IL_0075:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_22 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_23 = __this->get_address_of_unionVal_3();
double L_24 = L_23->get_dblVal_1();
NullCheck(L_22);
String_t* L_25 = VirtFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, L_22, L_24);
return L_25;
}
IL_0087:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_26 = V_0;
Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391 * L_27 = __this->get_address_of_unionVal_3();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_28 = L_27->get_dtVal_4();
NullCheck(L_26);
String_t* L_29 = VirtFuncInvoker1< String_t*, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, L_26, L_28);
return L_29;
}
IL_0099:
{
XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_30 = V_0;
RuntimeObject * L_31 = __this->get_objVal_1();
NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * L_32 = __this->get_nsPrefix_4();
NullCheck(L_30);
String_t* L_33 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_30, L_31, L_32);
return L_33;
}
}
// System.String System.Xml.Schema.XmlAtomicValue::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_ToString_m09C0C875D6AB70DF8E39D4979083F52B66CC2AE5 (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this);
return L_0;
}
}
// System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_mB7E5B1456AE63EBD27450B792E117AEADC5CE0CC (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlAtomicValue_GetPrefixFromQName_mB7E5B1456AE63EBD27450B792E117AEADC5CE0CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_2 = V_1;
if (!L_2)
{
goto IL_0016;
}
}
{
int32_t L_3 = V_1;
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_0018;
}
}
IL_0016:
{
return (String_t*)NULL;
}
IL_0018:
{
int32_t L_6 = V_0;
if (!L_6)
{
goto IL_0024;
}
}
{
String_t* L_7 = ___value0;
int32_t L_8 = V_0;
NullCheck(L_7);
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, 0, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0024:
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NamespacePrefixForQName__ctor_m96C19BDB4A970E3023057E8F44574A18CE9C68AF (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___ns1;
__this->set_ns_1(L_0);
String_t* L_1 = ___prefix0;
__this->set_prefix_0(L_1);
return;
}
}
// System.String System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName::LookupNamespace(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NamespacePrefixForQName_LookupNamespace_m0BD15B71AC53EC059BC57AC8EA343CBFC95A07CC (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___prefix0;
String_t* L_1 = __this->get_prefix_0();
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
String_t* L_3 = __this->get_ns_1();
return L_3;
}
IL_0015:
{
return (String_t*)NULL;
}
}
// System.String System.Xml.Schema.XmlAtomicValue_NamespacePrefixForQName::LookupPrefix(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NamespacePrefixForQName_LookupPrefix_m2C266432BB7E5BB951263FD8970AB582114D47A4 (NamespacePrefixForQName_t80F0083B9C2151D487D41CCDD89B668C21902D8F * __this, String_t* ___namespaceName0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_ns_1();
String_t* L_1 = ___namespaceName0;
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
String_t* L_3 = __this->get_prefix_0();
return L_3;
}
IL_0015:
{
return (String_t*)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.Schema.XmlAtomicValue/Union
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_pinvoke(const Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391& unmarshaled, Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_pinvoke& marshaled)
{
Exception_t* ___dtVal_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dtVal' of type 'Union'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dtVal_4Exception, NULL, NULL);
}
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_pinvoke_back(const Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_pinvoke& marshaled, Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391& unmarshaled)
{
Exception_t* ___dtVal_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dtVal' of type 'Union'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dtVal_4Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XmlAtomicValue/Union
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_pinvoke_cleanup(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.Schema.XmlAtomicValue/Union
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_com(const Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391& unmarshaled, Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_com& marshaled)
{
Exception_t* ___dtVal_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dtVal' of type 'Union'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dtVal_4Exception, NULL, NULL);
}
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_com_back(const Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_com& marshaled, Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391& unmarshaled)
{
Exception_t* ___dtVal_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dtVal' of type 'Union'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dtVal_4Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XmlAtomicValue/Union
extern "C" void Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshal_com_cleanup(Union_t75FE76D5ECF7F32BF3656D21BD446F4E42996391_marshaled_com& marshaled)
{
}
#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.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType)
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mD14E99D1AAF0C63194C50E2E9877DCC97F23D968 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter__ctor_mD14E99D1AAF0C63194C50E2E9877DCC97F23D968_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_0 = NULL;
{
XmlValueConverter__ctor_m1E85A63164117C6911E0A060A8A543B889286074(__this, /*hidden argument*/NULL);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = ___schemaType0;
NullCheck(L_0);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_1 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0017;
}
IL_000f:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = ___schemaType0;
NullCheck(L_2);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_3 = XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C(L_2, /*hidden argument*/NULL);
___schemaType0 = L_3;
}
IL_0017:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = ___schemaType0;
if (!L_4)
{
goto IL_0022;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_5 = ___schemaType0;
if (!((XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A_il2cpp_TypeInfo_var)))
{
goto IL_000f;
}
}
IL_0022:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = ___schemaType0;
if (L_6)
{
goto IL_0032;
}
}
{
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_7);
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_9 = XmlSchemaType_GetBuiltInSimpleType_m079D072BD87F0456D07B43008AD1B32C402B9EE6(L_8, /*hidden argument*/NULL);
___schemaType0 = L_9;
}
IL_0032:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = ___schemaType0;
__this->set_schemaType_0(L_10);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_11 = ___schemaType0;
NullCheck(L_11);
int32_t L_12 = XmlSchemaType_get_TypeCode_mF09D9A94E0184C667120F714A56D332369824CCC(L_11, /*hidden argument*/NULL);
__this->set_typeCode_1(L_12);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_13 = ___schemaType0;
NullCheck(L_13);
XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_14 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_14);
__this->set_clrTypeDefault_2(L_15);
return;
}
}
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode)
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mD5BF55A8C4E4BBD5315745BEA6DE21F63FF1C0FE (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___typeCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter__ctor_mD5BF55A8C4E4BBD5315745BEA6DE21F63FF1C0FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlValueConverter__ctor_m1E85A63164117C6911E0A060A8A543B889286074(__this, /*hidden argument*/NULL);
int32_t L_0 = ___typeCode0;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0015;
}
}
{
int32_t L_1 = ___typeCode0;
if ((((int32_t)L_1) == ((int32_t)2)))
{
goto IL_0022;
}
}
{
int32_t L_2 = ___typeCode0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)10))))
{
goto IL_002f;
}
}
{
goto IL_003a;
}
IL_0015:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathItemType_21();
__this->set_clrTypeDefault_2(L_3);
goto IL_003a;
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_4 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31();
__this->set_clrTypeDefault_2(L_4);
goto IL_003a;
}
IL_002f:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_5 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13();
__this->set_clrTypeDefault_2(L_5);
}
IL_003a:
{
int32_t L_6 = ___typeCode0;
__this->set_typeCode_1(L_6);
return;
}
}
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mACE51525C709D2759F612EEDF34FDE3E087F0A14 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * ___converterAtomic0, const RuntimeMethod* method)
{
{
XmlValueConverter__ctor_m1E85A63164117C6911E0A060A8A543B889286074(__this, /*hidden argument*/NULL);
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_0 = ___converterAtomic0;
NullCheck(L_0);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_1 = L_0->get_schemaType_0();
__this->set_schemaType_0(L_1);
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_2 = ___converterAtomic0;
NullCheck(L_2);
int32_t L_3 = L_2->get_typeCode_1();
__this->set_typeCode_1(L_3);
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_4 = ___converterAtomic0;
NullCheck(L_4);
Type_t * L_5 = XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B(L_4, /*hidden argument*/NULL);
RuntimeArray * L_6 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_6);
Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_6, /*hidden argument*/NULL);
__this->set_clrTypeDefault_2(L_7);
return;
}
}
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type)
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m32ADEA2FA88FA78D51E9A4277044ED459B1AEAF4 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * ___converterAtomic0, Type_t * ___clrTypeDefault1, const RuntimeMethod* method)
{
{
XmlValueConverter__ctor_m1E85A63164117C6911E0A060A8A543B889286074(__this, /*hidden argument*/NULL);
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_0 = ___converterAtomic0;
NullCheck(L_0);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_1 = L_0->get_schemaType_0();
__this->set_schemaType_0(L_1);
XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * L_2 = ___converterAtomic0;
NullCheck(L_2);
int32_t L_3 = L_2->get_typeCode_1();
__this->set_typeCode_1(L_3);
Type_t * L_4 = ___clrTypeDefault1;
__this->set_clrTypeDefault_2(L_4);
return;
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mE874E9476C3E0B81781B6AA2F9681EAE030A4E01 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_mE874E9476C3E0B81781B6AA2F9681EAE030A4E01_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_4, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Double)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_m452A8F89C5953BDE3502BD10F13F58DBC374E315 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_m452A8F89C5953BDE3502BD10F13F58DBC374E315_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_4, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mD7ECC621CA71287C13E48DB9BA72715541AF1F30 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_mD7ECC621CA71287C13E48DB9BA72715541AF1F30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_4, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int64)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_m17BC050DC53A34D9893E8D264489C268CEFF0560 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_m17BC050DC53A34D9893E8D264489C268CEFF0560_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_4, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.String)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_m17A97E380B6E667B2A66D311DA5309F6767DBF07 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_m17A97E380B6E667B2A66D311DA5309F6767DBF07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_2, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mF76FA99BD8F1700FDB5D9ACEF37A0CBAD8974D8D (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToBoolean_mF76FA99BD8F1700FDB5D9ACEF37A0CBAD8974D8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_BooleanType_26();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(bool*)((bool*)UnBox(L_2, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_mFABEC80E347D3CB47368B4FBEB0FB4CD3D8256B9 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_mFABEC80E347D3CB47368B4FBEB0FB4CD3D8256B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_mABB24AEF2FB9B332BE5420D27355E51BCB8A778F (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_mABB24AEF2FB9B332BE5420D27355E51BCB8A778F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Double)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_mB0B9C65F6C6C0B61185A9F15FDD9C8221BA3FA3F (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_mB0B9C65F6C6C0B61185A9F15FDD9C8221BA3FA3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int32)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_m75D4C5904EA6A0848E10D98F8565FD6A2EB64C95 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_m75D4C5904EA6A0848E10D98F8565FD6A2EB64C95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int64)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_m8AB7D87715845E2E15B51207633DA7201AFBD4A6 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_m8AB7D87715845E2E15B51207633DA7201AFBD4A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_4, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_mA3B0EE70F8CA71C4B7401116B3B6A19CF7018B0B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_mA3B0EE70F8CA71C4B7401116B3B6A19CF7018B0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Object)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_ToDateTime_m82BCA7CF8CE5C5AD8B0D1F5478B9207258FD06F8 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTime_m82BCA7CF8CE5C5AD8B0D1F5478B9207258FD06F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeType_24();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)UnBox(L_2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_ToDateTimeOffset_m8A174FB65EA5E5354BABD132BE93CF4448414BBF (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTimeOffset_m8A174FB65EA5E5354BABD132BE93CF4448414BBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_4, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_ToDateTimeOffset_m95FBB071D6885EDF8AC7CB801C8270233774F0D9 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTimeOffset_m95FBB071D6885EDF8AC7CB801C8270233774F0D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_2, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.Object)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_ToDateTimeOffset_mC85A46520DF704FFE6C251F6A90C3820BCE864E6 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDateTimeOffset_mC85A46520DF704FFE6C251F6A90C3820BCE864E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)UnBox(L_2, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var))));
}
}
// System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.String)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlBaseConverter_ToDecimal_m68E0A7F8EE6B27F2C164D3535A81649F5F136414 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDecimal_m68E0A7F8EE6B27F2C164D3535A81649F5F136414_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
}
}
// System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.Object)
extern "C" IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlBaseConverter_ToDecimal_m2E87EBDF60298772C02CCD35DBE89BCF28A961A5 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDecimal_m2E87EBDF60298772C02CCD35DBE89BCF28A961A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DecimalType_9();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)UnBox(L_2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m876A88C5802097C1BC10863F35D88E161450561B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m876A88C5802097C1BC10863F35D88E161450561B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_4, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m99E28803CA812634A454FB2876E96194FF538FCF (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m99E28803CA812634A454FB2876E96194FF538FCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_4, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int32)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m36B9FE88CE62AA41B8A933568D1E932B6728ECEF (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m36B9FE88CE62AA41B8A933568D1E932B6728ECEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_4, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int64)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m1AD44444781C3857449236C3888B2C880A2098E2 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m1AD44444781C3857449236C3888B2C880A2098E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_4, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.String)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m807820A3B59190291F699F5C1C6971ED902D5DEB (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m807820A3B59190291F699F5C1C6971ED902D5DEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_2, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Object)
extern "C" IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m87D1FD60F744B90A62AC09B81AD5D73FF3A6AA15 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToDouble_m87D1FD60F744B90A62AC09B81AD5D73FF3A6AA15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_DoubleType_22();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(double*)((double*)UnBox(L_2, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m76C0AB65B1CF7B43C688E1FCE42C166A555F5E8B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_m76C0AB65B1CF7B43C688E1FCE42C166A555F5E8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m8874B0BE3E7ED797934B69CC6D01A8D826290E39 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_m8874B0BE3E7ED797934B69CC6D01A8D826290E39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Double)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m619F4131301F55CBC568946BCB3826421612FC6F (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_m619F4131301F55CBC568946BCB3826421612FC6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m8FFB6CF24D490383683D824C02E753E53AD20445 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_m8FFB6CF24D490383683D824C02E753E53AD20445_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m5BC68FD0052B3961BEF0AED856A2AAFB09D8501A (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_m5BC68FD0052B3961BEF0AED856A2AAFB09D8501A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mB9F35B112002BFF21EF3942643923BC9EBCDC9AF (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt32_mB9F35B112002BFF21EF3942643923BC9EBCDC9AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int32Type_10();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m94703F723E9753ECA598991F3DCED11DB384B61E (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_m94703F723E9753ECA598991F3DCED11DB384B61E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mB48BCE15C8DE8321F0AEAF8EB201447720342246 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_mB48BCE15C8DE8321F0AEAF8EB201447720342246_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Double)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mA28286FD1A8C9B9EC33853A015B6CCB4BD13B56A (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_mA28286FD1A8C9B9EC33853A015B6CCB4BD13B56A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m8C72DDD556E65F511550FBC5E63ED4F795B33AFD (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_m8C72DDD556E65F511550FBC5E63ED4F795B33AFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.String)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m637327803CE3AF84DFD92409A34FBB3AD7678E2E (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_m637327803CE3AF84DFD92409A34FBB3AD7678E2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Object)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m1A3F5837073F33A3ED8AF29368232E1EF302A731 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToInt64_m1A3F5837073F33A3ED8AF29368232E1EF302A731_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_Int64Type_11();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Double)
extern "C" IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_m73236E644D20204474039DC6157B84AA2A790C64 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToSingle_m73236E644D20204474039DC6157B84AA2A790C64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((*(float*)((float*)UnBox(L_4, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.String)
extern "C" IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_m2C93DAB2005E95974A8E10C6C1BC290913C5433A (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToSingle_m2C93DAB2005E95974A8E10C6C1BC290913C5433A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(float*)((float*)UnBox(L_2, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Object)
extern "C" IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_m864D9E059D4ACF9DE27CA33E3F327EB350575014 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToSingle_m864D9E059D4ACF9DE27CA33E3F327EB350575014_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_SingleType_23();
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return ((*(float*)((float*)UnBox(L_2, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m01E52042359394326A0F4F38DAA24D685DBC0129 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_m01E52042359394326A0F4F38DAA24D685DBC0129_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m3F5DE20348D2ED7CB8CD512080D6884119359ECA (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_m3F5DE20348D2ED7CB8CD512080D6884119359ECA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mC1FCC3DAAB5CD2B7CE04D07E01BE577B6B8811FE (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mC1FCC3DAAB5CD2B7CE04D07E01BE577B6B8811FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mC11F38B44AA4F5E2234A7D75312D9A6FA3A6A97A (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mC11F38B44AA4F5E2234A7D75312D9A6FA3A6A97A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = L_0;
RuntimeObject * L_2 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Double)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mF767F814A8FAC7009EC2AC896AA48B4627F63AF7 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mF767F814A8FAC7009EC2AC896AA48B4627F63AF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mC697A6E35CD715E555CFEBF880A7ACEAF5939972 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mC697A6E35CD715E555CFEBF880A7ACEAF5939972_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int64)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mC307CD1C25E81F6DD93FB5E1E6A33981E192F4BB (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mC307CD1C25E81F6DD93FB5E1E6A33981E192F4BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Single)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mC794DD06694DCA6E3988C9855725703346555A29 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_mC794DD06694DCA6E3988C9855725703346555A29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
float L_1 = L_0;
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_3 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m3975CD15AB9305ADDFE690E2598CF55CF61AB45C (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ToString_m3975CD15AB9305ADDFE690E2598CF55CF61AB45C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
Type_t * L_1 = ((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->get_StringType_12();
RuntimeObject* L_2 = ___nsResolver1;
RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2);
return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var));
}
}
// System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mDC97A18CD9F2E8591074294147E22C022FAF7759 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
String_t* L_1 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL);
return L_1;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Boolean,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mDD0C59EFB735CDE79F0D0F60520A8A9C59A1B991 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, bool ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_mDD0C59EFB735CDE79F0D0F60520A8A9C59A1B991_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
bool L_1 = L_0;
RuntimeObject * L_2 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.DateTime,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m29A52AD7E19BD8CB956DA9050CD53A2B73D1E651 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_m29A52AD7E19BD8CB956DA9050CD53A2B73D1E651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = L_0;
RuntimeObject * L_2 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Decimal,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mFC630BB184B6957AEB43CFB1F629E1D6CAC9E11B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_mFC630BB184B6957AEB43CFB1F629E1D6CAC9E11B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = L_0;
RuntimeObject * L_2 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Double,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m67F807D1A55276F1058C7E93FCE9927DAC76256D (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, double ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_m67F807D1A55276F1058C7E93FCE9927DAC76256D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = L_0;
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int32,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m1C2E56953481CB071E000AEE8C1B91675B1A7D85 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int32_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_m1C2E56953481CB071E000AEE8C1B91675B1A7D85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
int32_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int64,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m3C7230DE5F0929E78A1302C14A6908455899F95D (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, int64_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeType_m3C7230DE5F0929E78A1302C14A6908455899F95D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
int64_t L_1 = L_0;
RuntimeObject * L_2 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___destinationType1;
RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL);
return L_4;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mBA8A3C9F61521DA213D1260C1EE50A97B0BA22BC (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
Type_t * L_1 = ___destinationType1;
RuntimeObject* L_2 = ___nsResolver2;
RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2);
return L_3;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Object,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mE662F583DECA32C3AFED712AD078866B689209F5 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
Type_t * L_1 = ___destinationType1;
RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL);
return L_2;
}
}
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType()
extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XmlBaseConverter_get_SchemaType_mFF9BBCFCF670282D892C2FA2C9AFD518AC94A02E (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method)
{
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_schemaType_0();
return L_0;
}
}
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode()
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_mDE84FBF20D818C3D6DBDF4F5815DE520CD2FF59E (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_typeCode_1();
return L_0;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName()
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_0 = NULL;
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_0 = __this->get_schemaType_0();
V_0 = L_0;
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_1 = V_0;
if (!L_1)
{
goto IL_002c;
}
}
{
goto IL_0013;
}
IL_000c:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_2 = V_0;
NullCheck(L_2);
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_3 = XmlSchemaType_get_BaseXmlSchemaType_m111356BD3E14A6913A3057B3CEBEA7CA1B6D362C(L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0013:
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_4 = V_0;
NullCheck(L_4);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
bool L_6 = XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_000c;
}
}
{
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = V_0;
NullCheck(L_7);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = XmlSchemaType_get_QualifiedName_m5BCCF0F116A4725D1174DBE5CDB3A228258B383B(L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var);
String_t* L_9 = XmlBaseConverter_QNameToString_m46400469815C2D885E2133A611FA21A556B55B89(L_8, /*hidden argument*/NULL);
return L_9;
}
IL_002c:
{
int32_t L_10 = __this->get_typeCode_1();
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_003b;
}
}
{
return _stringLiteralF8E966D1E207D02C44511A58DCCFF2F5429E9A3B;
}
IL_003b:
{
int32_t L_11 = __this->get_typeCode_1();
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10)))))
{
goto IL_004b;
}
}
{
return _stringLiteralD4997394FA580690651CEDEC5A314A992C1FAE54;
}
IL_004b:
{
return _stringLiteral3A7D9767B1233601EBF8B67495C6DC2CE8B8C2AF;
}
}
// System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType()
extern "C" IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_m38A64D38BDEE21414ADD3AD155A04E95F6D0582B (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_clrTypeDefault_2();
return L_0;
}
}
// System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984 (Type_t * ___derivedType0, Type_t * ___baseType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_IsDerivedFrom_mF87FCDA3E14FFFDE36D9135B6C66F6BE0B8A5984_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
goto IL_0015;
}
IL_0002:
{
Type_t * L_0 = ___derivedType0;
Type_t * L_1 = ___baseType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000d;
}
}
{
return (bool)1;
}
IL_000d:
{
Type_t * L_3 = ___derivedType0;
NullCheck(L_3);
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(29 /* System.Type System.Type::get_BaseType() */, L_3);
___derivedType0 = L_4;
}
IL_0015:
{
Type_t * L_5 = ___derivedType0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_5, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0002;
}
}
{
return (bool)0;
}
}
// System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___sourceType0;
Type_t * L_1 = ___destinationType1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97(__this, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4;
Type_t * L_7 = ___sourceType0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral699191D95C3158A9BB61EEB69181BCFCC201134E, L_6, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_10 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_10, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0031:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
String_t* L_13 = XmlBaseConverter_get_XmlTypeName_m017FFF0339254D598011B5FC728BC46696314B97(__this, /*hidden argument*/NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_12;
Type_t * L_15 = ___sourceType0;
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_14;
Type_t * L_18 = ___destinationType1;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_19);
String_t* L_20 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralF7678C60D18FFB4E33D95D499B227B5227079C2C, L_17, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_21 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_21, L_20, /*hidden argument*/NULL);
return L_21;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m46400469815C2D885E2133A611FA21A556B55B89 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_QNameToString_m46400469815C2D885E2133A611FA21A556B55B89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___name0;
NullCheck(L_0);
String_t* L_1 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0014;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ___name0;
NullCheck(L_3);
String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0014:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = ___name0;
NullCheck(L_5);
String_t* L_6 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = ___name0;
NullCheck(L_8);
String_t* L_9 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralCF652BFB4F77E9E38F1D97D828F3DAB03E037B46, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0037:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___name0;
NullCheck(L_11);
String_t* L_12 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_11, /*hidden argument*/NULL);
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, _stringLiteral2804DE87299804D6E8BBD9B17373143B814B26F8, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_005a;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = ___name0;
NullCheck(L_14);
String_t* L_15 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_14, /*hidden argument*/NULL);
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralB7D8A960E429D08D41DFDF912203885A71B22374, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_005a:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_17 = ___name0;
NullCheck(L_17);
String_t* L_18 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_17, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = ___name0;
NullCheck(L_19);
String_t* L_20 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_19, /*hidden argument*/NULL);
String_t* L_21 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral60BA4B2DAA4ED4D070FEC06687E249E0E6F9EE45, L_18, _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A, L_20, /*hidden argument*/NULL);
return L_21;
}
}
// System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeListType_m13137658E584921C61F9BC8EC34C26E801A3AE02 (XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_ChangeListType_m13137658E584921C61F9BC8EC34C26E801A3AE02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
Type_t * L_2 = ___destinationType1;
Exception_t * L_3 = XmlBaseConverter_CreateInvalidClrMappingException_mC204BBB94678D20F9B382902754CCA75329DEFA6(__this, L_1, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, XmlBaseConverter_ChangeListType_m13137658E584921C61F9BC8EC34C26E801A3AE02_RuntimeMethod_var);
}
}
// System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToBase64Binary(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlBaseConverter_StringToBase64Binary_mA023C75F90CCD026E45BB01677A4B1BDAF65DBEC (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToBase64Binary_mA023C75F90CCD026E45BB01677A4B1BDAF65DBEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDate(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToDate_m521A4A054772FBB5C2CD4B6614470D296843EE8E (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToDate_m521A4A054772FBB5C2CD4B6614470D296843EE8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDateTime(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToDateTime_m0CFE118D0B55A0884F749F63F40556CD5000DDA7 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToDateTime_m0CFE118D0B55A0884F749F63F40556CD5000DDA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDayTimeDuration(System.String)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 XmlBaseConverter_StringToDayTimeDuration_mBD02941705DD573F29BB37A768A9879A2A54229A (String_t* ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
String_t* L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_mDEE04E0D9A547433A26206EAE150AE5B83C29E35((&L_1), L_0, 2, /*hidden argument*/NULL);
V_0 = L_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = XsdDuration_ToTimeSpan_mD723387D35FEF937936C0D99C12862DE600C35D1((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 2, /*hidden argument*/NULL);
return L_2;
}
}
// System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDuration(System.String)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 XmlBaseConverter_StringToDuration_m4BF2D715C5DE586557F85C5B3658D1EE5A906EB4 (String_t* ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
String_t* L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_mDEE04E0D9A547433A26206EAE150AE5B83C29E35((&L_1), L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = XsdDuration_ToTimeSpan_mD723387D35FEF937936C0D99C12862DE600C35D1((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 0, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGDay(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToGDay_m9652EF7DF42B3A2C83BBF0BC86500F0805FDEEDE (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGDay_m9652EF7DF42B3A2C83BBF0BC86500F0805FDEEDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonth(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToGMonth_m1FE4558294A77EE87FA87DB027D38E6B9490A3A6 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGMonth_m1FE4558294A77EE87FA87DB027D38E6B9490A3A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonthDay(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToGMonthDay_m4C773789D602AFEC0A2482FCCACCB06F03649A9B (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGMonthDay_m4C773789D602AFEC0A2482FCCACCB06F03649A9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYear(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToGYear_m7D4C0252DD49785D1E5D7DB9F70055275AD414CE (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGYear_m7D4C0252DD49785D1E5D7DB9F70055275AD414CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYearMonth(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToGYearMonth_m025B3BBDE5AE986726AC559028D7628EB3101CAA (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGYearMonth_m025B3BBDE5AE986726AC559028D7628EB3101CAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToDateOffset_m8D83E4E142765E2DB8A24673EC47810E914F76D3 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToDateOffset_m8D83E4E142765E2DB8A24673EC47810E914F76D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateTimeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToDateTimeOffset_mA2143B628ED63FEF6A2CD4B356014089AF09EFB9 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToDateTimeOffset_mA2143B628ED63FEF6A2CD4B356014089AF09EFB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGDayOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToGDayOffset_mAA496F7A0C18BCEAAD9E7CB1A4A901D7EE13572A (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGDayOffset_mAA496F7A0C18BCEAAD9E7CB1A4A901D7EE13572A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToGMonthOffset_mB5EEB8D5F7FCB3639DFA1F4C222F80B533C812DF (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGMonthOffset_mB5EEB8D5F7FCB3639DFA1F4C222F80B533C812DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthDayOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToGMonthDayOffset_m2B52EBE5BAEF5798D0D9C7F15B02100069AB3243 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGMonthDayOffset_m2B52EBE5BAEF5798D0D9C7F15B02100069AB3243_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToGYearOffset_mB5C0E8C7F0135C28D5E32455A50006087976DCB4 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGYearOffset_mB5C0E8C7F0135C28D5E32455A50006087976DCB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearMonthOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToGYearMonthOffset_m73889403E74C11545E6781A31D7F6A24C466DDBB (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToGYearMonthOffset_m73889403E74C11545E6781A31D7F6A24C466DDBB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToHexBinary(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlBaseConverter_StringToHexBinary_m38F4E52D8C511140FB19DFDCE443F067DA0F3547 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToHexBinary_m38F4E52D8C511140FB19DFDCE443F067DA0F3547_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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)
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F(L_1, (bool)0, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_001a;
} // 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_000f;
throw e;
}
CATCH_000f:
{ // begin catch(System.Xml.XmlException)
NullCheck(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_4 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlBaseConverter_StringToHexBinary_m38F4E52D8C511140FB19DFDCE443F067DA0F3547_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
return L_5;
}
}
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlBaseConverter::StringToQName(System.String,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008 (String_t* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
String_t* L_0 = ___value0;
NullCheck(L_0);
String_t* L_1 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_0, /*hidden argument*/NULL);
___value0 = L_1;
}
IL_0008:
try
{ // begin try (depth: 1)
String_t* L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL);
goto IL_001f;
} // 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_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.Xml.XmlException)
NullCheck(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_4 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001f:
{
RuntimeObject* L_5 = ___nsResolver1;
if (L_5)
{
goto IL_0040;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
String_t* L_8 = ___value0;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7;
String_t* L_10 = V_0;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
String_t* L_11 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral1FF76108DD1E48F4BCDE256B23694346A75109AF, L_9, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_12 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_RuntimeMethod_var);
}
IL_0040:
{
RuntimeObject* L_13 = ___nsResolver1;
String_t* L_14 = V_0;
NullCheck(L_13);
String_t* L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_13, L_14);
V_2 = L_15;
String_t* L_16 = V_2;
if (L_16)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
String_t* L_19 = ___value0;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18;
String_t* L_21 = V_0;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral1FF76108DD1E48F4BCDE256B23694346A75109AF, L_20, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_23 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, XmlBaseConverter_StringToQName_m08E419B1EE224F000349DDEE85FC46B959F72008_RuntimeMethod_var);
}
IL_0069:
{
String_t* L_24 = V_1;
String_t* L_25 = V_2;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_26 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_26, L_24, L_25, /*hidden argument*/NULL);
return L_26;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::StringToTime(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_StringToTime_mF6EE77D3F1AE0014447CCFE39C06888C0D17083D (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToTime_mF6EE77D3F1AE0014447CCFE39C06888C0D17083D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToTimeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_StringToTimeOffset_m103250E85DD192D25085D8CC46525187BCF55596 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_StringToTimeOffset_m103250E85DD192D25085D8CC46525187BCF55596_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToYearMonthDuration(System.String)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 XmlBaseConverter_StringToYearMonthDuration_mE4FBF09854730360BCB4ED068780CB99CC097049 (String_t* ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
String_t* L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_mDEE04E0D9A547433A26206EAE150AE5B83C29E35((&L_1), L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = XsdDuration_ToTimeSpan_mD723387D35FEF937936C0D99C12862DE600C35D1((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::AnyUriToString(System.Uri)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_AnyUriToString_mA92F2A5E7262044D58698FD5AE820683146D9103 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
NullCheck(L_0);
String_t* L_1 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::Base64BinaryToString(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_Base64BinaryToString_m926074695081FED2746322F3F3202D70467D6A21 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Base64BinaryToString_m926074695081FED2746322F3F3202D70467D6A21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_1 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DateToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateToString_mE63F8E20D6A51A0138825788C0A16369958B5C9D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, 4, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_m43E16E8C91DE3392DAB1ADD66380F24BD6894C5D (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DayTimeDurationToString(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DayTimeDurationToString_m10FD8A944AB52F41563746858B1C449D324E95CE (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_m135CFA3FC7F49953EE8185566363F5D96CD852D2((&L_1), L_0, 2, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDuration_ToString_m499CA5CB3D90717C046BD5D599741B524087EDF7((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 2, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DurationToString(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DurationToString_m97FD8AF547787636923951BBB583F0150AE4DC27 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_m135CFA3FC7F49953EE8185566363F5D96CD852D2((&L_1), L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDuration_ToString_m499CA5CB3D90717C046BD5D599741B524087EDF7((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 0, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GDayToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayToString_m2EBC36DF31618C1F3A5C7D18DF9D1855E5F6F94A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GMonthToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthToString_mCDD5EC28206978A1005661368E95F2FB989D8A63 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GMonthDayToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayToString_m5CAC376EC78E153485C30593D4FFB490BCA25A31 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GYearToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearToString_m194766B63317459E3C3E3703AAFE7F351704AC5F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GYearMonthToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthToString_mC3FBCDFCA4C62D94B32E05EAC9634D9C19FB66EC (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, 8, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DateOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateOffsetToString_m2652E51E2213C3BAA68B1990B75AF46023045EA8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, 4, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_mD2C88C4D1142AAC956033FDAA128F00B9F9C0FC6 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GDayOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayOffsetToString_m91F07B664D0FAF9D4830103CFC53B3059222EF4A (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GMonthOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthOffsetToString_m0BF047BE3A8AAC2FA491782207ED1637B7F54257 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GMonthDayOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayOffsetToString_m41D7224D900EE8037F6AC67EFF021A1F9255CDE8 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GYearOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearOffsetToString_m7DF69ECEE4E0D3D340D268B1064DB1266D710080 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::GYearMonthOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthOffsetToString_mA3653E314FEC387ABEB295708DA7E74FD08A88AC (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, 8, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName,System.Xml.IXmlNamespaceResolver)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m139A591C510F5E0E97B78C278EE027AEB2FDA9F4 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_QNameToString_m139A591C510F5E0E97B78C278EE027AEB2FDA9F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___nsResolver1;
if (L_0)
{
goto IL_001f;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___qname0;
NullCheck(L_1);
String_t* L_2 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_1, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ___qname0;
NullCheck(L_3);
String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_3, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral60BA4B2DAA4ED4D070FEC06687E249E0E6F9EE45, L_2, _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
RuntimeObject* L_6 = ___nsResolver1;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = ___qname0;
NullCheck(L_7);
String_t* L_8 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_9 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_6, L_8);
V_0 = L_9;
String_t* L_10 = V_0;
if (L_10)
{
goto IL_0057;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_13 = ___qname0;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_14);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_12;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = ___qname0;
NullCheck(L_16);
String_t* L_17 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_17);
String_t* L_18 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralBE26DCAF2BB00D2ECAB75384CE848F0FFAD88A1C, L_15, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_19 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, XmlBaseConverter_QNameToString_m139A591C510F5E0E97B78C278EE027AEB2FDA9F4_RuntimeMethod_var);
}
IL_0057:
{
String_t* L_20 = V_0;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
if (L_21)
{
goto IL_0066;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_22 = ___qname0;
NullCheck(L_22);
String_t* L_23 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0066:
{
String_t* L_24 = V_0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = ___qname0;
NullCheck(L_25);
String_t* L_26 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880(L_25, /*hidden argument*/NULL);
String_t* L_27 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_24, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_26, /*hidden argument*/NULL);
return L_27;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::TimeToString(System.DateTime)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeToString_m056CB0E757D3F56A6CE9834D1742AF6E79116160 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((&L_1), L_0, 2, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::TimeOffsetToString(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeOffsetToString_m6E099B3C2D4887B190C959B20BF1510D96EC9856 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m907D0EE320C3673BBA76E7B90C1F38C7B1F0AF4C((&L_1), L_0, 2, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.Schema.XmlBaseConverter::YearMonthDurationToString(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_YearMonthDurationToString_m2F41FFFF15BD82D7D1CE635B66A1C5731DFD4B14 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset(&V_0, 0, sizeof(V_0));
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDuration__ctor_m135CFA3FC7F49953EE8185566363F5D96CD852D2((&L_1), L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = XsdDuration_ToString_m499CA5CB3D90717C046BD5D599741B524087EDF7((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), 1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToDateTime(System.DateTimeOffset)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_DateTimeOffsetToDateTime_m929FBB99846EC931D1D5F4212CAF81FF50860CC4 (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___value0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTimeOffset_get_LocalDateTime_m6BA8468822CA90C3A757DCBADE7EBB223320FCF7((DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&___value0), /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::DecimalToInt32(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_DecimalToInt32_m439830B4A65D2E7C8B2ED6BF485AF98415165254 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_DecimalToInt32_m439830B4A65D2E7C8B2ED6BF485AF98415165254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
memset(&L_1, 0, sizeof(L_1));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_1), ((int32_t)-2147483648LL), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_2 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912((&L_4), ((int32_t)2147483647LL), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_5 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004b;
}
}
IL_0024:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_9 = XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_7;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
String_t* L_11 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_10, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlBaseConverter_DecimalToInt32_m439830B4A65D2E7C8B2ED6BF485AF98415165254_RuntimeMethod_var);
}
IL_004b:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
int32_t L_14 = Decimal_op_Explicit_mF1B666F819D7B34E1D3ADF47D0426AC07F74830B(L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Int64 System.Xml.Schema.XmlBaseConverter::DecimalToInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_DecimalToInt64_mBDEE4314B13C5492CF55A5567A0281EC7A252E84 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_DecimalToInt64_mBDEE4314B13C5492CF55A5567A0281EC7A252E84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1;
memset(&L_1, 0, sizeof(L_1));
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51((&L_1), ((int64_t)std::numeric_limits<int64_t>::min()), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_2 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002c;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_mF604B560F1DC401ADD6426C662291F834F8ABC51((&L_4), ((int64_t)std::numeric_limits<int64_t>::max()), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_5 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0053;
}
}
IL_002c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_9 = XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_7;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
String_t* L_11 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_10, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlBaseConverter_DecimalToInt64_mBDEE4314B13C5492CF55A5567A0281EC7A252E84_RuntimeMethod_var);
}
IL_0053:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
int64_t L_14 = Decimal_op_Explicit_mDDBD21F45B44DFF341935F137EF9B45837303FD5(L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.UInt64 System.Xml.Schema.XmlBaseConverter::DecimalToUInt64(System.Decimal)
extern "C" IL2CPP_METHOD_ATTR uint64_t XmlBaseConverter_DecimalToUInt64_m19E6C7FA74CB1246BE0C772920737A437A118AED (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_DecimalToUInt64_m19E6C7FA74CB1246BE0C772920737A437A118AED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = ((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var))->get_Zero_7();
bool L_2 = Decimal_op_LessThan_mD88DEE315729DB18A50A48E655E42579EF494472(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001c;
}
}
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = ___value0;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4;
memset(&L_4, 0, sizeof(L_4));
Decimal__ctor_m0DE13855298AB2EAA975A904902FAB0C82EC45EB((&L_4), (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_5 = Decimal_op_GreaterThan_m71E541AC80D81D045FF1C5ED64D17730F057AA1A(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0043;
}
}
IL_001c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_9 = XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_7;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
String_t* L_11 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_10, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_12 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, XmlBaseConverter_DecimalToUInt64_m19E6C7FA74CB1246BE0C772920737A437A118AED_RuntimeMethod_var);
}
IL_0043:
{
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_13 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
uint64_t L_14 = Decimal_op_Explicit_mF3434A054416EF15D61C4903FD72C9704F5F97B9(L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Byte System.Xml.Schema.XmlBaseConverter::Int32ToByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t XmlBaseConverter_Int32ToByte_m2447487963855AB65093294F8E95CFFAE7620030 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int32ToByte_m2447487963855AB65093294F8E95CFFAE7620030_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
{
goto IL_0033;
}
}
IL_000c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int32_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int32ToByte_m2447487963855AB65093294F8E95CFFAE7620030_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_9 = ___value0;
return (uint8_t)(((int32_t)((uint8_t)L_9)));
}
}
// System.Int16 System.Xml.Schema.XmlBaseConverter::Int32ToInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int16_t XmlBaseConverter_Int32ToInt16_m82C872DD2157DE9A40F3443FA72EADF833E4670A (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int32ToInt16_m82C872DD2157DE9A40F3443FA72EADF833E4670A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-32768))))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)32767))))
{
goto IL_0037;
}
}
IL_0010:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int32_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int32ToInt16_m82C872DD2157DE9A40F3443FA72EADF833E4670A_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_9 = ___value0;
return (((int16_t)((int16_t)L_9)));
}
}
// System.SByte System.Xml.Schema.XmlBaseConverter::Int32ToSByte(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int8_t XmlBaseConverter_Int32ToSByte_mA4FE4DB0894729B5094E7589184021C88ACAA99B (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int32ToSByte_mA4FE4DB0894729B5094E7589184021C88ACAA99B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)-128))))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)127))))
{
goto IL_0031;
}
}
IL_000a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int32_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int32ToSByte_mA4FE4DB0894729B5094E7589184021C88ACAA99B_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_9 = ___value0;
return (((int8_t)((int8_t)L_9)));
}
}
// System.UInt16 System.Xml.Schema.XmlBaseConverter::Int32ToUInt16(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint16_t XmlBaseConverter_Int32ToUInt16_mE1F64BD58300E3E9693212A79B84CB7925727EE7 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int32ToUInt16_mE1F64BD58300E3E9693212A79B84CB7925727EE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535))))
{
goto IL_0033;
}
}
IL_000c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int32_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int32ToUInt16_mE1F64BD58300E3E9693212A79B84CB7925727EE7_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_9 = ___value0;
return (uint16_t)(((int32_t)((uint16_t)L_9)));
}
}
// System.Int32 System.Xml.Schema.XmlBaseConverter::Int64ToInt32(System.Int64)
extern "C" IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_Int64ToInt32_mD9A8956635FDE08399175D3385EF906AC1C50581 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int64ToInt32_mD9A8956635FDE08399175D3385EF906AC1C50581_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL)))))))
{
goto IL_0012;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0039;
}
}
IL_0012:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int64_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int64ToInt32_mD9A8956635FDE08399175D3385EF906AC1C50581_RuntimeMethod_var);
}
IL_0039:
{
int64_t L_9 = ___value0;
return (((int32_t)((int32_t)L_9)));
}
}
// System.UInt32 System.Xml.Schema.XmlBaseConverter::Int64ToUInt32(System.Int64)
extern "C" IL2CPP_METHOD_ATTR uint32_t XmlBaseConverter_Int64ToUInt32_mCF14753939D6860E51D241CFD8408335794BB143 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_Int64ToUInt32_mCF14753939D6860E51D241CFD8408335794BB143_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_000a;
}
}
{
int64_t L_1 = ___value0;
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_0031;
}
}
IL_000a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int64_t L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_3;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteralC06928876195BF5106AD6CE1EF74075CCDFB0298, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_6, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_8 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, XmlBaseConverter_Int64ToUInt32_mCF14753939D6860E51D241CFD8408335794BB143_RuntimeMethod_var);
}
IL_0031:
{
int64_t L_9 = ___value0;
return (((int32_t)((uint32_t)L_9)));
}
}
// System.DateTime System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTime(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlBaseConverter_UntypedAtomicToDateTime_m156B6AB8ACF6105E437E14211A40E169D7E36FC6 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_UntypedAtomicToDateTime_m156B6AB8ACF6105E437E14211A40E169D7E36FC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTimeOffset(System.String)
extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 XmlBaseConverter_UntypedAtomicToDateTimeOffset_m2E851BBF5ACA9560C6B33B4D8ADF12F63A7C498E (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter_UntypedAtomicToDateTimeOffset_m2E851BBF5ACA9560C6B33B4D8ADF12F63A7C498E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1;
memset(&L_1, 0, sizeof(L_1));
XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var);
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_2 = XsdDateTime_op_Implicit_m0560DA5D669D94FA28E96AED66941C3B7D45928E(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Xml.Schema.XmlBaseConverter::.cctor()
extern "C" IL2CPP_METHOD_ATTR void XmlBaseConverter__cctor_mA7DDD06270DF9FA4E3DEA121C8F7955412176E2B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlBaseConverter__cctor_mA7DDD06270DF9FA4E3DEA121C8F7955412176E2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_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);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_ICollectionType_3(L_1);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_0_0_0_var) };
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_IEnumerableType_4(L_3);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA_0_0_0_var) };
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_IListType_5(L_5);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_ObjectArrayType_6(L_7);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_StringArrayType_7(L_9);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (XmlAtomicValueU5BU5D_t2C9689A5D8CF8CFA58E0A2FFA03E95C2A690B5FB_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_XmlAtomicValueArrayType_8(L_11);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_DecimalType_9(L_13);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_Int32Type_10(L_15);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_Int64Type_11(L_17);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_StringType_12(L_19);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast<intptr_t> (XmlAtomicValue_tD2DE4444E12CFCA939E01F07BE367EEEFD7C38C0_0_0_0_var) };
Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_XmlAtomicValueType_13(L_21);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_ObjectType_14(L_23);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_ByteType_15(L_25);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_Int16Type_16(L_27);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_28 = { reinterpret_cast<intptr_t> (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) };
Type_t * L_29 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_28, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_SByteType_17(L_29);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var) };
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_UInt16Type_18(L_31);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_32 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var) };
Type_t * L_33 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_32, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_UInt32Type_19(L_33);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_UInt64Type_20(L_35);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98_0_0_0_var) };
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_XPathItemType_21(L_37);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var) };
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_DoubleType_22(L_39);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast<intptr_t> (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) };
Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_SingleType_23(L_41);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_42 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
Type_t * L_43 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_42, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_DateTimeType_24(L_43);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_0_0_0_var) };
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_DateTimeOffsetType_25(L_45);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_46 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
Type_t * L_47 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_46, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_BooleanType_26(L_47);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_ByteArrayType_27(L_49);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_50 = { reinterpret_cast<intptr_t> (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) };
Type_t * L_51 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_50, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_XmlQualifiedNameType_28(L_51);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_52 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_53 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_52, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_UriType_29(L_53);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast<intptr_t> (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var) };
Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_TimeSpanType_30(L_55);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_56 = { reinterpret_cast<intptr_t> (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_0_0_0_var) };
Type_t * L_57 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_56, /*hidden argument*/NULL);
((XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_il2cpp_TypeInfo_var))->set_XPathNavigatorType_31(L_57);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif